.nest-manager-theme-home {
  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-home > .gradient {
  position: absolute;
  z-index: -1;
  top: 2.5%;
  width: 100vw;
  height: 100vw;
  background: radial-gradient(circle, #4E9EF9 10%, transparent 70%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.3;
}
.nest-manager-theme-home .info {
  width: 100%;
  min-width: 320px;
  height: auto;
}
.nest-manager-theme-home .info > span {
  margin: 0 auto;
  width: 320px;
  height: auto;
  border-radius: 2rem;
  border: solid 2px #DBEAFE;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: clamp(16px, 1.2vw, 21px);
  font-weight: 500;
  color: #4E9EF9;
  background-color: #EFF6FF;
}
.nest-manager-theme-home .info > span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #4E9EF9;
}
@media (min-width: 1200px) {
  .nest-manager-theme-home .info > span {
    width: 22vw;
    border-radius: 2vw;
    border: solid 0.25vw #DBEAFE;
    padding: 0.5vw;
    gap: 0.5vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-home .info > span {
    width: 450px;
    border-radius: 40px;
    border: solid 5px #DBEAFE;
    padding: 10px;
    gap: 10px;
  }
}
.nest-manager-theme-home .info h1 {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(35px, 3vw, 65px);
  line-height: clamp(37px, 3.1vw, 67px);
  font-weight: 600;
  text-align: center;
  color: #111827;
}
.nest-manager-theme-home .info h1 span {
  text-transform: capitalize;
  color: #4E9EF9;
}
.nest-manager-theme-home .info__text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.nest-manager-theme-home .info__text p {
  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: #5F6875;
}
.nest-manager-theme-home .info__text p span {
  color: #4E9EF9;
}
.nest-manager-theme-home .info__actions {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.nest-manager-theme-home .info__actions .demo {
  width: 100%;
  height: auto;
  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: #FFFFFF;
  background-color: #4E9EF9;
  text-decoration: none;
  text-align: center;
}
.nest-manager-theme-home .info__actions .demo:focus, .nest-manager-theme-home .info__actions .demo:hover {
  outline: none;
}
@media (min-width: 1200px) {
  .nest-manager-theme-home .info__actions .demo {
    border-radius: 1vw;
    padding: 1vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-home .info__actions .demo {
    border-radius: 20px;
    padding: 20px;
  }
}
.nest-manager-theme-home .info__actions .tutorial {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  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: #5F6875;
  background-color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.nest-manager-theme-home .info__actions .tutorial:focus, .nest-manager-theme-home .info__actions .tutorial:hover {
  outline: none;
}
.nest-manager-theme-home .info__actions .tutorial {
  border: solid 2px #E5E7EB;
}
@media (min-width: 1200px) {
  .nest-manager-theme-home .info__actions .tutorial {
    border-radius: 1vw;
    padding: 1vw;
    border: solid 0.25vw #E5E7EB;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-home .info__actions .tutorial {
    border-radius: 20px;
    padding: 20px;
    border: solid 5px #E5E7EB;
  }
}
.nest-manager-theme-home .info__actions .tutorial img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
  background-color: #E7F2FD;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-home > .picture {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nest-manager-theme-home > .picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  display: block;
  background: radial-gradient(circle, #FBCFE8 0%, transparent 70%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.nest-manager-theme-home > .picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  display: block;
  background: radial-gradient(circle, #FEF08A 0%, transparent 70%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.nest-manager-theme-home > .picture img {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 760px) {
  .nest-manager-theme-home .info__actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nest-manager-theme-home .info__actions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nest-manager-theme-home .info__actions > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .nest-manager-theme-home {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nest-manager-theme-home > .gradient {
    width: 80vw;
    height: 80vw;
    background: radial-gradient(circle, #4E9EF9 0%, transparent 70%);
  }
  .nest-manager-theme-home .info {
    width: 100%;
  }
  .nest-manager-theme-home .info > span {
    margin: 0;
  }
  .nest-manager-theme-home .info h1 {
    margin: 0;
    margin-top: 2vw;
    text-align: left;
  }
  .nest-manager-theme-home .info__text {
    margin: 0;
    margin-top: 2vw;
  }
  .nest-manager-theme-home .info__text p {
    text-align: left;
  }
  .nest-manager-theme-home .info__actions {
    margin: 0;
    margin-top: 2vw;
    gap: 1vw;
  }
  .nest-manager-theme-home .info__actions .tutorial {
    gap: 1vw;
  }
  .nest-manager-theme-home .info__actions .tutorial img {
    width: 1.5vw;
    height: 1.5vw;
    padding: 0.25vw;
  }
  .nest-manager-theme-home > .picture {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nest-manager-theme-home > .picture img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-home {
    padding: 100px 0;
  }
  .nest-manager-theme-home .info {
    width: 100%;
  }
  .nest-manager-theme-home .info > span {
    margin: 0;
  }
  .nest-manager-theme-home .info h1 {
    margin: 0;
    margin-top: 40px;
    text-align: left;
  }
  .nest-manager-theme-home .info__text {
    margin: 0;
    margin-top: 40px;
  }
  .nest-manager-theme-home .info__text p {
    text-align: left;
  }
  .nest-manager-theme-home .info__actions {
    margin: 0;
    margin-top: 40px;
    gap: 20px;
  }
  .nest-manager-theme-home .info__actions .tutorial {
    gap: 1vw;
  }
  .nest-manager-theme-home .info__actions .tutorial img {
    width: 25px;
    height: 25px;
    padding: 2.5px;
  }
}