.nest-manager-theme-video {
  position: relative;
  z-index: 1;
  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-video .info {
  width: 100%;
  min-width: 320px;
  height: auto;
}
.nest-manager-theme-video .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-video .info > span::before {
  content: url("../icons/video.svg");
  width: 15px;
  height: 15px;
  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;
}
@media (min-width: 1200px) {
  .nest-manager-theme-video .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-video .info > span {
    width: 350px;
    border-radius: 40px;
    border: solid 5px #DBEAFE;
    padding: 10px;
    gap: 10px;
  }
}
.nest-manager-theme-video .info h2 {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  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: #111827;
}
.nest-manager-theme-video .info h2 span {
  color: #4E9EF9;
}
.nest-manager-theme-video .info h2 {
  text-align: left;
}
.nest-manager-theme-video .info h2 span {
  color: #4E9EF9;
}
.nest-manager-theme-video .info__text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.nest-manager-theme-video .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;
  text-align: left;
}
.nest-manager-theme-video .info__items {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nest-manager-theme-video .info__items-title {
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 28px);
  line-height: clamp(20px, 1.5vw, 30px);
  font-weight: 600;
  text-align: center;
  color: #0F172A;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.nest-manager-theme-video .info__items-item {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10px 10fr;
  grid-template-columns: 2fr 10fr;
  grid-auto-rows: auto;
  gap: 10px;
}
.nest-manager-theme-video .info__items-item > picture {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  padding: 10px;
  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;
  background-color: #E7F2FD;
}
.nest-manager-theme-video .info__items-item > picture img {
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-video .info__items-item .body {
  width: 100%;
  height: auto;
  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-video .info__items-item .body > .title {
  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: #0F172A;
  text-align: left;
  font-weight: bold;
}
.nest-manager-theme-video .info__items-item .body > .text {
  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;
  text-align: left;
}
.nest-manager-theme-video .video {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nest-manager-theme-video .video > video {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  border-radius: 2rem;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 760px) {
  .nest-manager-theme-video {
    padding: 2vw 0;
  }
  .nest-manager-theme-video .video video {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .nest-manager-theme-video {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
    grid-auto-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nest-manager-theme-video .info {
    width: 100%;
  }
  .nest-manager-theme-video .info > span {
    margin: 0;
  }
  .nest-manager-theme-video .info h2 {
    margin: 0;
    margin-top: 2vw;
    text-align: left;
  }
  .nest-manager-theme-video .info__text {
    margin: 0;
    margin-top: 2vw;
  }
  .nest-manager-theme-video .info__text p {
    text-align: left;
  }
  .nest-manager-theme-video .info__actions {
    margin: 0;
    margin-top: 2vw;
    gap: 1vw;
  }
  .nest-manager-theme-video .info__actions .tutorial {
    gap: 1vw;
  }
  .nest-manager-theme-video .info__actions .tutorial img {
    width: 2vw;
    height: 2vw;
    padding: 0.25vw;
  }
  .nest-manager-theme-video .info__items {
    width: 100%;
    margin-top: 2vw;
  }
  .nest-manager-theme-video .info__items-item {
    margin-top: 2vw;
    -ms-grid-columns: 1fr 1vw 11fr;
    grid-template-columns: 1fr 11fr;
    gap: 1vw;
  }
  .nest-manager-theme-video .info__items-item > picture {
    width: 3vw;
    height: 3vw;
    border-radius: 1vw;
    padding: 1vw;
  }
  .nest-manager-theme-video .info__items-item > picture img {
    display: inline-block;
    width: 1vw;
    height: 1vw;
  }
  .nest-manager-theme-video .info__items-item .body {
    gap: 1vw;
  }
  .nest-manager-theme-video .video {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nest-manager-theme-video .video video {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-video {
    padding: 100px 0;
  }
  .nest-manager-theme-video .info {
    width: 100%;
  }
  .nest-manager-theme-video .info > span {
    margin: 0;
  }
  .nest-manager-theme-video .info h2 {
    margin: 0;
    margin-top: 40px;
    text-align: left;
  }
  .nest-manager-theme-video .info__text {
    margin: 0;
    margin-top: 40px;
  }
  .nest-manager-theme-video .info__text p {
    text-align: left;
  }
  .nest-manager-theme-video .info__items {
    margin-top: 40px;
  }
  .nest-manager-theme-video .info__items-item {
    margin-top: 40px;
    gap: 20px;
  }
  .nest-manager-theme-video .info__items-item > picture {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
  }
  .nest-manager-theme-video .info__items-item > picture img {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .nest-manager-theme-video .info__items-item .body {
    gap: 20px;
  }
  .nest-manager-theme-video .video {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nest-manager-theme-video .video video {
    width: 100%;
    border-radius: 40px;
  }
}