.nest-manager-theme-hook {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  max-width: 1800px;
  height: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nest-manager-theme-hook .article {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  max-width: 1460px;
  height: auto;
  min-height: 430px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0F172A;
  overflow: hidden;
}
.nest-manager-theme-hook .article::before {
  position: absolute;
  z-index: 0;
  left: -8%;
  bottom: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  content: "";
  background-color: #60A5FA;
  opacity: 0.1;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.nest-manager-theme-hook .article::after {
  position: absolute;
  z-index: 0;
  right: -8%;
  top: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  content: "";
  background-color: #60A5FA;
  opacity: 0.1;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
}
.nest-manager-theme-hook .article__title {
  width: 100%;
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(30px, 2.9vw, 60px);
  line-height: clamp(32px, 3.1vw, 62px);
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}
.nest-manager-theme-hook .article__text {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 32px);
  line-height: clamp(21px, 1.5vw, 38px);
  font-weight: 400;
  text-align: center;
  color: #BFDBFE;
}
.nest-manager-theme-hook .article__button {
  border-radius: 20px;
  border: none;
  padding: 20px;
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(16px, 1.1vw, 26px);
  line-height: clamp(18px, 1.2vw, 38px);
  font-weight: 500;
  color: #0F172A;
  background-color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.nest-manager-theme-hook .article__button:focus, .nest-manager-theme-hook .article__button:hover {
  outline: none;
}
@media (min-width: 1200px) {
  .nest-manager-theme-hook .article__button {
    border-radius: 1vw;
    padding: 1vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-hook .article__button {
    border-radius: 20px;
    padding: 20px;
  }
}
.nest-manager-theme-hook .article__button {
  margin-top: 20px;
  border-radius: 30px;
  text-decoration: none;
}
.nest-manager-theme-hook .article__button:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nest-manager-theme-hook {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .nest-manager-theme-hook .article {
    width: 70vw;
    min-height: 22vw;
    border-radius: 2vw;
    padding: 4vw 2vw;
  }
  .nest-manager-theme-hook .article::before {
    position: absolute;
    z-index: 0;
    left: -4vw;
    bottom: -6vw;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    content: "";
    background-color: #60A5FA;
    opacity: 0.1;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  .nest-manager-theme-hook .article::after {
    position: absolute;
    z-index: 0;
    right: -4vw;
    top: -6vw;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    content: "";
    background-color: #60A5FA;
    opacity: 0.1;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  .nest-manager-theme-hook .article__title {
    width: 100%;
    margin: 0 auto;
  }
  .nest-manager-theme-hook .article__text {
    width: 80%;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .nest-manager-theme-hook .article__button {
    margin-top: 2vw;
    border-radius: 5vw;
    padding: 1vw 2vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-hook {
    padding: 100px 0;
  }
  .nest-manager-theme-hook .article {
    min-height: 430px;
    border-radius: 40px;
    padding: 20px;
  }
  .nest-manager-theme-hook .article::before {
    position: absolute;
    z-index: 0;
    left: -10%;
    bottom: -22%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    content: "";
    background-color: #60A5FA;
    opacity: 0.1;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  .nest-manager-theme-hook .article::after {
    position: absolute;
    z-index: 0;
    right: -10%;
    top: -22%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    content: "";
    background-color: #60A5FA;
    opacity: 0.1;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  .nest-manager-theme-hook .article__title {
    width: 100%;
    margin: 0 auto;
  }
  .nest-manager-theme-hook .article__text {
    margin-top: 40px;
  }
  .nest-manager-theme-hook .article__button {
    margin-top: 40px;
    border-radius: 40px;
    padding: 20px 40px;
  }
}