@import"https://www.tapo.com/res/plugin/swiper-4.5.0/swiper.min.css";

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-pan-x: initial;
            --tw-pan-y: initial;
            --tw-pinch-zoom: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-divide-x-reverse: 0;
            --tw-border-style: solid;
            --tw-divide-y-reverse: 0;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-ordinal: initial;
            --tw-slashed-zero: initial;
            --tw-numeric-figure: initial;
            --tw-numeric-spacing: initial;
            --tw-numeric-fraction: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-blue-500: oklch(62.3% .214 259.815);
        --color-neutral-200: oklch(92.2% 0 0);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --font-weight-extralight: 200;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }

    * {
        box-sizing: border-box;
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        font-family: TP-Link Aktiv, sans-serif
    }

    :root {
        --section-max-width: 1920px;
        --section-group-gap: 80px;
        --section-group-vert-padding: 20px
    }
}

@layer components;

@layer utilities {
    .collapse {
        visibility: collapse !important
    }

    .invisible {
        visibility: hidden !important
    }

    .visible {
        visibility: visible !important
    }

    .sr-only {
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
        border-width: 0 !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        position: absolute !important;
        overflow: hidden !important
    }

    .not-sr-only {
        clip-path: none !important;
        white-space: normal !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        overflow: visible !important
    }

    .absolute {
        position: absolute !important
    }

    .relative {
        position: relative !important
    }

    .static {
        position: static !important
    }

    .sticky {
        position: sticky !important
    }

    .inset-0 {
        inset: calc(var(--spacing) * 0) !important
    }

    .start {
        inset-inline-start: var(--spacing) !important
    }

    .end {
        inset-inline-end: var(--spacing) !important
    }

    .top-\[2\%\] {
        top: 2% !important
    }

    .top-\[10\.5\%\] {
        top: 10.5% !important
    }

    .top-\[10\.7\%\] {
        top: 10.7% !important
    }

    .top-\[14\.5\%\] {
        top: 14.5% !important
    }

    .top-\[18\.5\%\] {
        top: 18.5% !important
    }

    .top-\[53\%\] {
        top: 53% !important
    }

    .top-\[62\%\] {
        top: 62% !important
    }

    .top-\[65\%\] {
        top: 65% !important
    }

    .top-\[72\.7\%\] {
        top: 72.7% !important
    }

    .top-\[92\%\] {
        top: 92% !important
    }

    .top-\[var\(--default-y\)\] {
        top: var(--default-y) !important
    }

    .right-\[var\(--default-x\)\] {
        right: var(--default-x) !important
    }

    .bottom-\[var\(--default-y\)\] {
        bottom: var(--default-y) !important
    }

    .left-\[2\.5\%\] {
        left: 2.5% !important
    }

    .left-\[4\%\] {
        left: 4% !important
    }

    .left-\[5\%\] {
        left: 5% !important
    }

    .left-\[5\.5\%\] {
        left: 5.5% !important
    }

    .left-\[20\%\] {
        left: 20% !important
    }

    .left-\[22\%\] {
        left: 22% !important
    }

    .left-\[24\%\] {
        left: 24% !important
    }

    .left-\[27\.75\%\] {
        left: 27.75% !important
    }

    .left-\[28\%\] {
        left: 28% !important
    }

    .left-\[32\%\] {
        left: 32% !important
    }

    .left-\[52\%\] {
        left: 52% !important
    }

    .left-\[52\.5\%\] {
        left: 52.5% !important
    }

    .left-\[78\.5\%\] {
        left: 78.5% !important
    }

    .left-\[var\(--default-x\)\] {
        left: var(--default-x) !important
    }

    .isolate {
        isolation: isolate !important
    }

    .isolation-auto {
        isolation: auto !important
    }

    .-z-1 {
        z-index: -1 !important
    }

    .z-1 {
        z-index: 1 !important
    }

    .z-2,
    .z-\[2\] {
        z-index: 2 !important
    }

    .container {
        width: 100% !important
    }

    @media(min-width:40rem) {
        .container {
            max-width: 40rem !important
        }
    }

    @media(min-width:48rem) {
        .container {
            max-width: 48rem !important
        }
    }

    @media(min-width:64rem) {
        .container {
            max-width: 64rem !important
        }
    }

    @media(min-width:80rem) {
        .container {
            max-width: 80rem !important
        }
    }

    @media(min-width:96rem) {
        .container {
            max-width: 96rem !important
        }
    }

    .mx-auto {
        margin-inline: auto !important
    }

    .mt-\[min\(2\.81vw\,18px\)\] {
        margin-top: min(2.81vw, 18px) !important
    }

    .mt-\[min\(3\.59vw\,23px\)\] {
        margin-top: min(3.59vw, 23px) !important
    }

    .mt-\[min\(4\.69vw\,30px\)\] {
        margin-top: min(4.69vw, 30px) !important
    }

    .mt-\[min\(12\.5vw\,80px\)\] {
        margin-top: min(12.5vw, 80px) !important
    }

    .mb-\[min\(6\.25vw\,40px\)\] {
        margin-bottom: min(6.25vw, 40px) !important
    }

    .block {
        display: block !important
    }

    .contents {
        display: contents !important
    }

    .flex {
        display: flex !important
    }

    .flow-root {
        display: flow-root !important
    }

    .grid {
        display: grid !important
    }

    .hidden {
        display: none !important
    }

    .inline {
        display: inline !important
    }

    .inline-block {
        display: inline-block !important
    }

    .inline-flex {
        display: inline-flex !important
    }

    .inline-grid {
        display: inline-grid !important
    }

    .inline-table {
        display: inline-table !important
    }

    .list-item {
        display: list-item !important
    }

    .table {
        display: table !important
    }

    .table-caption {
        display: table-caption !important
    }

    .table-cell {
        display: table-cell !important
    }

    .table-column {
        display: table-column !important
    }

    .table-column-group {
        display: table-column-group !important
    }

    .table-footer-group {
        display: table-footer-group !important
    }

    .table-header-group {
        display: table-header-group !important
    }

    .table-row {
        display: table-row !important
    }

    .table-row-group {
        display: table-row-group !important
    }

    .\[aspect-ratio\:2560\/1280\] {
        aspect-ratio: 2560/1280 !important
    }

    .aspect-\[1169\/2381\] {
        aspect-ratio: 1169/2381 !important
    }

    .h-6 {
        height: calc(var(--spacing) * 6) !important
    }

    .h-10 {
        height: calc(var(--spacing) * 10) !important
    }

    .h-16 {
        height: calc(var(--spacing) * 16) !important
    }

    .h-20 {
        height: calc(var(--spacing) * 20) !important
    }

    .h-\[8vw\] {
        height: 8vw !important
    }

    .h-\[min\(8\.2vw\,52\.5px\)\] {
        height: min(8.2vw, 52.5px) !important
    }

    .h-full {
        height: 100% !important
    }

    .w-6 {
        width: calc(var(--spacing) * 6) !important
    }

    .w-16 {
        width: calc(var(--spacing) * 16) !important
    }

    .w-20 {
        width: calc(var(--spacing) * 20) !important
    }

    .w-25 {
        width: calc(var(--spacing) * 25) !important
    }

    .w-\[15\%\] {
        width: 15% !important
    }

    .w-\[17vw\] {
        width: 17vw !important
    }

    .w-\[18\%\] {
        width: 18% !important
    }

    .w-\[20\%\] {
        width: 20% !important
    }

    .w-\[clamp\(90\.63px\,90\.63vw\,580\.00px\)\] {
        width: clamp(90.63px, 90.63vw, 580px) !important
    }

    .w-auto {
        width: auto !important
    }

    .w-full {
        width: 100% !important
    }

    .max-w-\[1920px\] {
        max-width: 1920px !important
    }

    .max-w-\[var\(--section-max-width\)\] {
        max-width: var(--section-max-width) !important
    }

    .flex-\[var\(--ratio\)\] {
        flex: var(--ratio) !important
    }

    .flex-auto {
        flex: auto !important
    }

    .flex-none {
        flex: none !important
    }

    .shrink {
        flex-shrink: 1 !important
    }

    .grow {
        flex-grow: 1 !important
    }

    .border-collapse {
        border-collapse: collapse !important
    }

    .translate-x-\[var\(--default-translate-x\)\] {
        --tw-translate-x: var(--default-translate-x) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important
    }

    .translate-y-\[var\(--default-translate-y\)\] {
        --tw-translate-y: var(--default-translate-y) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important
    }

    .translate-none {
        translate: none !important
    }

    .scale-3d {
        scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z) !important
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, ) !important
    }

    .cursor-pointer {
        cursor: pointer !important
    }

    .touch-pinch-zoom {
        --tw-pinch-zoom: pinch-zoom !important;
        touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, ) !important
    }

    .resize {
        resize: both !important
    }

    .flex-col {
        flex-direction: column !important
    }

    .flex-col-reverse {
        flex-direction: column-reverse !important
    }

    .flex-row {
        flex-direction: row !important
    }

    .flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-wrap {
        flex-wrap: wrap !important
    }

    .items-center {
        align-items: center !important
    }

    .items-start {
        align-items: flex-start !important
    }

    .justify-around {
        justify-content: space-around !important
    }

    .justify-between {
        justify-content: space-between !important
    }

    .justify-center {
        justify-content: center !important
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2) !important
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3) !important
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4) !important
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6) !important
    }

    .gap-12 {
        gap: calc(var(--spacing) * 12) !important
    }

    .gap-\[1em\] {
        gap: 1em !important
    }

    .gap-\[min\(3\.44vw\,22px\)\] {
        gap: min(3.44vw, 22px) !important
    }

    .gap-\[var\(--section-group-gap\)\] {
        gap: var(--section-group-gap) !important
    }

    :where(.space-y-reverse>:not(:last-child)) {
        --tw-space-y-reverse: 1 !important
    }

    :where(.space-x-reverse>:not(:last-child)) {
        --tw-space-x-reverse: 1 !important
    }

    :where(.divide-x>:not(:last-child)) {
        --tw-divide-x-reverse: 0 !important;
        border-inline-style: var(--tw-border-style) !important;
        border-inline-start-width: calc(1px * var(--tw-divide-x-reverse)) !important;
        border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important
    }

    :where(.divide-y>:not(:last-child)) {
        --tw-divide-y-reverse: 0 !important;
        border-bottom-style: var(--tw-border-style) !important;
        border-top-style: var(--tw-border-style) !important;
        border-top-width: calc(1px * var(--tw-divide-y-reverse)) !important;
        border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important
    }

    :where(.divide-y-reverse>:not(:last-child)) {
        --tw-divide-y-reverse: 1 !important
    }

    .truncate {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important
    }

    .rounded {
        border-radius: .25rem !important
    }

    .rounded-\[0\.2em\] {
        border-radius: .2em !important
    }

    .rounded-\[0\.25em\] {
        border-radius: .25em !important
    }

    .rounded-full {
        border-radius: 3.40282e38px !important
    }

    .rounded-s {
        border-start-start-radius: .25rem !important;
        border-end-start-radius: .25rem !important
    }

    .rounded-ss {
        border-start-start-radius: .25rem !important
    }

    .rounded-e {
        border-start-end-radius: .25rem !important;
        border-end-end-radius: .25rem !important
    }

    .rounded-se {
        border-start-end-radius: .25rem !important
    }

    .rounded-ee {
        border-end-end-radius: .25rem !important
    }

    .rounded-es {
        border-end-start-radius: .25rem !important
    }

    .rounded-t {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .rounded-l {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .rounded-tl {
        border-top-left-radius: .25rem !important
    }

    .rounded-r {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .rounded-tr {
        border-top-right-radius: .25rem !important
    }

    .rounded-b {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .rounded-br {
        border-bottom-right-radius: .25rem !important
    }

    .rounded-bl {
        border-bottom-left-radius: .25rem !important
    }

    .border {
        border-style: var(--tw-border-style) !important;
        border-width: 1px !important
    }

    .border-x {
        border-inline-style: var(--tw-border-style) !important;
        border-inline-width: 1px !important
    }

    .border-y {
        border-block-style: var(--tw-border-style) !important;
        border-block-width: 1px !important
    }

    .border-s {
        border-inline-start-style: var(--tw-border-style) !important;
        border-inline-start-width: 1px !important
    }

    .border-e {
        border-inline-end-style: var(--tw-border-style) !important;
        border-inline-end-width: 1px !important
    }

    .border-t {
        border-top-style: var(--tw-border-style) !important;
        border-top-width: 1px !important
    }

    .border-r {
        border-right-style: var(--tw-border-style) !important;
        border-right-width: 1px !important
    }

    .border-b {
        border-bottom-style: var(--tw-border-style) !important;
        border-bottom-width: 1px !important
    }

    .border-b-2 {
        border-bottom-style: var(--tw-border-style) !important;
        border-bottom-width: 2px !important
    }

    .border-l {
        border-left-style: var(--tw-border-style) !important;
        border-left-width: 1px !important
    }

    .border-black {
        border-color: var(--color-black) !important
    }

    .border-transparent {
        border-color: #0000 !important
    }

    .border-white {
        border-color: var(--color-white) !important
    }

    .bg-neutral-200 {
        background-color: var(--color-neutral-200) !important
    }

    .bg-transparent {
        background-color: #0000 !important
    }

    .bg-white {
        background-color: var(--color-white) !important
    }

    .bg-\[url\(https\:\/\/static-product\.tp-link\.com\/archer-txe70u_v1\/img\/01-hero\.jpg\)\] {
        background-image: url(https://static-product.tp-link.com/archer-txe70u_v1/img/01-hero.jpg) !important
    }

    .bg-\[length\:100\%_100\%\] {
        background-size: 100% 100% !important
    }

    .bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .bg-repeat {
        background-repeat: repeat !important
    }

    .mask-no-clip {
        -webkit-mask-clip: no-clip !important;
        mask-clip: no-clip !important
    }

    .mask-repeat {
        -webkit-mask-repeat: repeat !important;
        mask-repeat: repeat !important
    }

    .fill-none {
        fill: none !important
    }

    .stroke-current {
        stroke: currentColor !important
    }

    .stroke-5 {
        stroke-width: 5px !important
    }

    .object-contain {
        object-fit: contain !important
    }

    .px-\[0\.75em\] {
        padding-inline: .75em !important
    }

    .px-\[0\.85em\] {
        padding-inline: .85em !important
    }

    .px-\[1em\] {
        padding-inline: 1em !important
    }

    .px-\[min\(385px\,20vw\)\] {
        padding-inline: min(385px, 20vw) !important
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3) !important
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4) !important
    }

    .py-\[0\.2em\] {
        padding-block: .2em !important
    }

    .py-\[0\.25em\] {
        padding-block: .25em !important
    }

    .py-\[0\.38em\] {
        padding-block: .38em !important
    }

    .py-\[clamp\(12\.50px\,12\.50vw\,80\.00px\)\] {
        padding-block: clamp(12.5px, 12.5vw, 80px) !important
    }

    .pt-\[clamp\(0\.5rem\,2vw\,2rem\)\] {
        padding-top: clamp(.5rem, 2vw, 2rem) !important
    }

    .pt-\[min\(200px\,10vw\)\] {
        padding-top: min(200px, 10vw) !important
    }

    .pt-\[var\(--section-group-vert-padding\)\] {
        padding-top: var(--section-group-vert-padding) !important
    }

    .pb-5 {
        padding-bottom: calc(var(--spacing) * 5) !important
    }

    .pb-\[0\.5em\] {
        padding-bottom: .5em !important
    }

    .pb-\[1vw\] {
        padding-bottom: 1vw !important
    }

    .pb-\[var\(--section-group-vert-padding\)\] {
        padding-bottom: var(--section-group-vert-padding) !important
    }

    .text-center {
        text-align: center !important
    }

    .align-middle {
        vertical-align: middle !important
    }

    .text-\[3\.5vw\]\/\[1\.2\] {
        font-size: 3.5vw !important;
        line-height: 1.2 !important
    }

    .text-\[clamp\(4\.37px\,4\.37vw\,28\.00px\)\]\/\[clamp\(6\.24px\,6\.24vw\,40\.00px\)\] {
        font-size: clamp(4.37px, 4.37vw, 28px) !important;
        line-height: clamp(6.24px, 6.24vw, 40px) !important
    }

    .text-\[clamp\(16px\,2\.81vw\,18px\)\]\/\[1\.3\] {
        font-size: clamp(16px, 2.81vw, 18px) !important;
        line-height: 1.3 !important
    }

    .text-\[clamp\(16px\,3\.75vw\,24px\)\]\/\[1\.3\] {
        font-size: clamp(16px, 3.75vw, 24px) !important;
        line-height: 1.3 !important
    }

    .text-\[clamp\(16px\,4\.66vw\,34px\)\]\/\[1\.3\] {
        font-size: clamp(16px, 4.66vw, 34px) !important;
        line-height: 1.3 !important
    }

    .text-\[clamp\(16px\,4\.69vw\,30px\)\]\/\[1\] {
        font-size: clamp(16px, 4.69vw, 30px) !important;
        line-height: 1 !important
    }

    .text-\[clamp\(16px\,6\.97vw\,51px\)\]\/\[1\.33\] {
        font-size: clamp(16px, 6.97vw, 51px) !important;
        line-height: 1.33 !important
    }

    .text-\[clamp\(30\.53px\,7\.03vw\,45px\)\]\/\[1\.33\] {
        font-size: clamp(30.53px, 7.03vw, 45px) !important;
        line-height: 1.33 !important
    }

    .text-\[3\.5vw\] {
        font-size: 3.5vw !important
    }

    .text-\[4\.5vw\] {
        font-size: 4.5vw !important
    }

    .text-\[5\.5vw\] {
        font-size: 5.5vw !important
    }

    .text-\[6\.5vw\] {
        font-size: 6.5vw !important
    }

    .text-\[clamp\(6\.24px\,6\.24vw\,40\.00px\)\] {
        font-size: clamp(6.24px, 6.24vw, 40px) !important
    }

    .leading-\[1\.2\] {
        --tw-leading: 1.2 !important;
        line-height: 1.2 !important
    }

    .leading-\[1\.3\] {
        --tw-leading: 1.3 !important;
        line-height: 1.3 !important
    }

    .leading-\[1\.5\] {
        --tw-leading: 1.5 !important;
        line-height: 1.5 !important
    }

    .leading-\[clamp\(7\.80px\,7\.80vw\,50\.00px\)\] {
        --tw-leading: clamp(7.8px, 7.8vw, 50px) !important;
        line-height: clamp(7.8px, 7.8vw, 50px) !important
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold) !important;
        font-weight: var(--font-weight-bold) !important
    }

    .font-extralight {
        --tw-font-weight: var(--font-weight-extralight) !important;
        font-weight: var(--font-weight-extralight) !important
    }

    .font-light {
        --tw-font-weight: var(--font-weight-light) !important;
        font-weight: var(--font-weight-light) !important
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium) !important;
        font-weight: var(--font-weight-medium) !important
    }

    .font-normal {
        --tw-font-weight: var(--font-weight-normal) !important;
        font-weight: var(--font-weight-normal) !important
    }

    .text-wrap {
        text-wrap: wrap !important
    }

    .text-clip {
        text-overflow: clip !important
    }

    .text-ellipsis {
        text-overflow: ellipsis !important
    }

    .text-\[\#000\] {
        color: #000 !important
    }

    .text-black {
        color: var(--color-black) !important
    }

    .text-white {
        color: var(--color-white) !important
    }

    .capitalize {
        text-transform: capitalize !important
    }

    .lowercase {
        text-transform: lowercase !important
    }

    .normal-case {
        text-transform: none !important
    }

    .uppercase {
        text-transform: uppercase !important
    }

    .italic {
        font-style: italic !important
    }

    .not-italic {
        font-style: normal !important
    }

    .diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .lining-nums {
        --tw-numeric-figure: lining-nums !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .ordinal {
        --tw-ordinal: ordinal !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .proportional-nums {
        --tw-numeric-spacing: proportional-nums !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .slashed-zero {
        --tw-slashed-zero: slashed-zero !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .stacked-fractions {
        --tw-numeric-fraction: stacked-fractions !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .tabular-nums {
        --tw-numeric-spacing: tabular-nums !important;
        font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, ) !important
    }

    .normal-nums {
        font-variant-numeric: normal !important
    }

    .line-through {
        text-decoration-line: line-through !important
    }

    .no-underline {
        text-decoration-line: none !important
    }

    .overline {
        text-decoration-line: overline !important
    }

    .underline {
        text-decoration-line: underline !important
    }

    .antialiased {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important
    }

    .subpixel-antialiased {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important
    }

    .ring {
        --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important
    }

    .inset-ring {
        --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor) !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important
    }

    .outline {
        outline-style: var(--tw-outline-style) !important;
        outline-width: 1px !important
    }

    .blur {
        --tw-blur: blur(8px) !important;
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .drop-shadow {
        --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f)) !important;
        --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f) !important;
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .grayscale {
        --tw-grayscale: grayscale(100%) !important;
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .invert {
        --tw-invert: invert(100%) !important;
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .sepia {
        --tw-sepia: sepia(100%) !important;
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .filter {
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important
    }

    .backdrop-blur {
        --tw-backdrop-blur: blur(8px) !important;
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important;
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important
    }

    .backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%) !important;
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important;
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important
    }

    .backdrop-invert {
        --tw-backdrop-invert: invert(100%) !important;
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important;
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important
    }

    .backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%) !important;
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important;
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important
    }

    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important;
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, ) !important
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events !important;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
        transition-duration: var(--tw-duration, var(--default-transition-duration)) !important
    }

    .outline-none {
        --tw-outline-style: none !important;
        outline-style: none !important
    }

    :where(.divide-x-reverse>:not(:last-child)) {
        --tw-divide-x-reverse: 1 !important
    }

    .ring-inset {
        --tw-ring-inset: inset !important
    }

    @media not all and (min-width:768px) {
        .max-\[768px\]\:\[aspect-ratio\:1282\/1708\] {
            aspect-ratio: 1282/1708 !important
        }

        .max-\[768px\]\:bg-\[url\(https\:\/\/static-product\.tp-link\.com\/archer-txe70u_v1\/m\/01-hero\.jpg\)\] {
            background-image: url(https://static-product.tp-link.com/archer-txe70u_v1/m/01-hero.jpg) !important
        }

        .max-\[768px\]\:px-\[8vw\] {
            padding-inline: 8vw !important
        }

        .max-\[768px\]\:pt-\[10vw\] {
            padding-top: 10vw !important
        }

        .max-\[768px\]\:pt-\[60vw\] {
            padding-top: 60vw !important
        }
    }

    @media not all and (min-width:48rem) {
        .max-md\:top-\[55vw\] {
            top: 55vw !important
        }

        .max-md\:left-\[7\.5\%\] {
            left: 7.5% !important
        }

        .max-md\:left-\[53\.5\%\] {
            left: 53.5% !important
        }

        .max-md\:w-\[35\%\] {
            width: 35% !important
        }

        .max-md\:w-\[39\%\] {
            width: 39% !important
        }
    }

    @media(min-width:40rem) {
        .sm\:absolute {
            position: absolute !important
        }

        .sm\:top-0 {
            top: calc(var(--spacing) * 0) !important
        }

        .sm\:top-\[var\(--sm-y\)\] {
            top: var(--sm-y) !important
        }

        .sm\:right-\[var\(--sm-x\)\] {
            right: var(--sm-x) !important
        }

        .sm\:bottom-\[var\(--sm-y\)\] {
            bottom: var(--sm-y) !important
        }

        .sm\:left-0 {
            left: calc(var(--spacing) * 0) !important
        }

        .sm\:left-\[var\(--sm-x\)\] {
            left: var(--sm-x) !important
        }

        .sm\:z-10 {
            z-index: 10 !important
        }

        .sm\:my-auto {
            margin-block: auto !important
        }

        .sm\:mt-\[min\(1\.6vw\,30\.75px\)\] {
            margin-top: min(1.6vw, 30.75px) !important
        }

        .sm\:mt-\[min\(1\.37vw\,26\.25px\)\] {
            margin-top: min(1.37vw, 26.25px) !important
        }

        .sm\:mt-\[min\(2\.34vw\,45px\)\] {
            margin-top: min(2.34vw, 45px) !important
        }

        .sm\:mr-\[min\(1\.82vw\,35px\)\] {
            margin-right: min(1.82vw, 35px) !important
        }

        .sm\:ml-\[min\(19\.48vw\,374px\)\] {
            margin-left: min(19.48vw, 374px) !important
        }

        .sm\:flex {
            display: flex !important
        }

        .sm\:hidden {
            display: none !important
        }

        .sm\:h-\[min\(2\.73vw\,52\.5px\)\] {
            height: min(2.73vw, 52.5px) !important
        }

        .sm\:translate-x-\[var\(--sm-translate-x\)\] {
            --tw-translate-x: var(--sm-translate-x) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .sm\:translate-y-\[var\(--sm-translate-y\)\] {
            --tw-translate-y: var(--sm-translate-y) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .sm\:items-start {
            align-items: flex-start !important
        }

        .sm\:gap-\[min\(1\.15vw\,22px\)\] {
            gap: min(1.15vw, 22px) !important
        }

        .sm\:rounded-\[0\.3em\] {
            border-radius: .3em !important
        }

        .sm\:text-left {
            text-align: left !important
        }

        .sm\:text-\[clamp\(16px\,1\.02vw\,19\.5px\)\]\/\[1\.3\] {
            font-size: clamp(16px, 1.02vw, 19.5px) !important;
            line-height: 1.3 !important
        }

        .sm\:text-\[clamp\(16px\,1\.25vw\,24px\)\]\/\[1\.3\] {
            font-size: clamp(16px, 1.25vw, 24px) !important;
            line-height: 1.3 !important
        }

        .sm\:text-\[clamp\(16px\,1\.56vw\,30px\)\]\/\[1\.3\] {
            font-size: clamp(16px, 1.56vw, 30px) !important;
            line-height: 1.3 !important
        }

        .sm\:text-\[clamp\(16px\,1\.56vw\,30px\)\]\/\[1\] {
            font-size: clamp(16px, 1.56vw, 30px) !important;
            line-height: 1 !important
        }

        .sm\:text-\[clamp\(16px\,2\.34vw\,45px\)\]\/\[1\.33\] {
            font-size: clamp(16px, 2.34vw, 45px) !important;
            line-height: 1.33 !important
        }
    }

    @media(min-width:48rem) {
        .md\:absolute {
            position: absolute !important
        }

        .md\:top-\[5\%\] {
            top: 5% !important
        }

        .md\:top-\[21\.5\%\] {
            top: 21.5% !important
        }

        .md\:top-\[29\%\] {
            top: 29% !important
        }

        .md\:top-\[30\%\] {
            top: 30% !important
        }

        .md\:top-\[36\.7\%\] {
            top: 36.7% !important
        }

        .md\:top-\[44\%\] {
            top: 44% !important
        }

        .md\:top-\[83\%\] {
            top: 83% !important
        }

        .md\:top-\[var\(--md-y\)\] {
            top: var(--md-y) !important
        }

        .md\:right-\[var\(--md-x\)\] {
            right: var(--md-x) !important
        }

        .md\:bottom-\[var\(--md-y\)\] {
            bottom: var(--md-y) !important
        }

        .md\:left-\[3\%\] {
            left: 3% !important
        }

        .md\:left-\[12\%\] {
            left: 12% !important
        }

        .md\:left-\[25\%\] {
            left: 25% !important
        }

        .md\:left-\[51\.5\%\] {
            left: 51.5% !important
        }

        .md\:left-\[56\%\] {
            left: 56% !important
        }
        .md\:left-\[58\%\] {
            left: 58% !important
        }

        .md\:left-\[60\.5\%\] {
            left: 60.5% !important
        }

        .md\:left-\[63\.5\%\] {
            left: 63.5% !important
        }

        .md\:left-\[64\%\] {
            left: 64% !important
        }

        .md\:left-\[66\%\] {
            left: 66% !important
        }

        .md\:left-\[76\.5\%\] {
            left: 76.5% !important
        }

        .md\:left-\[89\%\] {
            left: 89% !important
        }

        .md\:left-\[var\(--md-x\)\] {
            left: var(--md-x) !important
        }

        .md\:aspect-\[520\/263\] {
            aspect-ratio: 520/263 !important
        }

        .md\:h-\[clamp\(1\.5rem\,2\.5vw\,3\.1875rem\)\] {
            height: clamp(1.5rem, 2.5vw, 3.1875rem) !important
        }

        .md\:w-\[6vw\] {
            width: 6vw !important
        }

        .md\:w-\[10\%\] {
            width: 10% !important
        }

        .md\:w-\[15\%\] {
            width: 15% !important
        }

        .md\:w-\[35\%\] {
            width: 35% !important
        }

        .md\:w-\[clamp\(390\.00px\,60\.94vw\,1170\.00px\)\] {
            width: clamp(390px, 60.94vw, 1170px) !important
        }

        .md\:w-fit {
            width: fit-content !important
        }

        .md\:translate-x-\[var\(--md-translate-x\)\] {
            --tw-translate-x: var(--md-translate-x) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .md\:translate-y-\[var\(--md-translate-y\)\] {
            --tw-translate-y: var(--md-translate-y) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .md\:py-\[clamp\(33\.00px\,5\.16vw\,99\.00px\)\] {
            padding-block: clamp(33px, 5.16vw, 99px) !important
        }

        .md\:text-\[clamp\(6\.50px\,1\.02vw\,19\.50px\)\]\/\[1\.6\] {
            font-size: clamp(6.5px, 1.02vw, 19.5px) !important;
            line-height: 1.6 !important
        }

        .md\:text-\[clamp\(8\.00px\,1\.25vw\,24\.00px\)\]\/\[1\.2\] {
            font-size: clamp(8px, 1.25vw, 24px) !important;
            line-height: 1.2 !important
        }

        .md\:text-\[clamp\(8\.00px\,1\.25vw\,24\.00px\)\]\/\[1\] {
            font-size: clamp(8px, 1.25vw, 24px) !important;
            line-height: 1 !important
        }

        .md\:text-\[clamp\(13\.33px\,2\.08vw\,40\.00px\)\]\/\[1\.5\] {
            font-size: clamp(13.33px, 2.08vw, 40px) !important;
            line-height: 1.5 !important
        }

        .md\:text-\[clamp\(15\.00px\,2\.34vw\,45\.00px\)\]\/\[1\.5\] {
            font-size: clamp(15px, 2.34vw, 45px) !important;
            line-height: 1.5 !important
        }

        .md\:text-\[clamp\(0\.75rem\,1\.6vw\,2rem\)\] {
            font-size: clamp(.75rem, 1.6vw, 2rem) !important
        }

        .md\:text-\[clamp\(0\.625rem\,1\.2vw\,1\.5rem\)\] {
            font-size: clamp(.625rem, 1.2vw, 1.5rem) !important
        }

        .md\:text-\[clamp\(1\.5rem\,3\.5vw\,3\.75rem\)\] {
            font-size: clamp(1.5rem, 3.5vw, 3.75rem) !important
        }

        .md\:text-\[clamp\(8\.00px\,1\.25vw\,24\.00px\)\] {
            font-size: clamp(8px, 1.25vw, 24px) !important
        }
    }

    @media(min-width:64rem) {
        .lg\:absolute {
            position: absolute !important
        }

        .lg\:top-\[var\(--lg-y\)\] {
            top: var(--lg-y) !important
        }

        .lg\:right-\[var\(--lg-x\)\] {
            right: var(--lg-x) !important
        }

        .lg\:bottom-\[var\(--lg-y\)\] {
            bottom: var(--lg-y) !important
        }

        .lg\:left-\[var\(--lg-x\)\] {
            left: var(--lg-x) !important
        }

        .lg\:translate-x-\[var\(--lg-translate-x\)\] {
            --tw-translate-x: var(--lg-translate-x) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .lg\:translate-y-\[var\(--lg-translate-y\)\] {
            --tw-translate-y: var(--lg-translate-y) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }
    }

    @media(min-width:80rem) {
        .xl\:absolute {
            position: absolute !important
        }

        .xl\:top-\[var\(--xl-y\)\] {
            top: var(--xl-y) !important
        }

        .xl\:right-\[var\(--xl-x\)\] {
            right: var(--xl-x) !important
        }

        .xl\:bottom-\[var\(--xl-y\)\] {
            bottom: var(--xl-y) !important
        }

        .xl\:left-\[var\(--xl-x\)\] {
            left: var(--xl-x) !important
        }

        .xl\:translate-x-\[var\(--xl-translate-x\)\] {
            --tw-translate-x: var(--xl-translate-x) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .xl\:translate-y-\[var\(--xl-translate-y\)\] {
            --tw-translate-y: var(--xl-translate-y) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }
    }

    @media(min-width:96rem) {
        .\32xl\:absolute {
            position: absolute !important
        }

        .\32xl\:top-\[var\(--2xl-y\)\] {
            top: var(--2xl-y) !important
        }

        .\32xl\:right-\[var\(--2xl-x\)\] {
            right: var(--2xl-x) !important
        }

        .\32xl\:bottom-\[var\(--2xl-y\)\] {
            bottom: var(--2xl-y) !important
        }

        .\32xl\:left-\[var\(--2xl-x\)\] {
            left: var(--2xl-x) !important
        }

        .\32xl\:translate-x-\[var\(--2xl-translate-x\)\] {
            --tw-translate-x: var(--2xl-translate-x) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }

        .\32xl\:translate-y-\[var\(--2xl-translate-y\)\] {
            --tw-translate-y: var(--2xl-translate-y) !important;
            translate: var(--tw-translate-x) var(--tw-translate-y) !important
        }
    }

    .\[\.open\]\:rotate-90.open {
        rotate: 90deg !important
    }

    .\[\.selected\]\:border-blue-500.selected {
        border-color: var(--color-blue-500) !important
    }

    .\[\.selected\]\:text-blue-500.selected {
        color: var(--color-blue-500) !important
    }
}

@font-face {
    font-family: TP-Link Aktiv;
    src: url(https://static.tp-link.com/res/style/fonts/TP-LinkActiv/TP-LinkAktiv_Lt.ttf)format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TP-Link Aktiv;
    src: url(https://static.tp-link.com/res/style/fonts/TP-LinkActiv/TP-LinkAktiv_Rg.ttf)format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TP-Link Aktiv;
    src: url(https://static.tp-link.com/res/style/fonts/TP-LinkActiv/TP-LinkAktiv_Md.ttf)format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TP-Link Aktiv;
    src: url(https://static.tp-link.com/res/style/fonts/TP-LinkActiv/TP-LinkAktiv_Bd.ttf)format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.overview-content {
    background-color: #fff !important
}

.overview-content .unrivaled-wifi7-technology {
    max-width: 120em;
    margin: 0 auto;
    font-size: .833333vw
}

.overview-content .unrivaled-wifi7-technology .w-container {
    width: 78em;
    margin: 0 auto;
    transition: all .1s
}

.overview-content .unrivaled-wifi7-technology .text {
    text-align: center;
    color: #fff;
    padding: 0 10em .5em;
    position: relative
}

.overview-content .unrivaled-wifi7-technology h2 {
    padding-bottom: .5em;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.2
}

.overview-content .unrivaled-wifi7-technology h3 {
    padding: 0 0 1.25em;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2
}

.overview-content .unrivaled-wifi7-technology p {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5
}

.overview-content .unrivaled-wifi7-technology .feature li {
    vertical-align: top;
    color: #fff;
    margin-top: 3.5em;
    display: inline-block
}

.overview-content .unrivaled-wifi7-technology .feature li:nth-child(2n) {
    width: 46%;
    margin-left: 2%
}

.overview-content .unrivaled-wifi7-technology .feature li:nth-child(odd) {
    width: 51%
}

.overview-content .unrivaled-wifi7-technology .feature .li-1 img {
    width: 90%
}

.overview-content .unrivaled-wifi7-technology .feature .li-2 img {
    width: 100%
}

.overview-content .unrivaled-wifi7-technology .feature .li-3 img {
    width: 80%
}

.overview-content .unrivaled-wifi7-technology .feature .li-4 img {
    width: 74%
}

@media(max-width:1680px) {
    .overview-content .unrivaled-wifi7-technology {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .unrivaled-wifi7-technology {
        font-size: 12px
    }
}

@media(max-width:1024px) {
    .overview-content .unrivaled-wifi7-technology {
        font-size: 10px
    }
}

@media(max-width:640px) {
    .overview-content .unrivaled-wifi7-technology {
        background: #15171c;
        height: auto;
        padding: 10vw 0;
        font-size: 10.35px
    }

    .overview-content .unrivaled-wifi7-technology .w-container {
        width: auto
    }

    .overview-content .unrivaled-wifi7-technology .text {
        text-align: left;
        width: auto;
        padding: 0 20px
    }

    .overview-content .unrivaled-wifi7-technology h2 {
        padding: 0 0 .5em;
        font-size: 5.625vw
    }

    .overview-content .unrivaled-wifi7-technology h3 {
        padding: 0 20px 1.25em;
        font-size: 3.75vw
    }

    .overview-content .unrivaled-wifi7-technology p {
        font-size: 3.75vw
    }

    .overview-content .unrivaled-wifi7-technology .feature li {
        text-align: center;
        margin-top: 7vw
    }

    .overview-content .unrivaled-wifi7-technology .feature li:nth-child(2n) {
        width: 100%;
        margin-left: 0
    }

    .overview-content .unrivaled-wifi7-technology .feature li:nth-child(odd) {
        width: 100%
    }

    .overview-content .unrivaled-wifi7-technology .feature .li-1 img,
    .overview-content .unrivaled-wifi7-technology .feature .li-2 img,
    .overview-content .unrivaled-wifi7-technology .feature .li-3 img,
    .overview-content .unrivaled-wifi7-technology .feature .li-4 img {
        width: 90%
    }
}

@media(max-width:414px) {
    .overview-content .unrivaled-wifi7-technology {
        font-size: 2.5vw
    }
}

.overview-content .incredibly-smooth-wifi-experience {
    max-width: 120em;
    font-size: .833333vw;
    position: relative
}

.overview-content .incredibly-smooth-wifi-experience .w-container {
    z-index: 1;
    width: 73.125em;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0
}

.overview-content .incredibly-smooth-wifi-experience .text {
    text-align: center;
    color: #fff;
    padding: 5em 0 2em
}

.overview-content .incredibly-smooth-wifi-experience h2 {
    padding-bottom: .5em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .incredibly-smooth-wifi-experience h3 {
    margin-bottom: 1em;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2
}

.overview-content .incredibly-smooth-wifi-experience p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

.overview-content .incredibly-smooth-wifi-experience video {
    width: 100%
}

@media(max-width:1680px) {
    .overview-content .incredibly-smooth-wifi-experience {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .incredibly-smooth-wifi-experience {
        font-size: 12px
    }
}

@media(max-width:1024px) {
    .overview-content .incredibly-smooth-wifi-experience {
        font-size: 10px
    }
}

@media(max-width:640px) {
    .overview-content .incredibly-smooth-wifi-experience {
        background: url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/m/easy-switch-bg-m.jpg) top/cover no-repeat;
        height: auto;
        font-size: 10.35px
    }

    .overview-content .incredibly-smooth-wifi-experience .w-container {
        width: auto
    }

    .overview-content .incredibly-smooth-wifi-experience .text {
        text-align: left;
        width: auto;
        padding: 0 0 1.5em
    }

    .overview-content .incredibly-smooth-wifi-experience h2 {
        padding: 1.5em 20px .5em;
        font-size: 2.5em;
        font-weight: 400
    }

    .overview-content .incredibly-smooth-wifi-experience h3 {
        font-size: 1.375em
    }

    .overview-content .incredibly-smooth-wifi-experience p {
        padding: 0 20px;
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5
    }

    .overview-content .incredibly-smooth-wifi-experience .bg-text {
        position: relative
    }

    .overview-content .incredibly-smooth-wifi-experience .desc {
        font-size: 3vw
    }

    .overview-content .incredibly-smooth-wifi-experience .desc-1 {
        width: 27%;
        top: 35vw;
        left: 7%
    }

    .overview-content .incredibly-smooth-wifi-experience .desc-2 {
        width: 27%;
        top: 35vw;
        left: 37%
    }

    .overview-content .incredibly-smooth-wifi-experience .desc-3 {
        width: 27%;
        top: 35vw;
        left: 67%
    }
}

@media(max-width:414px) {
    .overview-content .incredibly-smooth-wifi-experience {
        font-size: 2.5vw
    }
}

.overview-content .high-gain-antennas {
    background: #000 url(https://static-product.tp-link.com/archer-txe70u_v1/img/07-plug.jpg) 50% 0/cover no-repeat;
    max-width: 100%;
    height: 53em;
    margin: 0 auto;
    position: relative
}

.overview-content .high-gain-antennas .w-container {
    width: 73.125em;
    margin: 0 auto
}

.overview-content .high-gain-antennas .text {
    color: #fff;
    padding: 16em 0 0 44em
}

.overview-content .high-gain-antennas .text h2 {
    padding-bottom: .5em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .high-gain-antennas .text p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

.overview-content .high-gain-antennas .windows-container {
    align-items: center;
    padding-top: 2em;
    display: flex
}

.overview-content .high-gain-antennas .windows-container img {
    width: 2.53125em;
    height: 2.8125em
}

.overview-content .high-gain-antennas .windows-container span {
    width: 10em;
    padding-left: 1em;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.2
}

@media(max-width:1680px) {
    .overview-content .high-gain-antennas {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .high-gain-antennas {
        font-size: 12px
    }
}

@media(max-width:1024px) {
    .overview-content .high-gain-antennas {
        font-size: 10px
    }
}

@media(max-width:640px) {
    .overview-content .high-gain-antennas {
        background: #303236 url(https://static-product.tp-link.com/archer-txe70u_v1/m/07-plug.jpg) bottom/100% no-repeat;
        height: auto;
        padding-bottom: 75vw;
        font-size: 10.35px
    }

    .overview-content .high-gain-antennas .w-container {
        width: auto;
        max-width: 100%
    }

    .overview-content .high-gain-antennas .text {
        text-align: left;
        padding: 0 0 1.5em
    }

    .overview-content .high-gain-antennas .text h2 {
        padding: 1.5em 20px .5em;
        font-size: 2.5em;
        font-weight: 400
    }

    .overview-content .high-gain-antennas .text p {
        padding: 0 20px;
        font-size: 1.75em;
        font-weight: 300
    }

    .overview-content .high-gain-antennas .windows-container {
        font-size: 3vw;
        position: absolute;
        bottom: 5vw;
        right: 1vw
    }

    .overview-content .high-gain-antennas .windows-container span {
        width: 9em
    }
}

@media(max-width:414px) {
    .overview-content .high-gain-antennas {
        font-size: 2.5vw
    }
}

.overview-content .advanced-security {
    background: #000 url(https://static-product.tp-link.com/archer-txe70u_v1/img/08-wpa.jpg) 50% 0/cover no-repeat;
    max-width: 100%;
    height: 53em;
    margin: 0 auto
}

.overview-content .advanced-security .w-container {
    flex-direction: column;
    justify-content: center;
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    display: flex
}

.overview-content .advanced-security .text {
    width: 40%
}

.overview-content .advanced-security .text h2 {
    padding-bottom: .5em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .advanced-security .text p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

@media(max-width:1680px) {
    .overview-content .advanced-security {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .advanced-security {
        font-size: 12px
    }
}

@media(max-width:1024px) {
    .overview-content .advanced-security {
        font-size: 10px
    }
}

@media(max-width:640px) {
    .overview-content .advanced-security {
        background: #c8cbce url(https://static-product.tp-link.com/archer-txe70u_v1/m/08-wpa.jpg) bottom/100% no-repeat;
        height: auto;
        padding-bottom: 76vw;
        font-size: 10.35px
    }

    .overview-content .advanced-security .w-container {
        width: auto;
        max-width: 100%
    }

    .overview-content .advanced-security .text {
        text-align: left;
        width: 100%;
        padding: 0 0 1.5em
    }

    .overview-content .advanced-security .text h2 {
        padding: 1.5em 20px .5em;
        font-size: 2.5em;
        font-weight: 400
    }

    .overview-content .advanced-security .text p {
        padding: 0 20px;
        font-size: 1.75em;
        font-weight: 300
    }
}

@media(max-width:414px) {
    .overview-content .advanced-security {
        font-size: 2.5vw
    }
}

.deco-wifi7 {
    color: #fff;
    background: url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/img/d.jpg) bottom/120em no-repeat;
    max-width: 1920px;
    height: 56.25em;
    margin: 0 auto;
    font-size: 16px;
    position: relative
}

.deco-wifi7 .w-container {
    width: 73.125em;
    margin: 0 auto
}

.deco-wifi7 .text {
    text-align: center;
    padding: 5em 0 0
}

.deco-wifi7 h2 {
    padding-bottom: .25em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.deco-wifi7 .text p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

.deco-wifi7 .text p.link {
    margin-top: 1em
}

.deco-wifi7 .text p.link a {
    color: #1192ff;
    font-weight: 400;
    text-decoration: underline
}

.deco-wifi7 .text p.link a+a {
    margin-left: 5em
}

.deco-wifi7 .bottom-container {
    width: 85.375em;
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translate(-50%)
}

.deco-wifi7 .feature {
    text-align: center
}

.deco-wifi7 .feature li {
    vertical-align: top;
    width: 22%;
    display: inline-block
}

.deco-wifi7 .feature li+li {
    margin-left: 3%
}

.deco-wifi7 .feature li p {
    font-size: 1.25em
}

.deco-wifi7 .feature li p.title {
    font-size: 1.5em;
    font-weight: 400
}

.deco-wifi7 .feature li p.info {
    color: #ababbc
}

.deco-wifi7 .feature li p.link {
    margin-top: 1em
}

.deco-wifi7 .feature li p.link a {
    color: #5cadff
}

@media(max-width:1680px) {
    .deco-wifi7 {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .deco-wifi7 {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .deco-wifi7 {
        background: #151517 url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/m/d.jpg) 50% 100%/100% no-repeat;
        height: auto;
        font-size: 10.35px
    }

    .deco-wifi7 .w-container {
        width: auto
    }

    .deco-wifi7 .text {
        text-align: left;
        padding: 0 0 1.5em
    }

    .deco-wifi7 h2 {
        padding: 1.5em 20px .5em;
        font-size: 2.5em;
        font-weight: 400
    }

    .deco-wifi7 .text p {
        padding: 0 20px;
        font-size: 1.75em;
        font-weight: 300
    }

    .deco-wifi7 .text p.link {
        margin-top: 2em;
        font-size: 1.5em
    }

    .deco-wifi7 .text p.link a+a {
        margin-left: 0
    }

    .deco-wifi7 .bottom-container {
        width: auto;
        margin-top: 50vw;
        position: static;
        transform: none
    }

    .deco-wifi7 .feature {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: 8vw;
        display: flex
    }

    .deco-wifi7 .feature li {
        width: 100%;
        margin-left: 0
    }

    .deco-wifi7 .feature li+li {
        margin-left: 0
    }

    .deco-wifi7 .feature li p {
        font-size: 1.5em
    }

    .deco-wifi7 .feature li p.title {
        font-size: 1.75em;
        font-weight: 400
    }
}

@media(max-width:414px) {
    .deco-wifi7 {
        font-size: 2.5vw
    }
}

.faster-speed-boost {
    color: #fff;
    background: #151517 url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/img/e.png) bottom/120em no-repeat;
    max-width: 120em;
    margin: 0 auto;
    padding-bottom: 35em;
    font-size: 16px
}

.faster-speed-boost .w-container {
    width: 73.125em;
    margin: 0 auto;
    position: relative
}

.faster-speed-boost .text {
    text-align: center;
    padding: 5em 0 0;
    position: relative
}

.faster-speed-boost h2 {
    padding-bottom: .5em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.faster-speed-boost h3 {
    margin-bottom: 1em;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2
}

.faster-speed-boost p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

.faster-speed-boost .bg {
    position: absolute;
    left: 0;
    right: 0
}

.faster-speed-boost .bg .desc {
    position: absolute
}

.faster-speed-boost .bg .desc1 {
    text-align: left;
    width: 23em;
    top: 8em;
    left: 33em
}

.faster-speed-boost .bg .desc1 span {
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc2 {
    text-align: left;
    width: 14em;
    top: 9em;
    left: 33em
}

.faster-speed-boost .bg .desc2 span {
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc3 {
    text-align: left;
    width: 14em;
    top: 14em;
    left: 33em
}

.faster-speed-boost .bg .desc3 span {
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc4 {
    text-align: left;
    width: 13em;
    top: 18em;
    left: 33em
}

.faster-speed-boost .bg .desc4 span {
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc5 {
    text-align: center;
    width: 17em;
    top: 15.5em;
    left: 44em
}

.faster-speed-boost .bg .desc5 span {
    font-size: 1.6875em;
    font-weight: 700;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc6 {
    text-align: center;
    width: 14em;
    top: 25.5em;
    left: 9em
}

.faster-speed-boost .bg .desc6 span {
    font-size: 1.21875em;
    font-weight: 500;
    line-height: 1.2;
    display: block
}

.faster-speed-boost .bg .desc7 {
    text-align: center;
    width: 14em;
    top: 25.5em;
    left: 60em
}

.faster-speed-boost .bg .desc7 span {
    font-size: 1.21875em;
    font-weight: 500;
    line-height: 1.2;
    display: block
}

@media(max-width:1680px) {
    .faster-speed-boost {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .faster-speed-boost {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .faster-speed-boost {
        background: #151517 url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/m/e.png) bottom/100% no-repeat;
        padding-bottom: 55vw;
        font-size: 10.35px
    }

    .faster-speed-boost .w-container {
        width: auto;
        padding: 0 20px
    }

    .faster-speed-boost .text {
        text-align: left;
        width: auto;
        padding: 0
    }

    .faster-speed-boost h2 {
        padding: 1.5em 0 .5em;
        font-size: 2.5em;
        line-height: 1.2
    }

    .faster-speed-boost h3 {
        font-size: 1.375em
    }

    .faster-speed-boost p {
        padding: 0;
        font-size: 1.75em;
        line-height: 1.5
    }

    .faster-speed-boost .bg .desc1 {
        width: 40vw;
        top: 10vw;
        left: 40vw
    }

    .faster-speed-boost .bg .desc1 span {
        font-size: 3.5vw;
        font-weight: 700;
        line-height: 1.2;
        display: block
    }

    .faster-speed-boost .bg .desc2 {
        text-align: left;
        width: 19vw;
        top: 18vw;
        left: 40vw
    }

    .faster-speed-boost .bg .desc2 span {
        font-size: 3vw
    }

    .faster-speed-boost .bg .desc3 {
        text-align: left;
        width: 19vw;
        top: 19vw;
        left: 40vw
    }

    .faster-speed-boost .bg .desc3 span {
        font-size: 3vw
    }

    .faster-speed-boost .bg .desc4 {
        width: 20vw;
        top: 26vw;
        left: 39vw
    }

    .faster-speed-boost .bg .desc4 span {
        font-size: 3vw
    }

    .faster-speed-boost .bg .desc5 {
        text-align: left;
        width: 14vw;
        top: 21vw;
        left: 62vw
    }

    .faster-speed-boost .bg .desc5 span {
        font-size: 3vw
    }

    .faster-speed-boost .bg .desc6 {
        width: 22vw;
        top: 42vw;
        left: 7vw
    }

    .faster-speed-boost .bg .desc6 span {
        font-size: 3vw
    }

    .faster-speed-boost .bg .desc7 {
        width: fit-content;
        top: 42vw;
        left: 70vw
    }

    .faster-speed-boost .bg .desc7 span {
        font-size: 3vw
    }
}

@media(max-width:414px) {
    .tbe-wifi7 {
        font-size: 2.5vw
    }
}

.overview-content .archer-tx35uplus-multiDirection {
    background: #000 url(https://static-product.tp-link.com/archer-txe70u_v1/img/06-speed.jpg) 50% 100%/120em no-repeat;
    max-width: 120em;
    height: 59em;
    margin: 0 auto;
    font-size: 16px
}

.overview-content .archer-tx35uplus-multiDirection .w-container {
    width: 73.125em;
    margin: 0 auto
}

.overview-content .archer-tx35uplus-multiDirection .text {
    color: #fff;
    padding: 16% 57% 0 0
}

.overview-content .archer-tx35uplus-multiDirection h2 {
    padding: 0 0 .5em;
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.16667
}

.overview-content .archer-tx35uplus-multiDirection p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5
}

.overview-content .archer-tx35uplus-multiDirection .bg {
    background: url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/img/speed.png) 50% 100%/100% no-repeat;
    width: 30em;
    height: 4.5em;
    margin-top: 6em;
    position: relative
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc {
    position: absolute
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc1 {
    top: -2em;
    left: .5em
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc1 span {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc2 {
    top: 1.5em;
    left: .5em
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc2 span {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc3 {
    width: 14em;
    bottom: 1.5em;
    right: 0
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc3 span {
    text-align: center;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2;
    display: block
}

.overview-content .archer-tx35uplus-multiDirection .bg .desc3 span.title {
    font-size: 4.3em;
    font-weight: 500;
    line-height: 1;
    display: block
}

@media(max-width:1680px) {
    .overview-content .archer-tx35uplus-multiDirection {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .archer-tx35uplus-multiDirection {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .overview-content .archer-tx35uplus-multiDirection {
        background: #303236 url(https://static-product.tp-link.com/archer-tbe3500u_v1.6/m/g.jpg) 50% 100%/100% no-repeat;
        width: auto;
        height: auto;
        padding: 0 0 75.5vw;
        font-size: 10.35px
    }

    .overview-content .archer-tx35uplus-multiDirection .w-container {
        width: auto;
        position: relative
    }

    .overview-content .archer-tx35uplus-multiDirection .text {
        padding: 0 0 1.5em
    }

    .overview-content .archer-tx35uplus-multiDirection h2 {
        padding: 1.5em 20px .5em;
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2
    }

    .overview-content .archer-tx35uplus-multiDirection p {
        padding: 0 20px;
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5
    }

    .overview-content .archer-tx35uplus-multiDirection .bg {
        width: 66vw;
        height: 10vw;
        margin-top: auto;
        margin-left: 20px;
        position: absolute;
        bottom: -24vw
    }

    .overview-content .archer-tx35uplus-multiDirection .bg .desc3 {
        width: fit-content;
        bottom: 3.5vw;
        right: 1vw
    }

    .overview-content .archer-tx35uplus-multiDirection .bg .desc2 {
        top: 3.5vw;
        left: 0
    }

    .overview-content .archer-tx35uplus-multiDirection .bg .desc1 {
        top: -4vw;
        left: 0
    }

    .overview-content .archer-tx35uplus-multiDirection .bg .desc1 span,
    .overview-content .archer-tx35uplus-multiDirection .bg .desc2 span,
    .overview-content .archer-tx35uplus-multiDirection .bg .desc3 span {
        font-size: 2.75vw
    }

    .overview-content .archer-tx35uplus-multiDirection .bg .desc3 span.title {
        font-size: 10vw
    }
}

@media(max-width:414px) {
    .overview-content .archer-tx35uplus-multiDirection {
        font-size: 2.5vw
    }
}

.overview-content .on-the-go-wifi {
    background: #ddd 0 0/cover;
    max-width: 120em;
    margin: 0 auto;
    font-size: 16px
}

.overview-content .on-the-go-wifi .w-container {
    width: 73.125em;
    margin: 0 auto;
    position: relative
}

.overview-content .on-the-go-wifi .text {
    text-align: center;
    color: #000;
    padding: 4em 0 0
}

.overview-content .on-the-go-wifi h2 {
    padding-bottom: .5em;
    font-size: 2.8125em;
    font-weight: 500;
    line-height: 1.2
}

.overview-content .on-the-go-wifi p {
    font-size: 1.21875em;
    font-weight: 400;
    line-height: 1.5
}

.overview-content .on-the-go-wifi .swiper-container {
    padding-bottom: 6em;
    position: relative;
    overflow: hidden
}

.overview-content .on-the-go-wifi .desc {
    position: absolute
}

.overview-content .on-the-go-wifi .desc span {
    color: #fff;
    font-size: 1.21875em;
    line-height: 1.5
}

.overview-content .on-the-go-wifi .swiper-slide .desc1 {
    color: #fff;
    width: 4em;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2;
    bottom: 4.5em;
    left: 7em
}

.overview-content .on-the-go-wifi .swiper-slide {
    width: 78em;
    margin: 0 1em
}

.overview-content .on-the-go-wifi .swiper-slide img {
    width: 100%;
    height: auto
}

.overview-content .on-the-go-wifi .swiper-slide img.m-img {
    display: none
}

.overview-content .on-the-go-wifi .swiper-controll-icon {
    z-index: 3;
    background: 0 0;
    border: none;
    position: absolute;
    bottom: 8em;
    right: 1em
}

.overview-content .on-the-go-wifi .swiper-controll-icon img {
    display: none
}

.overview-content .on-the-go-wifi .swiper-controll-icon img.active {
    display: block
}

.overview-content .on-the-go-wifi .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3em
}

.overview-content .on-the-go-wifi .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    border: 1px solid #797979;
    width: 1em;
    height: 1em
}

.overview-content .on-the-go-wifi .swiper-pagination-bullet-active {
    background: #717171
}

@media(max-width:1680px) {
    .overview-content .on-the-go-wifi {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .on-the-go-wifi {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .overview-content .on-the-go-wifi {
        height: auto;
        font-size: 10.35px
    }

    .overview-content .on-the-go-wifi .w-container {
        width: auto
    }

    .overview-content .on-the-go-wifi .text {
        text-align: left;
        padding: 0 0 1.5em
    }

    .overview-content .on-the-go-wifi h2 {
        padding: 1.5em 8vw .5em;
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2
    }

    .overview-content .on-the-go-wifi p {
        padding: 0;
        font-size: 1.75em;
        font-weight: 300
    }

    .overview-content .on-the-go-wifi .swiper-slide {
        width: 90vw;
        margin: 0 1vw;
        padding: 0 4vw
    }

    .overview-content .on-the-go-wifi .swiper-slide img.web-img {
        display: none
    }

    .overview-content .on-the-go-wifi .swiper-slide img.m-img {
        display: block
    }

    .overview-content .on-the-go-wifi .swiper-slide .desc1 {
        font-size: 3.75vw;
        bottom: 11vw;
        left: 22vw
    }
}

.overview-content .on-the-go-wifi .list1 {
    text-align: center;
    width: 80%;
    margin: 0 auto 4em
}

.overview-content .on-the-go-wifi .list1 li {
    vertical-align: top;
    box-sizing: border-box;
    width: 26%;
    display: inline-block
}

.overview-content .on-the-go-wifi .list1 .icon {
    vertical-align: middle;
    width: 6.25em;
    height: 6.25em;
    display: inline-block
}

.overview-content .on-the-go-wifi .list1 .li1 .icon {
    background: url(https://static-product-test-no-cdn.tp-link.com/archer-txe70uh_v1/img/d1.png) 50%/100% no-repeat
}

.overview-content .on-the-go-wifi .list1 .li2 .icon {
    background: url(https://static-product-test-no-cdn.tp-link.com/archer-txe70uh_v1/img/d2.png) 50%/100% no-repeat
}

.overview-content .on-the-go-wifi .list1 .li3 .icon {
    background: url(https://static-product-test-no-cdn.tp-link.com/archer-txe70uh_v1/img/d3.png) 50%/100% no-repeat
}

.overview-content .on-the-go-wifi .list1 p {
    text-align: left;
    vertical-align: middle;
    color: #000;
    width: fit-content;
    font-size: 1.2em;
    line-height: 1.5;
    display: inline-block
}

.overview-content .on-the-go-wifi .m-show {
    display: none
}

@media(max-width:640px) {
    .overview-content .on-the-go-wifi .m-hide {
        display: none
    }

    .overview-content .on-the-go-wifi .m-show {
        display: block
    }

    .overview-content .on-the-go-wifi .list1 {
        margin: 0 auto 4em 8vw
    }

    .overview-content .on-the-go-wifi .list1 li {
        align-items: center;
        gap: 1em;
        width: 100%;
        margin: 2vw 0 0;
        padding: 0;
        display: flex
    }

    .overview-content .on-the-go-wifi .list1 .icon {
        flex-shrink: 0;
        display: block
    }

    .overview-content .on-the-go-wifi .list1 p {
        text-align: left;
        width: 100%;
        font-size: 4.5vw;
        display: block
    }

    .overview-content .on-the-go-wifi .list1 .icon {
        width: 15vw;
        height: 15vw;
        display: block
    }
}

@media(max-width:414px) {
    .overview-content .on-the-go-wifi {
        font-size: 2.5vw
    }
}

.overview-content .ifa-banner {
    background: #fff;
    max-width: 120em;
    margin: 0 auto;
    font-size: 16px
}

.overview-content .ifa-banner .w-container {
    align-items: center;
    width: 85.3125em;
    height: 46.875em;
    margin: 0 auto;
    padding: 6.09375em 0;
    display: flex;
    position: relative
}

.overview-content .ifa-banner .text {
    text-align: left;
    width: 36.2813em;
    padding: 0 0 0 6.09375em
}

.overview-content .ifa-banner h2 {
    padding-bottom: .5em;
    font-size: 3.75em;
    font-weight: 500;
    line-height: 1.1
}

.overview-content .ifa-banner p {
    font-size: 1.875em;
    font-weight: 300;
    line-height: 1.5
}

.overview-content .ifa-banner p.model-name {
    border: 1px solid #000;
    border-radius: .5em;
    margin-top: 1em;
    padding: .375em .75em;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block
}

.overview-content .ifa-banner .icons {
    margin-top: 4.2em
}

.overview-content .ifa-banner .icons img {
    height: 3.28125em
}

.overview-content .ifa-banner .icons img+img {
    margin-left: 1.5em
}

.overview-content .ifa-banner .img-container {
    width: 46.875em;
    height: 46.875em;
    position: absolute;
    right: 0
}

.overview-content .ifa-banner .img-container img {
    width: 100%
}

@media(max-width:1680px) {
    .overview-content .ifa-banner {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .ifa-banner {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .overview-content .ifa-banner {
        font-size: 10.35px
    }

    .overview-content .ifa-banner .w-container {
        width: auto;
        height: auto;
        padding: 0;
        display: block
    }

    .overview-content .ifa-banner .text {
        padding: 12.5vw 4.6875vw 0
    }

    .overview-content .ifa-banner h2 {
        padding-bottom: 3vw;
        font-size: 6.25vw;
        line-height: 1.2
    }

    .overview-content .ifa-banner p {
        font-size: 4.6875vw;
        line-height: 1.5
    }

    .overview-content .ifa-banner .img-container {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        right: 0
    }

    .overview-content .ifa-banner .icons {
        font-size: 2vw
    }
}

@media(max-width:414px) {
    .overview-content .ifa-banner {
        font-size: 2.5vw
    }
}

.overview-content .ifa-icon-container {
    background: #f4f6f7;
    max-width: 120em;
    margin: 0 auto;
    font-size: 16px
}

.overview-content .ifa-icon-container .w-container {
    width: 73.125em;
    margin: 0 auto;
    padding: 9.375em 0
}

.overview-content .ifa-icon-container p {
    font-size: 1.03125em;
    font-weight: 300;
    line-height: 1.36
}

.overview-content .ifa-icon-container .icon-container {
    width: 3.04688em;
    height: 3.04688em;
    margin: 0 auto;
    padding-bottom: 1em
}

.overview-content .ifa-icon-container .icon-container img {
    width: 100%
}

.overview-content .ifa-icon-container ul.six-icons {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

.overview-content .ifa-icon-container ul.six-icons li {
    text-align: center;
    width: 12%
}

.overview-content .ifa-icon-container ul.six-more-icons {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.overview-content .ifa-icon-container ul.six-more-icons li {
    text-align: center;
    width: 20%;
    margin: 0 2%
}

.overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+5),
.overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+6),
.overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+7),
.overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+8) {
    margin: 3.60938em 2% 0
}

@media(max-width:1680px) {
    .overview-content .ifa-icon-container {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .ifa-icon-container {
        font-size: 12px
    }
}

@media(max-width:640px) {
    .overview-content .ifa-icon-container {
        font-size: 10.35px
    }

    .overview-content .ifa-icon-container .w-container {
        width: auto;
        padding: 15.625vw 8vw
    }

    .overview-content .ifa-icon-container p {
        font-size: 3.75vw;
        line-height: 1.5
    }

    .overview-content .ifa-icon-container ul.six-more-icons li {
        width: 42%;
        margin: 0
    }

    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+5),
    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+6),
    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+7),
    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+8) {
        margin: 0
    }

    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+3),
    .overview-content .ifa-icon-container ul.six-more-icons li:nth-child(2n+4) {
        margin: 7.8125vw 0 0
    }

    .overview-content .ifa-icon-container .icon-container {
        width: 8.125vw;
        height: 8.125vw
    }

    .overview-content .ifa-icon-container ul.six-more-icons,
    .overview-content .ifa-icon-container ul.six-icons {
        justify-content: space-between
    }

    .overview-content .ifa-icon-container ul.six-icons li {
        width: 42%;
        margin: 0
    }

    .overview-content .ifa-icon-container ul.six-icons li:nth-child(2n+3),
    .overview-content .ifa-icon-container ul.six-icons li:nth-child(2n+4) {
        margin: 7.8125vw 0 0
    }
}

@media(max-width:414px) {
    .overview-content .ifa-icon-container {
        font-size: 2.5vw
    }
}

.overview-content .wifi6e-freer-and-faster-future {
    background: url(https://static-product.tp-link.com/archer-txe70u_v1/img/03-wifi.png) top/100% no-repeat;
    height: 42vw;
    max-height: 807px;
    margin: 0 auto;
    font-size: 16px
}

.overview-content .wifi6e-freer-and-faster-future .w-container {
    color: #fff;
    width: 65vw;
    max-width: 57%;
    margin: 0 auto;
    position: relative
}

.overview-content .wifi6e-freer-and-faster-future .text {
    text-align: left;
    padding: 21% 0 0 60%
}

.overview-content .wifi6e-freer-and-faster-future .text h2 {
    padding-bottom: .5em;
    font-size: 3.125em;
    font-weight: 400;
    line-height: 1.2
}

.overview-content .wifi6e-freer-and-faster-future .text p {
    font-size: 1.25em;
    line-height: 1.5
}

.overview-content .wifi6e-freer-and-faster-future .text p.link {
    margin-top: 2em
}

@media(min-width:1920px) {
    .overview-content .wifi6e-freer-and-faster-future {
        font-size: .8333vw
    }
}

@media(max-width:1680px) {
    .overview-content .wifi6e-freer-and-faster-future {
        font-size: 14px
    }
}

@media(max-width:1440px) {
    .overview-content .wifi6e-freer-and-faster-future {
        font-size: 12px
    }
}

@media(max-width:1024px) {
    .overview-content .wifi6e-freer-and-faster-future {
        font-size: 10px
    }
}

@media(max-width:640px) {
    .overview-content .wifi6e-freer-and-faster-future {
        background: #212e3f url(https://static-product.tp-link.com/archer-txe70u_v1/m/03-wifi.png) bottom/100% no-repeat;
        height: auto;
        padding-bottom: 84vw;
        font-size: 10.35px
    }

    .overview-content .wifi6e-freer-and-faster-future .w-container {
        width: auto;
        max-width: 100%
    }

    .overview-content .wifi6e-freer-and-faster-future .text {
        text-align: left;
        padding: 0
    }

    .overview-content .wifi6e-freer-and-faster-future .text h2 {
        padding: 1.5em 20px .5em;
        line-height: 1.2
    }

    .overview-content .wifi6e-freer-and-faster-future .text p {
        padding: 0 20px;
        line-height: 1.5
    }
}

@media(max-width:414px) {
    .overview-content .wifi6e-freer-and-faster-future {
        font-size: 2.5vw
    }
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-pan-x {
    syntax: "*";
    inherits: false
}

@property --tw-pan-y {
    syntax: "*";
    inherits: false
}

@property --tw-pinch-zoom {
    syntax: "*";
    inherits: false
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-divide-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-ordinal {
    syntax: "*";
    inherits: false
}

@property --tw-slashed-zero {
    syntax: "*";
    inherits: false
}

@property --tw-numeric-figure {
    syntax: "*";
    inherits: false
}

@property --tw-numeric-spacing {
    syntax: "*";
    inherits: false
}

@property --tw-numeric-fraction {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false
}

.selling-bg[data-astro-cid-gacjzekx] {
    background: url(https://static-product.tp-link.com/archer-txe70u_v1/img/02-selling.png) 50% / 100% auto no-repeat
}

@media(max-width:768px) {
    .selling-bg[data-astro-cid-gacjzekx] {
        background: url(https://static-product.tp-link.com/archer-txe70u_v1/m/02-selling.png) top / 100% auto no-repeat;
        height: 186vw
    }
}