body,
body>.page-content-wrapper,
html {overflow: visible !important;}

* {
  font-family: "TP-Link Aktiv", sans-serif;
}
.overview-content {overflow: hidden;}
.overview-content section {font-size: 16px;max-width: 120em;margin: 0 auto;position: relative;}
.overview-content .w-container {width: 73.125em;margin: 0 auto;}
.overview-content .text {padding: 6em 0 2em;box-sizing: border-box;text-align: center;}
.overview-content h2 {font-size: 2.8125em;font-weight: 400;line-height: 1.2;padding-bottom: 0.375em;}
.overview-content h3 {font-size: 1.75em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content p {font-size: 1.22em;font-weight: 300;line-height: 1.5;}
.overview-content p.title {font-size: 1.25em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content a {color: inherit;outline: none;border: none;background: none;}
.overview-content a.link-more {font-size: 1.25em;font-weight: 300;line-height: 1.3333;display: inline-block;}
.overview-content button {color: inherit;outline: none;border: none;background: none;}
.overview-content button:hover {opacity: 0.6;}
.overview-content sup {font-size: 0.75em;}
.overview-content sup a {font-size: 1em !important;margin: 0 !important;text-decoration: none !important;border: none!important;}
.overview-content video {background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.overview-content .tapo-blue {color: #005eac;}
.overview-content .m-show {display: none;}
@media(min-width: 1921px) {.overview-content section {font-size:0.8333vw;}}
@media(max-width: 1680px) {.overview-content section {font-size:14px;}}
@media(max-width: 1440px) {.overview-content section {font-size:12px;}}
@media (max-width: 736px) {
  .overview-content section {font-size: 10.35px;width: 100vw;max-width: 100%;}
  .overview-content .w-container {width: auto;}
  .overview-content .text {padding: 0 0 1em;text-align: left;}
  .overview-content h2 {
    /* font-size: 2.5em; */
    /* padding: 2em 6vw 0.5em; */
    font-size: 6.25vw;
    padding: 14vw 5vw 3vw;

  }
  .overview-content h3 {font-size: 2em;padding: 0 6vw 0.5em;}
  .overview-content p {
    /* font-size: 1.75em;padding: 0 6vw 0.75em; */
    font-size: 4.375vw;
    padding: 0 5vw 8vw;

  }
  .overview-content p.title {font-size: 2em;font-weight: 400;padding-bottom: 0.5em;}
  .overview-content a.link-more {font-size: 1.75em;}
  .overview-content button:hover {opacity: 1;}
  .overview-content .m-show {display: block;}
  .overview-content .m-hide {display: none;}
}
@media(max-width: 414px) {.overview-content section {font-size:2.5vw;}}


.tp-videoContainer {width: auto;position: relative;font-size: 16px;max-width: 120em;margin: 0 auto;background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.tp-videoContainer video {width: 100%;display: block;}
.tp-videoContainer .tp-controllerDiv {position: absolute;right: 2.5em;bottom: 2.5em;}
.tp-videoContainer .tp-controllerDiv .tp-pauseIcon {width: 3em;height: 3em;color: transparent;border-radius: 100%;-webkit-user-select: none;user-select: none;cursor: pointer;}
@media (min-width: 1921px) {.tp-videoContainer {font-size: 0.8333vw;}}
@media (max-width: 1680px) {.tp-videoContainer {font-size: 14px;}}
@media (max-width: 1440px) {.tp-videoContainer {font-size: 12px;}}
@media (max-width: 736px) {
  .tp-videoContainer {font-size: 10.35px;}
  .tp-videoContainer .videoController {top: 50%;left: 50%;right: unset;bottom: unset;transform: translate(-50%, -50%);}
}
@media (max-width: 414px) {.tp-videoContainer {font-size: 2.5vw;}}



.overview-content .animation-text.active {
  transform: translateY(0);
  opacity: 1;
}
.overview-content .animation-text {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 1s linear, transform 1s linear;
}
@media(max-width:736px) {
  .overview-content .tapo-c575d_v1.active .animation-text.active {
    transform: translateY(0);
    opacity: 1;
  }
  .overview-content .tapo-c575d_v1.active .animation-text {
    transform: translateY(12vw);
    opacity: 0;
    transition: opacity 1s linear, transform 1s linear;
  }
}
/* -------------------------------------------------------------------------- */

.overview-content .tapo-banner {
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/hero.jpg) top / 120em no-repeat;
  /* height: 60em; */
  height: 56em;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.overview-content .tapo-banner .w-container {
  width: 73.125em;
  margin: 0 auto;
}
.overview-content .tapo-banner .text {
  padding: 0 42% 0em 0;
  text-align: left;
}
.overview-content .tapo-banner h2 {
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.overview-content .tapo-banner h3 {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 1.25em;
}
.overview-content .tapo-banner p {
  font-size: 1em;
}
.overview-content .tapo-banner .model {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  background-color: #005eac;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner .banner-logos {
  margin-top: 3em;
}
.overview-content .tapo-banner .banner-logo {
  width: auto;
  height: 3.25em;
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner video {
  width: 100%;
  display: block;
}
.overview-content .tapo-banner .m-hide {
  display: block;
}
.overview-content .tapo-banner .m-show {
  display: none;
}
@media(max-width: 736px) {
  .overview-content .tapo-banner {
    background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/hero.jpg) top / 100% no-repeat;
    height: 133vw;
    display: block;
  }
  .overview-content .tapo-banner .w-container {
    width: auto;
  }
  .overview-content .tapo-banner .text {
    color: #fff;
    padding: 12vw 0 0vw;
    text-align: left;
  }
  .overview-content .tapo-banner h2 {
    font-size: 6.75vw;
    padding: 0 14vw 0.25em 6vw;
  }
  .overview-content .tapo-banner h3 {
    font-size: 4.5vw;
    line-height: 1.4;
    padding-bottom: 0.75em;
  }
  .overview-content .tapo-banner p {
    font-size: 3.5vw;
  }
  .overview-content .tapo-banner .model {
    font-size: 4.5vw;
    padding: 0.5em 0.75em;
    border-radius: 1em;
    margin: 0 6vw;
  }
  .overview-content .tapo-banner .banner-logos {
    margin: 68vw 0 0 6vw;
  }
  .overview-content .tapo-banner .banner-logo {
    height: 7vw;
    margin-right: 0.25em;
  }
  .overview-content .tapo-banner .m-hide {
    display: none;
  }
  .overview-content .tapo-banner .m-show {
    display: block;
  }
}

/* -------------------------------------------------------------------------- */

.overview-content .tapo-selling-points {
  background: linear-gradient(2deg, #000 0%, #4a5d7b 86%);
}
.overview-content .tapo-selling-points .text {
  padding: 7em 0;
}
.overview-content .tapo-selling-points .box {
  height: 0;
  padding-top: 67.8%;
  margin: 0 auto;
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/01-selling.png) 50% 0 / 100% no-repeat;
  position: relative;
}
.overview-content .tapo-selling-points .desc {
  position: absolute;
  line-height: normal;
  text-align: left;
  color: #000;
}
.overview-content .tapo-selling-points .font-large {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.05;
  padding-bottom: 0.1em;
}
.overview-content .tapo-selling-points .font-big {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-selling-points .font-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}
.overview-content .tapo-selling-points .font-light {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.35;
}

.overview-content .tapo-selling-points .font-small {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.35;
}

/* ---- Top-left: "4K Dual Lens" title ---- */
.overview-content .tapo-selling-points .desc-1 {
  top: 4%;
  left: 2.5%;
  width: 30%;
  color: #000;
}

/* ---- "Wide-Angle Lens / 170° Field of View" ---- */
.overview-content .tapo-selling-points .desc-2-1 {
top: 35%;
    left: 15%;
  width: 20%;
}

/* ---- "8mm Telephoto Lens / Tracks & Zooms" ---- */
.overview-content .tapo-selling-points .desc-2-2 {
    top: 36%;
    left: 66%;
  width: 20%;
  text-align: left;
}

/* ---- "Synchronized Smart Tracking" heading ---- */
.overview-content .tapo-selling-points .desc-3 {
  top: 46%;
  left: 1.5%;
  width: 32%;
}

/* ---- "When: The fixed lens detects movement." ---- */
.overview-content .tapo-selling-points .desc-3-when {
  top: 71.5%;
  left: 1.5%;
  width: 34%;
}

/* ---- "Then: The pan/tilt lens rotates & tracks automatically." ---- */
.overview-content .tapo-selling-points .desc-3-then {
  top: 94.5%;
  left: 1.5%;
  width: 34%;
}

/* ---- "FREE Smart AI Detection" ---- */
.overview-content .tapo-selling-points .desc-4 {
top: 47%;
    left: 53%;
    width: 20%;
    text-align: left;
}

/* ---- "Person" ---- */
.overview-content .tapo-selling-points .desc-4-1 {
top: 66%;
    left: 51.8%;
    width: 6%;
    text-align: center;
}

/* ---- "Vehicles" ---- */
.overview-content .tapo-selling-points .desc-4-2 {
top: 66%;
    left: 60%;
    width: 6%;
    text-align: center;

}

/* ---- "Pets" ---- */
.overview-content .tapo-selling-points .desc-4-3 {
top: 66%;
    left: 67.5%;
    width: 6%;
    text-align: center;
}

.overview-content .tapo-selling-points .desc-5 {
top: 46.5%;
    left: 83.5%;
    width: 14%;
    text-align: left;
}

/* ---- "DC/PoE Power Supply" ---- */
.overview-content .tapo-selling-points .desc-6 {
    top: 58.5%;
    left: 83.5%;
    width: 14%;
    text-align: left;
}

/* ---- "Powerful Dual Antennas" ---- */
.overview-content .tapo-selling-points .desc-7 {
    top: 68.5%;
    left: 83.5%;
    width: 15%;
    text-align: left;
}

/* ---- Bottom dark row: "IP66 Weather Resistance" ---- */
.overview-content .tapo-selling-points .desc-8 {
    top: 79.3%;
    left: 52.5%;
    width: 7%;
  text-align: left;
  color: #000;
}

/* ---- "Customizable Patrol Mode" ---- */
.overview-content .tapo-selling-points .desc-9 {
  top: 79.3%;
  left: 64%;
  width: 9%;
  text-align: left;
  color: #000;
}

/* ---- "Smart Night Vision" ---- */
.overview-content .tapo-selling-points .desc-10 {
  top: 79.3%;
  left: 77.3%;
  width: 9%;
  text-align: left;
  color: #000;
}

/* ---- "Local and Cloud Storage options" ---- */
.overview-content .tapo-selling-points .desc-11 {
  top: 79.3%;
  left: 89.3%;
  width: 9%;
  text-align: left;
  color: #000;
}

@media (max-width: 736px) {
  .overview-content .tapo-selling-points {
    font-size: 10.35px;
    padding: 0
  }
  .overview-content .tapo-selling-points .text {
    padding: 6em 0 1em;
  }
  .overview-content .tapo-selling-points .w-container {
    width: 88%;
  }
  .overview-content .tapo-selling-points .box {
    width: 100%;
    padding-top: 238%;
    background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/01-selling.png) top / 100% no-repeat;
  }
  .overview-content .tapo-selling-points .font-large {
    font-size: 5.7vw;
  }
  .overview-content .tapo-selling-points .font-big {
    font-size: 4.5vw;
  }
  .overview-content .tapo-selling-points .font-medium {
    font-size: 3.55vw;
    line-height: 1.2;
  }
    .overview-content .tapo-selling-points .font-light {
    font-size: 2.35vw;
  }
  .overview-content .tapo-selling-points .font-small {
    font-size: 3.12vw;
  }
  .overview-content .tapo-selling-points .desc-1 {
    top: 1.8%;
    left: 5%;
    width: 70%;
  }
  .overview-content .tapo-selling-points .desc-2-1 {
    top: 20%;
    left: 5%;
    width: 25%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-2-2 {
        top: 26%;
        left: 68%;
        width: 27%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-3 {
    top: 31.3%;
    left: 5%;
    width: 90%;
  }
  .overview-content .tapo-selling-points .desc-3-when {
    top: 46%;
    left: 5%;
    width: 90%;
  }
  .overview-content .tapo-selling-points .desc-3-then {
    top: 61%;
    left: 5%;
    width: 90%;
  }
  .overview-content .tapo-selling-points .desc-4 {
        top: 66%;
        left: 5%;
        width: 40%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-4-1 {
        bottom: auto;
        top: 76%;
        left: 5%;
        width: 10%;
    text-align: center;
  }
  .overview-content .tapo-selling-points .desc-4-2 {
        bottom: auto;
        top: 76%;
        left: 20.3%;
        width: 10%;
    text-align: center;
  }
  .overview-content .tapo-selling-points .desc-4-3 {
        bottom: auto;
        top: 76%;
        left: 35.5%;
        width: 10%;
    text-align: center;
  }
  .overview-content .tapo-selling-points .desc-5 {
top: 67.1%;
    right: auto;
    left: 59%;
    width: 35%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-6 {
    top: 77%;
    right: auto;
    left: 59%;
    width: 37%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-7 {
        top: 85%;
        right: auto;
        left: 59%;
        width: 39%;
    text-align: left;
  }
  .overview-content .tapo-selling-points .desc-8 {
    top: 85%;
    left: 4%;
    width: 45%;
    color: #000;
  }
  .overview-content .tapo-selling-points .desc-9 {
    top: 92.7%;
    left: 38%;
    width: 22%;
    color: #000;
  }
  .overview-content .tapo-selling-points .desc-10 {
    top: 92.7%;
    left: 5%;
    width: 22%;
    color: #000;
  }
  .overview-content .tapo-selling-points .desc-11 {
    top: 92.7%;
    left: 72%;
    width: 27%;
    color: #000;
  }
}

/* -------------------------------------------------------------------------- */


/* Ensure the section is always visible and in normal document flow */
.overview-content .tapo-dual-lens {
  display: block !important;
  position: relative !important;
  padding: 0;
  background-color: #000;
  color: #fff;
  overflow: visible;
}
/* Override any remote CSS/JS that hides or repositions containers */
.overview-content .tapo-dual-lens .w-container {
  display: block !important;
  position: relative !important;
  width: clamp(337.07px, 44.17vw, 848.00px);
  margin: 0 auto;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}


.overview-content .tapo-dual-lens .text {
  position: relative !important;
  padding: clamp(25.43px, 3.33vw, 64.00px) 0 clamp(12.72px, 1.67vw, 32.00px);
  text-align: center;
  z-index: auto;
}
.overview-content .tapo-dual-lens h2 {
  font-size: clamp(29.90px, 3.92vw, 75.20px);
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
  padding-bottom: 0;
}

/* Lens blocks — always visible, normal flow */
.overview-content .tapo-dual-lens .lens-block {
  display: block !important;
}
.overview-content .tapo-dual-lens .lens-block.m-show {
  display: none !important;
}
.overview-content .tapo-dual-lens .lens-block .w-container {
  display: flex !important;
  align-items: center;
  gap: clamp(38.16px, 5.00vw, 96.00px);
  padding: clamp(19.08px, 2.50vw, 48.00px) 0 0;
}
.overview-content .tapo-dual-lens .lens-block .w-container-b {
  padding: clamp(31.80px, 4.17vw, 80.00px) 0;
}
.overview-content .tapo-dual-lens .lens-block-1 .w-container {
  flex-direction: row;
}
.overview-content .tapo-dual-lens .lens-block-2 .w-container {
  flex-direction: row;
}

.overview-content .tapo-dual-lens .lens-info {
  flex: 1;
  min-width: 0;
}
.overview-content .tapo-dual-lens .lens-image {
  flex: 1;
  text-align: center;
  min-width: 0;
}
.overview-content .tapo-dual-lens .lens-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.overview-content .tapo-dual-lens .lens-badge {
  display: inline-block;
  font-size: clamp(12.09px, 1.58vw, 30.40px);
  font-weight: 400;
  border: clamp(1.19px, 0.16vw, 3.00px) solid rgba(255,255,255,0.5);
  border-radius: 0.6em;
  padding: 0em 0.4em;
  margin-bottom: 0.8em;
  color: #fff;
}

.overview-content .tapo-dual-lens .lens-title {
  font-size: clamp(14.31px, 1.88vw, 36.00px);
  font-weight: 500;
  line-height: 1.2;
  color: #90cdff;
}

.overview-content .tapo-dual-lens .lens-desc {
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.5em;
  padding: 0 clamp(19.08px, 2.50vw, 48.00px) 0 0;
}

.overview-content .tapo-dual-lens .lens-stats {
  display: flex;
  gap: clamp(15.90px, 2.08vw, 40.00px);
}
.overview-content .tapo-dual-lens .stat {
  display: flex;
  flex-direction: column;
}
.overview-content .tapo-dual-lens .stat-value {
  font-size: clamp(12.09px, 1.58vw, 30.40px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.overview-content .tapo-dual-lens .stat-label {
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  color: rgba(255,255,255,0.7);
}

.overview-content .tapo-dual-lens .video-container {
  display: block !important;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
}
.overview-content .tapo-dual-lens .video-container video {
  width: clamp(337.86px, 44.27vw, 850.00px);
  height: auto;
  display: block;
  max-height: none;
  margin: 0 auto;
  border-radius: clamp(10.14px, 1.33vw, 25.50px);
}
.overview-content .tapo-dual-lens .video-container .tp-videoContainer {
  position: relative !important;
  max-width: 100%;
}

.overview-content .tapo-dual-lens .footnote {
  font-size: clamp(6.36px, 0.83vw, 16.00px);
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  padding: clamp(9.54px, 1.25vw, 24.00px) clamp(12.72px, 1.67vw, 32.00px) clamp(19.08px, 2.50vw, 48.00px);
  text-align: left;
  max-width: clamp(337.07px, 44.17vw, 848.00px);
  margin: 0 auto;
}

/* Override any bg-text or desc rules from remote CSS that may interfere */
.overview-content .tapo-dual-lens .bg-text {
  display: none !important;
}
.overview-content .tapo-dual-lens .desc {
  position: static;
}

@media (max-width: 736px) {
  .overview-content .tapo-dual-lens .w-container {
    width: 88% !important;
  }
  .overview-content .tapo-dual-lens .text {
    padding: 3em 6vw 0.5em;
    text-align: left;
  }
  .overview-content .tapo-dual-lens h2 {
        font-size: 8vw;
    line-height: 1.2;
    text-align: center;
  }
  .overview-content .tapo-dual-lens h3 {
    padding: 0;
  }
  /* Hide desktop lens blocks, show mobile ones */
  .overview-content .tapo-dual-lens .lens-block.m-hide {
    display: none !important;
  }
  .overview-content .tapo-dual-lens .lens-block.m-show {
    display: block !important;
    padding: 10vw 0;
  }
  /* Mobile lens block layout */
  .overview-content .tapo-dual-lens .lens-block-mobile .w-container {
    display: block !important;
    padding: 1.5em 0 0;
  }
  .overview-content .tapo-dual-lens .lens-block-mobile .lens-text-full {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .overview-content .tapo-dual-lens .lens-block-mobile .lens-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3em;
  }
  .overview-content .tapo-dual-lens .lens-block-mobile .lens-image {
    text-align: center;
  }
  .overview-content .tapo-dual-lens .lens-block-mobile .lens-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .overview-content .tapo-dual-lens .lens-badge {
    font-size: 4vw;
    border-width: 2px;
  }
  .overview-content .tapo-dual-lens .lens-title {
    font-size: 6.25vw;
  }
  .overview-content .tapo-dual-lens .lens-desc {
    font-size: 4.25vw;
    padding: 0;
    margin-bottom: 0;
  }
  .overview-content .tapo-dual-lens .lens-stats {
    gap: 2em;
    flex-direction: column;
  }
  .overview-content .tapo-dual-lens .lens-block-2 .lens-stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.8em 2em;
  }
  .overview-content .tapo-dual-lens .stat-value {
    font-size: 6.25vw;
  }
  .overview-content .tapo-dual-lens .stat-label {
    font-size: 4vw;
  }
  .overview-content .tapo-dual-lens .video-container {
    max-width: 100vw;
    overflow: hidden;
  }
  .overview-content .tapo-dual-lens .video-container video {
    width: 88%;
    border-radius: 2vw;
  }
  .overview-content .tapo-dual-lens .footnote {
    font-size: 4vw;
    padding: 1em 6vw 2em;
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------- */

.overview-content .tapo-full-view {
  background-color: #000;
}
.overview-content .tapo-full-view .c410-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.overview-content .tapo-full-view .c410-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.overview-content .tapo-full-view .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 73.125em;
  z-index: 5;
  color: #fff;
}
.overview-content .tapo-full-view .text-2 {
  display: none;
    color: #fff;
}
.overview-content .tapo-full-view h2 span {
  font-weight: 500;
}
.overview-content .tapo-full-view .bg {
  width: 120em;
  height: 60em;
  margin: 0 auto;
}
.overview-content .tapo-full-view .img-container {
  width: 120em;
  margin: 0 auto;
  overflow: hidden;
}
.overview-content .tapo-full-view .phone-box {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 126em;
  height: 60em;
  margin: 0 auto;
  z-index: 1;
  clip-path: circle(16em at 50% 66%);
}
.overview-content .tapo-full-view .phone-box .phone-img {
  width: 100%;
  height: auto;
  display: none;
}
.overview-content .tapo-full-view .bg-box {
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96.5%;
  overflow: hidden;
  z-index: 3;
}
.overview-content .tapo-full-view .bg-box .bg-img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform, clip-path;
  transform: translateZ(0);
  transition: all 0.1s linear;
}
.overview-content .tapo-full-view .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: left;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}
.overview-content .tapo-full-view .desc-b {
  display: block;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .tapo-full-view .desc-m {
  font-size: 5.15625em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .tapo-full-view .desc-s {
  font-size: 2.34375em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-full-view .desc-1 {
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.overview-content .tapo-full-view .desc-2 {
  bottom: 10%;
  left: 5%;
  display: none;
}
@media (max-width: 736px) {
  .overview-content .tapo-full-view {
    display: none;
  }
  .overview-content .tapo-full-view .text {
    padding-bottom: 1em;
  }
  .overview-content .tapo-full-view .bg {
    height: auto;
  }
  .overview-content .tapo-full-view .img {
    max-width: 100vw;
    background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/e.jpg) top / auto 100% no-repeat;
    width: 54vw;
    height: 54vw;
    clip-path: circle(27vw at center);
    transition: all 1s ease-in-out;
  }
  .overview-content .tapo-full-view .bg .img.active {
    clip-path: inset(0);
    width: 100%;
    animation: none;
  }
  .overview-content .tapo-full-view .bg .img.inactive {
    clip-path: circle(27vw at center);
    width: 54vw;
    animation: none;
  }
  .overview-content .tapo-full-view .desc-b {
    font-size: 12vw;
  }
  .overview-content .tapo-full-view .desc-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


@keyframes shapeTransition {
  0% {
    clip-path: circle(20.75em at center);
    width: 41.5em;
  }
  33% {
    clip-path: inset(0 round 10em);
    width: 75em;
  }
  66% {
    clip-path: inset(0 round 0em);
    width: 100em;
  }
  100% {
    clip-path: inset(0);
    width: 100%;
  }
}
@keyframes shapeTransitionReverse {
  0% {
    clip-path: inset(0);
    width: 100%;
  }
  33% {
    clip-path: inset(0 round 0em);
    width: 100em;
  }
  66% {
    clip-path: inset(0 round 10em);
    width: 75em;
  }
  100% {
    clip-path: circle(18.75em at center);
    width: 37.5em;
  }
}
.overview-content .see-more-see-wide {
  display: none;
  background-color: #000;
  color: #fff;
}
.overview-content .see-more-see-wide .c410-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.overview-content .see-more-see-wide .c410-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.overview-content .see-more-see-wide .text {
  position: relative;
  z-index: 2;
  padding-bottom: 5em;
}
.overview-content .see-more-see-wide h2 span {
  font-weight: 500;
}
.overview-content .see-more-see-wide .bg {
  width: 100%;
  height: 57em;
  margin: 0 auto;
}
.overview-content .see-more-see-wide .img {
  position: relative;
  max-width: 120em;
  width: 41.5em;
  height: 41.5em;
  margin: 0 auto;
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/e.jpg) center / 120em no-repeat;
  clip-path: circle(18.75em at center);
}
.overview-content .see-more-see-wide .bg.active .img.active {
  animation: shapeTransition 1s ease-in-out forwards; 
}
.overview-content .see-more-see-wide .bg .img.inactive {
  animation: shapeTransitionReverse 1s ease-in-out forwards;
}
.overview-content .see-more-see-wide .desc {
  position: absolute;
  line-height: normal;
  color: #000;
  text-align: center;
}
.overview-content .see-more-see-wide .desc-b {
  display: block;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .see-more-see-wide .desc-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 736px) {
  .overview-content .see-more-see-wide {
    display: block;
  }
  .overview-content .see-more-see-wide .text {
    padding-bottom: 1em;
  }
  .overview-content .see-more-see-wide .bg {
    height: auto;
  }
  .overview-content .see-more-see-wide .img {
    max-width: 100vw;
    background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/e.jpg) top / auto 100% no-repeat;
    width: 54vw;
    height: 54vw;
    clip-path: circle(27vw at center);
    transition: all 1s ease-in-out;
  }
  .overview-content .see-more-see-wide .bg .img.active {
    clip-path: inset(0);
    width: 100%;
    animation: none;
  }
  .overview-content .see-more-see-wide .bg .img.inactive {
    clip-path: circle(27vw at center);
    width: 54vw;
    animation: none;
  }
  .overview-content .see-more-see-wide .desc-b {
    font-size: 12vw;
    color: #fff;
  }
  .overview-content .see-more-see-wide .desc-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}



.overview-content .tapo-telephoto-lens {
  display: none;
    background-color: #000;
  color: #fff;
}
.overview-content .tapo-telephoto-lens .c410-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}
.overview-content .tapo-telephoto-lens .c410-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.overview-content .tapo-telephoto-lens .text {
  position: relative;
  z-index: 2;
  padding-bottom: 2em;
}
.overview-content .tapo-telephoto-lens h2 span {
  font-weight: 500;
  color: #005eac;
}
.overview-content .tapo-telephoto-lens .bg {
  width: 100%;
  height: 57em;
  margin: 0 auto;
}
.overview-content .tapo-telephoto-lens .img-container {
  position: relative;
  width: 70.7%;
  margin: 0 auto;
}
.overview-content .tapo-telephoto-lens .phone-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 0 auto;
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/q-phone.png) center / 100% no-repeat;
}
.overview-content .tapo-telephoto-lens .phone-box .frame-inner {
  position: absolute;
  top: 5.75%;
  right: 2%;
  width: 96%;
  border-radius: 4.75em;
  overflow: hidden;
}
.overview-content .tapo-telephoto-lens .phone-box img {
  transform-origin: 100% 0%;
  width: 100%;
}
.overview-content .tapo-telephoto-lens .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: left;
  transition: opacity 0.5s ease-in-out;
}
.overview-content .tapo-telephoto-lens .desc-b {
  font-size: 5.15625em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-telephoto-lens .desc-m {
  font-size: 2.34375em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-telephoto-lens .desc-1 {
  bottom: 10%;
  left: 8%;
}
@media (max-width: 736px) {
  .overview-content .tapo-telephoto-lens {
    display: block;
  }
  .overview-content .tapo-telephoto-lens .text {
    padding-bottom: 1em;
  }
  .overview-content .tapo-telephoto-lens .bg {
    height: auto;
  }
  .overview-content .tapo-telephoto-lens .img-container {
    width: 89%;
  }
  .overview-content .tapo-telephoto-lens .phone-box {
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .overview-content .tapo-telephoto-lens .phone-box .frame-inner {
    top: 4.5%;
    right: 2%;
    width: 96%;
    border-radius: 5vw;
}
  .overview-content .tapo-telephoto-lens .desc-b {
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .overview-content .tapo-telephoto-lens .desc-m {
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .overview-content .tapo-telephoto-lens .desc-1 {
    bottom: 10%;
    left: 6%;
  }
}

/* ------------------------------------------------------------------- */

.overview-content .synchronized-smart-tracking .w-container {
    width: 51.5em;
}

.overview-content .synchronized-smart-tracking .text h2 {
font-size: 4.5em;
color: #354869;
font-weight: 500;
line-height: 1.15;
}

.overview-content .synchronized-smart-tracking {
  background-color: #e0e7f2;
  padding-bottom: 7em;
}

.overview-content .synchronized-smart-tracking .video-container video {
  border-radius: 1em;
}
@media (max-width: 736px) {
  .overview-content .synchronized-smart-tracking{
    padding-bottom: 0;
  }
  .overview-content .synchronized-smart-tracking .w-container{
    width:100vw;
  }
  .overview-content .synchronized-smart-tracking .video-container video {
    border-radius: 0;
  }
  .overview-content .synchronized-smart-tracking .text h2 {
    color: #000;
            font-size: 6.25vw;
        padding: 14vw 5vw 3vw;
  }
}

/* ------------------------------------------------------------ */


.overview-content .tapo-smart-focus {
  background-color: #e0e7f2;
}
.overview-content .tapo-smart-focus .w-container {
  position: relative;
  width: 100vw;
}
.overview-content .tapo-smart-focus .text {
  position: absolute;
  top: 72%;
  left: 51%;
  width: 26%;
  padding: 0;
  text-align: left;
  z-index: 1;
}
.overview-content .tapo-smart-focus h2 {
  font-size: clamp(17.90px, 2.35vw, 45.04px);
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.375em;
  color: #000;
}
.overview-content .tapo-smart-focus p {
  font-size: clamp(7.76px, 1.02vw, 19.52px);
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 0.75em;
  color: #000;
}
.overview-content .tapo-smart-focus .video-container {
  position: relative;
}
.overview-content .tapo-smart-focus .video-container video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  outline: none;
}
@media (max-width: 736px) {
  .overview-content .tapo-smart-focus {
    padding: 0;
  }
  .overview-content .tapo-smart-focus .w-container {
    width: 100%;
  }
  .overview-content .tapo-smart-focus .text {
    position: relative;
      top: 0;
  left: 0;
  width: 100%;
  padding: 0;
    padding: 0;
  }

  .overview-content .tapo-smart-focus h2 {
    font-size: 6.25vw;
    padding: 14vw 5vw 3vw;
  }
  .overview-content .tapo-smart-focus p {
    font-size: 4.375vw;
    padding: 0 5vw 8vw;
  }

  .overview-content .tapo-smart-focus .video-container video {
    width: 100%;
    border-radius: 0;
    border: none;
  }
}

/* ----------------------------------------------------------------- */

.overview-content .tapo-coverage {
background-color: #e0e7f2;
}
.overview-content .tapo-coverage .text {
  padding: 6em 10em 2em;
}

.overview-content .tapo-coverage .text h2 {
    font-size: 4.5em;
    color: #354869;
    font-weight: 500;
    line-height: 1.15;
}


.overview-content .tapo-coverage .box {
    height: 0;
  /* padding-top: 50.5%; */
  padding-top: 63%;
  margin: 0 auto;
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/07-bg.png) 50% 0 / 100% no-repeat;
  position: relative;
}

.overview-content .tapo-coverage .desc {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 1.22em;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.3em 0.5em;
  border-radius: 3em;
  /* white-space: nowrap; */
}

/* "Focused Area Monitoring" — top-left of left image */
.overview-content .tapo-coverage .desc-1 {
  top: 2%;
  left: 2%;
}

/* "Front-to-Rear Coverage" — bottom-left of left image */
.overview-content .tapo-coverage .desc-2-1 {
  top: 42%;
  left: 2%;
}

/* "Expanded Side Coverage" — top-left of right image */
.overview-content .tapo-coverage .desc-2-2 {
  top: 2%;
  left: 52%;
}

@media (max-width: 736px) {
  .overview-content .tapo-coverage{
    padding-bottom: 7vw;
  }
  .overview-content .tapo-coverage .text {
    padding: 0;
  }
  .overview-content .tapo-coverage .text h2{
    color: #000;
    font-size: 6.25vw;
    padding: 14vw 5vw 3vw;
  }
  .overview-content .tapo-coverage .text p {
    font-size: 4.375vw;
    padding: 0 5vw 5vw;
  }
  /* Switch from bg-image to actual img on mobile */
  .overview-content .tapo-coverage .box {
    height: auto;
    padding-top: 0;
    background: none;
    margin: 0 5vw;
  }
  .overview-content .tapo-coverage .box-img-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .overview-content .tapo-coverage .desc {
    font-size: 1.4em;
    padding: 0.25em 0.6em;
  }
  /* Reposition labels for stacked vertical layout */
  .overview-content .tapo-coverage .desc-1 {
    top: 1.5%;
    left: 2%;
  }
  .overview-content .tapo-coverage .desc-2-1 {
    top: 36%;
    left: 2%;
  }
  .overview-content .tapo-coverage .desc-2-2 {
    top: 68%;
    left: 2%;
  }
}

/* ------------------------------------------------------------ */
.overview-content .ai-powered-detection {
  background: #000;
  overflow: hidden;
}
.overview-content .ai-powered-detection .text {
  color: #fff;
  text-align: center;
}
.overview-content .ai-powered-detection .bg-text {
  position: relative;
  width: 100%;
}
.overview-content .ai-powered-detection .bg-img {
  width: 100%;
  display: block;
}
.overview-content .ai-powered-detection .desc {
  position: absolute;
  line-height: normal;
}
.overview-content .ai-powered-detection .desc-rectangle-blue {
  color: #fff;
  padding: 0.1em 0.3em;
  background-color: #0070d5;
}
.overview-content .ai-powered-detection .desc-m {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.overview-content .ai-powered-detection .desc-1 {
    top: 10.2%;
    right: 47.2%;

}
.overview-content .ai-powered-detection .desc-2 {
    top: 2.4%;
    left: 54.1%;
    text-align: left;
}
.overview-content .ai-powered-detection .desc-3 {
    bottom: 41%;
    left: 70.35%;
}
    .overview-content .ai-powered-detection .m-show {
    display: none !important;
  }
@media (max-width: 736px) {
  .overview-content .ai-powered-detection .bg-img {
    width: 100%;
  }
    .overview-content .ai-powered-detection .m-hide {
    display: none !important;
  }
  .overview-content .ai-powered-detection .m-show {
    display: block !important;
    /* padding: 10vw 0; */
  }
    .overview-content .ai-powered-detection .text {
      text-align: left;
    }

  .overview-content .ai-powered-detection .desc-m {
    font-size: 3vw;
  }
  .overview-content .ai-powered-detection .desc-1 {
    top: 8%;
    right: 48.5%;
    text-align: right;

  }
  .overview-content .ai-powered-detection .desc-2 {
    /* bottom: 48%; */
    left: 53%;
    top: 1%;
    text-align: left;
  }
  .overview-content .ai-powered-detection .desc-3 {
    bottom: 47%;
    left: 77%;
  }
}
/* ------------------------------------------------------------- */

.overview-content .adaptable-night-vision-modes{
  background-color: #000;
  color: #fff;
  padding-bottom: 7em;
}
.overview-content .adaptable-night-vision-modes .w-container{
  width: 53em;
}
.overview-content .adaptable-night-vision-modes .swiper-wrapper {
  display: block;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.overview-content .adaptable-night-vision-modes .swiper-slide {
  width: 100%;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide {
  width: 20.83%;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active {
  width: 56.25%;
}
.overview-content .adaptable-night-vision-modes .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 48.75%;
  margin: 0 auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: width 0.5s ease-in-out;
  border-radius: 0.5em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide-1 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/11a-night-img.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-2 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/11b-infared-img.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-3 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/11c-smart-img.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-txt {
  position: absolute;
  left: 1.5em;
  right: 1.5em;
  bottom: 0.5em;
  color: #fff;
  text-align: left;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .icon {
  display: block;
  width: 3.5em;
  height: auto;
}
.overview-content .adaptable-night-vision-modes .swiper-slide p.title {
  font-size: 1.38em;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5em 0 0.5em;
  min-height: 3.25em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide p.info {
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
  padding-bottom: 1.5em;
}

.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.title {
  min-height: unset;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide p.info {
  display: none;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.info {
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc {
  position: absolute;
  line-height: normal;
  text-align: left;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide .desc {
  display: none;
}
.overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active .desc {
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-rectangle-blue {
  color: #fff;
  background-color: #005eac;
  padding: 0.25em 0.75em;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-m {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.overview-content .adaptable-night-vision-modes .swiper-slide .desc-1 {
  bottom: 83%;
  left: 55.875%;
}
@media (max-width: 736px) {
  .overview-content .adaptable-night-vision-modes .w-container{
    width:auto;
  }
  .overview-content .adaptable-night-vision-modes .swiper-wrapper,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-wrapper {
    display: block;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active {
    width: 90vw;
    margin: 0 auto;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide+.swiper-slide {
    margin-top: 1.5em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide {
    padding-top: 65.75%;
    border-radius: 0.5em;
    background-size: 100%;
  }
.overview-content .adaptable-night-vision-modes .swiper-slide-1 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/11a-night-img.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-2 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/11b-infared-img.png);
}
.overview-content .adaptable-night-vision-modes .swiper-slide-3 {
  background-image: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/11c-smart-img.png);
}

  .overview-content .adaptable-night-vision-modes .swiper-slide-txt {
    left: 1.5em;
    right: 1.5em;
    bottom: 2.5em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .icon {
    width: 8vw;
    margin-bottom: 0.75em;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide p.info{
  font-size: 3.75vw;
}
  .overview-content .adaptable-night-vision-modes .swiper-slide p.title {
    font-size: 4.38vw;
    padding: 0 0 0.25em;
    min-height: unset;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.title {
    min-height: unset;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide p.info,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active p.info {
    display: block;
    padding: 0;
  }
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide .desc,
  .overview-content.js-active .adaptable-night-vision-modes .swiper-slide.active .desc {
    display: block;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .desc-m {
    font-size: 2.75vw;
  }
  .overview-content .adaptable-night-vision-modes .swiper-slide .desc-1 {
    bottom: 82.5%;
    left: 49.5%;
  }
}


/* --------------------------------------------------------------------------------- */

.overview-content .tailored-patrol-guardian {
  height: 0;
  /* padding-bottom: 47.5%; */
  padding-bottom: 42.5%;
  background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/12-lens.png) bottom / 100% no-repeat black;
  color: #fff;
}


.overview-content .tailored-patrol-guardian .desc {
  position: absolute;
  line-height: normal;
  color: #fff;
  text-align: left;
}
.overview-content .tailored-patrol-guardian .desc-b {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
.overview-content .tailored-patrol-guardian .desc-1 {
  bottom: 5%;
  left: 2%;
  width: 10%;
  transform: rotateZ(-9deg);
}
.overview-content .tailored-patrol-guardian .desc-2 {
  bottom: 10%;
  left: 17.5%;
  width: 10%;
  transform: rotateZ(-5deg);
}
.overview-content .tailored-patrol-guardian .desc-3 {
  bottom: 12%;
  left: 31%;
  width: 10%;
}
.overview-content .tailored-patrol-guardian .desc-4 {
  bottom: 12%;
  right: 31%;
  width: 10%;
  text-align: right;
}
.overview-content .tailored-patrol-guardian .desc-5 {
  bottom: 10%;
  right: 17.5%;
  width: 10%;
  transform: rotateZ(5deg);
  text-align: right;
}
.overview-content .tailored-patrol-guardian .desc-6 {
  bottom: 5%;
  right: 2%;
  width: 10%;
  transform: rotateZ(9deg);
  text-align: right;
}
@media (max-width: 736px) {
  .overview-content .tailored-patrol-guardian {
    height: auto;
    /* padding-bottom: 77%; */
    padding-bottom: 105vw;
    background: url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/12-lens.png) bottom / 90% no-repeat black;
  }
  .overview-content .tailored-patrol-guardian .bg-text {
    position: relative;
  }
  .overview-content .tailored-patrol-guardian .desc-b {
    font-size: 3.25vw;
    font-weight: 400;
  }
  .overview-content .tailored-patrol-guardian .desc-1 {
    bottom: auto;
    top: 3vw;
    left: 7vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-2 {
    bottom: auto;
    top: 3vw;
    left: 38vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-3 {
    bottom: auto;
    top: 3vw;
    left: 68vw;
    width: 24vw;
    transform: none;
  }
  .overview-content .tailored-patrol-guardian .desc-4 {
    bottom: -103vw;
    right: auto;
    left: 7vw;
    width: 24vw;
    text-align: left;
  }
  .overview-content .tailored-patrol-guardian .desc-5 {
    transform: none;
    bottom: -103vw;
    right: auto;
    left: 38vw;
    width: 24vw;
    text-align: left;
  }
  .overview-content .tailored-patrol-guardian .desc-6 {
    transform: none;
    bottom: -103vw;
    right: auto;
    left: 68vw;
    width: 24vw;
    text-align: left;
  }
}

/* ------------------------------------------------------------- */


/* ---- Local & Cloud Storage Options — Swiper Carousel ---- */
.overview-content .local-cloud-storage {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  /* padding-bottom: 5em; = 80px */
  padding-bottom: clamp(31.80px, 4.17vw, 80.00px);
}
.overview-content .local-cloud-storage .w-container {
  position: relative;
  /* responsive w-container: 73.125em max, shrinks with viewport */
  width: 62.5%;
  max-width: 73.125em;
}
.overview-content .local-cloud-storage .text {
  /* padding: 5em 0 1.5em; = 80px 0 24px */
  padding: clamp(31.80px, 4.17vw, 80.00px) 0 clamp(9.54px, 1.25vw, 24.00px);
  text-align: left;
}
.overview-content .local-cloud-storage .text h2 {
  /* font-size: 2.8125em; = 45px */
  font-size: clamp(17.89px, 2.34vw, 45.00px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

/* Navigation arrows */
.overview-content .local-cloud-storage .swiper-nav {
  position: absolute;
  /* top: 5.6em; = 89.6px */
  top: clamp(35.62px, 4.67vw, 89.60px);
  right: 0;
  display: flex;
  /* gap: 0.5em; = 8px */
  gap: clamp(3.18px, 0.42vw, 8.00px);
  z-index: 10;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev,
.overview-content .local-cloud-storage .swiper-nav .button-next {
  width: clamp(21.47px, 2.81vw, 54.00px);
  cursor: pointer;
  user-select: none;
  line-height: 0;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev img,
.overview-content .local-cloud-storage .swiper-nav .button-next img {
  width: 100%;
  height: auto;
  display: block;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev .disabled-img,
.overview-content .local-cloud-storage .swiper-nav .button-next .disabled-img {
  display: none;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev:hover,
.overview-content .local-cloud-storage .swiper-nav .button-next:hover {
  opacity: 0.8;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev.swiper-button-disabled img,
.overview-content .local-cloud-storage .swiper-nav .button-next.swiper-button-disabled img {
  display: none;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev.swiper-button-disabled .disabled-img,
.overview-content .local-cloud-storage .swiper-nav .button-next.swiper-button-disabled .disabled-img {
  display: block;
}
.overview-content .local-cloud-storage .swiper-nav .button-prev.swiper-button-disabled,
.overview-content .local-cloud-storage .swiper-nav .button-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

/* Swiper container — break out of w-container to fill viewport */
.overview-content .local-cloud-storage .storage-swiper {
  overflow: visible;
  /* margin-left: 360px at 1920px => use clamp for negative offset */
  margin-left: calc(clamp(143.10px, 18.75vw, 360.00px) * -1);
  width: 100vw;
  padding-left: clamp(143.10px, 18.75vw, 360.00px);
  padding-right: clamp(143.10px, 18.75vw, 360.00px);
  box-sizing: border-box;
}
.overview-content .local-cloud-storage .storage-swiper .swiper-wrapper {
  display: flex;
}
.overview-content .local-cloud-storage .storage-swiper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 32vw;
}


/* Card image */
.overview-content .local-cloud-storage .slide-img {
  width: 100%;
  /* border-radius: 0.75em; = 12px */
  border-radius: clamp(4.77px, 0.63vw, 12.00px);
  overflow: hidden;
  /* margin-bottom: 1.25em; = 20px */
  margin-bottom: clamp(7.95px, 1.04vw, 20.00px);
  position: relative;
}
.overview-content .local-cloud-storage .slide-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Image overlay text */
.overview-content .local-cloud-storage .img-overlay {
  position: absolute;
  top: 0;
  left: 12%;
  color: #fff;
  z-index: 2;
}
.overview-content .local-cloud-storage .img-overlay .overlay-sub {
  /* font-size: 3.4em; */
  font-size: clamp(21.47px, 2.81vw, 54.00px);
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  color: #a6e3ff;
}
.overview-content .local-cloud-storage .img-overlay .overlay-big {
  /* font-size: 8.2em; */
  font-size: clamp(52.47px, 6.88vw, 132.00px);
  font-weight: 700;
  line-height: 1;
  padding: 0;
  color: #a6e3ff;
  letter-spacing: -0.02em;
}

/* Card text */
.overview-content .local-cloud-storage .slide-txt {
  text-align: left;
}
.overview-content .local-cloud-storage .slide-txt .title {
  /* font-size: 1.88em; */
  font-size: clamp(11.95px, 1.57vw, 30.08px);
  font-weight: 600;
  line-height: 1.3;
  /* padding-bottom: 0.4em; */
  padding-bottom: clamp(2.54px, 0.33vw, 6.40px);
  color: #fff;
}
.overview-content .local-cloud-storage .slide-txt .info {
  /* font-size: 1.2em; */
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
  /* padding-right: 6em; */
  padding-right: clamp(38.16px, 5.00vw, 96.00px);
}
.overview-content .local-cloud-storage .slide-txt .link-more {
  /* font-size: 1.2em; */
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  color: #4db8ff;
  text-decoration: underline;
  /* margin-top: 0.5em; */
  margin-top: clamp(3.18px, 0.42vw, 8.00px);
  display: inline-block;
}
  .overview-content .local-cloud-storage .slide-img .m-show {
    display: none;
  }

@media (max-width: 736px) {
  .overview-content .local-cloud-storage {
    padding-bottom: 14vw;
    margin-bottom: -1px;
  }
  .overview-content .local-cloud-storage .text {
    padding: 0;
    }

  .overview-content .local-cloud-storage .w-container {
    width: auto;
  }
  .overview-content .local-cloud-storage .swiper-nav {
    top: 15vw;
    right: 6vw;
  }
  .overview-content .local-cloud-storage .swiper-nav .button-prev,
  .overview-content .local-cloud-storage .swiper-nav .button-next {
    width: 8vw;
  }
  .overview-content .local-cloud-storage .text h2 {
        font-size: 6.25vw;
        padding: 10vw 40vw 3vw 6vw;
  }
  .overview-content .local-cloud-storage .storage-swiper {
    margin-left: 0;
    width: 100%;
    padding-left: 6vw;
    padding-right: 3vw;
  }
  .overview-content .local-cloud-storage .storage-swiper .swiper-slide {
    width: 88vw;
  }
  /* Mobile image swap */
  .overview-content .local-cloud-storage .slide-img .m-hide {
    display: none;
  }
  .overview-content .local-cloud-storage .slide-img .m-show {
    display: block;
    width: 100%;
    height: auto;
  }
  .overview-content .local-cloud-storage .slide-img {
    border-radius: 0.8em;
    margin-bottom: 0.8em;
  }
  /* Overlay: inline row on mobile */
  .overview-content .local-cloud-storage .img-overlay {
    display: flex;
    align-items: baseline;
    gap: 0.2em;
    left: 5%;
    top: 3%;
  }
  .overview-content .local-cloud-storage .img-overlay .overlay-sub {
    font-size: 5vw;
    font-weight: 600;
  }
  .overview-content .local-cloud-storage .img-overlay .overlay-big {
    font-size: 14vw;
    font-weight: 700;
  }
  /* Slide text */
  .overview-content .local-cloud-storage .slide-txt {
    padding: 0;
    margin: 0;
  }
  .overview-content .local-cloud-storage .slide-txt .title {
    font-size: 4.38vw;
    padding: 0;
    margin: 0;
    padding-bottom: 0.3em;

  }
  .overview-content .local-cloud-storage .slide-txt .info {
    font-size: 3.72vw;
    padding-right: 0;
    line-height: 1.45;
        padding: 0;
    margin: 0;
  }
  .overview-content .local-cloud-storage .slide-txt .link-more {
    font-size: 3.72vw;
    margin-top: 0.4em;
  }
}


/* ===== Flexible Power Section ===== */
.overview-content .flexible-power {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-bottom: clamp(31.80px, 4.17vw, 80.00px);
}
.overview-content .flexible-power .w-container {
  position: relative;
  width: 62.5%;
  max-width: 73.125em;
}
.overview-content .flexible-power .text {
  padding: clamp(31.80px, 4.17vw, 80.00px) 0 clamp(9.54px, 1.25vw, 24.00px);
  text-align: left;
}
.overview-content .flexible-power .text h2 {
  font-size: clamp(17.89px, 2.34vw, 45.00px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

/* Navigation arrows */
.overview-content .flexible-power .swiper-nav {
  position: absolute;
  top: clamp(35.62px, 4.67vw, 89.60px);
  right: 0;
  display: flex;
  gap: clamp(3.18px, 0.42vw, 8.00px);
  z-index: 10;
}
.overview-content .flexible-power .swiper-nav .button-prev,
.overview-content .flexible-power .swiper-nav .button-next {
  width: clamp(21.47px, 2.81vw, 54.00px);
  cursor: pointer;
  user-select: none;
  line-height: 0;
}
.overview-content .flexible-power .swiper-nav .button-prev img,
.overview-content .flexible-power .swiper-nav .button-next img {
  width: 100%;
  height: auto;
  display: block;
}
.overview-content .flexible-power .swiper-nav .button-prev .disabled-img,
.overview-content .flexible-power .swiper-nav .button-next .disabled-img {
  display: none;
}
.overview-content .flexible-power .swiper-nav .button-prev:hover,
.overview-content .flexible-power .swiper-nav .button-next:hover {
  opacity: 0.8;
}
.overview-content .flexible-power .swiper-nav .button-prev.swiper-button-disabled img,
.overview-content .flexible-power .swiper-nav .button-next.swiper-button-disabled img {
  display: none;
}
.overview-content .flexible-power .swiper-nav .button-prev.swiper-button-disabled .disabled-img,
.overview-content .flexible-power .swiper-nav .button-next.swiper-button-disabled .disabled-img {
  display: block;
}
.overview-content .flexible-power .swiper-nav .button-prev.swiper-button-disabled,
.overview-content .flexible-power .swiper-nav .button-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

/* Swiper container — break out of w-container to fill viewport */
.overview-content .flexible-power .power-swiper {
  overflow: visible;
  margin-left: calc(clamp(143.10px, 18.75vw, 360.00px) * -1);
  width: 100vw;
  padding-left: clamp(143.10px, 18.75vw, 360.00px);
  padding-right: clamp(143.10px, 18.75vw, 360.00px);
  box-sizing: border-box;
}
.overview-content .flexible-power .power-swiper .swiper-wrapper {
  display: flex;
}
.overview-content .flexible-power .power-swiper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 62vw;
}

/* Card image */
.overview-content .flexible-power .slide-img {
  width: 100%;
  border-radius: clamp(4.77px, 0.63vw, 12.00px);
  overflow: hidden;
  position: relative;
}
.overview-content .flexible-power .slide-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Image overlay text */
.overview-content .flexible-power .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  padding: clamp(25.44px, 3.33vw, 64.00px);
  box-sizing: border-box;
  z-index: 2;
}
.overview-content .flexible-power .img-overlay .overlay-title {
  font-size: 1.88vw;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 0.8em;
  color: #fff;
}
.overview-content .flexible-power .img-overlay .overlay-label {
  font-size: clamp(8.95px, 1.17vw, 22.50px);
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0.15em;
  color: #fff;
}
.overview-content .flexible-power .img-overlay .overlay-desc {
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 0.8em;
  color: #fff;
}

/* Right-side overlay for cable labels */
.overview-content .flexible-power .img-overlay-right {
  position: absolute;
  top: 32.8%;
  right: 24%;
  display: flex;
  gap: 4.5vw;
  box-sizing: border-box;
  z-index: 2;
}
.overview-content .flexible-power .img-overlay-right .overlay-caption {
  font-size: clamp(5.09px, 0.67vw, 12.80px);
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0;
}

@media (max-width: 736px) {
  .overview-content .flexible-power {
    padding-bottom: 3em;
  }
  .overview-content .flexible-power .w-container {
    width: auto;
  }
  .overview-content .flexible-power .text {
    padding: 0;
  }
  .overview-content .flexible-power .text h2 {
    font-size: 6.25vw;
    padding: 0vw 30vw 3vw 6vw;
  }
  .overview-content .flexible-power .swiper-nav {
    top: 3.5em;
    right: 6vw;
  }
  .overview-content .flexible-power .power-swiper {
    margin-left: 0;
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .overview-content .flexible-power .power-swiper .swiper-slide {
    width: calc(100vw - 12vw);
  }
  .overview-content .flexible-power .swiper-nav .button-prev, .overview-content .flexible-power .swiper-nav .button-next{
    width: 8vw;
  }
  .overview-content .flexible-power .img-overlay {
    width: 100%;
    padding: 4vw;
  }
  .overview-content .flexible-power .img-overlay .overlay-title {
    font-size: 4.38vw;
    font-weight: 500;
    padding-bottom: 0.6em;
  }
  .overview-content .flexible-power .img-overlay .overlay-label {
    font-size: 3.75vw;
    font-weight: 500;
    padding-bottom: 0.15em;
  }
  .overview-content .flexible-power .img-overlay .overlay-desc {
    font-size: 3.75vw;
    font-weight: 300;
    line-height: 1.45;
    padding-bottom: 5vw;
  }
  .overview-content .flexible-power .img-overlay-right {
    top: auto;
        bottom: 31vw;
        left: 3vw;
        gap: 10vw;
    padding: 0;
  }
  .overview-content .flexible-power .img-overlay-right .overlay-caption {
    font-size: 2.6vw;
    text-align: left;
  }
}


/* ===== Final Carousel Section ===== */
.overview-content .final-carousel {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-bottom: clamp(31.80px, 4.17vw, 80.00px);
}
.overview-content .final-carousel .w-container {
  position: relative;
  width: 62.5%;
  max-width: 73.125em;
  /* top padding where title would be — just pad for the nav row */
  padding-top: clamp(31.80px, 4.17vw, 80.00px);
}
.overview-content .final-carousel .text {
  /* padding: 5em 0 1.5em; = 80px 0 24px */
  padding:0 0 clamp(9.54px, 1.25vw, 24.00px);
  text-align: left;
}

/* Navigation arrows — same position as local-cloud-storage */
.overview-content .final-carousel .swiper-nav {
  position: absolute;
  top: clamp(31.80px, 4.17vw, 80.00px);
  right: 0;
  display: flex;
  gap: clamp(3.18px, 0.42vw, 8.00px);
  z-index: 10;
}
.overview-content .final-carousel .swiper-nav .button-prev,
.overview-content .final-carousel .swiper-nav .button-next {
  width: clamp(21.47px, 2.81vw, 54.00px);
  cursor: pointer;
  user-select: none;
  line-height: 0;
}
.overview-content .final-carousel .swiper-nav .button-prev img,
.overview-content .final-carousel .swiper-nav .button-next img {
  width: 100%;
  height: auto;
  display: block;
}
.overview-content .final-carousel .swiper-nav .button-prev .disabled-img,
.overview-content .final-carousel .swiper-nav .button-next .disabled-img {
  display: none;
}
.overview-content .final-carousel .swiper-nav .button-prev:hover,
.overview-content .final-carousel .swiper-nav .button-next:hover {
  opacity: 0.8;
}
.overview-content .final-carousel .swiper-nav .button-prev.swiper-button-disabled img,
.overview-content .final-carousel .swiper-nav .button-next.swiper-button-disabled img {
  display: none;
}
.overview-content .final-carousel .swiper-nav .button-prev.swiper-button-disabled .disabled-img,
.overview-content .final-carousel .swiper-nav .button-next.swiper-button-disabled .disabled-img {
  display: block;
}
.overview-content .final-carousel .swiper-nav .button-prev.swiper-button-disabled,
.overview-content .final-carousel .swiper-nav .button-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

/* Swiper container — break out of w-container */
.overview-content .final-carousel .final-swiper {
  overflow: visible;
  margin-left: calc(clamp(143.10px, 18.75vw, 360.00px) * -1);
  width: 100vw;
  padding-left: clamp(143.10px, 18.75vw, 360.00px);
  padding-right: clamp(143.10px, 18.75vw, 360.00px);
  box-sizing: border-box;
  /* space below nav buttons */
  margin-top: clamp(15.90px, 2.08vw, 40.00px);
}
.overview-content .final-carousel .final-swiper .swiper-wrapper {
  display: flex;
}
.overview-content .final-carousel .final-swiper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 32vw;
}

/* Card image */
.overview-content .final-carousel .slide-img {
  width: 100%;
  border-radius: clamp(4.77px, 0.63vw, 12.00px);
  overflow: hidden;
  margin-bottom: clamp(7.95px, 1.04vw, 20.00px);
  position: relative;
}
.overview-content .final-carousel .slide-img > img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card text */
.overview-content .final-carousel .slide-txt {
  text-align: left;
}
.overview-content .final-carousel .slide-txt .title {
  font-size: clamp(11.95px, 1.57vw, 30.08px);
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: clamp(2.54px, 0.33vw, 6.40px);
  color: #fff;
}
.overview-content .final-carousel .slide-txt .info {
  font-size: clamp(7.63px, 1.00vw, 19.20px);
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
  padding-right: clamp(38.16px, 5.00vw, 96.00px);
}

/* Overlay — slide 3a: PT Lens / Fixed Lens captions */
.overview-content .final-carousel .img-overlay {
  position: absolute;
  z-index: 2;
}
.overview-content .final-carousel .slide-img .img-overlay .overlay-caption {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  text-align: center;
  padding: 0;
}
/* 3a overlay: bottom area with two captions side by side */
.overview-content .final-carousel .swiper-slide:first-child .img-overlay {
  bottom: 8%;
  left: 18%;
  display: flex;
  gap: clamp(7.95px, 1.04vw, 20.00px);
  
}

/* Overlay — slide 3d: speech bubbles */
.overview-content .final-carousel .img-overlay-3d-ok {
  top: 28%;
  right: 21.5%;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: clamp(7.95px, 1.04vw, 20.00px);
}

.overview-content .final-carousel .img-overlay-3d-door {
  top: auto;
  bottom: 22%;
  right: 31%;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: clamp(7.95px, 1.04vw, 20.00px);
}


/* Overlay — slide 3e: smart assistant logos + Alexa bubble */
.overview-content .final-carousel .img-overlay-3e {
  top: 43.8%;
  left: 9%;
  right: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(7.95px, 1.04vw, 20.00px);
}
.overview-content .final-carousel .logo-badge {
  display: block;
  height: clamp(9.14px, 1.20vw, 23.00px);
  width: auto;
}

    .overview-content .final-carousel .m-show {
      display: none !important;
    }

@media (max-width: 736px) {
  .overview-content .final-carousel {
    padding-bottom: 14vw;
  }
    .overview-content .final-carousel .m-show{
      display: block !important;
    }
    .overview-content .final-carousel .m-hide {
      display: none !important;
    }
  .overview-content .final-carousel .w-container {
    width: auto;
    padding-top: 0;
  }
  .overview-content .final-carousel .text {
    padding: 14vw;
  }
  .overview-content .final-carousel .text h2 {
    font-size: 6.25vw;
    padding: 10vw 40vw 3vw 6vw;
  }
  .overview-content .final-carousel .swiper-nav {
    top: 15vw;
    right: 6vw;
  }
  .overview-content .final-carousel .swiper-nav .button-prev,
  .overview-content .final-carousel .swiper-nav .button-next {
    width: 8vw;
  }
  .overview-content .final-carousel .final-swiper {
    margin-left: 0;
    width: 100%;
    padding-left: 6vw;
    padding-right: 3vw;
    margin-top: 0;
  }
  .overview-content .final-carousel .final-swiper .swiper-slide {
    width: 88vw;
  }
  .overview-content .final-carousel .slide-img {
    border-radius: 0.8em;
    margin-bottom: 0.8em;
  }
  .overview-content .final-carousel .slide-txt {
    padding: 0;
    margin: 0;
  }
  .overview-content .final-carousel .slide-txt .title {
    font-size: 4.38vw;
    padding: 0;
    margin: 0;
    padding-bottom: 0.3em;
  }
  .overview-content .final-carousel .slide-txt .info {
    font-size: 3.72vw;
    padding-right: 0;
    line-height: 1.45;
    padding: 0;
    margin: 0;
  }
  .overview-content .final-carousel .img-overlay-3d-door {
font-size: 3vw;
width: 50vw;
    bottom: 22%;
    right: 12%;
  }
  
    .overview-content .final-carousel .img-overlay-3d-ok {
font-size: 3vw;
top: 27.5%;;
  }
      .overview-content .final-carousel .img-overlay-3e {
font-size: 3vw;
  }
}



.overview-content .flexible-storage-choices {
    height: 0;
    padding-bottom: 47vw;
    background: #000 url(https://static-product.tp-link.com/tapo-c575d_v1/en/img/13-weather.png) bottom / 100% no-repeat;
    position: relative;
}
.overview-content .flexible-storage-choices .w-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73.125em;
  margin: 0 auto;
}
.overview-content .flexible-storage-choices .text {
  position: absolute;
  top: 60%;
  right: 0;
  width: 38%;
  transform: translateY(-50%);
  padding: 0;
  text-align: left;
  color: #fff;
}
.overview-content .flexible-storage-choices h2 {
  font-size: 2.8125em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.overview-content .flexible-storage-choices p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
}
.overview-content .flexible-storage-choices .ul-icons {
  width: 100%;
  margin: 1.5em 0 0;
  list-style: none;
  padding: 0;
}
.overview-content .flexible-storage-choices .ul-icons li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
}
.overview-content .flexible-storage-choices .ul-icons li+li {
  margin-top: 1em;
}
.overview-content .flexible-storage-choices .ul-icons li p {
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
}
.overview-content .flexible-storage-choices .ul-icons li .icon {
  display: block;
  width: 2em;
  height: auto;
  margin: 0;
  flex-shrink: 0;
}
.overview-content .flexible-storage-choices .ul-icons li .icon-txt {
  padding: 0;
  text-align: left;
}
@media (max-width: 736px) {
  .overview-content .flexible-storage-choices {
    height: auto;
    padding-bottom: 80vw;
  background: #000 url(https://static-product.tp-link.com/tapo-c575d_v1/en/m/13-weather.png) bottom / 100% no-repeat;
  }
  .overview-content .flexible-storage-choices .w-container {
    position: relative;
    width: auto;
  }
  .overview-content .flexible-storage-choices .text {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 0 0 2em;
    color: #fff;
  }
  .overview-content .flexible-storage-choices h2 {
    font-size: 6.25vw;
    padding: 14vw 5vw 3vw;
  }
  .overview-content .flexible-storage-choices p{
    font-size: 4.375vw;
    padding: 0 5vw 8vw;
  }
  .overview-content .flexible-storage-choices .ul-icons {
    margin: 1em 6vw 0;
  }
  .overview-content .flexible-storage-choices .ul-icons li p {
    font-size: 3.75vw;
  }
  .overview-content .flexible-storage-choices .ul-icons li .icon {
    width: 8vw;
  }
  .overview-content .flexible-storage-choices .ul-icons li {
    align-items: center;
  }
}

