/* Panel C overlay content (matches previous .side-panel-f-*) */
.panel-c-content {
  position: absolute;
  top: 1;   /* adjust for vertical placement */
  left: 14.5%;  /* adjust for horizontal placement */
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  pointer-events: auto;
  text-align: left;
  padding: 0;
  gap: 1.5vw;
  width: fit-content;
}

.panel-c-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 2.6vw; /* adjust title size here */
  font-weight: 500;
  color: #111;
  text-align: left;
  margin: 0 0 2vw 0;
  padding-left: 42px;
  width: 100%;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(255,255,255,0.7);
  pointer-events: auto;
}
.panel-c-desc {
  font-size: 1.2vw; /* adjust description size here */
  font-weight: 400;
  color: #333;
  margin: 0 0 1.5vw 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.6;
  text-align: left;
  border-radius: 0.8vw;
  padding: 1vw 2vw 1vw 60px;
  pointer-events: auto;
}
.panel-c-desc a {
  color: #0077cc;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1em;
  pointer-events: auto;
}
/* Panel F overlay and image layering */
.panel.panel-f {
  position: relative;
  aspect-ratio: 2555 / 1049;
  width: 100%;
  min-height: 400px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-f-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.side-panel-f-content {
  position: absolute;
  top: 22%;   /* adjust for vertical placement */
  left: 17.75%;  /* adjust for horizontal placement */
  width: 40%; /* adjust for overlay width */
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  pointer-events: auto;
  text-align: left;
  padding: 0;
}

.side-panel-f-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 2.4vw; /* adjust title size here */
  font-weight: 500;
  color: #111;
  text-align: left;

  width: 100%;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(255,255,255,0.7);
  pointer-events: auto;
}

.side-panel-f-desc {
  font-size: 1.05vw; /* adjust description size here */
  font-weight: 400;
  color: #333;
  margin: 0 0 1.5vw 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.6;
  text-align: left;
  border-radius: 0.8vw;
  padding: 1vw 2vw 1vw 0;
  pointer-events: auto;
}

.side-panel-f-desc a {
  color: #000;
  font-weight: 100;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 1em;
  pointer-events: auto;
}
/* Add spacing between panel-e and panel-d */
.panel.panel-d {
  margin-top: 180px;
}
.side-panel-e-title,
.side-panel-e-desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.side-panel-e-content-above,
.side-panel-e-image-wrapper {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
.panel.side-panel-e {
  display: block;
  width: 100%;
}

.side-panel-e-content-above {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.side-panel-e-image-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
/* Centered overlay for side-panel-e */

.side-panel-e-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-panel-e-content-above {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}

.side-panel-e-image {
  width: 100%;
  display: inline-block;
  
}



.side-panel-e-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 2.6vw; /* adjust title size here */
  font-weight: 500;
  color: #111;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.5vw;
  line-height: 1.2;
  text-shadow: none;
}

.side-panel-e-title-br-mobile {
  display: none;
}

.side-panel-e-desc {
  font-size: 1.1vw; /* adjust description size here */
  font-weight: 400;
  color: #333;
  margin: 0 auto 2vw auto;
  width: 100%;
  max-width: 100%;
  line-height: 1.6;
  text-shadow: none;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 2.5vw;
  box-sizing: border-box;
}

.side-panel-e-title,
.side-panel-e-desc {
  pointer-events: auto;
}
.side-panel-d-desc {
  font-size: 1.1vw; /* adjust left description size here */
  line-height: 1.5;
}
/* Logo and label row under F.jpg and F-2.jpg */
.side-panel-c-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  column-gap: 10px;
  row-gap: 6px;
}
.side-panel-c-logo {
  width: 3vw;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.side-panel-c-logo-label {
  font-size: 1.4vw;
  color: #222;
  font-weight: 500;
}
.side-panel-c-logo-desc {
  flex: 0 0 100%;
  width: 100%;
  font-size: 1.2vw; /* adjust desktop logo description size here */
  color: #555;
  margin-top: 6px;
  text-align: center;
  line-height: 1.4;
  padding-left: 18%;
  padding-right: 18%;
  box-sizing: border-box;
}
.side-panel-c-images {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0;
}
.side-panel-c-image-container {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  height: auto;
}
.side-panel-c-image-container > picture {
  display: block;
  width: 100%;
}
.side-panel-c-image-container > .side-panel-c-logo-wrapper {
  width: 100%;
}
.side-panel-c-image {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
}
.side-panel-c-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
}
.side-panel-c-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
}
.side-panel-c-title {
  font-size: 3.2vw;
  font-weight: 500;
  color: #111;
  text-align: center;
  margin: 0 0 32px 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.side-panel-d-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 2.6vw; /* adjust left title size here */
  font-weight: 500;
  color: #111;
  margin-bottom: 2vw;
  margin-top: 4vw;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;}


.panel-c-desc {
  font-size: 1.1vw; /* adjust description size here */
  font-weight: 400;
  color: #333;
  margin: -2.5vw 0 1.5vw 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.6;
  text-align: left;
  border-radius: 0.8vw;
  padding: 1vw 2vw 1vw 42px;
  pointer-events: auto;
}
.panel-c-header {
  font-size: 4.6em;
  font-weight: 500;
  color: #111;
  text-align: left;
  margin: 0 0 1.5vw 0;
  width: auto;
  pointer-events: none;
  line-height: 1.3;
}
/* Centered description under WiFi Speeds label in side-panel-b */
.wifi-speeds-desc {
  width: 100%;
  font-weight: 400;
  text-align: center;
  margin: 1.2vw 0 1.5vw 0;
  font-size: 1.1vw;
  color: #222;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile.wifi-speeds {
  background: none;
}
.side-panel-b-image-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
/* Style for WiFi Speeds tile in side-panel-b */
.wifi-speeds-label {
    white-space: nowrap;
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  
  z-index: 2;
  top: -100px;
    margin-bottom: 0.1rem;
    margin-top: rem;
}
.tile.wifi-speeds {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.side-panel-b-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}


.panel-b-badges-row {
  position: relative;
  width: 100%;
  min-height: 3em;
  margin: 2em 0 0 0;
}

.panel-b-desc {
  text-align: center;
}
.panel-b-footnote {
  font-size: 0.6em;
  vertical-align: super;
  position: relative;
  top: 1em;
  left: 0.1em;
}
.panel-b-desc {
  margin: 8rem auto 0 auto;
  text-align: center;
  max-width: 1600px;
  width: 100%;
  font-size: 1.8em;
  color: #222;
  font-weight: 400;
  line-height: 1.2;

}
.panel-b-desc-line {
  text-align: center;
  margin-bottom: 0.5em;
}
.panel-b-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 4em;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  top: 80px;
}
/* --- Side Panel A Grid --- */
.side-panel-a-grid.side-panel-a-grid {
  padding: 4vw 17vw;
  margin: 4vw auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.side-panel-a-grid-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  container-type: inline-size;
}

.side-panel-a-grid-img {
  display: block;
  width: 100%;
  height: auto;
}

.wifi-speeds-tile {
  position: absolute;
  top: 30%;
  left: 31%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.wifi-speeds-label-one {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.6cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.wifi-speeds-label-one b {
  font-weight: 700;
  font-size: 2.5cqw;
}

.wifi-speeds-label-two {
  font-size: 1.6cqw;
  font-weight: 400;
  color: #222;
  margin-top: 0.5em;
  line-height: 1.3;
  white-space: nowrap;
}

.wifi-speeds-label-two b {
  font-weight: 700;
  font-size: 2.5cqw;
}

.multi-ssid-tile {
  position: absolute;
  top: 82%;
  left: 16%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.multi-ssid-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.6cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.parental-controls-tile {
  position: absolute;
  top: 82%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.parental-controls-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.6cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.fiber-access-tile {
  position: absolute;
  top: 16%;
  left: 63%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.fiber-access-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.4cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.gigabit-wired-tile {
  position: absolute;
  top: 38%;
  left: 62.5%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.gigabit-wired-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.4cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.aginet-solution-tile {
  position: absolute;
  top: 19%;
  left: 83.5%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.aginet-solution-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.6cqw;
  font-weight: 600;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.aginet-solution-sublabel {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.4cqw;
  font-weight: 400;
  color: #222;
  margin-top: 0.3em;
  line-height: 1.3;
}

.remote-management-tile {
  position: absolute;
  top: 62%;
  left: 83.5%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 2;
  width: auto;
  white-space: nowrap;
}

.remote-management-label {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 1.4cqw;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.2;
}
.panel-a-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.panel-a-text-group {
  position: absolute;
  top: 19%;
  left: 17%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: auto;
  z-index: 2;
  pointer-events: auto;
}

.panel-a-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #111;
  border-radius: 8px;
  font-weight: normal;
  font-size: 2.14em;
  padding: 0.8em 1.5em;
  border: 12px solid #111;
  letter-spacing: 0.05em;
}

.panel-a-title {
  font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  color: #111;
  margin-bottom: 1vw;
  line-height: 1.2;
}
.panel-a-subtitle {
  font-size: 1.8vw;
  color: #031f22;
  margin-bottom: 1.5vw;
  line-height: 1.5;
  margin-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-a-badge {
  display: inline-block;
  background: transparent;
  color: #111;
  border-radius: 0.6vw;
  font-weight: 100;
  font-size: 1.8vw;
  padding: 0.2vw 0.8vw;
  border: 2px solid #111;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .panel-a-title {
    font-size: 8.2vw;
  }
  .panel-a-subtitle {
    font-size: 4.6vw;
  }
  .panel-a-badge {
    font-size: 4.2vw;
    padding: 1.4vw 3.2vw;
    border-radius: 1.6vw;
    border-width: 1px;
  }
}
/* Center side-panel-e image in web view */
.side-panel-e {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: 0;
  max-height: none;
 
}
@media (min-width: 769px) and (max-width: 1024px) {
  .side-panel-d-content {
    gap: 32px;
  }
  .side-panel-d-main-image {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.xn020-g3_v3 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.panel {
  height: 550.77px;
  width: 100%;
  margin: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel-a {
  margin-top: 0;
  margin-bottom: 0;
  background-image: url("https://static-product.tp-link.com/xn020-g3_v3/img/A.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 2560 / 1280;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}

.side-panel-a {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panel-a-image {
  width: 1200px;
  height: auto;
    margin: 0.2rem 0 0 0;
}

.side-panel-b {
  height: auto;
  min-height: 24vw;
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panel-b-image {
  width: 65vw;
  max-width: none;
  height: auto;
  display: block;
}

.panel-b-mobile-img {
  display: none;
}

.panel-b-title-br-mobile {
  display: none;
}

.panel-b {
      position: relative;
    position: relative;
  /* Overlay content for panel-b */
  .panel-b-content {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    z-index: 2;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
  }
  .panel-b-title {
    position: static;
    transform: none;
    font-family: "TP-Link Aktiv", "TP-LinkAktiv", "Arial", sans-serif;
    font-size: 2.4vw;
    font-weight: 500;
    color: #111;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(255,255,255,0.7);
    pointer-events: auto;
    margin: 0;
  }
  .panel-b-desc {
    position: static;
    transform: none;
    font-size: 1vw;
    font-weight: 400;
    color: #333;
    width: 85%;
    max-width: none;
    line-height: 1.6;
    text-align: justify;
    text-align-last: center;
    border-radius: 0.8vw;
    padding: 0;
    margin: 0;
    pointer-events: auto;
  }
  .panel-b-badges-row {
    position: absolute;
    top: 10vw;
    left: 0;
    display: flex;
    gap: 1vw;
  }
 
  .panel-b-badges-row {
    display: flex;
    gap: 1vw;
    margin: 0 0 1vw 0;
  }
 
  background-image: url("https://static-product.tp-link.com/xn020-g3_v3/img/C.jpg");
  background-size: cover;
  height: auto;
  aspect-ratio: 2560 / 1200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.panel-c {
  background: none !important;
  position: relative;
  width: 100%;
  aspect-ratio: 2560 / 1200;
  height: auto !important;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  display: block;
  margin: 70px 0;
}

.panel-c > picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.panel-c-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: fill;
  display: block;
  z-index: 1;
  transform: scale(1.08);
  transform-origin: center center;
}

.side-panel-c {
  height: auto;
  min-height: 24vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panel-c-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.side-panel-c-images {
  width: 90vw;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  box-sizing: border-box;
}

.side-panel-c-image-secondary {
  display: block;
}

.side-panel-c-image-secondary .side-panel-c-image {
  width: 100%;
}

.side-panel-d {
  height: auto;
  min-height: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panel-d-content {
  width: calc(100vw - 28vw); /* adjust 14vw side margins via the value below */
  max-width: none;
  margin-left: 14vw;
  margin-right: 14vw;
  padding-left: 4vw; /* ~25px at 1920px, scales with viewport */
  padding-right: 4vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5vw;
}

.side-panel-d-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.side-panel-d-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: right;
}
}

.side-panel-d-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 0;
  min-width: 0;
}
.side-panel-d-title-center {
  width: 100%;
  text-align: left;
  font-size: 2.6em;
  font-weight: 500;
  color: #111;
  margin-bottom: 32px;
  margin-top: 0;
  display: block;
}
.side-panel-d-images {
  width: 26vw; /* adjust thumbnail row width here */
  display: flex;
  gap: 1vw;
  align-items: stretch;
  flex-shrink: 0;
  margin-top: 2vw;
}


.side-panel-d-images {
  width: 19vw;
  display: flex;
  gap: 1vw;
  align-items: stretch;
  flex-shrink: 0;
}

.side-panel-d-item {
  flex: 1;
}

.side-panel-d-stack {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.side-panel-d-stack .side-panel-d-item {
  flex: 0;
}

.side-panel-d-stack .side-panel-d-item:last-child {
  margin-top: auto;
}

.side-panel-d-thumb-image {
  width: 100%;
  height: auto;
  display: block;
}

.side-panel-d-main {
  flex: 0 0 auto;
  width: fit-content;
  max-width: none;
}

.side-panel-d-main-image {
  width: 30vw; /* adjust right-side image size here */
  max-width: none;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .side-panel-d-main-image {
    max-width: 50vw;
    width: 100%;
  }
  .side-panel-d-images {
    width: 300px;
    max-width: 300px;
    min-width: 240px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 20px;
  }
  .side-panel-d-item {
    margin: 0;
  }
  .side-panel-d-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-panel-e-image {
  width: 62vw; /* adjust image size here */
  max-width: none;
  height: auto;
  display: block;
}

.panel-f {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2555 / 1049;
  background: none;
  padding: 0;

  width: 100%;
  height: auto;
  min-height: 0;
}

.panel-f-img-fill {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .panel {
    height: auto;
    margin: 48px 0;
    background-size: contain;
  }

  .panel-a {
    margin-top: 0;
    background-size: cover;
  }

  .side-panel-a-image,
  .side-panel-b-image,
  .side-panel-c-image,
  .side-panel-d-main-image,
  .side-panel-d-thumb-image,
  .side-panel-e-image {
    width: 100%;
  }

  .side-panel-b-image {
    padding: 0 20px;
  }

  .side-panel-a-image {
    padding: 0 30px;
  }

  .panel-a {
    aspect-ratio: 2560 / 1280;
  }

  .panel-b {
    aspect-ratio: 2560 / 1200;
    background-size: cover;
  }

  .panel-c {
    aspect-ratio: 2560 / 1080;
  }

  .panel-d {
    aspect-ratio: 2555 / 1049;
  }

  .side-panel-c {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .side-panel-c-content {
    max-width: 100%;
  }

  .side-panel-c-title {
    font-size: 3.5vw;
    padding-bottom: 40px;
  }

  .side-panel-c-images {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .side-panel-d {
    padding: 70px 40px;
    box-sizing: border-box;
  }

  .side-panel-d-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .side-panel-d-title {
    white-space: nowrap;
    font-size: 4vw;
  }

  .side-panel-d-desc br {
    display: none;
  }

  .side-panel-d-desc {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .side-panel-e {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .side-panel-e-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .side-panel-e-desc br {
    display: inline;
  }

  .side-panel-e-desc {
    font-size: 1.4vw;
    line-height: 1.4;
    max-width: 100%;
    margin: 0 auto 32px auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .side-panel-e-title {
    font-size: 3.2vw;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .side-panel-e-desc {
    font-size: 1.25vw;
    line-height: 1.5;
    padding-left: 32px;
    padding-right: 32px;
  }
  .side-panel-e-desc br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .panel {
    height: auto;
  }

  .panel-a {
    background-image: url("https://static-product.tp-link.com/xn020-g3_v3/img/m/A.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 1707;
    margin-bottom: 60px;
  }

  .panel-a-text-group {
    top: 8%;
    left: 4%;
  }

  .panel-a-title {
    font-size: 8.2vw;
  }

  .panel-a-subtitle {
    font-size: 4.6vw;
    margin-top: 0;
    padding-top: 0;
  }

  .panel-a-badge {
    font-size: 4.2vw;
    padding: 1.4vw 3.2vw;
    border-radius: 1.6vw;
    border-width: 1px;
  }

  .side-panel-a-grid.side-panel-a-grid {
    padding: 0px 20px;
    height: auto;
    margin: 0 auto;
  }

  .wifi-speeds-tile {
    top:14.5%;
    left: 61%;
  }
  .wifi-speeds-label-one {
    font-size: 3.2vw;
  }
  .wifi-speeds-label-one b {
    font-size: 5vw;
  }
  .wifi-speeds-label-two {
    font-size: 3.2vw;
  }
  .wifi-speeds-label-two b {
    font-size: 5vw;
  }
  .multi-ssid-label,
  .parental-controls-label,
  .fiber-access-label,
  .gigabit-wired-label,
  .remote-management-label {
    font-size: 3.0vw;
    
  }
  .aginet-solution-sublabel {
    font-size: 2.6vw;
  }
  .aginet-solution-label {
    font-size: 3.6vw;
  }

  .remote-management-tile {
    top: 80%;
    left: 68.5%;
  }

  .aginet-solution-tile {
    top: 60.5%;
    left: 66.5%;
  }

  .fiber-access-tile {
    top: 58%;
    left: 27%;
  }

  .gigabit-wired-tile {
    top: 70%;
    left: 26%;
  }

  .multi-ssid-tile {
    top: 40%;
    left: 32%;
  }

  .parental-controls-tile {
    top: 40%;
    left: 80%;
  }

  .panel-b {
    background-image: none;
    background-size: auto;
    height: auto;
    aspect-ratio: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 40px 0 0 0;
  }
  .panel-b .panel-b-content {
    position: static;
    transform: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    align-items: flex-start;
  }
  .panel-b .panel-b-title {
    font-size: 6vw;
    text-align: left;
    width: 100%;
  }
  .panel-b-title-br-mobile {
    display: inline;
  }
  .panel-b .panel-b-desc {
    font-size: 4.4vw;
    text-align: left;
    text-align-last: left;
    width: 100%;
  }
  .panel-b-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .side-panel-b {
    margin-bottom: 0;
  }

  .side-panel-b .tile.wifi-speeds {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: flex-start;
    text-align: left;
  }
  .side-panel-b .wifi-speeds-label {
    width: 100%;
    text-align: left;
    white-space: normal;
    margin: 0;
    font-size: 6.3vw;
  }
  .side-panel-b .wifi-speeds-desc {
    width: 100%;
    display: block;
    text-align: left;
    text-align-last: left;
    font-size: 4.4vw;
    margin: 0.8rem 0 16px 0;
  }

  .panel-c {
    background-image: url("img/m/E.jpg") !important;
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    height: auto;
    aspect-ratio: 1280 / 1522;
    margin: 40px 0 0 0;
    overflow: visible;
  }
  .panel-c .panel-c-content {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    align-items: flex-start;
    text-align: left;
  }
  .panel-c .panel-c-title {
    width: 100%;
    text-align: left;
    font-size: 6vw;
    margin: 0 0 12px 0;
    padding-left: 0;
  }
  .panel-c .panel-c-desc {
    width: 100%;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    font-size: 4.4vw;
    padding: 0;
  }
  .panel-c .panel-c-desc br {
    display: none;
  }

  .side-panel-c {
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-panel-d {
    padding: 0;
  }

  .side-panel-d-title {
    margin-top: 0;
    white-space: nowrap;
    font-size: 6.4vw;
  }

  .side-panel-d-desc {
    text-align: left;
    font-size: 4.6vw;
  }

  .side-panel-d-desc p {
    text-align: left;
  }

  .side-panel-d-desc br {
    display: none;
  }

  .side-panel-c-title {
    white-space: nowrap;
    font-size: 6vw;
    padding-bottom: 0;
  }

  .side-panel-c-logo {
    width: 7vw;
  }

  .side-panel-c-logo-label {
    font-size: 4.4vw;
  }

  .side-panel-c-logo-desc {
    font-size: 4.2vw;
    max-width: none;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 32px;
    box-sizing: border-box;
  }

  .side-panel-c-image-container:nth-child(2) .side-panel-c-logo-desc {
    padding-left: 22%;
    padding-right: 22%;
  }

  .panel-d {
    background-image: url("https://static-product.tp-link.com/xn020-g3_v3/img/m/I.jpg");
    background-size: conver;
    height: auto;
    aspect-ratio: 1280 / 1049;
  }

  .side-panel-a-image,
  .side-panel-b-image,
  .side-panel-c-image,
  .side-panel-d-main-image,
  .side-panel-d-thumb-image,
  .side-panel-e-image {
    width: 100%;
  }

  .side-panel-d-main-image {
    max-width: none;
    height: auto;
    margin-top: 30px;
  }

  .side-panel-a-image {
    padding: 0 20px;
  }

  .side-panel-b-image,
  .side-panel-c-image,
  .side-panel-d-main-image,
  .side-panel-e-image {
    padding: 0 20px;
  }

  .side-panel-c-images {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .side-panel-d-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .side-panel-d-images {
    width: 62%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-top: 12px;
  }

  .side-panel-d-thumb-image {
    padding: 0;
  }

  .side-panel-d-stack {
    justify-content: flex-start;
    gap: 1px;
  }

  .side-panel-d-stack .side-panel-d-item:last-child {
    margin-top: 0;
  }

  .side-panel-c-images picture {
    width: 100%;
  }

  .side-panel-c-image-secondary {
    display: block;
  }

  .side-panel-e-title {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    line-height: 1.2;
    padding: 0 20px;
    font-size: 6.5vw;
  }

  .side-panel-e-title-br-mobile {
    display: inline;
  }

  .side-panel-e-desc {
    text-align: left;
    padding: 16px 20px 0;
    font-size: 4.6vw;
    line-height: 1.5;
  }

  .side-panel-e-desc br {
    display: none;
  }

  .panel.panel-f {
    aspect-ratio: auto;
    min-height: 0;
    max-height: none;
    height: auto;
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
  }

  .panel-f-img-fill {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .side-panel-f-content {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
  }

  .side-panel-f-title {
    font-size: 6.2vw;
  }

  .side-panel-f-desc {
    font-size: 4.4vw;
    padding: 0;
    padding-top: 10px;
  }

  .side-panel-f-title br,
  .side-panel-f-desc br {
    display: none;
  }
}

