﻿

.channel-html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.channel-html {
    margin: 0;
    padding: 0;
}

    .channel-html ul, .channel-html li, .channel-html dd, .channel-html h1, .channel-html h2, .channel-html h3, .channel-html h4, .channel-html h5, .channel-html h6, .channel-html p, .channel-html figure, .channel-html form, .channel-html button {
        margin: 0;
        padding: 0;
    }

    .channel-html code, .channel-html caption {
        font-size: 1em;
        font-weight: normal;
        font-style: normal;
    }

    .channel-html iframe {
        border: 0;
    }

    .channel-html caption {
        text-align: left;
    }

    .channel-html table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .channel-html audio, .channel-html video {
        vertical-align: baseline;
    }

    .channel-html button {
        background: none;
        border: 0;
        box-sizing: content-box;
        color: inherit;
        cursor: pointer;
        font: inherit;
        line-height: inherit;
        overflow: visible;
        vertical-align: inherit;
    }

        .channel-html button:disabled {
            cursor: default;
        }

    .channel-html :focus-visible {
        outline: 2px solid var(--sk-focus-color, #782DA2);
        outline-offset: var(--sk-focus-offset, 1px);
    }

    .channel-html ::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .channel-html :root {
        --sk-body-text-color: rgb(29, 29, 31);
        --sk-headline-text-color: rgb(29, 29, 31);
        --sk-body-background-color: rgb(255, 255, 255);
        --sk-body-font-stack: text;
        --sk-default-stacked-margin: 0.4em;
        --sk-paragraph-plus-element-margin: 0.8em;
        --sk-headline-plus-first-element-margin: 0.8em;
        --sk-headline-plus-headline-margin: 0.4em;
        --sk-paragraph-plus-headline-margin: 1.6em;
    }

.channel-html {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 106.25%;
    quotes: "“" "”";
}

.channel-html {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: var(--sk-body-background-color, rgb(255, 255, 255));
    color: var(--sk-body-text-color, rgb(29, 29, 31));
    font-style: normal;
}

    .channel-html, .channel-html select, .channel-html button {
        font-synthesis: none;
        -moz-font-feature-settings: "kern";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .channel-html h1, .channel-html h2, .channel-html h3, .channel-html h4, .channel-html h5, .channel-html h6 {
            font-weight: 600;
            color: var(--sk-headline-text-color, rgb(29, 29, 31));
        }

            .channel-html h1 img, .channel-html h2 img, .channel-html h3 img, .channel-html h4 img, .channel-html h5 img, .channel-html h6 img {
                display: block;
                margin: 0;
            }

            .channel-html h1 + *, .channel-html h2 + *, .channel-html h3 + *, .channel-html h4 + *, .channel-html h5 + *, .channel-html h6 + * {
                margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
            }

            .channel-html h1 + h1, .channel-html h1 + h2, .channel-html h1 + h3, .channel-html h1 + h4, .channel-html h1 + h5, .channel-html h1 + h6, .channel-html h2 + h1, .channel-html h2 + h2, .channel-html h2 + h3, .channel-html h2 + h4, .channel-html h2 + h5, .channel-html h2 + h6, .channel-html h3 + h1, .channel-html h3 + h2, .channel-html h3 + h3, .channel-html h3 + h4, .channel-html h3 + h5, .channel-html h3 + h6, .channel-html h4 + h1, .channel-html h4 + h2, .channel-html h4 + h3, .channel-html h4 + h4, .channel-html h4 + h5, .channel-html h4 + h6, .channel-html h5 + h1, .channel-html h5 + h2, .channel-html h5 + h3, .channel-html h5 + h4, .channel-html h5 + h5, .channel-html h5 + h6, .channel-html h6 + h1, .channel-html h6 + h2, .channel-html h6 + h3, .channel-html h6 + h4, .channel-html h6 + h5, .channel-html h6 + h6 {
                margin-top: var(--sk-headline-plus-headline-margin, 0.4em);
            }

        .channel-html p + h1, .channel-html ul + h1, .channel-html p + h2, .channel-html ul + h2, .channel-html p + h3, .channel-html ul + h3, .channel-html p + h4, .channel-html ul + h4, .channel-html p + h5, .channel-html ul + h5, .channel-html p + h6, .channel-html ul + h6 {
            margin-top: var(--sk-paragraph-plus-headline-margin, 1.6em);
        }

        .channel-html p + *, .channel-html ul + * {
            margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
        }

        .channel-html ul {
            margin-inline-start: 1.1764705882em;
        }

            .channel-html ul ul {
                margin-top: 0;
                margin-bottom: 0;
            }

        .channel-html nav ul {
            margin: 0;
            list-style: none;
        }

        .channel-html li li {
            font-size: 1em;
        }

        .channel-html b {
            font-weight: 600;
        }

        .channel-html em, .channel-html i {
            font-style: italic;
        }

        .channel-html :root {
            --sk-body-link-color: rgb(0, 102, 204);
            --sk-link-disabled-opacity: 0.42;
        }

        .channel-html a {
            color: var(--sk-body-link-color, rgb(0, 102, 204));
            letter-spacing: inherit;
        }

            .channel-html a:disabled {
                text-decoration: none;
            }

            .channel-html a:hover {
                text-decoration: underline;
            }

            .channel-html a :disabled {
                opacity: var(--sk-link-disabled-opacity, 0.42);
            }

        .channel-html :root {
            --sk-focus-color: #782DA2;
            --sk-focus-color-alt: rgb(0, 0, 0);
            --sk-focus-offset: 1px;
            --sk-focus-offset-container: 3px;
        }

        .channel-html:not([dir="rtl"]) {
            --r-sk-start: left;
            --r-sk-end: right;
            --r-sk-safe-area-inset-start: env(safe-area-inset-left);
            --r-sk-safe-area-inset-end: env(safe-area-inset-right);
            --r-sk-logical-factor: 1;
        }

        .channel-html[dir="rtl"] {
            --r-sk-start: right;
            --r-sk-end: left;
            --r-sk-safe-area-inset-start: env(safe-area-inset-right);
            --r-sk-safe-area-inset-end: env(safe-area-inset-left);
            --r-sk-logical-factor: -1;
        }

        .channel-html .align-items-start {
            align-items: flex-start;
        }

        .channel-html .align-items-center {
            align-items: center;
        }

        .channel-html .align-items-end {
            align-items: flex-end;
        }

        .channel-html .large-align-items-start {
            align-items: flex-start;
        }

        .channel-html .large-align-items-center {
            align-items: center;
        }

        .channel-html .large-align-items-end {
            align-items: flex-end;
        }

@media (max-width: 1068px) {
    .channel-html .medium-align-items-start {
        align-items: flex-start;
    }

    .channel-html .medium-align-items-center {
        align-items: center;
    }

    .channel-html .medium-align-items-end {
        align-items: flex-end;
    }
}

@media (max-width: 734px) {
    .channel-html .small-align-items-start {
        align-items: flex-start;
    }

    .channel-html .small-align-items-center {
        align-items: center;
    }

    .channel-html .small-align-items-end {
        align-items: flex-end;
    }
}

.channel-html .visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap;
}

.channel-html :root {
    --sk-footnote-font-size: 0.6em;
    --sk-footnote-offset-top: -0.5em;
}

.channel-html sup {
    position: relative;
    font-size: var(--sk-footnote-font-size, 0.6em);
    vertical-align: baseline;
}

.channel-html sup {
    top: var(--sk-footnote-offset-top, -0.5em);
}

.channel-html .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.channel-html .column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.channel-html .large-order-0 {
    order: 0;
}

.channel-html .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.channel-html .large-order-1 {
    order: 1;
}

.channel-html .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.channel-html .large-order-2 {
    order: 2;
}

.channel-html .large-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.channel-html .large-order-3 {
    order: 3;
}

.channel-html .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.channel-html .large-order-4 {
    order: 4;
}

.channel-html .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.channel-html .large-order-5 {
    order: 5;
}

.channel-html .large-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.channel-html .large-order-6 {
    order: 6;
}

.channel-html .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.channel-html .large-order-7 {
    order: 7;
}

.channel-html .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.channel-html .large-order-8 {
    order: 8;
}

.channel-html .large-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.channel-html .large-order-9 {
    order: 9;
}

.channel-html .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.channel-html .large-order-10 {
    order: 10;
}

.channel-html .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.channel-html .large-order-11 {
    order: 11;
}

.channel-html .large-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.channel-html .large-order-12 {
    order: 12;
}

.channel-html .large-last {
    margin-inline-start: auto;
}

@media (max-width: 1068px) {
    .channel-html .medium-order-0 {
        order: 0;
    }

    .channel-html .medium-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .channel-html .medium-order-1 {
        order: 1;
    }

    .channel-html .medium-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .channel-html .medium-order-2 {
        order: 2;
    }

    .channel-html .medium-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .channel-html .medium-order-3 {
        order: 3;
    }

    .channel-html .medium-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .channel-html .medium-order-4 {
        order: 4;
    }

    .channel-html .medium-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .channel-html .medium-order-5 {
        order: 5;
    }

    .channel-html .medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .channel-html .medium-order-6 {
        order: 6;
    }

    .channel-html .medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .channel-html .medium-order-7 {
        order: 7;
    }

    .channel-html .medium-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .channel-html .medium-order-8 {
        order: 8;
    }

    .channel-html .medium-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .channel-html .medium-order-9 {
        order: 9;
    }

    .channel-html .medium-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .channel-html .medium-order-10 {
        order: 10;
    }

    .channel-html .medium-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .channel-html .medium-order-11 {
        order: 11;
    }

    .channel-html .medium-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .channel-html .medium-order-12 {
        order: 12;
    }

    .channel-html .medium-last {
        margin-inline-start: auto;
    }
}

@media (max-width: 734px) {
    .channel-html .small-order-0 {
        order: 0;
    }

    .channel-html .small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .channel-html .small-order-1 {
        order: 1;
    }

    .channel-html .small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .channel-html .small-order-2 {
        order: 2;
    }

    .channel-html .small-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .channel-html .small-order-3 {
        order: 3;
    }

    .channel-html .small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .channel-html .small-order-4 {
        order: 4;
    }

    .channel-html .small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .channel-html .small-order-5 {
        order: 5;
    }

    .channel-html .small-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .channel-html .small-order-6 {
        order: 6;
    }

    .channel-html .small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .channel-html .small-order-7 {
        order: 7;
    }

    .channel-html .small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .channel-html .small-order-8 {
        order: 8;
    }

    .channel-html .small-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .channel-html .small-order-9 {
        order: 9;
    }

    .channel-html .small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .channel-html .small-order-10 {
        order: 10;
    }

    .channel-html .small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .channel-html .small-order-11 {
        order: 11;
    }

    .channel-html .small-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .channel-html .small-order-12 {
        order: 12;
    }

    .channel-html .small-last {
        margin-inline-start: auto;
    }
}

.channel-html .large-span-0 {
    grid-column: span 0;
}

.channel-html .large-span-1 {
    grid-column: span 1;
}

.channel-html .large-span-2 {
    grid-column: span 2;
}

.channel-html .large-span-3 {
    grid-column: span 3;
}

.channel-html .large-span-4 {
    grid-column: span 4;
}

.channel-html .large-span-5 {
    grid-column: span 5;
}

.channel-html .large-span-6 {
    grid-column: span 6;
}

.channel-html .large-span-7 {
    grid-column: span 7;
}

.channel-html .large-span-8 {
    grid-column: span 8;
}

.channel-html .large-span-9 {
    grid-column: span 9;
}

.channel-html .large-span-10 {
    grid-column: span 10;
}

.channel-html .large-span-11 {
    grid-column: span 11;
}

.channel-html .large-span-12 {
    grid-column: span 12;
}

@media (max-width: 1068px) {
    .channel-html .medium-span-0 {
        grid-column: span 0;
    }

    .channel-html .medium-span-1 {
        grid-column: span 1;
    }

    .channel-html .medium-span-2 {
        grid-column: span 2;
    }

    .channel-html .medium-span-3 {
        grid-column: span 3;
    }

    .channel-html .medium-span-4 {
        grid-column: span 4;
    }

    .channel-html .medium-span-5 {
        grid-column: span 5;
    }

    .channel-html .medium-span-6 {
        grid-column: span 6;
    }

    .channel-html .medium-span-7 {
        grid-column: span 7;
    }

    .channel-html .medium-span-8 {
        grid-column: span 8;
    }

    .channel-html .medium-span-9 {
        grid-column: span 9;
    }

    .channel-html .medium-span-10 {
        grid-column: span 10;
    }

    .channel-html .medium-span-11 {
        grid-column: span 11;
    }

    .channel-html .medium-span-12 {
        grid-column: span 12;
    }
}

@media (max-width: 734px) {
    .channel-html .small-span-0 {
        grid-column: span 0;
    }

    .channel-html .small-span-1 {
        grid-column: span 1;
    }

    .channel-html .small-span-2 {
        grid-column: span 2;
    }

    .channel-html .small-span-3 {
        grid-column: span 3;
    }

    .channel-html .small-span-4 {
        grid-column: span 4;
    }

    .channel-html .small-span-5 {
        grid-column: span 5;
    }

    .channel-html .small-span-6 {
        grid-column: span 6;
    }

    .channel-html .small-span-7 {
        grid-column: span 7;
    }

    .channel-html .small-span-8 {
        grid-column: span 8;
    }

    .channel-html .small-span-9 {
        grid-column: span 9;
    }

    .channel-html .small-span-10 {
        grid-column: span 10;
    }

    .channel-html .small-span-11 {
        grid-column: span 11;
    }

    .channel-html .small-span-12 {
        grid-column: span 12;
    }
}

.channel-html .icon::before, .channel-html .icon::after, .channel-html .more::before, .channel-html .more::after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
}

.channel-html .icon::before, .channel-html .icon::after, .channel-html .more::before, .channel-html .more::after {
    text-decoration: none;
}

.channel-html .icon::before, .channel-html .more::before {
    display: none;
}

.channel-html .icon-after::after, .channel-html .more::after {
    padding-inline-start: 0.24em;
    top: 0;
}

.channel-html .icon-wrapper .icon, .channel-html .icon-wrapper .icon-after::after {
    display: inline;
    position: static;
}

.channel-html a.icon-wrapper {
    text-decoration: none;
}

    .channel-html a.icon-wrapper:hover .icon-copy {
        text-decoration: underline;
    }

.channel-html .icon-apple::before, .channel-html .icon-apple::after {
    content: "\f8ff";
}

.channel-html .icon-apple::before {
    padding-inline-end: 0;
}

.channel-html .icon-chevrondown::before, .channel-html .icon-chevrondown::after {
    content: "\f303";
}

.channel-html .icon-chevronright::before, .channel-html .icon-chevronright::after {
    content: "\f301";
}

.channel-html .icon-external::before, .channel-html .icon-external::after {
    content: "\f32d";
}

.channel-html .icon-search::before, .channel-html .icon-search::after {
    content: "\ea1d";
}

.channel-html .icon-check::before, .channel-html .icon-check::after {
    content: "\f30b";
}

.channel-html .icon-plus::before, .channel-html .icon-plus::after {
    content: "\f309";
}

.channel-html a.icon {
    text-decoration: none;
}

    .channel-html a.icon:hover {
        text-decoration: underline;
    }

.channel-html:not([dir="rtl"]) .more::before, .channel-html:not([dir="rtl"]) .more::after {
    content: "\f301";
}

.channel-html[dir="rtl"] .more::before, .channel-html[dir="rtl"] .more::after {
    content: "\f300";
}

.channel-html a.more {
    text-decoration: none;
}

    .channel-html a.more:hover {
        text-decoration: underline;
    }

.channel-html[dir="rtl"] .icon-external::before, .channel-html[dir="rtl"] .icon-external::after {
    content: "\f333";
}

.channel-html[dir="rtl"] .icon-wrapper {
    unicode-bidi: bidi-override;
}

.channel-html[dir="rtl"] .icon-copy {
    unicode-bidi: embed;
}

.channel-html {
    min-width: 320px;
}

    .channel-html .large-hide {
        display: none;
    }

    .channel-html .large-show {
        display: block;
    }

@media (max-width: 1068px) {
    .channel-html .medium-hide {
        display: none;
    }

    .channel-html .medium-show {
        display: block;
    }
}

@media (max-width: 734px) {
    .channel-html .small-hide {
        display: none;
    }

    .channel-html .small-show {
        display: block;
    }
}

.channel-html :root {
    --sk-glyph: rgb(0, 0, 0);
    --sk-glyph-gray: rgb(29, 29, 31);
    --sk-glyph-gray-alpha: rgba(0, 0, 0, 0.88);
    --sk-glyph-gray-secondary: rgb(110, 110, 115);
    --sk-glyph-gray-secondary-alpha: rgba(0, 0, 0, 0.56);
    --sk-glyph-gray-secondary-alt: rgb(66, 66, 69);
    --sk-glyph-gray-secondary-alt-alpha: rgba(0, 0, 0, 0.72);
    --sk-glyph-gray-tertiary: rgb(134, 134, 139);
    --sk-glyph-gray-tertiary-alpha: rgba(0, 0, 0, 0.48);
    --sk-glyph-blue: rgb(0, 102, 204);
    --sk-glyph-orange: rgb(182, 68, 0);
    --sk-glyph-green: rgb(0, 128, 9);
    --sk-glyph-red: rgb(227, 0, 0);
    --sk-fill: rgb(255, 255, 255);
    --sk-fill-secondary: rgb(250, 250, 252);
    --sk-fill-tertiary: rgb(245, 245, 247);
    --sk-fill-gray: rgb(29, 29, 31);
    --sk-fill-gray-alpha: rgba(0, 0, 0, 0.88);
    --sk-fill-gray-secondary: rgb(134, 134, 139);
    --sk-fill-gray-secondary-alpha: rgba(0, 0, 0, 0.48);
    --sk-fill-gray-tertiary: rgb(210, 210, 215);
    --sk-fill-gray-tertiary-alpha: rgba(0, 0, 0, 0.16);
    --sk-fill-gray-quaternary: rgb(232, 232, 237);
    --sk-fill-gray-quaternary-alpha: rgba(0, 0, 0, 0.08);
    --sk-fill-blue: rgb(0, 113, 227);
    --sk-fill-orange: rgb(245, 99, 0);
    --sk-fill-orange-secondary: rgb(255, 249, 244);
    --sk-fill-green: rgb(3, 161, 14);
    --sk-fill-green-secondary: rgb(245, 255, 246);
    --sk-fill-red: rgb(227, 0, 0);
    --sk-fill-red-secondary: rgb(255, 242, 244);
    --sk-fill-yellow: rgb(255, 224, 69);
    --sk-fill-yellow-secondary: rgb(255, 254, 242);
    --sk-productred: rgb(175, 30, 45);
    --sk-enviro-green: rgb(0, 217, 89);
    --sk-enviro-neutral: rgb(232, 232, 237);
}

.channel-html .theme-light {
    --sk-glyph: rgb(0, 0, 0);
    --sk-glyph-gray: rgb(29, 29, 31);
    --sk-glyph-gray-alpha: rgba(0, 0, 0, 0.88);
    --sk-glyph-gray-secondary: rgb(110, 110, 115);
    --sk-glyph-gray-secondary-alpha: rgba(0, 0, 0, 0.56);
    --sk-glyph-gray-secondary-alt: rgb(66, 66, 69);
    --sk-glyph-gray-secondary-alt-alpha: rgba(0, 0, 0, 0.72);
    --sk-glyph-gray-tertiary: rgb(134, 134, 139);
    --sk-glyph-gray-tertiary-alpha: rgba(0, 0, 0, 0.48);
    --sk-glyph-blue: rgb(0, 102, 204);
    --sk-glyph-orange: rgb(182, 68, 0);
    --sk-glyph-green: rgb(0, 128, 9);
    --sk-glyph-red: rgb(227, 0, 0);
    --sk-fill: rgb(255, 255, 255);
    --sk-fill-secondary: rgb(250, 250, 252);
    --sk-fill-tertiary: rgb(245, 245, 247);
    --sk-fill-gray: rgb(29, 29, 31);
    --sk-fill-gray-alpha: rgba(0, 0, 0, 0.88);
    --sk-fill-gray-secondary: rgb(134, 134, 139);
    --sk-fill-gray-secondary-alpha: rgba(0, 0, 0, 0.48);
    --sk-fill-gray-tertiary: rgb(210, 210, 215);
    --sk-fill-gray-tertiary-alpha: rgba(0, 0, 0, 0.16);
    --sk-fill-gray-quaternary: rgb(232, 232, 237);
    --sk-fill-gray-quaternary-alpha: rgba(0, 0, 0, 0.08);
    --sk-fill-blue: rgb(0, 113, 227);
    --sk-fill-orange: rgb(245, 99, 0);
    --sk-fill-orange-secondary: rgb(255, 249, 244);
    --sk-fill-green: rgb(3, 161, 14);
    --sk-fill-green-secondary: rgb(245, 255, 246);
    --sk-fill-red: rgb(227, 0, 0);
    --sk-fill-red-secondary: rgb(255, 242, 244);
    --sk-fill-yellow: rgb(255, 224, 69);
    --sk-fill-yellow-secondary: rgb(255, 254, 242);
    --sk-productred: rgb(175, 30, 45);
    --sk-enviro-green: rgb(0, 217, 89);
    --sk-enviro-neutral: rgb(232, 232, 237);
    --sk-body-background-color: rgb(255, 255, 255);
    --sk-body-text-color: rgb(29, 29, 31);
    --sk-headline-text-color: rgb(29, 29, 31);
    --sk-body-link-color: rgb(0, 102, 204);
}

    .channel-html .theme-light .button {
        --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
        --sk-button-background: rgb(0, 113, 227);
        --sk-button-background-hover: #0076df;
        --sk-button-background-active: #006edb;
    }

    .channel-html .theme-light .list {
        --sk-list-copy-color: rgb(29, 29, 31);
        --sk-list-title-color: rgb(29, 29, 31);
    }

    .channel-html .theme-light .sosumi {
        --sk-sosumi-text-color: rgba(0, 0, 0, 0.56);
        --sk-sosumi-link-color: rgba(0, 0, 0, 0.72);
    }

    .channel-html .theme-light .stat {
        --sk-stat-value-color: rgb(29, 29, 31);
        --sk-stat-caption-color: rgb(29, 29, 31);
    }

.channel-html [class*="typography-eyebrow"] {
    display: block;
    margin-bottom: 0.4em;
}

    .channel-html [class*="typography-eyebrow"] + * {
        margin-top: 0;
    }

.channel-html .button {
    --sk-button-color: rgb(255, 255, 255);
    --sk-button-color-hover: var(--sk-button-color);
    --sk-button-color-active: var(--sk-button-color-hover);
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-border-color: transparent;
    --sk-button-border-radius: 980px;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    --sk-button-min-width-basis: 60px;
    --sk-button-padding-horizontal: 16px;
    --sk-button-padding-vertical: 9px;
    --sk-button-border-width: 1px;
    --sk-button-box-sizing: content-box;
    --sk-button-width: auto;
    --sk-button-display: inline-block;
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: var(--sk-button-background);
    color: var(--sk-button-color);
    border-color: var(--sk-button-border-color);
    padding-block: calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));
    padding-inline: calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));
    border-radius: var(--sk-button-border-radius);
    border-style: solid;
    border-width: var(--sk-button-border-width);
    width: var(--sk-button-width);
    min-width: calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal) * 2);
    cursor: pointer;
    display: var(--sk-button-display);
    box-sizing: var(--sk-button-box-sizing);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    --sk-button-background: rgb(0, 113, 227);
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
}

    .channel-html .button:hover {
        background: var(--sk-button-background-hover, var(--sk-button-background));
        color: var(--sk-button-color-hover, var(--sk-button-color));
        text-decoration: none;
        border-color: transparent;
    }

    .channel-html .button:focus-visible {
        outline: 2px solid var(--sk-focus-color, #782DA2);
        outline-offset: var(--sk-focus-offset-container, 3px);
    }

    .channel-html .button:active {
        background: var(--sk-button-background-active, var(--sk-button-background));
        color: var(--sk-button-color-active, var(--sk-button-color));
        outline: none;
    }

    .channel-html .button:disabled {
        pointer-events: none;
        opacity: var(--sk-button-disabled-opacity);
    }

.channel-html .button-super {
    --sk-button-padding-horizontal: 31px;
    --sk-button-padding-vertical: 18px;
    --sk-button-min-width-basis: 90px;
    --sk-button-margin-horizontal: 22px;
    --sk-button-margin-vertical: 22px;
    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-elevated {
    --sk-button-padding-horizontal: 22px;
    --sk-button-padding-vertical: 12px;
    --sk-button-min-width-basis: 70px;
    --sk-button-margin-horizontal: 18px;
    --sk-button-margin-vertical: 18px;
    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-reduced {
    --sk-button-padding-horizontal: 11px;
    --sk-button-padding-vertical: 4px;
    --sk-button-min-width-basis: 45px;
    --sk-button-margin-horizontal: 10px;
    --sk-button-margin-vertical: 10px;
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .button-light {
    --sk-button-disabled-opacity: var(--sk-link-disabled-opacity, 0.42);
    --sk-button-background: rgb(0, 113, 227);
    --sk-button-background-hover: #0076df;
    --sk-button-background-active: #006edb;
}

.channel-html .stat {
    --sk-stat-value-color: rgb(29, 29, 31);
    --sk-stat-caption-color: rgb(29, 29, 31);
    --sk-stat-currency-offset: -0.375em;
    --sk-stat-caption-lines-top: 1;
    --sk-stat-caption-lines-bottom: 1;
    --sk-stat-margin-top: calc(1em * var(--sk-stat-caption-lines-top));
    --sk-stat-margin-bottom: calc(1em * var(--sk-stat-caption-lines-bottom));
    margin-inline-end: 2em;
    color: var(--sk-stat-value-color);
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    min-width: 5em;
    position: relative;
    z-index: 1;
}

    .channel-html .stat .stat-content {
        margin-top: var(--sk-stat-margin-top);
        margin-bottom: var(--sk-stat-margin-bottom);
        padding-top: 4px;
        padding-bottom: 2px;
        position: relative;
        z-index: 1;
    }

    .channel-html .stat .stat-value {
        display: block;
        inset-inline-start: -2px;
        white-space: nowrap;
        position: relative;
        z-index: 1;
    }

    .channel-html .stat .stat-caption {
        color: var(--sk-stat-caption-color);
        box-sizing: border-box;
        display: block;
        position: absolute;
        inset-inline-start: 0;
        top: 100%;
        width: 100%;
        z-index: 1;
    }

        .channel-html .stat .stat-caption:first-child {
            top: auto;
            bottom: 100%;
        }

    .channel-html .stat .stat-value {
        font-size: 48px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

    .channel-html .stat .stat-caption {
        font-size: 14px;
        line-height: 1.2857742857;
        font-weight: 400;
        letter-spacing: -0.016em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

.channel-html .stat-center {
    text-align: center;
}

.channel-html .stat-right {
    margin-inline-end: 2em;
    text-align: end;
}

@media (max-width: 1068px) {
    .channel-html .stat-right {
        margin-inline-end: 1em;
    }
}

.channel-html .stat-right .stat-caption {
    margin-inline-start: -0.3em;
}

.channel-html .stat-super {
    --sk-stat-currency-offset: -0.32em;
}

    .channel-html .stat-super .stat-value {
        font-size: 80px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.015em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

    .channel-html .stat-super .stat-caption {
        font-size: 17px;
        line-height: 1.2353641176;
        font-weight: 400;
        letter-spacing: -0.022em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

.channel-html .stat-elevated {
    --sk-stat-currency-offset: -0.43em;
}

    .channel-html .stat-elevated .stat-value {
        font-size: 64px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.009em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

    .channel-html .stat-elevated .stat-caption {
        font-size: 14px;
        line-height: 1.2857742857;
        font-weight: 400;
        letter-spacing: -0.016em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

.channel-html .stat-reduced {
    --sk-stat-currency-offset: -0.325em;
}

    .channel-html .stat-reduced .stat-value {
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

    .channel-html .stat-reduced .stat-caption {
        font-size: 14px;
        line-height: 1.2857742857;
        font-weight: 400;
        letter-spacing: -0.016em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

.channel-html .stat-light {
    --sk-stat-value-color: rgb(29, 29, 31);
    --sk-stat-caption-color: rgb(29, 29, 31);
}

.channel-html :root {
    --sk-links-inline-margin: 0.8em;
    --sk-links-stacked-margin: 0.4em;
}

.channel-html .link {
    color: var(--sk-body-link-color, rgb(0, 102, 204));
    letter-spacing: inherit;
}

    .channel-html .link:disabled {
        text-decoration: none;
    }

    .channel-html .link:hover {
        text-decoration: underline;
    }

    .channel-html .link :disabled {
        opacity: var(--sk-link-disabled-opacity, 0.42);
    }

.channel-html .link-standalone:link:link {
    text-decoration: none;
}

    .channel-html .link-standalone:link:link:hover {
        text-decoration: underline;
    }

.channel-html .colornav {
    --colornav-background: rgb(245, 245, 247);
    --colornav-border-color: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
    --colornav-border-current: rgb(0, 113, 227);
    --colornav-label-color: rgb(29, 29, 31);
    --colornav-swatch-size: 28px;
    --colornav-item-size: 36px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
}

.channel-html .colornav-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 8px;
    padding-top: 18px;
}

.channel-html .colornav-item {
    margin: -1px 4px;
}

.channel-html .colornav-value {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .colornav-link {
    border: 2px solid transparent;
    color: var(--colornav-label-color);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    margin-bottom: 2.7em;
    padding: calc((var(--colornav-item-size) - var(--colornav-swatch-size) - 4px) / 2);
    width: var(--colornav-item-size);
    height: var(--colornav-item-size);
    position: relative;
    z-index: 1;
}

    .channel-html .colornav-link.current, .channel-html .colornav-value:checked ~ .colornav-link {
        color: var(--colornav-label-color);
        border-color: var(--colornav-border-current);
        cursor: default;
    }

    .channel-html .colornav-link:focus, .channel-html .colornav-value:focus ~ .colornav-link {
        outline: 2px solid var(--sk-focus-color, #782DA2);
        outline-offset: var(--sk-focus-offset, 1px);
    }

.channel-html .colornav-swatch {
    background: var(--colornav-background) center center;
    border-radius: 50%;
    display: block;
    width: var(--colornav-swatch-size);
    height: var(--colornav-swatch-size);
}

    .channel-html .colornav-swatch:after {
        content: "";
        display: block;
        position: absolute;
        height: inherit;
        width: inherit;
        background-image: var(--colornav-border-color);
        mask-image: radial-gradient(circle at 50% 50%, transparent calc(var(--colornav-swatch-size) / 2 - 1.5px), black calc(var(--colornav-swatch-size) / 2 - 0.5px));
        mask-size: 100% 100%;
        mask-clip: border-box;
        border-radius: inherit;
    }

.channel-html .colornav-label, .channel-html .colornav-label-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .colornav-link.current .colornav-label, .channel-html .colornav-value:checked ~ .colornav-link .colornav-label {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    clip: auto;
    clip-path: none;
    margin-left: -50px;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    width: 100px;
    height: auto;
    z-index: 1;
    overflow: visible;
}

.channel-html .colornav-reduced {
    --colornav-swatch-size: 24px;
    --colornav-item-size: 32px;
}

    .channel-html .colornav-reduced .colornav-items {
        padding-top: 14px;
    }

    .channel-html .colornav-reduced .colornav-link.current .colornav-label, .channel-html .colornav-reduced .colornav-value:checked ~ .colornav-link .colornav-label {
        padding-top: 5px;
    }

.channel-html .colornav-light.colornav {
    --colornav-background: rgb(245, 245, 247);
    --colornav-border-color: conic-gradient(from 270deg, rgba(0, 0, 0, 0.08) 0deg, rgba(0, 0, 0, 0.48) 64.8deg, rgba(0, 0, 0, 0.48) 115.2deg, rgba(0, 0, 0, 0.08) 180deg, rgba(0, 0, 0, 0) 208.8deg, rgba(0, 0, 0, 0) 331.2deg, rgba(0, 0, 0, 0.08) 360deg);
    --colornav-border-current: rgb(0, 113, 227);
    --colornav-label-color: rgb(29, 29, 31);
}

.channel-html .section-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

    .channel-html .section-background .section-background-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .channel-html .section-background .section-background-caption {
        position: absolute;
    }

        .channel-html .section-background .section-background-caption.bottom-left {
            left: 0;
            bottom: 0;
        }

        .channel-html .section-background .section-background-caption.bottom-right {
            right: 0;
            bottom: 0;
        }

        .channel-html .section-background .section-background-caption.top-right {
            top: 0;
            right: 0;
        }

        .channel-html .section-background .section-background-caption.top-left {
            top: 0;
            left: 0;
        }

.channel-html .bento-box {
    display: grid;
    grid-auto-rows: 1fr;
    margin-left: 0;
}

.channel-html .bentobox-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .channel-html .bentobox-item:before {
        display: block;
        position: absolute;
        pointer-events: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-style: solid;
    }

.channel-html .button:focus {
    box-shadow: 0 0 0 4px var(--focus-color);
}

.channel-html .button.button-channel {
    background: transparent;
    border: 1px solid rgb(29, 29, 31);
    color: rgb(29, 29, 31);
}

    .channel-html .button.button-channel:hover {
        background: transparent;
        border: 1px solid rgb(110, 110, 115);
        color: rgb(110, 110, 115);
    }

.channel-html .colornav-items {
    margin-left: 0;
    padding-top: 0;
}

@media (max-width: 734px) {
    .channel-html .colornav-items {
        max-width: 83px;
    }
}

.channel-html .colornav-swatch {
    position: relative;
    display: block;
    border-radius: 50%;
}

    .channel-html .colornav-swatch:after {
        border-radius: inherit;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        content: "";
        display: block;
        height: inherit;
        position: absolute;
        width: inherit;
        margin: 0;
    }

@media only screen and (max-width: 731px) {
    .channel-html .bento-box {
        grid-template-columns: repeat(1, minmax(320px, auto)) !important;
    }

    .channel-html ul > li {
        width: 100% !important;
    }

    .channel-html .t0C87A9 {
        margin-top: 24px !important;
    }
}

.viewport-content {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 980px;
}

@media (min-width: 1441px) {
    .viewport-content {
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 980px;
    }
}

@media (max-width: 1068px) {
    .viewport-content {
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 692px;
    }
}

@media (max-width: 734px) {
    .viewport-content {
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 87.5%;
    }
}

@media (max-width: 734px) {
    .channel-html .section .section-compare-table {
        overflow: initial;
    }
}

.channel-compare .compare-wrapper {
    position: relative;
    overflow: hidden;
}

@media (max-width: 734px) {
    .channel-compare .compare-wrapper {
        overflow: initial;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare-wrapper {
        display: flex;
        justify-content: center;
    }
}

.channel-compare .compare-section, .channel-compare .selector-table {
    position: relative;
}

.channel-compare select {
    box-sizing: border-box;
}

.channel-compare sup * {
    vertical-align: inherit;
    font-weight: 400;
}

.channel-compare ul {
    margin: 0;
    list-style: none;
}

.channel-compare .icon-check {
    position: relative;
    top: -5px;
}

    .channel-compare .icon-check:after {
        font-size: 38px;
    }

.channel-compare .compare-section {
    padding-top: 39px;
    border: 0;
}

@media (max-width: 1068px) {
    .channel-compare .compare-section {
        padding-top: 53px;
        padding-bottom: 25px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-section {
        padding-top: 20px;
        padding-bottom: 14px;
    }
}

.channel-compare .compare-section.no-padding-top {
    padding: 0;
}

.channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row {
    padding: 0 16px;
}

.channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row {
    padding: 0 42px;
}

.channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row {
    padding: 0 144px;
}

.channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row {
    padding: 0 0px;
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row {
        padding: 0 58px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row {
        padding: 0 0px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row {
        padding: 0 0;
    }
}

.channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row {
    --column-gap: 32px;
}

.channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row {
    --column-gap: 80px;
}

.channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row {
    --column-gap: 100px;
}

.channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row {
    --column-gap: 16px;
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row {
        --column-gap: 28px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row {
        --column-gap: 28px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row {
        --column-gap: 42px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row {
        --column-gap: 28px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row {
        --column-gap: 58px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row {
        --column-gap: 58px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row {
        --column-gap: 58px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row {
        --column-gap: 58px;
    }
}

.channel-compare .compare-header-row, .channel-compare .compare-row {
    --column-gap: 16px;
    display: grid;
    column-gap: var(--column-gap);
    grid-template-columns: repeat(var(--grid-column), calc((100% - var(--column-gap) * (var(--grid-column) - 1)) / var(--grid-column)));
}

@media (max-width: 1068px) {
    .channel-compare .compare-header-row, .channel-compare .compare-row {
        --column-gap: 28px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-header-row, .channel-compare .compare-row {
        --column-gap: 58px;
    }
}

.channel-compare .compare-row {
    margin-bottom: 40px;
}

    .channel-compare .compare-row.compare-template-border-top .compare-column {
        border-top: 1px solid #d6d6d6;
        padding-top: 30px;
    }

@media (max-width: 1068px) {
    .channel-compare .compare-row.compare-template-border-top .compare-column {
        padding-top: 30px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-row.compare-template-border-top .compare-column {
        padding-top: 20px;
    }
}

.channel-compare .compare-row.compare-template-border-bottom .compare-column {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
}

@media (max-width: 1068px) {
    .channel-compare .compare-row.compare-template-border-bottom .compare-column {
        margin-bottom: 30px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-row.compare-template-border-bottom .compare-column {
        margin-bottom: 20px;
    }
}

.channel-compare .compare-row.compare-template-space-bottom .compare-column {
    margin-bottom: 30px;
}

@media (max-width: 1068px) {
    .channel-compare .compare-row.compare-template-space-bottom .compare-column {
        margin-bottom: 30px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-row.compare-template-space-bottom .compare-column {
        margin-bottom: 20px;
    }
}

.channel-compare .compare-row:last-child {
    margin-bottom: 0;
}

.channel-compare .compare-header-row {
    margin: 0;
}

.channel-compare .compare-rowheader {
    order: -1;
}

.channel-compare .compare-rowheader, .channel-compare .compare-rowheader-style {
    grid-column: 1 / var(--grid-column) span;
}

.channel-compare .compare-columnheader, .channel-compare .compare-column {
    display: none;
    box-sizing: border-box;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader {
    width: 100%;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    padding-bottom: 27px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 33px;
    padding-bottom: 27px;
}

@media (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: 0.011em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        font-size: 17px;
    }
}

@media (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        margin-bottom: 28px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        margin-bottom: 17px;
        padding-bottom: 13px;
    }
}

.channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column {
    text-align: center;
    justify-content: center;
    width: 164px;
}

@media (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column {
        width: 131px;
    }
}

.channel-compare .compare.with-fullwidthrowheader .compare-columnheader-span, .channel-compare .compare.with-fullwidthrowheader .compare-column-span {
    width: 100%;
}

.channel-compare .compare.with-fullwidthrowheader .mdash-container {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-size: 17px;
    }

@media (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-size: 14px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-size: 12px;
    }
}

.channel-compare .compare .copy.helvetica-neue {
    font-weight: 500;
    line-height: 1.235;
}

.channel-compare--hidden {
    opacity: 0;
}

.compare-wrapper {
    width: 100%;
}

.channel-compare [compare-header-hide] {
    display: none;
}

.channel-compare [compare-header-show] {
    display: grid;
}

.channel-compare .selector-table {
    padding-top: 10px;
    margin-bottom: 40px;
}

@media (max-width: 1068px) {
    .channel-compare .selector-table {
        margin-bottom: 40px;
    }
}

@media (max-width: 734px) {
    .channel-compare .selector-table {
        margin-bottom: 25px;
    }
}

.channel-compare .selector-table .compare-row {
    margin: 0;
}

.channel-compare .selector-table .compare-rowheader {
    height: 0;
}

.channel-compare .selector-element {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
    transition: border-color 200ms ease;
}

@media (max-width: 1068px) {
    .channel-compare .selector-element {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        border-radius: 0px;
    }
}

@media (max-width: 734px) {
    .channel-compare .selector-element {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        border-radius: 0px;
    }

        .channel-compare .selector-element:hover {
            border: none;
            border-radius: 0px;
            border-bottom: 1px solid #d6d6d6;
        }
}

.channel-compare .selector-element::before {
    content: "";
    width: 40px;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
    top: 0;
    right: 0px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 1068px) {
    .channel-compare .selector-element::before {
        width: 40px;
    }
}

@media (max-width: 734px) {
    .channel-compare .selector-element::before {
        height: 100%;
        width: 40px;
        right: 5px;
    }
}

@media (max-width: 734px) {
    .channel-compare .selector-element {
        margin-inline-end: 0;
    }
}

.channel-compare .selector-dropdown {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    width: 100%;
    margin: 0;
    color: rgb(0, 0, 0);
    background: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    border: 0;
    border-radius: 0;
    overflow: hidden;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 12px 0;
    padding-right: 15px;
}

    .channel-compare .selector-dropdown:focus {
        border-radius: 0px;
        box-shadow: 0 0 0 4px var(--focus-color);
        width: 166px;
    }

@media (max-width: 734px) {
    .channel-compare .selector-dropdown:focus {
        box-sizing: content-box;
    }
}

@media (max-width: 734px) {
    .channel-compare .selector-dropdown {
        width: 100%;
        padding-bottom: 11px;
        padding-left: 0px;
        padding-top: 11px;
    }

        .channel-compare .selector-dropdown:focus {
            width: 122px;
            border-radius: 0px;
            border: none;
        }
}

.channel-compare .selector-icon {
    display: block;
    position: absolute;
    top: 1px;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

html:not([dir="rtl"]) .channel-compare .selector-icon {
    right: 0;
}

html[dir="rtl"] .channel-compare .selector-icon {
    left: 0;
}

.channel-compare .selector-icon:after {
    pointer-events: none;
}

.channel-compare .static-dropdown {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    width: 100%;
    margin: 0;
    padding-bottom: 7px;
}

.mdash-container:first-child {
    height: 100%;
}

.channel-compare .compare-template-border-bottom .button-container {
    margin-bottom: 30px;
}

@media (max-width: 1068px) {
    .channel-compare .compare-template-border-bottom .button-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 734px) {
    .channel-compare .compare-template-border-bottom .button-container {
        margin-bottom: 20px;
    }
}

.channel-compare .button {
    background: transparent;
    border: 1px solid rgb(29, 29, 31);
    color: rgb(29, 29, 31);
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

    .channel-compare .button:focus {
        outline: none;
        box-shadow: 0 0 0 4px var(--focus-color);
    }

    .channel-compare .button:hover {
        background: transparent;
        border: 1px solid rgb(110, 110, 115);
        color: rgb(110, 110, 115);
    }

.channel-compare .button-container {
    margin-bottom: 55px;
}

@media (max-width: 1068px) {
    .channel-compare .button-container {
        margin-bottom: 55px;
    }
}

@media (max-width: 734px) {
    .channel-compare .button-container {
        margin-bottom: 32px;
    }
}

.channel-compare .button-container .copy.helvetica-neue {
    font-weight: 400;
}

.channel-compare .embed-image {
    align-self: flex-end;
}

.channel-compare .stat {
    min-width: 0;
    margin: 0 auto;
}

    .channel-compare .stat .stat-content {
        margin: 0;
        padding: 0;
    }

.channel-compare .compare.with-fullwidthrowheader .mdash-container {
    margin-top: 0px;
}

    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-weight: 600;
    }

.channel-compare .stat-content {
    margin: 0;
    padding: 0;
}

    .channel-compare .stat-content .stat-caption {
        font-size: 17px;
        line-height: 1.4705882353;
        font-weight: 600;
        letter-spacing: -0.022em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-caption {
        font-size: 14px;
        line-height: 1.4285914286;
        font-weight: 600;
        letter-spacing: -0.016em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 734px) {
    .channel-compare .stat-content .stat-caption {
        font-size: 12px;
        line-height: 1.3333733333;
        font-weight: 600;
        letter-spacing: -0.01em;
        font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-caption {
        font-size: 12px;
    }
}

.channel-compare .stat-content .stat-caption {
    position: static;
    margin-bottom: 0;
    font-size: 12px;
}

    .channel-compare .stat-content .stat-caption p {
        color: rgb(29, 29, 31);
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }

    .channel-compare .stat-content .stat-caption.copy {
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 500;
        line-height: 1.4;
    }

        .channel-compare .stat-content .stat-caption.copy.mdash {
            font-weight: 600;
        }

.channel-compare .stat-content .stat-value {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
}

.channel-compare .stat-content .stat-value {
    line-height: 0.74em;
    white-space: unset;
    overflow-wrap: break-word;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-value {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: -0.003em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 734px) {
    .channel-compare .stat-content .stat-value {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: 0.004em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-value {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 734px) {
    .channel-compare .stat-content .stat-value {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    }
}

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-value {
        font-size: 21px;
    }
}

@media (max-width: 734px) {
    .channel-compare .stat-content .stat-value {
        font-size: 21px;
    }
}

.channel-compare .stat-content .stat-elevated .stat-caption p {
    color: rgb(134, 134, 139);
}

.channel-compare .stat-content .image-icon-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: -4px;
}

    .channel-compare .stat-content .image-icon-wrapper figure {
        display: block;
        margin: auto;
    }

.channel-compare .stat-content .stat-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

@media (max-width: 1068px) {
    .channel-compare .stat-content .stat-row {
        padding: 0 10px;
    }
}

@media (max-width: 734px) {
    .channel-compare .stat-content .stat-row {
        padding: 0 0;
    }
}

.channel-compare .stat-content .stat-row:not(:last-child) {
    margin-bottom: 15px;
}

.channel-compare .stat-content .stat-row:first-child .copy {
    margin-bottom: -4px;
}

.channel-compare .stat-content .stat-row:first-child .stat-value:not(.copy) {
    margin-bottom: -3px;
}

.channel-compare .multi-row .compare-template-preview-item-color-nav {
    margin-bottom: 40px;
}

@media (max-width: 1068px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav {
        margin-bottom: 40px;
    }
}

@media (max-width: 734px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav {
        margin-bottom: 20px;
    }
}

.channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
    margin-bottom: 40px;
}

@media (max-width: 1068px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 734px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
        margin-bottom: 40px;
    }
}

.channel-compare .multi-row .row-colors {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.channel-compare .row-colors {
    width: 100%;
    text-align: center;
    padding-bottom: 27px;
    margin-top: 27px;
}

@media (max-width: 1068px) {
    .channel-compare .row-colors {
        padding-bottom: 27px;
        margin-top: 27px;
    }
}

@media (max-width: 734px) {
    .channel-compare .row-colors {
        padding-bottom: 17px;
        margin-top: 17px;
    }
}

.channel-compare .row-colors.row-colors-none {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .channel-compare .row-colors.row-colors-none .colornav-items {
        display: block;
    }

.channel-compare .colornav {
    display: inline-block;
    text-align: center;
}

.channel-compare .colornav-items {
    display: inline-block;
    margin: 0 -1px 0 0;
}

.channel-compare .colornav-item-row {
    display: flex;
    justify-content: center;
}

    .channel-compare .colornav-item-row:not(:first-child) {
        margin-top: 10px;
    }

    .channel-compare .colornav-item-row .colornav-item {
        margin-left: 0;
        margin-right: 6px;
    }

        .channel-compare .colornav-item-row .colornav-item:last-child {
            margin-right: 0;
        }

.channel-compare .colornav-label-container {
    padding-top: 15px;
}

    .channel-compare .colornav-label-container .channel-colornav-label {
        font-size: 12px;
        color: #6e6e73;
        font-weight: 500;
        line-height: 1.4;
    }

.channel-compare .colornav-swatch {
    width: 12px;
    height: 12px;
}

    .channel-compare .colornav-swatch:after {
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
    }

    .channel-compare .colornav-swatch:after {
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48);
    }

.channel-compare .swatch-image {
    position: relative;
    left: calc(100% + 5px);
}

@media (max-width: 734px) {
    .channel-compare .swatch-image {
        left: calc(100% + 3px);
    }
}

.channel-html .copy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

    .channel-html .copy.helvetica-neue {
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        letter-spacing: normal;
    }

.channel-html a.footer-link {
    color: #555555;
}

    .channel-html a.footer-link:focus {
        outline: 4px solid var(--focus-color);
    }

@font-face {
    font-family: "SF Pro Icons";
    src: url(data:font/truetype;charset=utf-8;base64,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AAIACv/XBjsHdABKAFgAAAEjBgcGBwYXFhcWFxYXFQYHBgcGBwYHBgcGJyYnJicmIyIHBgcGBwYHBicmJyYnJicmNTQ3PgE3NhcWFxYXFjMyNzY3Njc2FxYXFiU2NzYnDgIHBhcWNzYGCAEeIDwlMwEBQzBNJx0OFio5NCAwLzk+KigYLC8bLjM1MB0xKhYmJjw6MTUiNVk4PFFB13svOiE/LRQhFxMfEyxMK0tBV0d8/oM1HB0JSaFpHSAKT1FLBNwTHDZEXWyDZkkzGgsCLTJhU0wmOx0kAQELBxMVBw0NCBUSBwsCAiYfPilNgKe3qsCNb4MCAREJGRIGCwoGER4MEwQHHDHzQU9VUgNTektXTwYpJgAAAAAAACIBngABAAAAAAAAACYATgABAAAAAAABAAwAjwABAAAAAAACAAcArAABAAAAAAADAB0A8AABAAAAAAAEABQBOAABAAAAAAAFAA0BaQABAAAAAAAGABIBnQABAAAAAAAHACkCBAABAAAAAAAIAAkCQgABAAAAAAAJAAsCZAABAAAAAAAKBAsKiAABAAAAAAALABQOvgABAAAAAAAMABQO/QABAAAAAAANAL4QkAABAAAAAAAOADIRtQABAAAAAAAPAAwSAgABAAAAAAARAAcSHwADAAEECQAAAEwAAAADAAEECQABABgAdQADAAEECQACAA4AnAADAAEECQADADoAtAADAAEECQAEACgBDgADAAEECQAFABoBTQADAAEECQAGACQBdwADAAEECQAHAFIBsAADAAEECQAIABICLgADAAEECQAJABYCTAADAAEECQAKCBYCcAADAAEECQALACgOlAADAAEECQAMACgO0wADAAEECQANAXwPEgADAAEECQAOAGQRTwADAAEECQAPABgR6AADAAEECQARAA4SDwCpACAAMgAwADEANwAgAEEAcABwAGwAZQAgAEkAbgBjAC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAKkgMjAxNyBBcHBsZSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABTAEYAUABSAE8ASQBDAE8ATgBTACAANAA3ADAAOQAyAGMAYQAtADIAMAAxADYALgAwADMALgAyADIAAFNGUFJPSUNPTlMgNDcwOTJjYS0yMDE2LjAzLjIyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAFIAZQBnAHUAbABhAHIAAFNGIFBybyBJY29ucyBSZWd1bGFyAABWAGUAcgBzAGkAbwBuACAANAAuADIAMAAwAABWZXJzaW9uIDQuMjAwAABTAEYAUAByAG8ASQBjAG8AbgBzAC0AUgBlAGcAdQBsAGEAcgAAU0ZQcm9JY29ucy1SZWd1bGFyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEEAcABwAGwAZQAgAEkAbgBjAC4AAFNGIFBybyBJY29ucyBpcyBhIHRyYWRlbWFyayBvZiBBcHBsZSBJbmMuAABBAHAAcABsAGUAIABJAG4AYwAAQXBwbGUgSW5jAABBAHAAcABsAGUAIABJAG4AYwAuAC4AAEFwcGxlIEluYy4uAABDAHIAZQBhAHQAZQBkACAAaQBuACAAMgAwADEANQAsACAAdABoAGUAIABvAHIAaQBnAGkAbgBhAGwAIABnAGwAeQBwAGgAIABmAG8AbgB0ACwAIABBAHAAcABsAGUAIABJAGMAbwBuAHMALAAgAHcAYQBzACAAcAByAG8AZAB1AGMAZQBkACAAdABvACAAdwBvAHIAawAgAGkAbgAgAHUAbgBpAHMAbwBuACAAdwBpAHQAaAAgAE0AeQByAGkAYQBkACAAUwBlAHQAIABQAHIAbwAgAGEAbgBkACAAcwBlAHIAdgBlAGQAIAB0AG8AIABzAHQAcgBlAG4AZwB0AGgAZQBuACAAaQBuAHQAZQByAGEAYwB0AGkAdgBlACAAbABpAG4AawBzACAAbwBuACAAdwBlAGIALgAgAEEAcABwAGwAZQAgAEkAYwBvAG4AcwAgAHcAbwB1AGwAZAAgAGwAYQB0AGUAcgAgAGIAZQBjAG8AbQBlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIAByAGUAZABlAHMAaQBnAG4AZQBkACAAdABvACAAYQBsAGkAZwBuACAAdABvACAAQQBwAHAAbABlACcAcwAgAG4AZQB3ACAAdAB5AHAAZQBmAGEAYwBlACwAIABTAGEAbgAgAEYAcgBhAG4AYwBpAHMAYwBvACwAIABpAG4AIAAyADAAMQA2AC4AIABUAGgAZQAgAHIAZQBkAGUAcwBpAGcAbgAgAGEAZABkAHIAZQBzAHMAZQBzACAAYQAgAG4AdQBtAGIAZQByACAAbwBmACAAaQBzAHMAdQBlAHMAIAB0AGgAYQB0ACAAdwBlAHIAZQAgAHAAcgBlAHMAZQBuAHQAIABpAG4AIABBAHAAcABsAGUAIABJAGMAbwBuAHMALgAgAEkAbQBwAHIAbwB2AGUAbQBlAG4AdABzACAAaQBuAGMAbAB1AGQAZQAgAG0AYQB0AGMAaABlAGQAIAB0AHkAcABlACAAbQBlAHQAcgBpAGMAcwAsACAAYgByAGEAbgBkACAASQBEACAAcwB0AGEAbgBkAGEAcgBkAGkAegBlAGQAIABBAHAAcABsAGUAIABsAG8AZwBvACAAYwBoAGEAcgBhAGMAdABlAHIALAAgAHcAZQBiACAAZgBvAG4AdAAgAG8AcAB0AGkAbQBpAHoAYQB0AGkAbwBuACwAIABjAHUAcwB0AG8AbQAgAGMAaABhAHIAYQBjAHQAZQByACAAcwBwAGEAYwBpAG4AZwAsACAAcABhAHIAZQBuAHQAIAB0AHkAcABlACAAYQBsAGkAZwBuAG0AZQBuAHQALAAgAGUAdABjAC4AIABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGQAZQBzAGkAZwBuAGUAZAAgAHQAbwAgAGIAZQAgAGEAZABhAHAAdABhAGIAbABlACAAdABvACAAdwBvAHIAawAgAHcAaQB0AGgAIABvAHUAcgAgAHQAdwBvACAAdwBlAGIAIABmAG8AbgB0ACAAZgBhAG0AaQBsAGkAZQBzACwAIABTAEYAIABQAHIAbwAgAEQAaQBzAHAAbABhAHkAIABhAG4AZAAgAFMARgAgAFAAcgBvACAAVABlAHgAdAAuACAAVABoAGUAIAB3AGUAYgAgAGYAbwBuAHQAIABmAGEAbQBpAGwAaQBlAHMAIABoAGEAdgBlACAAZABpAGYAZgBlAHIAaQBuAGcAIAB4AGgAZQBpAGcAaAB0AHMALAAgAGQAZQBzAGMAZQBuAGQAZQByACAAYQBuAGQAIABhAHMAYwBlAG4AZABlAHIAIABlAHgAdABlAG4AcwBpAG8AbgBzACwAIABhAGQAdgBhAG4AYwBlAG0AZQBuAHQALAAgAGMAbwB1AG4AdABlAHIAcwAsACAAYQBuAGQAIABiAG8AdwBsAHMALgAgAFQAaABlAHMAZQAgAGQAaQBmAGYAZQByAGUAbgBjAGUAcwAgAHcAZQByAGUAIABwAHUAcgBwAG8AcwBlAGwAeQAgAG0AYQBkAGUAIAB0AG8AIABvAHAAdABpAG0AaQB6AGUAIAB0AGgAZQAgAGwAZQBnAGkAYgBpAGwAaQB0AHkAIABvAGYAIABlAGEAYwBoACAAZgBhAG0AaQBsAHkAIABpAG4AIAB0AGgAZQAgAHQAeQBwAGUAIABzAGkAegBlACAAZgBvAHIAIAB3AGgAaQBjAGgAIAB0AGgAZQB5ACAAYQByAGUAIAB1AHQAaQBsAGkAegBlAGQALgAgAFQAaABlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIABjAGgAYQByAGEAYwB0AGUAcgAgAHMAZQB0ACAAaQBuAGMAbAB1AGQAZQBzACAAQwBUAEEAIABpAGMAbwBuAG8AZwByAGEAcABoAHkALAAgAFUASQAgAGUAbABlAG0AZQBuAHQAcwAsACAAYQBuAGQAIABpAG4AdABlAHIAbgBhAGwAIAB1AHMAZQAgAHMAcABlAGMAaQBhAGwAIABjAGgAYQByAGEAYwB0AGUAcgBzACAAYQBuAGQAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAGEAcwAgAGEAIABmAGEAbQBpAGwAeQAgAG8AZgAgAHQAcgB1AGUAIAB0AHkAcABlACAAZgBvAG4AdABzACAAaQBuACAAZgBvAHUAcgAgAHcAZQBpAGcAaAB0AHMALgAAQ3JlYXRlZCBpbiAyMDE1LCB0aGUgb3JpZ2luYWwgZ2x5cGggZm9udCwgQXBwbGUgSWNvbnMsIHdhcyBwcm9kdWNlZCB0byB3b3JrIGluIHVuaXNvbiB3aXRoIE15cmlhZCBTZXQgUHJvIGFuZCBzZXJ2ZWQgdG8gc3RyZW5ndGhlbiBpbnRlcmFjdGl2ZSBsaW5rcyBvbiB3ZWIuIEFwcGxlIEljb25zIHdvdWxkIGxhdGVyIGJlY29tZSBTRiBQcm8gSWNvbnMgcmVkZXNpZ25lZCB0byBhbGlnbiB0byBBcHBsZSdzIG5ldyB0eXBlZmFjZSwgU2FuIEZyYW5jaXNjbywgaW4gMjAxNi4gVGhlIHJlZGVzaWduIGFkZHJlc3NlcyBhIG51bWJlciBvZiBpc3N1ZXMgdGhhdCB3ZXJlIHByZXNlbnQgaW4gQXBwbGUgSWNvbnMuIEltcHJvdmVtZW50cyBpbmNsdWRlIG1hdGNoZWQgdHlwZSBtZXRyaWNzLCBicmFuZCBJRCBzdGFuZGFyZGl6ZWQgQXBwbGUgbG9nbyBjaGFyYWN0ZXIsIHdlYiBmb250IG9wdGltaXphdGlvbiwgY3VzdG9tIGNoYXJhY3RlciBzcGFjaW5nLCBwYXJlbnQgdHlwZSBhbGlnbm1lbnQsIGV0Yy4gU0YgUHJvIEljb25zIGlzIGRlc2lnbmVkIHRvIGJlIGFkYXB0YWJsZSB0byB3b3JrIHdpdGggb3VyIHR3byB3ZWIgZm9udCBmYW1pbGllcywgU0YgUHJvIERpc3BsYXkgYW5kIFNGIFBybyBUZXh0LiBUaGUgd2ViIGZvbnQgZmFtaWxpZXMgaGF2ZSBkaWZmZXJpbmcgeGhlaWdodHMsIGRlc2NlbmRlciBhbmQgYXNjZW5kZXIgZXh0ZW5zaW9ucywgYWR2YW5jZW1lbnQsIGNvdW50ZXJzLCBhbmQgYm93bHMuIFRoZXNlIGRpZmZlcmVuY2VzIHdlcmUgcHVycG9zZWx5IG1hZGUgdG8gb3B0aW1pemUgdGhlIGxlZ2liaWxpdHkgb2YgZWFjaCBmYW1pbHkgaW4gdGhlIHR5cGUgc2l6ZSBmb3Igd2hpY2ggdGhleSBhcmUgdXRpbGl6ZWQuIFRoZSBTRiBQcm8gSWNvbnMgY2hhcmFjdGVyIHNldCBpbmNsdWRlcyBDVEEgaWNvbm9ncmFwaHksIFVJIGVsZW1lbnRzLCBhbmQgaW50ZXJuYWwgdXNlIHNwZWNpYWwgY2hhcmFjdGVycyBhbmQgaXMgYXZhaWxhYmxlIGFzIGEgZmFtaWx5IG9mIHRydWUgdHlwZSBmb250cyBpbiBmb3VyIHdlaWdodHMuAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABUAGgAaQBzACAAZgBvAG4AdAAgAHMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAHQAaABlACAAdgBhAGwAdQBhAGIAbABlACAAcAByAG8AcABlAHIAdAB5ACAAbwBmACAAQQBwAHAAbABlACAASQBuAGMALgAgAHwAIABJAG4AdABlAHIAYQBjAHQAaQB2AGUAIABNAEEAUgBDAE8ATQAuACAAUgBlAHAAbABpAGMAYQB0AGkAbwBuACwAIABhAGwAdABlAHIAYQB0AGkAbwBuACwAIABhAG4AZAAgAGQAaQBzAHQAcgBpAGIAdQB0AGkAbwBuACAAbwBmACAAdABoAGkAcwAgAGYAbwBuAHQAIABpAHMAIABzAHQAcgBpAGMAdABsAHkAIABwAHIAbwBoAGkAYgBpAHQAZQBkAC4AIABBAHAAcABsAGUAIABJAG4AYwAuACAAYQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABUaGlzIGZvbnQgc29mdHdhcmUgaXMgdGhlIHZhbHVhYmxlIHByb3BlcnR5IG9mIEFwcGxlIEluYy4gfCBJbnRlcmFjdGl2ZSBNQVJDT00uIFJlcGxpY2F0aW9uLCBhbHRlcmF0aW9uLCBhbmQgZGlzdHJpYnV0aW9uIG9mIHRoaXMgZm9udCBpcyBzdHJpY3RseSBwcm9oaWJpdGVkLiBBcHBsZSBJbmMuIGFsbCByaWdodHMgcmVzZXJ2ZWQuAABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBhAHAAcABsAGUALgBjAG8AbQAvAGwAZQBnAGEAbAAvAGkAbgB0AGUAbABsAGUAYwB0AHUAYQBsAC0AcAByAG8AcABlAHIAdAB5AC8AAGh0dHBzOi8vd3d3LmFwcGxlLmNvbS9sZWdhbC9pbnRlbGxlY3R1YWwtcHJvcGVydHkvAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAAAAAAACAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqAA4A7wErASwAIgEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmANIDZ2FwCWZ1bGxibG9jawV1RjMxQQV1RjMxQgV1RjMxQwV1RjMxRAV1RjMyMgV1RjMyMwV1RjMyNAV1RjMyNQV1RjMyNgV1RjMyNwV1RjMyOAV1RjMyOQV1RjMyRgV1RjMzNAV1RjMzNQV1RjMzNgV1RjMzNwV1RjMzOAV1RjMzOQV1RjMzQQV1RjMzQgV1RjMzQwV1RjMzRAV1RjMzRQV1RjMzRgV1RjM0MAV1RjM0MQV1RjM1NgV1RjM1RgV1RjM2NQtjaGV2cm9ubGVmdAxjaGV2cm9ucmlnaHQJY2hldnJvbnVwC2NoZXZyb25kb3duEWNoZXZyb25sZWZ0Y2lyY2xlEmNoZXZyb25yaWdodGNpcmNsZQ9jaGV2cm9udXBjaXJjbGURY2hldnJvbmRvd25jaXJjbGUFcmVzZXQFY2hlY2sLZXhjbGFtYXRpb24LcmVzZXRjaXJjbGUKcGx1c2NpcmNsZQttaW51c2NpcmNsZQtjaGVja2NpcmNsZRFleGNsYW1hdGlvbmNpcmNsZQ5xdWVzdGlvbmNpcmNsZQpyZXNldHNvbGlkCXBsdXNzb2xpZAptaW51c3NvbGlkCmNoZWNrc29saWQQZXhjbGFtYXRpb25zb2xpZA1xdWVzdGlvbnNvbGlkBHBsYXkFcGF1c2UEc3RvcAZyZXBsYXkEaW5mbwhkb3dubG9hZAZjaXJjbGUIZXh0ZXJuYWwFc2hhcmUTcXVlc3Rpb25fY2lyY2xlX3J0bBJxdWVzdGlvbl9zb2xpZF9ydGwMcXVlc3Rpb25fcnRsDGV4dGVybmFsX3J0bAlzZWN0aW9uMDEJc2VjdGlvbjAyCXNlY3Rpb24wMwlzZWN0aW9uMDQJc2VjdGlvbjA1CXNlY3Rpb24wNglzZWN0aW9uMDcJc2VjdGlvbjA4CXNlY3Rpb24wOQlzZWN0aW9uMTAJc2VjdGlvbjExCXNlY3Rpb24xMglzZWN0aW9uMTMJc2VjdGlvbjE0CXNlY3Rpb24xNQlzZWN0aW9uMTYJc2VjdGlvbjE3CXNlY3Rpb24xOAlzZWN0aW9uMTkJc2VjdGlvbjIwC3ZpZGVvcmVwbGF5CnZpZGVvcGF1c2UJdmlkZW9wbGF5CnBhZGRsZWxlZnQLcGFkZGxlcmlnaHQIcGFkZGxldXAKcGFkZGxlZG93bgptb2RhbGNsb3NlD3BhZGRsZWxlZnRzaG9ydBBwYWRkbGVyaWdodHNob3J0DXBhZGRsZXVwc2hvcnQPcGFkZGxlZG93bnNob3J0D21vZGFsY2xvc2VzaG9ydAAAAAAAAf//AAIAAQAAAAwAAAAWAAAAAgABAAMAawABAAQAAAACAAAAAAAAAAEAAAAA2pIEAQAAAADXPJGTAAAAANc8kZM=) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.channel-html .icon {
    display: inline-block;
    word-break: break-word;
}

    .channel-html .icon::after, .channel-html .icon::before {
        padding-top: 2px;
    }

.channel-html .icon-after {
    display: inline-block;
}

    .channel-html .icon-after::after {
        background: inherit;
        background-size: 5em 100%;
        background-position: -60px center;
        padding-top: 2px;
    }

.channel-html .link-wrapper {
    display: inline-flex;
}

    .channel-html .link-wrapper:focus {
        outline: 4px solid var(--focus-color);
    }

    .channel-html .link-wrapper.link-standalone:link:link:focus {
        outline: 4px solid var(--focus-color);
        text-decoration: unset;
    }

.channel-html .row {
    display: flex;
}

@media (min-width: 1069px) {
    .channel-html .row.large-display-bleed {
        position: relative;
    }

        .channel-html .row.large-display-bleed .column {
            z-index: 1;
        }

        .channel-html .row.large-display-bleed::after, .channel-html .row.large-display-bleed::before {
            display: block;
            content: " ";
            position: absolute;
            top: 0;
            height: 100%;
            width: 44px;
            left: -44px;
        }

        .channel-html .row.large-display-bleed::after {
            left: initial;
            right: -44px;
        }
}

@media (min-width: 735px) and (max-width: 1068px) {
    .channel-html .row.medium-display-bleed {
        position: relative;
    }

        .channel-html .row.medium-display-bleed .column {
            z-index: 1;
        }

        .channel-html .row.medium-display-bleed::after, .channel-html .row.medium-display-bleed::before {
            display: block;
            content: " ";
            position: absolute;
            top: 0;
            height: 100%;
            width: 22px;
            left: -22px;
        }

        .channel-html .row.medium-display-bleed::after {
            left: initial;
            right: -22px;
        }
}

@media (max-width: 734px) {
    .channel-html .row.small-display-bleed {
        position: relative;
    }

        .channel-html .row.small-display-bleed .column {
            z-index: 1;
        }

        .channel-html .row.small-display-bleed::after, .channel-html .row.small-display-bleed::before {
            display: block;
            content: " ";
            position: absolute;
            top: 0;
            height: 100%;
            width: 20px;
            left: -20px;
        }

        .channel-html .row.small-display-bleed::after {
            left: initial;
            right: -20px;
        }
}

.channel-html .section {
    display: flex;
    position: relative;
    overflow-x: hidden;
    background-color: var(--sk-body-background-color, rgb(255, 255, 255));
    color: var(--sk-body-text-color, rgb(29, 29, 31));
}

    .channel-html .section .section-content {
        background-color: inherit;
        color: inherit;
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 980px;
    }

@media (max-width: 1068px) {
    .channel-html .section .section-content {
        width: 692px;
    }
}

@media (max-width: 734px) {
    .channel-html .section .section-content {
        /*max-width: 320px;*/
        max-width: 100%;
        width: 87.5%;
    }
}

.channel-html .stat {
    white-space: normal;
    margin: 0;
}

    .channel-html .stat [data-no-gradient] {
        background: none;
    }

    .channel-html .stat .stat-value {
        white-space: normal;
    }

    .channel-html .stat .stat-content {
        margin: 0 !important;
    }

.channel-html .stat-caption-up {
    word-wrap: break-word;
    bottom: 0.3em !important;
    position: relative !important;
    display: inline-block !important;
}

.channel-html .stat-caption-bottom {
    top: 0.2em !important;
    position: relative !important;
    display: block !important;
}

.channel-html .stat .stat-caption-up.helvetica-neue, .channel-html .stat .stat-caption-bottom.helvetica-neue {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.channel-html {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--sk-body-background-color, #fff);
    color: var(--sk-body-text-color, #1d1d1f);
    font-style: normal;
}

    .channel-html [copy-type="h1"] + *, .channel-html [copy-type="h2"] + *, .channel-html [copy-type="h3"] + *, .channel-html [copy-type="h4"] + *, .channel-html [copy-type="h5"] + *, .channel-html [copy-type="h6"] + * {
        margin-top: 0.8em;
    }

@media (max-width: 734px) {
    .channel-html {
        overflow-x: visible;
    }
}

@media (inverted-colors) {
    .channel-html .double-invert {
        filter: invert(1);
    }
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

@media (max-width: 734px) {
    body {
        overflow-x: visible;
    }
}

@media (inverted-colors) {
    body .double-invert {
        filter: invert(1);
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-80-headline-super {
    font-size: 80px;
    line-height: 84px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-80-headline-super {
        font-size: 72px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-80-headline-super {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-80-headline-super {
        line-height: 71px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-80-headline-super {
        line-height: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-40-headline-reduced {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-reduced {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-reduced {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-reduced {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-reduced {
        line-height: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-40-headline-flex {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-flex {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-flex {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-flex {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-headline-flex {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-32-fixed-mod-headline {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-32-fixed-mod-headline {
        font-size: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-32-fixed-mod-headline {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-32-fixed-mod-headline {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-32-fixed-mod-headline {
        line-height: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-24-eyebrow {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-eyebrow {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-eyebrow {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-eyebrow {
        line-height: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-eyebrow {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-24-intro-elevated {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-intro-elevated {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-intro-elevated {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-intro-elevated {
        line-height: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-intro-elevated {
        line-height: 27px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced {
        font-size: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced {
        line-height: 27px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced-flex {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced-flex {
        font-size: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-eyebrow-reduced-flex {
        line-height: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-19-eyebrow {
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19-eyebrow {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19-eyebrow {
        line-height: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-19--module-copy {
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19--module-copy {
        font-size: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19--module-copy {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19--module-copy {
        line-height: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-19--module-copy {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced {
        font-size: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced {
        line-height: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced {
        line-height: 25px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-17-partner-message {
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-17-body-reduced-flex {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-17-links {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-14-bento-detail {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-14-bento-detail {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-14-bento-detail {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-12-sosumi {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-24-hero-ai {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.012em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-hero-ai {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-hero-ai {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-hero-ai {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-hero-ai {
        line-height: 27px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-40-bento-display-inches {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-bento-display-inches {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-bento-display-inches {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-bento-display-inches {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-bento-display-inches {
        line-height: 36px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-48-bento-numbers {
    font-size: 48px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-numbers {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-numbers {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-numbers {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-numbers {
        line-height: 36px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-48-bento-battery {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-battery {
        font-size: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-battery {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-battery {
        line-height: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-48-bento-battery {
        line-height: 44px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-24-bento-up-to {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-up-to {
        font-size: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-up-to {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-up-to {
        line-height: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-up-to {
        line-height: 25px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
        line-height: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
        line-height: 25px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-24-bento-ai-body {
        font-weight: 600;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-28-upgraders-primary {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-28-upgraders-primary {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-28-upgraders-primary {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-28-upgraders-primary {
        line-height: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-28-upgraders-primary {
        line-height: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-96-upgraders-stats {
    font-size: 96px;
    line-height: 100px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-96-upgraders-stats {
        font-size: 64px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-96-upgraders-stats {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-96-upgraders-stats {
        line-height: 68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-96-upgraders-stats {
        line-height: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-headline {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-headline {
        font-size: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-headline {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-headline {
        line-height: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-headline {
        line-height: 36px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-eyebrow {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-eyebrow {
        font-size: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-eyebrow {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-eyebrow {
        line-height: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-eyebrow {
        line-height: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-subheader {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-subheader {
        font-size: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-subheader {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-subheader {
        line-height: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-21-upgraders-subheader {
        line-height: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-larger-primary {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-larger-primary {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-larger-primary {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-larger-primary {
        line-height: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-40-upgraders-larger-primary {
        line-height: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .channel-custom-font-channel-custom-font-custom-35-image-tag {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-35-image-tag {
        font-size: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-35-image-tag {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-35-image-tag {
        line-height: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom-35-image-tag {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: NaNem;
    }
}

.channel-html .z9DBEE6 {
    background: linear-gradient(180deg, #d4eaf6 0%, #ffffff 70%);
}

    .channel-html .z9DBEE6.large-show {
        display: flex;
    }

    .channel-html .z9DBEE6.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .z9DBEE6.large-show.medium-show, .channel-html .z9DBEE6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z9DBEE6.large-show.medium-hide, .channel-html .z9DBEE6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z9DBEE6.medium-show.small-show, .channel-html .z9DBEE6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z9DBEE6.medium-show.small-hide, .channel-html .z9DBEE6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c83D483 {
    margin-top: 95px;
    margin-bottom: 64px;
    margin-inline: 0;
}

.row {
    margin-inline: 0 !important;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c83D483 {
        margin-top: 68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c83D483 {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c83D483 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c83D483 {
        margin-bottom: 80px;
    }
}

.channel-html .c83D483.large-show {
    display: flex;
}

.channel-html .c83D483.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c83D483.large-show.medium-show, .channel-html .c83D483.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c83D483.large-show.medium-hide, .channel-html .c83D483.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c83D483.medium-show.small-show, .channel-html .c83D483.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c83D483.medium-show.small-hide, .channel-html .c83D483.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f450A97 {
    text-align: center;
}

.channel-html .lF69C13 {
    justify-content: center;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF69C13 {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF69C13 {
        margin-bottom: 8px;
    }
}

.channel-html .lF69C13.large-show {
    display: flex;
}

.channel-html .lF69C13.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF69C13.large-show.medium-show, .channel-html .lF69C13.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF69C13.large-show.medium-hide, .channel-html .lF69C13.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF69C13.medium-show.small-show, .channel-html .lF69C13.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF69C13.medium-show.small-hide, .channel-html .lF69C13.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n1F239E {
}

.k483AA0 {
    margin-bottom: 38px;
}

@media only screen and (max-width: 1068px) {
    .k483AA0 {
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .k483AA0 {
        margin-bottom: 12px;
    }
}

.channel-html .t7F653D {
    color: #1d1d1f;
    margin-bottom: -8px;
    padding-top: 9px;
    padding-bottom: 16px;
    background: linear-gradient(90deg, #0c2f47 45%, #5195b1 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t7F653D {
        padding-top: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t7F653D {
        padding-top: 12px;
    }
}

.gA6D91E {
    margin-top: 54px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1068px) {
    .gA6D91E {
        margin-top: 88px;
    }
}

@media only screen and (max-width: 734px) {
    .gA6D91E {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .gA6D91E {
        margin-bottom: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .gA6D91E {
        margin-bottom: 34px;
    }
}

.channel-html .xFDD4B1 {
}

    .channel-html .xFDD4B1.large-show {
        display: flex;
    }

    .channel-html .xFDD4B1.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .xFDD4B1.large-show.medium-show, .channel-html .xFDD4B1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xFDD4B1.large-show.medium-hide, .channel-html .xFDD4B1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xFDD4B1.medium-show.small-show, .channel-html .xFDD4B1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xFDD4B1.medium-show.small-hide, .channel-html .xFDD4B1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c6FE615 {
}

.channel-html .q91FB5C {
    color: #1d1d1f;
    margin-bottom: -6px;
    padding-bottom: 6px;
    background: linear-gradient(120deg, #0090f7 36%, #ba62fc 45%, #f2416b 60%, #f55600 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .jE51633 {
}

    .channel-html .jE51633.large-show {
        display: flex;
    }

    .channel-html .jE51633.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .jE51633.large-show.medium-show, .channel-html .jE51633.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jE51633.large-show.medium-hide, .channel-html .jE51633.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jE51633.medium-show.small-show, .channel-html .jE51633.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jE51633.medium-show.small-hide, .channel-html .jE51633.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l3FDD2C {
}

.channel-html .g92AC69 {
    color: #1d1d1f;
    background: linear-gradient(120deg, #0090f7 36%, #ba62fc 45%, #f2416b 60%, #f55600 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .o2B48B9 {
    color: #1d1d1f;
    margin-top: 18px;
    padding-left: 102px;
    padding-right: 102px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o2B48B9 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o2B48B9 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o2B48B9 {
        padding-left: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o2B48B9 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o2B48B9 {
        padding-right: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o2B48B9 {
        padding-right: 20px;
    }
}

.channel-html .e61AE9B {
    color: #1d1d1f;
    padding-top: 14px;
    padding-bottom: 26px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61AE9B {
        padding-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e61AE9B {
        padding-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61AE9B {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e61AE9B {
        padding-bottom: 14px;
    }
}

.channel-html .s2F03A4 {
}

    .channel-html .s2F03A4.button {
        color: #1d1d1f;
        background: #ffffff;
        border: solid 1px #1d1d1f;
    }

        .channel-html .s2F03A4.button:hover {
            color: #fff;
            background: #1d1d1f;
            border: solid 1px #1d1d1f;
        }

.channel-html .eC5E076 {
    background: linear-gradient(180deg, #d4eaf6 0%, #ffffff 80%);
}

    .channel-html .eC5E076.large-show {
        display: flex;
    }

    .channel-html .eC5E076.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .eC5E076.large-show.medium-show, .channel-html .eC5E076.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eC5E076.large-show.medium-hide, .channel-html .eC5E076.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eC5E076.medium-show.small-show, .channel-html .eC5E076.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eC5E076.medium-show.small-hide, .channel-html .eC5E076.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h42B9CE {
    margin-top: 95px;
    margin-bottom: 64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h42B9CE {
        margin-top: 68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h42B9CE {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h42B9CE {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h42B9CE {
        margin-bottom: 80px;
    }
}

.channel-html .h42B9CE.large-show {
    display: flex;
}

.channel-html .h42B9CE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h42B9CE.large-show.medium-show, .channel-html .h42B9CE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h42B9CE.large-show.medium-hide, .channel-html .h42B9CE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h42B9CE.medium-show.small-show, .channel-html .h42B9CE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h42B9CE.medium-show.small-hide, .channel-html .h42B9CE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d1C8DF9 {
    text-align: center;
}

.channel-html .y6FB541 {
    justify-content: center;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6FB541 {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6FB541 {
        margin-bottom: 8px;
    }
}

.channel-html .y6FB541.large-show {
    display: flex;
}

.channel-html .y6FB541.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6FB541.large-show.medium-show, .channel-html .y6FB541.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6FB541.large-show.medium-hide, .channel-html .y6FB541.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6FB541.medium-show.small-show, .channel-html .y6FB541.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6FB541.medium-show.small-hide, .channel-html .y6FB541.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v4F48AD {
}

.s18326F {
    margin-bottom: 38px;
}

@media only screen and (max-width: 1068px) {
    .s18326F {
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .s18326F {
        margin-bottom: 12px;
    }
}

.channel-html .vD1DC12 {
    color: #1d1d1f;
    padding-top: 9px;
    padding-bottom: 8px;
    background: linear-gradient(90deg, #0c2f47 35%, #5195b1 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD1DC12 {
        padding-top: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD1DC12 {
        padding-top: 6px;
    }
}

.yF8921F {
    margin-top: 54px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1068px) {
    .yF8921F {
        margin-top: 84px;
    }
}

@media only screen and (max-width: 734px) {
    .yF8921F {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .yF8921F {
        margin-bottom: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .yF8921F {
        margin-bottom: 34px;
    }
}

.channel-html .qED372B {
}

    .channel-html .qED372B.large-show {
        display: flex;
    }

    .channel-html .qED372B.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .qED372B.large-show.medium-show, .channel-html .qED372B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qED372B.large-show.medium-hide, .channel-html .qED372B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qED372B.medium-show.small-show, .channel-html .qED372B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qED372B.medium-show.small-hide, .channel-html .qED372B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w64DCC5 {
}

.channel-html .g68B56F {
    color: #1d1d1f;
    background: linear-gradient(120deg, #0090f7 22%, #ba62fc 34%, #f2416b 69%, #f55600 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .z999395 {
    color: #1d1d1f;
    margin-top: 18px;
    padding-left: 160px;
    padding-right: 160px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z999395 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z999395 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z999395 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z999395 {
        padding-left: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z999395 {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z999395 {
        padding-right: 24px;
    }
}

.channel-html .tA3C915 {
    color: #1d1d1f;
    padding-top: 14px;
    padding-bottom: 26px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tA3C915 {
        padding-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tA3C915 {
        padding-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tA3C915 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tA3C915 {
        padding-bottom: 14px;
    }
}

.channel-html .j40E2C9 {
}

    .channel-html .j40E2C9.button {
        color: #1d1d1f;
        background: #ffffff;
        border: solid 1px #1d1d1f;
    }

        .channel-html .j40E2C9.button:hover {
            color: #fff;
            background: #1d1d1f;
            border: solid 1px #1d1d1f;
        }

.channel-html .wCB86CC {
}

    .channel-html .wCB86CC.large-show {
        display: flex;
    }

    .channel-html .wCB86CC.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .wCB86CC.large-show.medium-show, .channel-html .wCB86CC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wCB86CC.large-show.medium-hide, .channel-html .wCB86CC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wCB86CC.medium-show.small-show, .channel-html .wCB86CC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wCB86CC.medium-show.small-hide, .channel-html .wCB86CC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m93C3BD {
    margin-top: 64px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m93C3BD {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m93C3BD {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m93C3BD {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m93C3BD {
        margin-bottom: 10px;
    }
}

.channel-html .m93C3BD.large-show {
    display: flex;
}

.channel-html .m93C3BD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m93C3BD.large-show.medium-show, .channel-html .m93C3BD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m93C3BD.large-show.medium-hide, .channel-html .m93C3BD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m93C3BD.medium-show.small-show, .channel-html .m93C3BD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m93C3BD.medium-show.small-hide, .channel-html .m93C3BD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z52890D {
}

.channel-html .fAFDC3D {
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.channel-html .f577064 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .f577064 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f577064 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f577064 {
        margin-right: 0px;
    }
}

.channel-html .gA97F11 {
}

    .channel-html .gA97F11.large-show {
        display: flex;
    }

    .channel-html .gA97F11.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .gA97F11.large-show.medium-show, .channel-html .gA97F11.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA97F11.large-show.medium-hide, .channel-html .gA97F11.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA97F11.medium-show.small-show, .channel-html .gA97F11.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA97F11.medium-show.small-hide, .channel-html .gA97F11.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q3A7CB0 {
}

.channel-html .x5FCAE4 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FCAE4 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5FCAE4 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FCAE4 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5FCAE4 {
        overflow: hidden;
    }
}

.channel-html .x5FCAE4.large-show {
    display: grid;
}

.channel-html .x5FCAE4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FCAE4.large-show.medium-show, .channel-html .x5FCAE4.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FCAE4.large-show.medium-hide, .channel-html .x5FCAE4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5FCAE4.medium-show.small-show, .channel-html .x5FCAE4.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5FCAE4.medium-show.small-hide, .channel-html .x5FCAE4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x5FCAE4 .bentobox-item {
    border-radius: 18px;
}

.channel-html .jFA8F4C {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jFA8F4C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jFA8F4C {
        overflow: visible;
    }
}

.channel-html .jFA8F4C.large-show {
    display: flex;
}

.channel-html .jFA8F4C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jFA8F4C.large-show.medium-show, .channel-html .jFA8F4C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jFA8F4C.large-show.medium-hide, .channel-html .jFA8F4C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jFA8F4C.medium-show.small-show, .channel-html .jFA8F4C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jFA8F4C.medium-show.small-hide, .channel-html .jFA8F4C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jFA8F4C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jFA8F4C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jFA8F4C:before {
        content: none;
    }
}

.channel-html .e4FDA61 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .e4FDA61 {
        min-height: 370px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e4FDA61 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e4FDA61 {
        flex-grow: 0;
    }
}

.channel-html .e4FDA61.large-show {
    display: flex;
}

.channel-html .e4FDA61.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e4FDA61.large-show.medium-show, .channel-html .e4FDA61.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e4FDA61.large-show.medium-hide, .channel-html .e4FDA61.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e4FDA61.medium-show.small-show, .channel-html .e4FDA61.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e4FDA61.medium-show.small-hide, .channel-html .e4FDA61.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i765E8E {
    text-align: center;
    z-index: 12;
}

.channel-html .r716711 {
    color: #1d1d1f;
    padding-top: 50px;
    padding-bottom: 62px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r716711 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r716711 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r716711 {
        padding-bottom: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r716711 {
        padding-bottom: 20px;
    }
}

.channel-html .r223FC8 {
    align-items: flex-start;
    justify-content: flex-end;
}

    .channel-html .r223FC8.large-show {
        display: flex;
    }

    .channel-html .r223FC8.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .r223FC8.large-show.medium-show, .channel-html .r223FC8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r223FC8.large-show.medium-hide, .channel-html .r223FC8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r223FC8.medium-show.small-show, .channel-html .r223FC8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r223FC8.medium-show.small-hide, .channel-html .r223FC8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kBD17F3 {
    margin-top: 26px;
    margin-bottom: 40px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kBD17F3 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kBD17F3 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kBD17F3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kBD17F3 {
        margin-right: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kBD17F3 {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kBD17F3 {
        text-align: center;
    }
}

.channel-html .mE70155 {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .a1D14E7 {
    color: #1d1d1f;
    margin-top: -2px;
    margin-left: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a1D14E7 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1D14E7 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a1D14E7 {
        margin-left: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1D14E7 {
        margin-left: 2px;
    }
}

.channel-html .i84C67B {
    color: #1d1d1f;
    margin-top: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i84C67B {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i84C67B {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i84C67B {
        margin-left: 2px;
    }
}

.channel-html .t0C87A9 {
    color: #1d1d1f;
    margin-top: -2px;
    margin-left: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0C87A9 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0C87A9 {
        margin-left: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0C87A9 {
        margin-left: 2px;
    }
}

.channel-html .m283DED {
    margin-left: -40px;
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m283DED {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m283DED {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m283DED {
        margin-left: -28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m283DED {
        margin-left: -48px;
    }
}

.channel-html .y2FB4BC {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .y2FB4BC {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2FB4BC {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2FB4BC {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2FB4BC {
        margin-right: 0px;
    }
}

.channel-html .r48B2EA {
}

@media only screen and (max-width: 734px) {
    .channel-html .r48B2EA {
        padding-bottom: 0px;
    }
}

.channel-html .r48B2EA.large-show {
    display: flex;
}

.channel-html .r48B2EA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r48B2EA.large-show.medium-show, .channel-html .r48B2EA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r48B2EA.large-show.medium-hide, .channel-html .r48B2EA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r48B2EA.medium-show.small-show, .channel-html .r48B2EA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r48B2EA.medium-show.small-hide, .channel-html .r48B2EA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oBCD184 {
}

.channel-html .p38B0E0 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p38B0E0 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p38B0E0 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p38B0E0 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p38B0E0 {
        overflow: hidden;
    }
}

.channel-html .p38B0E0.large-show {
    display: grid;
}

.channel-html .p38B0E0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p38B0E0.large-show.medium-show, .channel-html .p38B0E0.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p38B0E0.large-show.medium-hide, .channel-html .p38B0E0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p38B0E0.medium-show.small-show, .channel-html .p38B0E0.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p38B0E0.medium-show.small-hide, .channel-html .p38B0E0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p38B0E0 .bentobox-item {
    border-radius: 18px;
}

.channel-html .r3ACA89 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r3ACA89 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r3ACA89 {
        overflow: visible;
    }
}

.channel-html .r3ACA89.large-show {
    display: flex;
}

.channel-html .r3ACA89.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r3ACA89.large-show.medium-show, .channel-html .r3ACA89.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r3ACA89.large-show.medium-hide, .channel-html .r3ACA89.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r3ACA89.medium-show.small-show, .channel-html .r3ACA89.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r3ACA89.medium-show.small-hide, .channel-html .r3ACA89.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r3ACA89:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r3ACA89:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r3ACA89:before {
        content: none;
    }
}

.channel-html .z740113 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z740113 {
        min-height: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z740113 {
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z740113 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z740113 {
        flex-grow: 0;
    }
}

.channel-html .z740113.large-show {
    display: flex;
}

.channel-html .z740113.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z740113.large-show.medium-show, .channel-html .z740113.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z740113.large-show.medium-hide, .channel-html .z740113.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z740113.medium-show.small-show, .channel-html .z740113.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z740113.medium-show.small-hide, .channel-html .z740113.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g94B844 {
    margin-bottom: -10px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g94B844 {
        margin-bottom: 8px;
    }
}

.channel-html .aC6D02D {
    color: #1d1d1f;
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 65px;
    padding-right: 80px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC6D02D {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aC6D02D {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC6D02D {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC6D02D {
        padding-bottom: 68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aC6D02D {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC6D02D {
        padding-right: 30px;
    }
}

.channel-html .k9CFA32 {
    justify-content: flex-end;
}

@media only screen and (max-width: 734px) {
    .channel-html .k9CFA32 {
        padding-bottom: 25px;
    }
}

.channel-html .k9CFA32.large-show {
    display: flex;
}

.channel-html .k9CFA32.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9CFA32.large-show.medium-show, .channel-html .k9CFA32.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9CFA32.large-show.medium-hide, .channel-html .k9CFA32.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9CFA32.medium-show.small-show, .channel-html .k9CFA32.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9CFA32.medium-show.small-hide, .channel-html .k9CFA32.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k484642 {
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .k484642 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k484642 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k484642 {
        margin-left: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k484642 {
        text-align: left;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k484642 {
        z-index: 2;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k484642 {
        z-index: 2;
    }
}

.channel-html .i7AC4EC {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i7AC4EC {
        margin-top: 7px;
    }
}

.channel-html .rC247B3 {
    color: #1d1d1f;
    margin-top: 54px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC247B3 {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC247B3 {
        margin-top: 44px;
    }
}

.channel-html .wFDC677 {
    color: #1d1d1f;
    margin-top: 54px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .wFDC677 {
        margin-top: 44px;
    }
}

.channel-html .o32209C {
    color: #1d1d1f;
    margin-top: 54px;
    margin-bottom: 40px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .o32209C {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o32209C {
        margin-bottom: 0px;
    }
}

.channel-html .m0F3C21 {
    margin-top: -3px;
    margin-left: -6px;
    margin-bottom: 10px;
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m0F3C21 {
        margin-top: -304px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m0F3C21 {
        margin-top: -235px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m0F3C21 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m0F3C21 {
        z-index: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m0F3C21 {
        z-index: 1;
    }
}

.channel-html .l53B4D8 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .l53B4D8 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l53B4D8 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l53B4D8 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l53B4D8 {
        margin-right: 0px;
    }
}

.channel-html .k82F7EA {
}

    .channel-html .k82F7EA.large-show {
        display: flex;
    }

    .channel-html .k82F7EA.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .k82F7EA.large-show.medium-show, .channel-html .k82F7EA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k82F7EA.large-show.medium-hide, .channel-html .k82F7EA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k82F7EA.medium-show.small-show, .channel-html .k82F7EA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k82F7EA.medium-show.small-hide, .channel-html .k82F7EA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o1BFE14 {
}

.channel-html .w9A4283 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9A4283 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9A4283 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9A4283 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9A4283 {
        overflow: hidden;
    }
}

.channel-html .w9A4283.large-show {
    display: grid;
}

.channel-html .w9A4283.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9A4283.large-show.medium-show, .channel-html .w9A4283.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9A4283.large-show.medium-hide, .channel-html .w9A4283.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9A4283.medium-show.small-show, .channel-html .w9A4283.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9A4283.medium-show.small-hide, .channel-html .w9A4283.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w9A4283 .bentobox-item {
    border-radius: 18px;
}

.channel-html .cE0296C {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cE0296C {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE0296C {
        overflow: hidden;
    }
}

.channel-html .cE0296C.large-show {
    display: flex;
}

.channel-html .cE0296C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cE0296C.large-show.medium-show, .channel-html .cE0296C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cE0296C.large-show.medium-hide, .channel-html .cE0296C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE0296C.medium-show.small-show, .channel-html .cE0296C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE0296C.medium-show.small-hide, .channel-html .cE0296C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cE0296C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cE0296C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE0296C:before {
        content: none;
    }
}

.channel-html .iDB295C {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB295C {
        min-height: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB295C {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB295C {
        flex-grow: 0;
    }
}

.channel-html .iDB295C.large-show {
    display: flex;
}

.channel-html .iDB295C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB295C.large-show.medium-show, .channel-html .iDB295C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB295C.large-show.medium-hide, .channel-html .iDB295C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB295C.medium-show.small-show, .channel-html .iDB295C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB295C.medium-show.small-hide, .channel-html .iDB295C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y214FAB {
    text-align: center;
    z-index: 12;
}

.f601911 {
    margin-bottom: -9px;
}

@media only screen and (max-width: 734px) {
    .f601911 {
        margin-bottom: -7px;
    }
}

.channel-html .d5E9D37 {
    margin-top: -44px;
    padding-left: 34px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d5E9D37 {
        margin-top: -44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5E9D37 {
        margin-top: -44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5E9D37 {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d5E9D37 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d5E9D37 {
        padding-right: 20px;
    }
}

.channel-html .y5767BE {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .a2E8738 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E8738 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E8738 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E8738 {
        margin-right: 0px;
    }
}

.channel-html .w3EA899 {
}

    .channel-html .w3EA899.large-show {
        display: flex;
    }

    .channel-html .w3EA899.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .w3EA899.large-show.medium-show, .channel-html .w3EA899.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w3EA899.large-show.medium-hide, .channel-html .w3EA899.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w3EA899.medium-show.small-show, .channel-html .w3EA899.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w3EA899.medium-show.small-hide, .channel-html .w3EA899.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p910399 {
}

.channel-html .o611372 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o611372 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o611372 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o611372 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o611372 {
        overflow: hidden;
    }
}

.channel-html .o611372.large-show {
    display: grid;
}

.channel-html .o611372.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o611372.large-show.medium-show, .channel-html .o611372.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o611372.large-show.medium-hide, .channel-html .o611372.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o611372.medium-show.small-show, .channel-html .o611372.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o611372.medium-show.small-hide, .channel-html .o611372.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o611372 .bentobox-item {
    border-radius: 18px;
}

.channel-html .wE78677 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wE78677 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE78677 {
        overflow: hidden;
    }
}

.channel-html .wE78677.large-show {
    display: flex;
}

.channel-html .wE78677.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wE78677.large-show.medium-show, .channel-html .wE78677.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wE78677.large-show.medium-hide, .channel-html .wE78677.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE78677.medium-show.small-show, .channel-html .wE78677.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE78677.medium-show.small-hide, .channel-html .wE78677.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wE78677:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wE78677:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE78677:before {
        content: none;
    }
}

.channel-html .rD30585 {
    min-height: 480px;
    align-items: flex-start;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rD30585 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rD30585 {
        min-height: 594px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rD30585 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rD30585 {
        flex-grow: 0;
    }
}

.channel-html .rD30585.large-show {
    display: flex;
}

.channel-html .rD30585.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rD30585.large-show.medium-show, .channel-html .rD30585.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rD30585.large-show.medium-hide, .channel-html .rD30585.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rD30585.medium-show.small-show, .channel-html .rD30585.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rD30585.medium-show.small-hide, .channel-html .rD30585.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pBDB8D0 {
    margin-left: 0px;
    margin-bottom: -10px;
    margin-right: -30px;
    padding-top: 56px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBDB8D0 {
        margin-top: 86px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBDB8D0 {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBDB8D0 {
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBDB8D0 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBDB8D0 {
        order: 2;
    }
}

.channel-html .r1CB06C {
    padding-left: 104px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1CB06C {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1CB06C {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1CB06C {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1CB06C {
        padding-right: 20px;
    }
}

.channel-html .h221C06 {
    color: #1d1d1f;
    padding-top: 50px;
    padding-bottom: 36px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h221C06 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h221C06 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h221C06 {
        padding-bottom: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h221C06 {
        padding-bottom: 21px;
    }
}

.channel-html .n1812A8 {
    align-items: flex-start;
    margin-top: 32px;
    margin-left: 56px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1812A8 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1812A8 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1812A8 {
        margin-left: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1812A8 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1812A8 {
        margin-bottom: 0px;
    }
}

.channel-html .n1812A8.large-show {
    display: flex;
}

.channel-html .n1812A8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1812A8.large-show.medium-show, .channel-html .n1812A8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1812A8.large-show.medium-hide, .channel-html .n1812A8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1812A8.medium-show.small-show, .channel-html .n1812A8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1812A8.medium-show.small-hide, .channel-html .n1812A8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r8F56BF {
    padding-left: 6px;
    padding-right: 10px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r8F56BF {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r8F56BF {
        padding-right: 16px;
    }
}

.channel-html .uD0C6A7 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .qFB273C {
    color: #1d1d1f;
    margin-top: 16px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qFB273C {
        margin-top: 2px;
    }
}

.channel-html .c77D873 {
    color: #1d1d1f;
    margin-top: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c77D873 {
        margin-top: 2px;
    }
}

.channel-html .o17B403 {
    padding-left: 6px;
    padding-right: 60px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o17B403 {
        padding-left: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o17B403 {
        padding-left: 13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o17B403 {
        padding-right: 60px;
    }
}

.channel-html .o678A6C {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .oAC390C {
    color: #1d1d1f;
    margin-top: 16px;
    margin-left: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oAC390C {
        margin-top: 2px;
    }
}

.channel-html .iF1C82F {
    color: #1d1d1f;
    margin-top: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF1C82F {
        margin-top: 2px;
    }
}

.channel-html .a650FC5 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .a650FC5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a650FC5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a650FC5 {
        margin-right: 0px;
    }
}

.channel-html .g010448 {
}

    .channel-html .g010448.large-show {
        display: flex;
    }

    .channel-html .g010448.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .g010448.large-show.medium-show, .channel-html .g010448.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g010448.large-show.medium-hide, .channel-html .g010448.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g010448.medium-show.small-show, .channel-html .g010448.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g010448.medium-show.small-hide, .channel-html .g010448.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d7B6002 {
}

.channel-html .f504094 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f504094 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f504094 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f504094 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f504094 {
        overflow: hidden;
    }
}

.channel-html .f504094.large-show {
    display: grid;
}

.channel-html .f504094.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f504094.large-show.medium-show, .channel-html .f504094.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f504094.large-show.medium-hide, .channel-html .f504094.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f504094.medium-show.small-show, .channel-html .f504094.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f504094.medium-show.small-hide, .channel-html .f504094.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f504094 .bentobox-item {
    border-radius: 18px;
}

.channel-html .n04D8A6 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n04D8A6 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n04D8A6 {
        overflow: visible;
    }
}

.channel-html .n04D8A6.large-show {
    display: flex;
}

.channel-html .n04D8A6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n04D8A6.large-show.medium-show, .channel-html .n04D8A6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n04D8A6.large-show.medium-hide, .channel-html .n04D8A6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n04D8A6.medium-show.small-show, .channel-html .n04D8A6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n04D8A6.medium-show.small-hide, .channel-html .n04D8A6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n04D8A6:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n04D8A6:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n04D8A6:before {
        content: none;
    }
}

.channel-html .dC31588 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC31588 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC31588 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC31588 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC31588 {
        flex-grow: 0;
    }
}

.channel-html .dC31588.large-show {
    display: flex;
}

.channel-html .dC31588.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC31588.large-show.medium-show, .channel-html .dC31588.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC31588.large-show.medium-hide, .channel-html .dC31588.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC31588.medium-show.small-show, .channel-html .dC31588.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC31588.medium-show.small-hide, .channel-html .dC31588.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h20975B {
    text-align: center;
}

.channel-html .nE72BDD {
    color: #1d1d1f;
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 55px;
    padding-right: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nE72BDD {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nE72BDD {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nE72BDD {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nE72BDD {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nE72BDD {
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nE72BDD {
        padding-right: 0px;
    }
}

.channel-html .j9FF3F1 {
    color: #1d1d1f;
    padding-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .j9FF3F1 {
        padding-top: 6px;
    }
}

.channel-html .n205E8C {
    margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n205E8C {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n205E8C {
        margin-top: 10px;
    }
}

.channel-html .n205E8C.large-show {
    display: flex;
}

.channel-html .n205E8C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n205E8C.large-show.medium-show, .channel-html .n205E8C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n205E8C.large-show.medium-hide, .channel-html .n205E8C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n205E8C.medium-show.small-show, .channel-html .n205E8C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n205E8C.medium-show.small-hide, .channel-html .n205E8C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xE55C93 {
    text-align: center;
    z-index: 12;
}

.channel-html .n39D6D0 {
    color: #1d1d1f;
    margin-top: -88px;
    margin-left: -20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n39D6D0 {
        margin-top: -88px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n39D6D0 {
        margin-top: -78px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n39D6D0 {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n39D6D0 {
        margin-left: -16px;
    }
}

.channel-html .gCD6D26 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .gCD6D26 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gCD6D26 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gCD6D26 {
        margin-right: 0px;
    }
}

.channel-html .i02DCD1 {
}

    .channel-html .i02DCD1.large-show {
        display: flex;
    }

    .channel-html .i02DCD1.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .i02DCD1.large-show.medium-show, .channel-html .i02DCD1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i02DCD1.large-show.medium-hide, .channel-html .i02DCD1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i02DCD1.medium-show.small-show, .channel-html .i02DCD1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i02DCD1.medium-show.small-hide, .channel-html .i02DCD1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i1ADC31 {
}

.channel-html .hFB010D {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 647px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFB010D {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hFB010D {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFB010D {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hFB010D {
        overflow: hidden;
    }
}

.channel-html .hFB010D.large-show {
    display: grid;
}

.channel-html .hFB010D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFB010D.large-show.medium-show, .channel-html .hFB010D.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFB010D.large-show.medium-hide, .channel-html .hFB010D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hFB010D.medium-show.small-show, .channel-html .hFB010D.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hFB010D.medium-show.small-hide, .channel-html .hFB010D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hFB010D .bentobox-item {
    border-radius: 18px;
}

.channel-html .bA6A961 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bA6A961 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bA6A961 {
        overflow: visible;
    }
}

.channel-html .bA6A961.large-show {
    display: flex;
}

.channel-html .bA6A961.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bA6A961.large-show.medium-show, .channel-html .bA6A961.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bA6A961.large-show.medium-hide, .channel-html .bA6A961.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bA6A961.medium-show.small-show, .channel-html .bA6A961.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bA6A961.medium-show.small-hide, .channel-html .bA6A961.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bA6A961:before {
    content: none;
    border-image: linear-gradient(120deg, #0090f7 0%, #ba62fc 33%, #f2416b 66%, #f55600 100%) 1/2px 2px 2px 2px/0px stretch;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bA6A961:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bA6A961:before {
        content: none;
    }
}

.channel-html .y6B0851 {
    min-height: 480px;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6B0851 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6B0851 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6B0851 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6B0851 {
        flex-grow: 0;
    }
}

.channel-html .y6B0851.large-show {
    display: flex;
}

.channel-html .y6B0851.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6B0851.large-show.medium-show, .channel-html .y6B0851.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y6B0851.large-show.medium-hide, .channel-html .y6B0851.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6B0851.medium-show.small-show, .channel-html .y6B0851.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y6B0851.medium-show.small-hide, .channel-html .y6B0851.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v5AE415 {
    padding-left: 30px;
    padding-bottom: 116px;
    padding-right: 20px;
    text-align: center;
    z-index: 12;
}

.channel-html .v1B0033 {
    color: #1d1d1f;
    margin-bottom: -8px;
    padding-bottom: 8px;
    background: linear-gradient(115deg, #0090f7 20%, #ba62fc 40%, #f2416b 70%, #f55600 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1B0033 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1B0033 {
        padding-top: 40px;
    }
}

.channel-html .dCD89CA {
    color: #1d1d1f;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dCD89CA {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dCD89CA {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dCD89CA {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dCD89CA {
        margin-bottom: 53px;
    }
}

.channel-html .h1D2EA1 {
    margin-bottom: -6px;
    margin-right: 0px;
    padding-right: 1px;
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .tE0F5A6 {
        margin-left: 42px;
    }
}

.channel-html .kBC077A {
    --igradient: linear-gradient(90deg, #00d0ff 0%, #0099ff 20%, #c95eff 40%, #ff2569 60%, #ff8300 80%, #ffb000 100%);
    z-index: 10;
    inset: 0;
    border: 0;
    opacity: 100%;
}

    .channel-html .kBC077A::after {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important;
        --bg-size: calc(100% + 14px);
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        background: var(--igradient) 50% / var(--bg-size) var(--bg-size);
        border-radius: 18px;
        border: 3px solid rgba(0, 0, 0, 0);
        mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
        mask-clip: padding-box, border-box;
        mask-composite: intersect;
    }

.channel-html .u2EEC6D {
}

    .channel-html .u2EEC6D.large-show {
        display: flex;
    }

    .channel-html .u2EEC6D.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .u2EEC6D.large-show.medium-show, .channel-html .u2EEC6D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2EEC6D.large-show.medium-hide, .channel-html .u2EEC6D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2EEC6D.medium-show.small-show, .channel-html .u2EEC6D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2EEC6D.medium-show.small-hide, .channel-html .u2EEC6D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z7BB48E {
}

.channel-html .l373DAE {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 647px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l373DAE {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l373DAE {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l373DAE {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l373DAE {
        overflow: hidden;
    }
}

.channel-html .l373DAE.large-show {
    display: grid;
}

.channel-html .l373DAE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l373DAE.large-show.medium-show, .channel-html .l373DAE.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l373DAE.large-show.medium-hide, .channel-html .l373DAE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l373DAE.medium-show.small-show, .channel-html .l373DAE.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l373DAE.medium-show.small-hide, .channel-html .l373DAE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l373DAE .bentobox-item {
    border-radius: 18px;
}

.channel-html .q44205F {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q44205F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q44205F {
        overflow: hidden;
    }
}

.channel-html .q44205F.large-show {
    display: flex;
}

.channel-html .q44205F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q44205F.large-show.medium-show, .channel-html .q44205F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q44205F.large-show.medium-hide, .channel-html .q44205F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q44205F.medium-show.small-show, .channel-html .q44205F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q44205F.medium-show.small-hide, .channel-html .q44205F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q44205F:before {
    content: none;
    border-image: linear-gradient(90deg, undefined 0%, undefined 0%, undefined 0%, undefined 0%) 1/20px 20px 20px 20px/0px stretch;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q44205F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q44205F:before {
        content: none;
    }
}

.channel-html .lCF8533 {
    min-height: 480px;
    align-items: flex-start;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCF8533 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCF8533 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCF8533 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCF8533 {
        flex-grow: 0;
    }
}

.channel-html .lCF8533.large-show {
    display: flex;
}

.channel-html .lCF8533.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCF8533.large-show.medium-show, .channel-html .lCF8533.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCF8533.large-show.medium-hide, .channel-html .lCF8533.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCF8533.medium-show.small-show, .channel-html .lCF8533.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCF8533.medium-show.small-hide, .channel-html .lCF8533.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n239A4E {
    text-align: center;
    z-index: 12;
}

.channel-html .aAA0DC2 {
    color: #1d1d1f;
    padding-top: 50px;
    background: linear-gradient(115deg, #0090f7 29%, #ba62fc 40%, #f2416b 70%, #f55600 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAA0DC2 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAA0DC2 {
        padding-top: 42px;
    }
}

.channel-html .j090158 {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j090158 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j090158 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j090158 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j090158 {
        margin-bottom: 53px;
    }
}

@media only screen and (max-width: 1068px) {
    .m92EF42 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .m92EF42 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .m92EF42 {
        margin-left: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .m92EF42 {
        margin-bottom: -10px;
    }
}

.channel-html .u8EBDCE {
    --igradient: linear-gradient(130deg, #0090f7 0%, #ba62fc 33%, #f2416b 66%, #f55600 100%);
    z-index: 10;
    inset: 0;
    border: 0;
    opacity: 100%;
}

    .channel-html .u8EBDCE::after {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important;
        --bg-size: calc(100% + 14px);
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        background: var(--igradient) 50% / var(--bg-size) var(--bg-size);
        border-radius: 18px;
        border: 2px solid rgba(0, 0, 0, 0);
        mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
        mask-clip: padding-box, border-box;
        mask-composite: intersect;
    }

.channel-html .x6FF564 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .x6FF564 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6FF564 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6FF564 {
        margin-right: 0px;
    }
}

.channel-html .l2CA7A3 {
}

@media only screen and (max-width: 1068px) {
    .channel-html .l2CA7A3 {
        padding-bottom: 0px;
    }
}

.channel-html .l2CA7A3.large-show {
    display: flex;
}

.channel-html .l2CA7A3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l2CA7A3.large-show.medium-show, .channel-html .l2CA7A3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l2CA7A3.large-show.medium-hide, .channel-html .l2CA7A3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l2CA7A3.medium-show.small-show, .channel-html .l2CA7A3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l2CA7A3.medium-show.small-hide, .channel-html .l2CA7A3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m5380C6 {
}

.channel-html .n279F16 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n279F16 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n279F16 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n279F16 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n279F16 {
        overflow: hidden;
    }
}

.channel-html .n279F16.large-show {
    display: grid;
}

.channel-html .n279F16.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n279F16.large-show.medium-show, .channel-html .n279F16.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n279F16.large-show.medium-hide, .channel-html .n279F16.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n279F16.medium-show.small-show, .channel-html .n279F16.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n279F16.medium-show.small-hide, .channel-html .n279F16.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n279F16 .bentobox-item {
    border-radius: 18px;
}

.channel-html .h775B49 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h775B49 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h775B49 {
        overflow: hidden;
    }
}

.channel-html .h775B49.large-show {
    display: flex;
}

.channel-html .h775B49.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h775B49.large-show.medium-show, .channel-html .h775B49.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h775B49.large-show.medium-hide, .channel-html .h775B49.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h775B49.medium-show.small-show, .channel-html .h775B49.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h775B49.medium-show.small-hide, .channel-html .h775B49.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h775B49:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h775B49:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h775B49:before {
        content: none;
    }
}

.channel-html .uB7A391 {
    min-height: 480px;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-top: 40px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uB7A391 {
        min-height: 364px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391 {
        margin-bottom: -14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uB7A391 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391 {
        padding-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uB7A391 {
        flex-grow: 0;
    }
}

.channel-html .uB7A391.large-show {
    display: flex;
}

.channel-html .uB7A391.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391.large-show.medium-show, .channel-html .uB7A391.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uB7A391.large-show.medium-hide, .channel-html .uB7A391.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uB7A391.medium-show.small-show, .channel-html .uB7A391.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uB7A391.medium-show.small-hide, .channel-html .uB7A391.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tC99614 {
    margin-top: 8px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tC99614 {
        margin-top: 58px;
    }
}

.channel-html .q257F43 {
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 20px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q257F43 {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q257F43 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q257F43 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q257F43 {
        padding-right: 20px;
    }
}

.channel-html .iB45D04 {
    color: #1d1d1f;
    padding-left: 110px;
    padding-right: 90px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB45D04 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB45D04 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB45D04 {
        padding-right: 50px;
    }
}

.channel-html .iD5D3D2 {
    align-items: center;
    margin-top: 50px;
    margin-left: 27px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD5D3D2 {
        margin-left: 10px;
    }
}

.channel-html .iD5D3D2.large-show {
    display: flex;
}

.channel-html .iD5D3D2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD5D3D2.large-show.medium-show, .channel-html .iD5D3D2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD5D3D2.large-show.medium-hide, .channel-html .iD5D3D2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD5D3D2.medium-show.small-show, .channel-html .iD5D3D2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD5D3D2.medium-show.small-hide, .channel-html .iD5D3D2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f34A5F0 {
    text-align: right;
    z-index: 12;
}

.channel-html .cF83EFC {
    padding-left: 18px;
    padding-bottom: 8px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cF83EFC {
        padding-left: 34px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cF83EFC {
        padding-right: 20px;
    }
}

.channel-html .j53BA54 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .x437F2F {
    align-items: center;
    margin-top: 35px;
    margin-left: 26px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x437F2F {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x437F2F {
        margin-left: 8px;
    }
}

.channel-html .x437F2F.large-show {
    display: flex;
}

.channel-html .x437F2F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x437F2F.large-show.medium-show, .channel-html .x437F2F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x437F2F.large-show.medium-hide, .channel-html .x437F2F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x437F2F.medium-show.small-show, .channel-html .x437F2F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x437F2F.medium-show.small-hide, .channel-html .x437F2F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i55F5D0 {
    text-align: right;
    z-index: 12;
}

.channel-html .pF20F69 {
    padding-left: 19px;
    padding-bottom: 8px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pF20F69 {
        padding-bottom: 8px;
    }
}

.channel-html .r30731B {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r30731B {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r30731B {
        padding-right: 60px;
    }
}

.channel-html .h68296F {
    align-items: center;
    margin-top: 36px;
    margin-left: 27px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h68296F {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h68296F {
        margin-left: 2px;
    }
}

.channel-html .h68296F.large-show {
    display: flex;
}

.channel-html .h68296F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h68296F.large-show.medium-show, .channel-html .h68296F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h68296F.large-show.medium-hide, .channel-html .h68296F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h68296F.medium-show.small-show, .channel-html .h68296F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h68296F.medium-show.small-hide, .channel-html .h68296F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c385ECA {
    text-align: right;
    z-index: 12;
}

.channel-html .c5F5B48 {
    padding-left: 18px;
    padding-bottom: 8px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5F5B48 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5F5B48 {
        padding-bottom: 8px;
    }
}

.channel-html .p4A63F7 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .v81A1D9 {
}

    .channel-html .v81A1D9.large-show {
        display: flex;
    }

    .channel-html .v81A1D9.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .v81A1D9.large-show.medium-show, .channel-html .v81A1D9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v81A1D9.large-show.medium-hide, .channel-html .v81A1D9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v81A1D9.medium-show.small-show, .channel-html .v81A1D9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v81A1D9.medium-show.small-hide, .channel-html .v81A1D9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c6ED9B0 {
}

.channel-html .pC9CDE1 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pC9CDE1 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pC9CDE1 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pC9CDE1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pC9CDE1 {
        overflow: hidden;
    }
}

.channel-html .pC9CDE1.large-show {
    display: grid;
}

.channel-html .pC9CDE1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pC9CDE1.large-show.medium-show, .channel-html .pC9CDE1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pC9CDE1.large-show.medium-hide, .channel-html .pC9CDE1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pC9CDE1.medium-show.small-show, .channel-html .pC9CDE1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pC9CDE1.medium-show.small-hide, .channel-html .pC9CDE1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pC9CDE1 .bentobox-item {
    border-radius: 18px;
}

.channel-html .iC4D57C {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iC4D57C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iC4D57C {
        overflow: visible;
    }
}

.channel-html .iC4D57C.large-show {
    display: flex;
}

.channel-html .iC4D57C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iC4D57C.large-show.medium-show, .channel-html .iC4D57C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iC4D57C.large-show.medium-hide, .channel-html .iC4D57C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iC4D57C.medium-show.small-show, .channel-html .iC4D57C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iC4D57C.medium-show.small-hide, .channel-html .iC4D57C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iC4D57C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iC4D57C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iC4D57C:before {
        content: none;
    }
}

.channel-html .v7A0D2C {
    min-height: 480px;
    align-items: flex-start;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v7A0D2C {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v7A0D2C {
        min-height: 620px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v7A0D2C {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v7A0D2C {
        flex-grow: 0;
    }
}

.channel-html .v7A0D2C.large-show {
    display: flex;
}

.channel-html .v7A0D2C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v7A0D2C.large-show.medium-show, .channel-html .v7A0D2C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v7A0D2C.large-show.medium-hide, .channel-html .v7A0D2C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v7A0D2C.medium-show.small-show, .channel-html .v7A0D2C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v7A0D2C.medium-show.small-hide, .channel-html .v7A0D2C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i6561A5 {
    text-align: center;
    z-index: 12;
}

.channel-html .jB495E0 {
    color: #1d1d1f;
    padding-top: 36px;
    padding-left: 100px;
    padding-bottom: 40px;
    padding-right: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jB495E0 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jB495E0 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jB495E0 {
        padding-bottom: 34px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jB495E0 {
        padding-right: 50px;
    }
}

.b15EC48 {
    margin-right: 22px;
}

.channel-html .l8AE2AE {
    align-items: center;
    margin-top: 24px;
}

@media only screen and (max-width: 734px) {
    .channel-html .l8AE2AE {
        margin-top: 25px;
    }
}

.channel-html .l8AE2AE.large-show {
    display: flex;
}

.channel-html .l8AE2AE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l8AE2AE.large-show.medium-show, .channel-html .l8AE2AE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l8AE2AE.large-show.medium-hide, .channel-html .l8AE2AE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l8AE2AE.medium-show.small-show, .channel-html .l8AE2AE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l8AE2AE.medium-show.small-hide, .channel-html .l8AE2AE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hA456C7 {
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .hA456C7 {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA456C7 {
        margin-right: -2px;
    }
}

.channel-html .jC388F6 {
    padding-left: 18px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .jC388F6 {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jC388F6 {
        padding-bottom: 6px;
    }
}

.channel-html .n0608ED {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .e965046 {
    align-items: center;
    margin-top: 38px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e965046 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e965046 {
        margin-top: 26px;
    }
}

.channel-html .e965046.large-show {
    display: flex;
}

.channel-html .e965046.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e965046.large-show.medium-show, .channel-html .e965046.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e965046.large-show.medium-hide, .channel-html .e965046.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e965046.medium-show.small-show, .channel-html .e965046.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e965046.medium-show.small-hide, .channel-html .e965046.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hAB7929 {
    text-align: right;
    z-index: 12;
}

.channel-html .d016808 {
    padding-left: 18px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .d016808 {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d016808 {
        padding-bottom: 10px;
    }
}

.channel-html .e951DF7 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .k3DE993 {
    align-items: center;
    margin-top: 38px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k3DE993 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k3DE993 {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k3DE993 {
        margin-left: -7px;
    }
}

.channel-html .k3DE993.large-show {
    display: flex;
}

.channel-html .k3DE993.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k3DE993.large-show.medium-show, .channel-html .k3DE993.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k3DE993.large-show.medium-hide, .channel-html .k3DE993.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k3DE993.medium-show.small-show, .channel-html .k3DE993.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k3DE993.medium-show.small-hide, .channel-html .k3DE993.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hBC8CF6 {
    text-align: right;
    z-index: 12;
}

.channel-html .eEEEC21 {
    padding-left: 18px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .eEEEC21 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEEEC21 {
        padding-bottom: 6px;
    }
}

.channel-html .yAA5CC3 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .w3393B5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .w3393B5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w3393B5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w3393B5 {
        margin-right: 0px;
    }
}

.channel-html .u5300ED {
}

    .channel-html .u5300ED.large-show {
        display: flex;
    }

    .channel-html .u5300ED.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .u5300ED.large-show.medium-show, .channel-html .u5300ED.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u5300ED.large-show.medium-hide, .channel-html .u5300ED.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u5300ED.medium-show.small-show, .channel-html .u5300ED.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u5300ED.medium-show.small-hide, .channel-html .u5300ED.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j5DD8DA {
}

.channel-html .h8F176E {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8F176E {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8F176E {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8F176E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8F176E {
        overflow: hidden;
    }
}

.channel-html .h8F176E.large-show {
    display: grid;
}

.channel-html .h8F176E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8F176E.large-show.medium-show, .channel-html .h8F176E.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8F176E.large-show.medium-hide, .channel-html .h8F176E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8F176E.medium-show.small-show, .channel-html .h8F176E.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8F176E.medium-show.small-hide, .channel-html .h8F176E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h8F176E .bentobox-item {
    border-radius: 18px;
}

.channel-html .z0F6BE2 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z0F6BE2 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z0F6BE2 {
        overflow: visible;
    }
}

.channel-html .z0F6BE2.large-show {
    display: flex;
}

.channel-html .z0F6BE2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z0F6BE2.large-show.medium-show, .channel-html .z0F6BE2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z0F6BE2.large-show.medium-hide, .channel-html .z0F6BE2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z0F6BE2.medium-show.small-show, .channel-html .z0F6BE2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z0F6BE2.medium-show.small-hide, .channel-html .z0F6BE2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z0F6BE2:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z0F6BE2:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z0F6BE2:before {
        content: none;
    }
}

.channel-html .q0D7B88 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0D7B88 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0D7B88 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0D7B88 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0D7B88 {
        flex-grow: 0;
    }
}

.channel-html .q0D7B88.large-show {
    display: flex;
}

.channel-html .q0D7B88.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0D7B88.large-show.medium-show, .channel-html .q0D7B88.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0D7B88.large-show.medium-hide, .channel-html .q0D7B88.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0D7B88.medium-show.small-show, .channel-html .q0D7B88.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0D7B88.medium-show.small-hide, .channel-html .q0D7B88.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w412319 {
    text-align: center;
    z-index: 12;
}

.channel-html .a65B751 {
    color: #1d1d1f;
    padding-top: 50px;
    padding-bottom: 27px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a65B751 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a65B751 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a65B751 {
        padding-top: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a65B751 {
        padding-bottom: 20px;
    }
}

.t4248E7 {
    margin-top: 28px;
}

@media only screen and (max-width: 1068px) {
    .t4248E7 {
        margin-top: 58px;
    }
}

@media only screen and (max-width: 734px) {
    .t4248E7 {
        margin-top: 52px;
    }
}

.channel-html .zBC1775 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .zBC1775 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zBC1775 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zBC1775 {
        margin-right: 0px;
    }
}

.channel-html .fF48B7D {
}

    .channel-html .fF48B7D.large-show {
        display: flex;
    }

    .channel-html .fF48B7D.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .fF48B7D.large-show.medium-show, .channel-html .fF48B7D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fF48B7D.large-show.medium-hide, .channel-html .fF48B7D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fF48B7D.medium-show.small-show, .channel-html .fF48B7D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fF48B7D.medium-show.small-hide, .channel-html .fF48B7D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x6654FA {
}

.channel-html .a3011EA {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a3011EA {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a3011EA {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a3011EA {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a3011EA {
        overflow: hidden;
    }
}

.channel-html .a3011EA.large-show {
    display: grid;
}

.channel-html .a3011EA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a3011EA.large-show.medium-show, .channel-html .a3011EA.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a3011EA.large-show.medium-hide, .channel-html .a3011EA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a3011EA.medium-show.small-show, .channel-html .a3011EA.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a3011EA.medium-show.small-hide, .channel-html .a3011EA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a3011EA .bentobox-item {
    border-radius: 18px;
}

.channel-html .vC38D75 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC38D75 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC38D75 {
        overflow: hidden;
    }
}

.channel-html .vC38D75.large-show {
    display: flex;
}

.channel-html .vC38D75.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC38D75.large-show.medium-show, .channel-html .vC38D75.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC38D75.large-show.medium-hide, .channel-html .vC38D75.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC38D75.medium-show.small-show, .channel-html .vC38D75.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC38D75.medium-show.small-hide, .channel-html .vC38D75.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vC38D75:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC38D75:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC38D75:before {
        content: none;
    }
}

.channel-html .r53BAB0 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r53BAB0 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53BAB0 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r53BAB0 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53BAB0 {
        flex-grow: 0;
    }
}

.channel-html .r53BAB0.large-show {
    display: flex;
}

.channel-html .r53BAB0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r53BAB0.large-show.medium-show, .channel-html .r53BAB0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r53BAB0.large-show.medium-hide, .channel-html .r53BAB0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53BAB0.medium-show.small-show, .channel-html .r53BAB0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53BAB0.medium-show.small-hide, .channel-html .r53BAB0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uEC372F {
    text-align: center;
    z-index: 12;
}

.channel-html .a337053 {
    color: #1d1d1f;
    padding-top: 50px;
    padding-left: 70px;
    padding-bottom: 44px;
    padding-right: 70px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a337053 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a337053 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a337053 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a337053 {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a337053 {
        padding-bottom: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a337053 {
        padding-right: 20px;
    }
}

.sCBCBC3 {
    margin-top: 0px;
    margin-bottom: -10px;
}

.channel-html .b868305 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .b868305 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b868305 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b868305 {
        margin-right: 0px;
    }
}

.channel-html .b595FBB {
}

    .channel-html .b595FBB.large-show {
        display: flex;
    }

    .channel-html .b595FBB.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .b595FBB.large-show.medium-show, .channel-html .b595FBB.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b595FBB.large-show.medium-hide, .channel-html .b595FBB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b595FBB.medium-show.small-show, .channel-html .b595FBB.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b595FBB.medium-show.small-hide, .channel-html .b595FBB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bE8B56F {
}

.channel-html .w72A991 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w72A991 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w72A991 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w72A991 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w72A991 {
        overflow: hidden;
    }
}

.channel-html .w72A991.large-show {
    display: grid;
}

.channel-html .w72A991.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w72A991.large-show.medium-show, .channel-html .w72A991.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w72A991.large-show.medium-hide, .channel-html .w72A991.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w72A991.medium-show.small-show, .channel-html .w72A991.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w72A991.medium-show.small-hide, .channel-html .w72A991.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w72A991 .bentobox-item {
    border-radius: 18px;
}

.channel-html .b2AD639 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2AD639 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2AD639 {
        overflow: visible;
    }
}

.channel-html .b2AD639.large-show {
    display: flex;
}

.channel-html .b2AD639.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2AD639.large-show.medium-show, .channel-html .b2AD639.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2AD639.large-show.medium-hide, .channel-html .b2AD639.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2AD639.medium-show.small-show, .channel-html .b2AD639.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2AD639.medium-show.small-hide, .channel-html .b2AD639.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b2AD639:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2AD639:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2AD639:before {
        content: none;
    }
}

.channel-html .j504A25 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j504A25 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j504A25 {
        min-height: 370px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j504A25 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j504A25 {
        flex-grow: 0;
    }
}

.channel-html .j504A25.large-show {
    display: flex;
}

.channel-html .j504A25.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j504A25.large-show.medium-show, .channel-html .j504A25.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j504A25.large-show.medium-hide, .channel-html .j504A25.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j504A25.medium-show.small-show, .channel-html .j504A25.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j504A25.medium-show.small-hide, .channel-html .j504A25.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k22C906 {
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .k22C906 {
        padding-bottom: 0px;
    }
}

.channel-html .u2E9116 {
    color: #1d1d1f;
    padding-top: 50px;
    padding-bottom: 34px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2E9116 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2E9116 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2E9116 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2E9116 {
        padding-bottom: 37px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2E9116 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2E9116 {
        padding-right: 40px;
    }
}

.channel-html .v37FB17 {
    align-items: center;
    margin-left: -10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v37FB17 {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v37FB17 {
        margin-top: 34px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v37FB17 {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v37FB17 {
        margin-left: -15px;
    }
}

.channel-html .v37FB17.large-show {
    display: flex;
}

.channel-html .v37FB17.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v37FB17.large-show.medium-show, .channel-html .v37FB17.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v37FB17.large-show.medium-hide, .channel-html .v37FB17.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v37FB17.medium-show.small-show, .channel-html .v37FB17.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v37FB17.medium-show.small-hide, .channel-html .v37FB17.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n42C7D2 {
    padding-top: 8px;
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 734px) {
    .channel-html .n42C7D2 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n42C7D2 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n42C7D2 {
        padding-top: 0px;
    }
}

.channel-html .xB67943 {
    padding-left: 18px;
    padding-right: 40px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xB67943 {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xB67943 {
        padding-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xB67943 {
        padding-left: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xB67943 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xB67943 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xB67943 {
        padding-right: 20px;
    }
}

.channel-html .tF05609 {
    color: #1d1d1f;
    padding-right: 60px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tF05609 {
        padding-right: 0px;
    }
}

.channel-html .l417813 {
    align-items: center;
    margin-top: 30px;
    margin-left: -10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l417813 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l417813 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l417813 {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l417813 {
        margin-left: -14px;
    }
}

.channel-html .l417813.large-show {
    display: flex;
}

.channel-html .l417813.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l417813.large-show.medium-show, .channel-html .l417813.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l417813.large-show.medium-hide, .channel-html .l417813.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l417813.medium-show.small-show, .channel-html .l417813.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l417813.medium-show.small-hide, .channel-html .l417813.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z15A2FB {
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 3px;
    text-align: right;
    z-index: 12;
}

.channel-html .z1C3820 {
    padding-left: 18px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z1C3820 {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z1C3820 {
        padding-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z1C3820 {
        padding-left: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z1C3820 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z1C3820 {
        padding-bottom: 2px;
    }
}

.channel-html .h5D5001 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .pDBD419 {
    align-items: center;
    margin-top: 30px;
    margin-left: -10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pDBD419 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDBD419 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pDBD419 {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDBD419 {
        margin-left: -13px;
    }
}

.channel-html .pDBD419.large-show {
    display: flex;
}

.channel-html .pDBD419.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pDBD419.large-show.medium-show, .channel-html .pDBD419.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pDBD419.large-show.medium-hide, .channel-html .pDBD419.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDBD419.medium-show.small-show, .channel-html .pDBD419.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDBD419.medium-show.small-hide, .channel-html .pDBD419.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s5AC604 {
    padding-top: 6px;
    text-align: right;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s5AC604 {
        margin-top: -8px;
    }
}

.channel-html .o425EEC {
    padding-left: 18px;
    padding-right: 60px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o425EEC {
        padding-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o425EEC {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o425EEC {
        padding-left: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o425EEC {
        padding-bottom: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o425EEC {
        padding-right: 20px;
    }
}

.channel-html .u111B66 {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .rC8EBFC {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .rC8EBFC {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC8EBFC {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC8EBFC {
        margin-right: 0px;
    }
}

.channel-html .c5A0007 {
}

    .channel-html .c5A0007.large-show {
        display: flex;
    }

    .channel-html .c5A0007.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .c5A0007.large-show.medium-show, .channel-html .c5A0007.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5A0007.large-show.medium-hide, .channel-html .c5A0007.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5A0007.medium-show.small-show, .channel-html .c5A0007.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5A0007.medium-show.small-hide, .channel-html .c5A0007.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k5A3F73 {
}

.channel-html .nB6E03B {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB6E03B {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB6E03B {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB6E03B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB6E03B {
        overflow: hidden;
    }
}

.channel-html .nB6E03B.large-show {
    display: grid;
}

.channel-html .nB6E03B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB6E03B.large-show.medium-show, .channel-html .nB6E03B.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB6E03B.large-show.medium-hide, .channel-html .nB6E03B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB6E03B.medium-show.small-show, .channel-html .nB6E03B.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB6E03B.medium-show.small-hide, .channel-html .nB6E03B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nB6E03B .bentobox-item {
    border-radius: 18px;
}

.channel-html .uAF81DF {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAF81DF {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAF81DF {
        overflow: visible;
    }
}

.channel-html .uAF81DF.large-show {
    display: flex;
}

.channel-html .uAF81DF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAF81DF.large-show.medium-show, .channel-html .uAF81DF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAF81DF.large-show.medium-hide, .channel-html .uAF81DF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAF81DF.medium-show.small-show, .channel-html .uAF81DF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAF81DF.medium-show.small-hide, .channel-html .uAF81DF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uAF81DF:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAF81DF:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAF81DF:before {
        content: none;
    }
}

.channel-html .gFA48E1 {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA48E1 {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFA48E1 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFA48E1 {
        margin-bottom: -31px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA48E1 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFA48E1 {
        flex-grow: 0;
    }
}

.channel-html .gFA48E1.large-show {
    display: flex;
}

.channel-html .gFA48E1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA48E1.large-show.medium-show, .channel-html .gFA48E1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA48E1.large-show.medium-hide, .channel-html .gFA48E1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFA48E1.medium-show.small-show, .channel-html .gFA48E1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFA48E1.medium-show.small-hide, .channel-html .gFA48E1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b3C3E91 {
    text-align: center;
    z-index: 12;
}

.channel-html .p9D24AC {
    color: #1d1d1f;
    padding-top: 50px;
    padding-bottom: 54px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9D24AC {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p9D24AC {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9D24AC {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9D24AC {
        padding-bottom: 73px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p9D24AC {
        padding-bottom: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9D24AC {
        padding-right: 40px;
    }
}

.channel-html .f062E09 {
    margin-bottom: -2px;
    padding-left: 84px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f062E09 {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f062E09 {
        padding-left: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f062E09 {
        padding-left: 68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f062E09 {
        padding-bottom: 0px;
    }
}

.channel-html .w20E8ED {
    padding-right: 102px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w20E8ED {
        padding-right: 84px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w20E8ED {
        padding-right: 62px;
    }
}

.x489BF6 {
    margin-top: -30px;
}

.channel-html .m1EACB5 {
    margin-top: -8px;
    margin-right: 3px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m1EACB5 {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m1EACB5 {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m1EACB5 {
        margin-right: 0px;
    }
}

.channel-html .vF4B0EA {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .vF4B0EA {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vF4B0EA {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vF4B0EA {
        margin-right: 0px;
    }
}

.channel-html .c10AC0E {
}

    .channel-html .c10AC0E.large-show {
        display: flex;
    }

    .channel-html .c10AC0E.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .c10AC0E.large-show.medium-show, .channel-html .c10AC0E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c10AC0E.large-show.medium-hide, .channel-html .c10AC0E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c10AC0E.medium-show.small-show, .channel-html .c10AC0E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c10AC0E.medium-show.small-hide, .channel-html .c10AC0E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uEF1701 {
}

.channel-html .j5B44A7 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5B44A7 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j5B44A7 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5B44A7 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j5B44A7 {
        overflow: hidden;
    }
}

.channel-html .j5B44A7.large-show {
    display: grid;
}

.channel-html .j5B44A7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5B44A7.large-show.medium-show, .channel-html .j5B44A7.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5B44A7.large-show.medium-hide, .channel-html .j5B44A7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j5B44A7.medium-show.small-show, .channel-html .j5B44A7.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j5B44A7.medium-show.small-hide, .channel-html .j5B44A7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j5B44A7 .bentobox-item {
    border-radius: 18px;
}

.channel-html .h631A61 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h631A61 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h631A61 {
        overflow: hidden;
    }
}

.channel-html .h631A61.large-show {
    display: flex;
}

.channel-html .h631A61.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h631A61.large-show.medium-show, .channel-html .h631A61.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h631A61.large-show.medium-hide, .channel-html .h631A61.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h631A61.medium-show.small-show, .channel-html .h631A61.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h631A61.medium-show.small-hide, .channel-html .h631A61.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h631A61:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h631A61:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h631A61:before {
        content: none;
    }
}

.channel-html .f5DF40F {
    min-height: 480px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5DF40F {
        min-height: 480px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5DF40F {
        min-height: 420px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5DF40F {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5DF40F {
        flex-grow: 0;
    }
}

.channel-html .f5DF40F.large-show {
    display: flex;
}

.channel-html .f5DF40F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5DF40F.large-show.medium-show, .channel-html .f5DF40F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5DF40F.large-show.medium-hide, .channel-html .f5DF40F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5DF40F.medium-show.small-show, .channel-html .f5DF40F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5DF40F.medium-show.small-hide, .channel-html .f5DF40F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eD1A81C {
    text-align: center;
    z-index: 12;
}

.channel-html .k56FD7A {
    color: #1d1d1f;
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 30px;
    padding-right: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k56FD7A {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k56FD7A {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k56FD7A {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k56FD7A {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k56FD7A {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k56FD7A {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k56FD7A {
        padding-right: 40px;
    }
}

.channel-html .f4CE38C {
    align-items: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f4CE38C {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4CE38C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f4CE38C {
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4CE38C {
        margin-bottom: -10px;
    }
}

.channel-html .f4CE38C.large-show {
    display: flex;
}

.channel-html .f4CE38C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f4CE38C.large-show.medium-show, .channel-html .f4CE38C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f4CE38C.large-show.medium-hide, .channel-html .f4CE38C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4CE38C.medium-show.small-show, .channel-html .f4CE38C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4CE38C.medium-show.small-hide, .channel-html .f4CE38C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z4637AF {
    margin-bottom: -14px;
    text-align: center;
    z-index: 12;
}

.channel-html .iB7B9D3 {
    padding-bottom: 103px;
    padding-right: 30px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB7B9D3 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB7B9D3 {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB7B9D3 {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB7B9D3 {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB7B9D3 {
        padding-right: 25px;
    }
}

.channel-html .d71179D {
    color: #1d1d1f;
    padding-left: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d71179D {
        padding-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d71179D {
        padding-top: 0px;
    }
}

.channel-html .eFA109E {
    margin-top: 90px;
    margin-bottom: 94px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eFA109E {
        margin-top: 82px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eFA109E {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eFA109E {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eFA109E {
        margin-bottom: 76px;
    }
}

.channel-html .eFA109E.large-show {
    display: flex;
}

.channel-html .eFA109E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eFA109E.large-show.medium-show, .channel-html .eFA109E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eFA109E.large-show.medium-hide, .channel-html .eFA109E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eFA109E.medium-show.small-show, .channel-html .eFA109E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eFA109E.medium-show.small-hide, .channel-html .eFA109E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m8ED576 {
    margin-bottom: 54px;
    padding-left: 260px;
    padding-right: 260px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m8ED576 {
        margin-bottom: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8ED576 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m8ED576 {
        padding-left: 140px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8ED576 {
        padding-left: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m8ED576 {
        padding-right: 140px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8ED576 {
        padding-right: 28px;
    }
}

.channel-html .yA79FE6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .e90ADB5 {
    text-align: center;
}

.channel-html .x7E7677 {
    color: #6e6e73;
    display: inline-block;
    margin-bottom: 21px;
}

.channel-html .z79308A {
    position: relative;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 250px;
    margin: auto;
}

@media (max-width: 1068px) {
    .channel-html .z79308A {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        border-radius: 0px;
    }
}

.channel-html .h9E7340 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    width: 250px;
    background: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 8px 0;
    padding-right: 15px;
}

    .channel-html .h9E7340:focus {
        border-radius: 0px;
        box-shadow: 0 0 0 4px rgb(0, 113, 227);
    }

.channel-html .mB27503 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    font-weight: 400;
    color: #0066cc;
    font-color: #0066cc;
    line-height: 1;
    padding-right: 0px;
    padding-top: 8px;
    pointer-events: none;
    right: 0;
}

.channel-html .t465C78 {
}

.channel-html .p97454C {
    width: 100%;
}

    .channel-html .p97454C[data-element-type="gallery-item"] {
        display: none;
    }

    .channel-html .p97454C[data-active-content|="true"] {
        display: block;
    }

.channel-html .k7BB779 {
}

.channel-html .h238084 {
}

    .channel-html .h238084.large-show {
        display: flex;
    }

    .channel-html .h238084.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .h238084.large-show.medium-show, .channel-html .h238084.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h238084.large-show.medium-hide, .channel-html .h238084.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h238084.medium-show.small-show, .channel-html .h238084.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h238084.medium-show.small-hide, .channel-html .h238084.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vDC83CA {
    margin-top: 64px;
    margin-bottom: 38px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vDC83CA {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vDC83CA {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vDC83CA {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vDC83CA {
        margin-bottom: 30px;
    }
}

.channel-html .h3DD6BC {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .h3DD6BC {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h3DD6BC {
        padding-right: 20px;
    }
}

.channel-html .aA36815 {
}

.channel-html .p8FF7D0 {
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p8FF7D0 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p8FF7D0 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p8FF7D0 {
        flex-direction: row;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r0844E4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r0844E4 {
        margin-bottom: 20px;
    }
}

.channel-html .q3833CE {
}

    .channel-html .q3833CE.large-show {
        display: flex;
    }

    .channel-html .q3833CE.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .q3833CE.large-show.medium-show, .channel-html .q3833CE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q3833CE.large-show.medium-hide, .channel-html .q3833CE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q3833CE.medium-show.small-show, .channel-html .q3833CE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q3833CE.medium-show.small-hide, .channel-html .q3833CE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k47240A {
}

.channel-html .n228BB5 {
    grid-gap: 5px;
    grid-template-rows: minmax(380px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n228BB5 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n228BB5 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n228BB5 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n228BB5 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n228BB5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n228BB5 {
        overflow: visible;
    }
}

.channel-html .n228BB5.large-show {
    display: grid;
}

.channel-html .n228BB5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n228BB5.large-show.medium-show, .channel-html .n228BB5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n228BB5.large-show.medium-hide, .channel-html .n228BB5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n228BB5.medium-show.small-show, .channel-html .n228BB5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n228BB5.medium-show.small-hide, .channel-html .n228BB5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n228BB5 .bentobox-item {
    border-radius: 18px;
}

.channel-html .nC6970E {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC6970E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC6970E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC6970E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC6970E {
        overflow: visible;
    }
}

.channel-html .nC6970E.large-show {
    display: flex;
}

.channel-html .nC6970E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC6970E.large-show.medium-show, .channel-html .nC6970E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC6970E.large-show.medium-hide, .channel-html .nC6970E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC6970E.medium-show.small-show, .channel-html .nC6970E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC6970E.medium-show.small-hide, .channel-html .nC6970E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nC6970E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC6970E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC6970E:before {
        content: none;
    }
}

.channel-html .vBBF386 {
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vBBF386 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vBBF386 {
        flex-grow: 0;
    }
}

.channel-html .vBBF386.large-show {
    display: flex;
}

.channel-html .vBBF386.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vBBF386.large-show.medium-show, .channel-html .vBBF386.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vBBF386.large-show.medium-hide, .channel-html .vBBF386.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vBBF386.medium-show.small-show, .channel-html .vBBF386.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vBBF386.medium-show.small-hide, .channel-html .vBBF386.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cBA5987 {
    padding-top: 103px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBA5987 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBA5987 {
        padding-top: 27px;
    }
}

.channel-html .q2F3F07 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .o75CAB5 {
    margin-top: 4px;
    background: linear-gradient(90deg, #022640 50%, #5295b1 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o75CAB5 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o75CAB5 {
        margin-top: -2px;
    }
}

.channel-html .r6E521F {
    margin-top: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r6E521F {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r6E521F {
        margin-top: 0px;
    }
}

.channel-html .qE691B5 {
    margin-left: 20px;
    margin-right: -20px;
    padding-left: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .qE691B5 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qE691B5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qE691B5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qE691B5 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qE691B5 {
        margin-right: 0px;
    }
}

.channel-html .o8C411F {
}

    .channel-html .o8C411F.large-show {
        display: flex;
    }

    .channel-html .o8C411F.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .o8C411F.large-show.medium-show, .channel-html .o8C411F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o8C411F.large-show.medium-hide, .channel-html .o8C411F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8C411F.medium-show.small-show, .channel-html .o8C411F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8C411F.medium-show.small-hide, .channel-html .o8C411F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j5B6631 {
}

.channel-html .b1C1E22 {
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1C1E22 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1C1E22 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1C1E22 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1C1E22 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1C1E22 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1C1E22 {
        overflow: hidden;
    }
}

.channel-html .b1C1E22.large-show {
    display: grid;
}

.channel-html .b1C1E22.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1C1E22.large-show.medium-show, .channel-html .b1C1E22.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1C1E22.large-show.medium-hide, .channel-html .b1C1E22.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1C1E22.medium-show.small-show, .channel-html .b1C1E22.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1C1E22.medium-show.small-hide, .channel-html .b1C1E22.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b1C1E22 .bentobox-item {
    border-radius: 18px;
}

.channel-html .c6C2903 {
    background-color: #fff;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c6C2903 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6C2903 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c6C2903 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6C2903 {
        overflow: hidden;
    }
}

.channel-html .c6C2903.large-show {
    display: flex;
}

.channel-html .c6C2903.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c6C2903.large-show.medium-show, .channel-html .c6C2903.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c6C2903.large-show.medium-hide, .channel-html .c6C2903.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6C2903.medium-show.small-show, .channel-html .c6C2903.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6C2903.medium-show.small-hide, .channel-html .c6C2903.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c6C2903:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c6C2903:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6C2903:before {
        content: none;
    }
}

.channel-html .n6DAB57 {
    margin-top: 50px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n6DAB57 {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n6DAB57 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n6DAB57 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n6DAB57 {
        flex-grow: 0;
    }
}

.channel-html .n6DAB57.large-show {
    display: flex;
}

.channel-html .n6DAB57.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n6DAB57.large-show.medium-show, .channel-html .n6DAB57.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n6DAB57.large-show.medium-hide, .channel-html .n6DAB57.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n6DAB57.medium-show.small-show, .channel-html .n6DAB57.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n6DAB57.medium-show.small-hide, .channel-html .n6DAB57.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r1A9F10 {
    margin-left: 3px;
    padding-top: 24px;
    text-align: right;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1A9F10 {
        margin-left: 8px;
    }
}

.channel-html .lB08D52 {
    margin-left: -20px;
    padding-top: 32px;
    padding-left: 54px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lB08D52 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lB08D52 {
        padding-left: 48px;
    }
}

.channel-html .l1F4D95 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .r30D02C {
    --igradient: linear-gradient(120deg, #00d0ff 0%, #0099ff 20%, #c95eff 41%, #ff2569 63%, #ff8300 83%, #ffb000 100%);
    position: absolute !important;
    z-index: 0;
    inset: 0;
    border: 0;
    filter: blur(9px);
    opacity: 100%;
    border-radius: 18px;
}

    .channel-html .r30D02C::after {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important;
        --bg-size: calc(100% + 14px);
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        background: var(--igradient) 50% / var(--bg-size) var(--bg-size);
        border-radius: 18px;
        border: 5px solid rgba(0, 0, 0, 0);
        mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
        mask-clip: padding-box, border-box;
        mask-composite: intersect;
    }

.channel-html .tF76093 {
}

    .channel-html .tF76093.large-show {
        display: flex;
    }

    .channel-html .tF76093.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .tF76093.large-show.medium-show, .channel-html .tF76093.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tF76093.large-show.medium-hide, .channel-html .tF76093.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tF76093.medium-show.small-show, .channel-html .tF76093.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tF76093.medium-show.small-hide, .channel-html .tF76093.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b51C2CF {
}

.channel-html .h83410A {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h83410A {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h83410A {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h83410A {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h83410A {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h83410A {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h83410A {
        overflow: visible;
    }
}

.channel-html .h83410A.large-show {
    display: grid;
}

.channel-html .h83410A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h83410A.large-show.medium-show, .channel-html .h83410A.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h83410A.large-show.medium-hide, .channel-html .h83410A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h83410A.medium-show.small-show, .channel-html .h83410A.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h83410A.medium-show.small-hide, .channel-html .h83410A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h83410A .bentobox-item {
    border-radius: 18px;
}

.channel-html .gB19844 {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB19844 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB19844 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB19844 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB19844 {
        overflow: visible;
    }
}

.channel-html .gB19844.large-show {
    display: flex;
}

.channel-html .gB19844.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB19844.large-show.medium-show, .channel-html .gB19844.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB19844.large-show.medium-hide, .channel-html .gB19844.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB19844.medium-show.small-show, .channel-html .gB19844.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB19844.medium-show.small-hide, .channel-html .gB19844.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gB19844:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB19844:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB19844:before {
        content: none;
    }
}

.channel-html .wF1A0C1 {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .wF1A0C1 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF1A0C1 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF1A0C1 {
        flex-grow: 0;
    }
}

.channel-html .wF1A0C1.large-show {
    display: flex;
}

.channel-html .wF1A0C1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF1A0C1.large-show.medium-show, .channel-html .wF1A0C1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF1A0C1.large-show.medium-hide, .channel-html .wF1A0C1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF1A0C1.medium-show.small-show, .channel-html .wF1A0C1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF1A0C1.medium-show.small-hide, .channel-html .wF1A0C1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v555649 {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .v555649 {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v555649 {
        text-align: right;
    }
}

.channel-html .w4EC2DA {
}

@media only screen and (max-width: 734px) {
    .channel-html .w4EC2DA {
        padding-left: 26px;
    }
}

.channel-html .c646D8C {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .a2E0107 {
    margin-top: 20px;
    margin-left: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a2E0107 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E0107 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E0107 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E0107 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2E0107 {
        margin-right: 0px;
    }
}

.channel-html .oDBF272 {
}

    .channel-html .oDBF272.large-show {
        display: flex;
    }

    .channel-html .oDBF272.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .oDBF272.large-show.medium-show, .channel-html .oDBF272.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oDBF272.large-show.medium-hide, .channel-html .oDBF272.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oDBF272.medium-show.small-show, .channel-html .oDBF272.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oDBF272.medium-show.small-hide, .channel-html .oDBF272.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h378502 {
}

.channel-html .d8BF8A6 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8BF8A6 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8BF8A6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8BF8A6 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8BF8A6 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8BF8A6 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8BF8A6 {
        overflow: visible;
    }
}

.channel-html .d8BF8A6.large-show {
    display: grid;
}

.channel-html .d8BF8A6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8BF8A6.large-show.medium-show, .channel-html .d8BF8A6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8BF8A6.large-show.medium-hide, .channel-html .d8BF8A6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8BF8A6.medium-show.small-show, .channel-html .d8BF8A6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8BF8A6.medium-show.small-hide, .channel-html .d8BF8A6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d8BF8A6 .bentobox-item {
    border-radius: 18px;
}

.channel-html .f3A47BD {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3A47BD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3A47BD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3A47BD {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3A47BD {
        overflow: visible;
    }
}

.channel-html .f3A47BD.large-show {
    display: flex;
}

.channel-html .f3A47BD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3A47BD.large-show.medium-show, .channel-html .f3A47BD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3A47BD.large-show.medium-hide, .channel-html .f3A47BD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3A47BD.medium-show.small-show, .channel-html .f3A47BD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3A47BD.medium-show.small-hide, .channel-html .f3A47BD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f3A47BD:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3A47BD:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3A47BD:before {
        content: none;
    }
}

.channel-html .x183F43 {
    padding-top: 50px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x183F43 {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x183F43 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x183F43 {
        flex-grow: 0;
    }
}

.channel-html .x183F43.large-show {
    display: flex;
}

.channel-html .x183F43.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x183F43.large-show.medium-show, .channel-html .x183F43.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x183F43.large-show.medium-hide, .channel-html .x183F43.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x183F43.medium-show.small-show, .channel-html .x183F43.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x183F43.medium-show.small-hide, .channel-html .x183F43.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gAFE5BD {
    margin-left: 3px;
    padding-top: 24px;
    text-align: right;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gAFE5BD {
        margin-left: 8px;
    }
}

.channel-html .aAB2D4E {
    margin-left: -19px;
    padding-top: 32px;
    padding-left: 54px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAB2D4E {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAB2D4E {
        padding-left: 48px;
    }
}

.channel-html .c9490CC {
    padding-right: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c9490CC {
        padding-right: 0px;
    }
}

.channel-html .gBD3AEF {
}

    .channel-html .gBD3AEF.large-show {
        display: flex;
    }

    .channel-html .gBD3AEF.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .gBD3AEF.large-show.medium-show, .channel-html .gBD3AEF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gBD3AEF.large-show.medium-hide, .channel-html .gBD3AEF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gBD3AEF.medium-show.small-show, .channel-html .gBD3AEF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gBD3AEF.medium-show.small-hide, .channel-html .gBD3AEF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t4FB372 {
}

.channel-html .x7A12CF {
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7A12CF {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7A12CF {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7A12CF {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7A12CF {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7A12CF {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7A12CF {
        overflow: hidden;
    }
}

.channel-html .x7A12CF.large-show {
    display: grid;
}

.channel-html .x7A12CF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7A12CF.large-show.medium-show, .channel-html .x7A12CF.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7A12CF.large-show.medium-hide, .channel-html .x7A12CF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7A12CF.medium-show.small-show, .channel-html .x7A12CF.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7A12CF.medium-show.small-hide, .channel-html .x7A12CF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x7A12CF .bentobox-item {
    border-radius: 18px;
}

.channel-html .w0CA2E1 {
    background-color: #fff;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w0CA2E1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w0CA2E1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w0CA2E1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w0CA2E1 {
        overflow: hidden;
    }
}

.channel-html .w0CA2E1.large-show {
    display: flex;
}

.channel-html .w0CA2E1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w0CA2E1.large-show.medium-show, .channel-html .w0CA2E1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w0CA2E1.large-show.medium-hide, .channel-html .w0CA2E1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w0CA2E1.medium-show.small-show, .channel-html .w0CA2E1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w0CA2E1.medium-show.small-hide, .channel-html .w0CA2E1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w0CA2E1:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w0CA2E1:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w0CA2E1:before {
        content: none;
    }
}

.channel-html .o585C30 {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .o585C30 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o585C30 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o585C30 {
        flex-grow: 0;
    }
}

.channel-html .o585C30.large-show {
    display: flex;
}

.channel-html .o585C30.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o585C30.large-show.medium-show, .channel-html .o585C30.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o585C30.large-show.medium-hide, .channel-html .o585C30.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o585C30.medium-show.small-show, .channel-html .o585C30.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o585C30.medium-show.small-hide, .channel-html .o585C30.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tC74B59 {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .tC74B59 {
        padding-right: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tC74B59 {
        text-align: right;
    }
}

.channel-html .e8568EB {
}

@media only screen and (max-width: 734px) {
    .channel-html .e8568EB {
        padding-left: 26px;
    }
}

.channel-html .f9A34E4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .l043371 {
    --igradient: linear-gradient(120deg, #00d0ff 0%, #0099ff 20%, #c95eff 41%, #ff2569 63%, #ff8300 83%, #ffb000 100%);
    position: absolute !important;
    z-index: 0;
    inset: 0;
    border: 0;
    filter: blur(7px);
    opacity: 100%;
    border-radius: 18px;
}

    .channel-html .l043371::after {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        height: auto !important;
        --bg-size: calc(100% + 14px);
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        background: var(--igradient) 50% / var(--bg-size) var(--bg-size);
        border-radius: 18px;
        border: 3px solid rgba(0, 0, 0, 0);
        mask: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
        mask-clip: padding-box, border-box;
        mask-composite: intersect;
    }

.channel-html .j22ACE6 {
    margin-top: -130px;
    margin-left: 20px;
    margin-right: -20px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j22ACE6 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j22ACE6 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j22ACE6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j22ACE6 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j22ACE6 {
        margin-right: 0px;
    }
}

.channel-html .f5250FA {
}

    .channel-html .f5250FA.large-show {
        display: flex;
    }

    .channel-html .f5250FA.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .f5250FA.large-show.medium-show, .channel-html .f5250FA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5250FA.large-show.medium-hide, .channel-html .f5250FA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5250FA.medium-show.small-show, .channel-html .f5250FA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5250FA.medium-show.small-hide, .channel-html .f5250FA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f0860A6 {
}

.channel-html .g7F4B29 {
    grid-gap: 5px;
    grid-template-rows: minmax(380px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7F4B29 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7F4B29 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7F4B29 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7F4B29 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7F4B29 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7F4B29 {
        overflow: visible;
    }
}

.channel-html .g7F4B29.large-show {
    display: grid;
}

.channel-html .g7F4B29.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7F4B29.large-show.medium-show, .channel-html .g7F4B29.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7F4B29.large-show.medium-hide, .channel-html .g7F4B29.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7F4B29.medium-show.small-show, .channel-html .g7F4B29.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7F4B29.medium-show.small-hide, .channel-html .g7F4B29.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g7F4B29 .bentobox-item {
    border-radius: 18px;
}

.channel-html .iB85A22 {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB85A22 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB85A22 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB85A22 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB85A22 {
        overflow: visible;
    }
}

.channel-html .iB85A22.large-show {
    display: flex;
}

.channel-html .iB85A22.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB85A22.large-show.medium-show, .channel-html .iB85A22.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB85A22.large-show.medium-hide, .channel-html .iB85A22.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB85A22.medium-show.small-show, .channel-html .iB85A22.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB85A22.medium-show.small-hide, .channel-html .iB85A22.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iB85A22:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB85A22:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB85A22:before {
        content: none;
    }
}

.channel-html .p91341E {
    padding-top: 136px;
    padding-left: 42px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p91341E {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p91341E {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p91341E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p91341E {
        flex-grow: 0;
    }
}

.channel-html .p91341E.large-show {
    display: flex;
}

.channel-html .p91341E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p91341E.large-show.medium-show, .channel-html .p91341E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p91341E.large-show.medium-hide, .channel-html .p91341E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p91341E.medium-show.small-show, .channel-html .p91341E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p91341E.medium-show.small-hide, .channel-html .p91341E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jCC2E05 {
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCC2E05 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCC2E05 {
        padding-top: 54px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCC2E05 {
        text-align: right;
    }
}

.channel-html .c571565 {
    margin-top: 20px;
    padding-right: 60px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c571565 {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c571565 {
        padding-left: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c571565 {
        padding-right: 36px;
    }
}

.channel-html .f55928F {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .s653774 {
}

    .channel-html .s653774.large-show {
        display: flex;
    }

    .channel-html .s653774.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .s653774.large-show.medium-show, .channel-html .s653774.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s653774.large-show.medium-hide, .channel-html .s653774.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s653774.medium-show.small-show, .channel-html .s653774.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s653774.medium-show.small-hide, .channel-html .s653774.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uB9ADAC {
}

.channel-html .zB880E7 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB880E7 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB880E7 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB880E7 {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB880E7 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB880E7 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB880E7 {
        overflow: visible;
    }
}

.channel-html .zB880E7.large-show {
    display: grid;
}

.channel-html .zB880E7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB880E7.large-show.medium-show, .channel-html .zB880E7.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB880E7.large-show.medium-hide, .channel-html .zB880E7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB880E7.medium-show.small-show, .channel-html .zB880E7.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB880E7.medium-show.small-hide, .channel-html .zB880E7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zB880E7 .bentobox-item {
    border-radius: 18px;
}

.channel-html .qF9DF69 {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9DF69 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9DF69 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9DF69 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9DF69 {
        overflow: visible;
    }
}

.channel-html .qF9DF69.large-show {
    display: flex;
}

.channel-html .qF9DF69.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9DF69.large-show.medium-show, .channel-html .qF9DF69.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9DF69.large-show.medium-hide, .channel-html .qF9DF69.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9DF69.medium-show.small-show, .channel-html .qF9DF69.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9DF69.medium-show.small-hide, .channel-html .qF9DF69.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qF9DF69:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9DF69:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9DF69:before {
        content: none;
    }
}

.channel-html .t79F1F0 {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .t79F1F0 {
        padding-top: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t79F1F0 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t79F1F0 {
        flex-grow: 0;
    }
}

.channel-html .t79F1F0.large-show {
    display: flex;
}

.channel-html .t79F1F0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t79F1F0.large-show.medium-show, .channel-html .t79F1F0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t79F1F0.large-show.medium-hide, .channel-html .t79F1F0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t79F1F0.medium-show.small-show, .channel-html .t79F1F0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t79F1F0.medium-show.small-hide, .channel-html .t79F1F0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cEDD9AB {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .cEDD9AB {
        padding-top: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cEDD9AB {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cEDD9AB {
        text-align: right;
    }
}

.channel-html .h458C42 {
}

@media only screen and (max-width: 734px) {
    .channel-html .h458C42 {
        padding-left: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h458C42 {
        padding-right: 44px;
    }
}

.channel-html .l63F9AF {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .qDA7E39[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .qDA7E39[data-active-content|="true"] {
    display: block;
}

.channel-html .o8CC9C3 {
}

.channel-html .tBBACA1 {
}

    .channel-html .tBBACA1.large-show {
        display: flex;
    }

    .channel-html .tBBACA1.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .tBBACA1.large-show.medium-show, .channel-html .tBBACA1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tBBACA1.large-show.medium-hide, .channel-html .tBBACA1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tBBACA1.medium-show.small-show, .channel-html .tBBACA1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tBBACA1.medium-show.small-hide, .channel-html .tBBACA1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r4F57AC {
    margin-top: 64px;
    margin-bottom: 38px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r4F57AC {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r4F57AC {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r4F57AC {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r4F57AC {
        margin-bottom: 30px;
    }
}

.channel-html .sFC3A35 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .sFC3A35 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sFC3A35 {
        padding-right: 20px;
    }
}

.channel-html .a13F110 {
}

.channel-html .oDB19F8 {
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oDB19F8 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oDB19F8 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oDB19F8 {
        flex-direction: row;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eFE84AA {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eFE84AA {
        margin-bottom: 20px;
    }
}

.channel-html .eCEF5A8 {
}

    .channel-html .eCEF5A8.large-show {
        display: flex;
    }

    .channel-html .eCEF5A8.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .eCEF5A8.large-show.medium-show, .channel-html .eCEF5A8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eCEF5A8.large-show.medium-hide, .channel-html .eCEF5A8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eCEF5A8.medium-show.small-show, .channel-html .eCEF5A8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eCEF5A8.medium-show.small-hide, .channel-html .eCEF5A8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h616041 {
}

.channel-html .m2218B5 {
    grid-gap: 5px;
    grid-template-rows: minmax(380px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m2218B5 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m2218B5 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m2218B5 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m2218B5 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m2218B5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m2218B5 {
        overflow: visible;
    }
}

.channel-html .m2218B5.large-show {
    display: grid;
}

.channel-html .m2218B5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m2218B5.large-show.medium-show, .channel-html .m2218B5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m2218B5.large-show.medium-hide, .channel-html .m2218B5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m2218B5.medium-show.small-show, .channel-html .m2218B5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m2218B5.medium-show.small-hide, .channel-html .m2218B5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m2218B5 .bentobox-item {
    border-radius: 18px;
}

.channel-html .u05F2E3 {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u05F2E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u05F2E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u05F2E3 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u05F2E3 {
        overflow: visible;
    }
}

.channel-html .u05F2E3.large-show {
    display: flex;
}

.channel-html .u05F2E3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u05F2E3.large-show.medium-show, .channel-html .u05F2E3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u05F2E3.large-show.medium-hide, .channel-html .u05F2E3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u05F2E3.medium-show.small-show, .channel-html .u05F2E3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u05F2E3.medium-show.small-hide, .channel-html .u05F2E3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u05F2E3:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u05F2E3:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u05F2E3:before {
        content: none;
    }
}

.channel-html .h1D0367 {
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1D0367 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1D0367 {
        flex-grow: 0;
    }
}

.channel-html .h1D0367.large-show {
    display: flex;
}

.channel-html .h1D0367.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1D0367.large-show.medium-show, .channel-html .h1D0367.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1D0367.large-show.medium-hide, .channel-html .h1D0367.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1D0367.medium-show.small-show, .channel-html .h1D0367.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1D0367.medium-show.small-hide, .channel-html .h1D0367.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iF24F4D {
    padding-top: 103px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF24F4D {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iF24F4D {
        padding-top: 27px;
    }
}

.channel-html .wA7E962 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .s3966E0 {
    margin-top: 4px;
    background: linear-gradient(90deg, #022640 50%, #5295b1 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s3966E0 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s3966E0 {
        margin-top: -2px;
    }
}

.channel-html .xC7773C {
    margin-top: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xC7773C {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xC7773C {
        margin-top: 0px;
    }
}

.channel-html .rDB17FB {
    margin-left: 20px;
    margin-right: -20px;
    padding-left: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .rDB17FB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rDB17FB {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rDB17FB {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rDB17FB {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rDB17FB {
        margin-right: 0px;
    }
}

.channel-html .m626D2F {
}

    .channel-html .m626D2F.large-show {
        display: flex;
    }

    .channel-html .m626D2F.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .m626D2F.large-show.medium-show, .channel-html .m626D2F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m626D2F.large-show.medium-hide, .channel-html .m626D2F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m626D2F.medium-show.small-show, .channel-html .m626D2F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m626D2F.medium-show.small-hide, .channel-html .m626D2F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t52128C {
}

.channel-html .jD13A31 {
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jD13A31 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jD13A31 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jD13A31 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jD13A31 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jD13A31 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jD13A31 {
        overflow: visible;
    }
}

.channel-html .jD13A31.large-show {
    display: grid;
}

.channel-html .jD13A31.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jD13A31.large-show.medium-show, .channel-html .jD13A31.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jD13A31.large-show.medium-hide, .channel-html .jD13A31.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jD13A31.medium-show.small-show, .channel-html .jD13A31.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jD13A31.medium-show.small-hide, .channel-html .jD13A31.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jD13A31 .bentobox-item {
    border-radius: 18px;
}

.channel-html .oB57A6B {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB57A6B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB57A6B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB57A6B {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB57A6B {
        overflow: visible;
    }
}

.channel-html .oB57A6B.large-show {
    display: flex;
}

.channel-html .oB57A6B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB57A6B.large-show.medium-show, .channel-html .oB57A6B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB57A6B.large-show.medium-hide, .channel-html .oB57A6B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB57A6B.medium-show.small-show, .channel-html .oB57A6B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB57A6B.medium-show.small-hide, .channel-html .oB57A6B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oB57A6B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB57A6B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB57A6B:before {
        content: none;
    }
}

.channel-html .f78FE05 {
    padding-top: 33px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f78FE05 {
        padding-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f78FE05 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f78FE05 {
        flex-grow: 0;
    }
}

.channel-html .f78FE05.large-show {
    display: flex;
}

.channel-html .f78FE05.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f78FE05.large-show.medium-show, .channel-html .f78FE05.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f78FE05.large-show.medium-hide, .channel-html .f78FE05.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f78FE05.medium-show.small-show, .channel-html .f78FE05.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f78FE05.medium-show.small-hide, .channel-html .f78FE05.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f1E8C75 {
    padding-top: 58px;
    padding-right: 34px;
    text-align: right;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f1E8C75 {
        margin-left: 13px;
    }
}

.channel-html .hC2616B {
    margin-left: -10px;
    padding-top: 35px;
    padding-left: 0px;
    padding-right: 70px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC2616B {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC2616B {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC2616B {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC2616B {
        padding-right: 40px;
    }
}

.channel-html .b1DD290 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .j0A4001 {
}

    .channel-html .j0A4001.large-show {
        display: flex;
    }

    .channel-html .j0A4001.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .j0A4001.large-show.medium-show, .channel-html .j0A4001.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j0A4001.large-show.medium-hide, .channel-html .j0A4001.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j0A4001.medium-show.small-show, .channel-html .j0A4001.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j0A4001.medium-show.small-hide, .channel-html .j0A4001.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o87FF09 {
}

.channel-html .u0CD8D6 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0CD8D6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0CD8D6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0CD8D6 {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0CD8D6 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0CD8D6 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0CD8D6 {
        overflow: visible;
    }
}

.channel-html .u0CD8D6.large-show {
    display: grid;
}

.channel-html .u0CD8D6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0CD8D6.large-show.medium-show, .channel-html .u0CD8D6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0CD8D6.large-show.medium-hide, .channel-html .u0CD8D6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0CD8D6.medium-show.small-show, .channel-html .u0CD8D6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0CD8D6.medium-show.small-hide, .channel-html .u0CD8D6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u0CD8D6 .bentobox-item {
    border-radius: 18px;
}

.channel-html .n417B57 {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n417B57 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n417B57 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n417B57 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n417B57 {
        overflow: visible;
    }
}

.channel-html .n417B57.large-show {
    display: flex;
}

.channel-html .n417B57.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n417B57.large-show.medium-show, .channel-html .n417B57.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n417B57.large-show.medium-hide, .channel-html .n417B57.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n417B57.medium-show.small-show, .channel-html .n417B57.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n417B57.medium-show.small-hide, .channel-html .n417B57.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n417B57:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n417B57:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n417B57:before {
        content: none;
    }
}

.channel-html .dEF976A {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF976A {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF976A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF976A {
        flex-grow: 0;
    }
}

.channel-html .dEF976A.large-show {
    display: flex;
}

.channel-html .dEF976A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF976A.large-show.medium-show, .channel-html .dEF976A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF976A.large-show.medium-hide, .channel-html .dEF976A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF976A.medium-show.small-show, .channel-html .dEF976A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF976A.medium-show.small-hide, .channel-html .dEF976A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .rF1A946 {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .rF1A946 {
        padding-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rF1A946 {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rF1A946 {
        text-align: right;
    }
}

.channel-html .pB960C7 {
}

@media only screen and (max-width: 734px) {
    .channel-html .pB960C7 {
        padding-left: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pB960C7 {
        padding-right: 54px;
    }
}

.channel-html .aBDB65C {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .a9D3000 {
    margin-top: 20px;
    margin-left: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a9D3000 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a9D3000 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a9D3000 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a9D3000 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a9D3000 {
        margin-right: 0px;
    }
}

.channel-html .zEA7E89 {
}

    .channel-html .zEA7E89.large-show {
        display: flex;
    }

    .channel-html .zEA7E89.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .zEA7E89.large-show.medium-show, .channel-html .zEA7E89.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zEA7E89.large-show.medium-hide, .channel-html .zEA7E89.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zEA7E89.medium-show.small-show, .channel-html .zEA7E89.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zEA7E89.medium-show.small-hide, .channel-html .zEA7E89.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k107304 {
}

.channel-html .w91D623 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w91D623 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w91D623 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w91D623 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w91D623 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w91D623 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w91D623 {
        overflow: visible;
    }
}

.channel-html .w91D623.large-show {
    display: grid;
}

.channel-html .w91D623.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w91D623.large-show.medium-show, .channel-html .w91D623.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w91D623.large-show.medium-hide, .channel-html .w91D623.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w91D623.medium-show.small-show, .channel-html .w91D623.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w91D623.medium-show.small-hide, .channel-html .w91D623.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w91D623 .bentobox-item {
    border-radius: 18px;
}

.channel-html .r5A8A65 {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5A8A65 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r5A8A65 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5A8A65 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r5A8A65 {
        overflow: visible;
    }
}

.channel-html .r5A8A65.large-show {
    display: flex;
}

.channel-html .r5A8A65.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5A8A65.large-show.medium-show, .channel-html .r5A8A65.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5A8A65.large-show.medium-hide, .channel-html .r5A8A65.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r5A8A65.medium-show.small-show, .channel-html .r5A8A65.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r5A8A65.medium-show.small-hide, .channel-html .r5A8A65.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r5A8A65:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5A8A65:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r5A8A65:before {
        content: none;
    }
}

.channel-html .v9B3559 {
    padding-top: 50px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9B3559 {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9B3559 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9B3559 {
        flex-grow: 0;
    }
}

.channel-html .v9B3559.large-show {
    display: flex;
}

.channel-html .v9B3559.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9B3559.large-show.medium-show, .channel-html .v9B3559.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9B3559.large-show.medium-hide, .channel-html .v9B3559.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9B3559.medium-show.small-show, .channel-html .v9B3559.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9B3559.medium-show.small-hide, .channel-html .v9B3559.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b731493 {
    margin-left: 3px;
    padding-top: 28px;
    text-align: right;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b731493 {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b731493 {
        padding-top: 42px;
    }
}

.channel-html .pE90619 {
    margin-left: -19px;
    padding-top: 32px;
    padding-left: 54px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE90619 {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE90619 {
        padding-right: 20px;
    }
}

.channel-html .s875EA1 {
    padding-right: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .x5E020D {
}

    .channel-html .x5E020D.large-show {
        display: flex;
    }

    .channel-html .x5E020D.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .x5E020D.large-show.medium-show, .channel-html .x5E020D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5E020D.large-show.medium-hide, .channel-html .x5E020D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5E020D.medium-show.small-show, .channel-html .x5E020D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5E020D.medium-show.small-hide, .channel-html .x5E020D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xE7E1CE {
}

.channel-html .zC5B7D8 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC5B7D8 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC5B7D8 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC5B7D8 {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC5B7D8 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC5B7D8 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC5B7D8 {
        overflow: visible;
    }
}

.channel-html .zC5B7D8.large-show {
    display: grid;
}

.channel-html .zC5B7D8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC5B7D8.large-show.medium-show, .channel-html .zC5B7D8.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC5B7D8.large-show.medium-hide, .channel-html .zC5B7D8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC5B7D8.medium-show.small-show, .channel-html .zC5B7D8.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC5B7D8.medium-show.small-hide, .channel-html .zC5B7D8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zC5B7D8 .bentobox-item {
    border-radius: 18px;
}

.channel-html .u130E25 {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u130E25 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u130E25 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u130E25 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u130E25 {
        overflow: visible;
    }
}

.channel-html .u130E25.large-show {
    display: flex;
}

.channel-html .u130E25.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u130E25.large-show.medium-show, .channel-html .u130E25.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u130E25.large-show.medium-hide, .channel-html .u130E25.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u130E25.medium-show.small-show, .channel-html .u130E25.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u130E25.medium-show.small-hide, .channel-html .u130E25.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u130E25:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u130E25:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u130E25:before {
        content: none;
    }
}

.channel-html .bD0B34B {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .bD0B34B {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bD0B34B {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bD0B34B {
        flex-grow: 0;
    }
}

.channel-html .bD0B34B.large-show {
    display: flex;
}

.channel-html .bD0B34B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bD0B34B.large-show.medium-show, .channel-html .bD0B34B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bD0B34B.large-show.medium-hide, .channel-html .bD0B34B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bD0B34B.medium-show.small-show, .channel-html .bD0B34B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bD0B34B.medium-show.small-hide, .channel-html .bD0B34B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a1A4BE1 {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .a1A4BE1 {
        padding-top: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1A4BE1 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1A4BE1 {
        text-align: right;
    }
}

.channel-html .f06951D {
}

@media only screen and (max-width: 734px) {
    .channel-html .f06951D {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f06951D {
        padding-left: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f06951D {
        padding-right: 40px;
    }
}

.channel-html .f97967C {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .lBC2731 {
    margin-top: -130px;
    margin-left: 20px;
    margin-right: -20px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lBC2731 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lBC2731 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lBC2731 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lBC2731 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lBC2731 {
        margin-right: 0px;
    }
}

.channel-html .p0AEE67 {
}

    .channel-html .p0AEE67.large-show {
        display: flex;
    }

    .channel-html .p0AEE67.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .p0AEE67.large-show.medium-show, .channel-html .p0AEE67.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p0AEE67.large-show.medium-hide, .channel-html .p0AEE67.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0AEE67.medium-show.small-show, .channel-html .p0AEE67.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0AEE67.medium-show.small-hide, .channel-html .p0AEE67.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z87520F {
}

.channel-html .x67D193 {
    grid-gap: 5px;
    grid-template-rows: minmax(380px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67D193 {
        grid-template-rows: minmax(180px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67D193 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67D193 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67D193 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67D193 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67D193 {
        overflow: visible;
    }
}

.channel-html .x67D193.large-show {
    display: grid;
}

.channel-html .x67D193.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67D193.large-show.medium-show, .channel-html .x67D193.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67D193.large-show.medium-hide, .channel-html .x67D193.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67D193.medium-show.small-show, .channel-html .x67D193.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67D193.medium-show.small-hide, .channel-html .x67D193.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x67D193 .bentobox-item {
    border-radius: 18px;
}

.channel-html .u146AF5 {
    background-color: #fbfbfb;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u146AF5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u146AF5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u146AF5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u146AF5 {
        overflow: visible;
    }
}

.channel-html .u146AF5.large-show {
    display: flex;
}

.channel-html .u146AF5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u146AF5.large-show.medium-show, .channel-html .u146AF5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u146AF5.large-show.medium-hide, .channel-html .u146AF5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u146AF5.medium-show.small-show, .channel-html .u146AF5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u146AF5.medium-show.small-hide, .channel-html .u146AF5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u146AF5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u146AF5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u146AF5:before {
        content: none;
    }
}

.channel-html .oB3493A {
    padding-top: 96px;
    padding-left: 42px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB3493A {
        padding-top: 58px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB3493A {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB3493A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB3493A {
        flex-grow: 0;
    }
}

.channel-html .oB3493A.large-show {
    display: flex;
}

.channel-html .oB3493A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB3493A.large-show.medium-show, .channel-html .oB3493A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB3493A.large-show.medium-hide, .channel-html .oB3493A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB3493A.medium-show.small-show, .channel-html .oB3493A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB3493A.medium-show.small-hide, .channel-html .oB3493A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wDF985C {
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wDF985C {
        margin-left: 8px;
    }
}

.channel-html .bF4B579 {
    margin-top: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bF4B579 {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bF4B579 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bF4B579 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bF4B579 {
        padding-right: 38px;
    }
}

.channel-html .mF8A556 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .pDB67D6 {
}

    .channel-html .pDB67D6.large-show {
        display: flex;
    }

    .channel-html .pDB67D6.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .pDB67D6.large-show.medium-show, .channel-html .pDB67D6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pDB67D6.large-show.medium-hide, .channel-html .pDB67D6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDB67D6.medium-show.small-show, .channel-html .pDB67D6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pDB67D6.medium-show.small-hide, .channel-html .pDB67D6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gE1CAD2 {
}

.channel-html .hF8F532 {
    grid-gap: 5px;
    grid-template-rows: minmax(230px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF8F532 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF8F532 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF8F532 {
        grid-template-columns: repeat(1, 280px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF8F532 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF8F532 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF8F532 {
        overflow: visible;
    }
}

.channel-html .hF8F532.large-show {
    display: grid;
}

.channel-html .hF8F532.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF8F532.large-show.medium-show, .channel-html .hF8F532.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF8F532.large-show.medium-hide, .channel-html .hF8F532.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF8F532.medium-show.small-show, .channel-html .hF8F532.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF8F532.medium-show.small-hide, .channel-html .hF8F532.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hF8F532 .bentobox-item {
    border-radius: 18px;
}

.channel-html .yA963EE {
    background-color: #fbfbfb;
    background: linear-gradient(180deg, #e7f2f8 0%, #fbfbfb 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA963EE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA963EE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA963EE {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA963EE {
        overflow: visible;
    }
}

.channel-html .yA963EE.large-show {
    display: flex;
}

.channel-html .yA963EE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA963EE.large-show.medium-show, .channel-html .yA963EE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA963EE.large-show.medium-hide, .channel-html .yA963EE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA963EE.medium-show.small-show, .channel-html .yA963EE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA963EE.medium-show.small-hide, .channel-html .yA963EE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yA963EE:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA963EE:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA963EE:before {
        content: none;
    }
}

.channel-html .k72B44E {
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .k72B44E {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k72B44E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k72B44E {
        flex-grow: 0;
    }
}

.channel-html .k72B44E.large-show {
    display: flex;
}

.channel-html .k72B44E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k72B44E.large-show.medium-show, .channel-html .k72B44E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k72B44E.large-show.medium-hide, .channel-html .k72B44E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k72B44E.medium-show.small-show, .channel-html .k72B44E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k72B44E.medium-show.small-hide, .channel-html .k72B44E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nD17129 {
    text-align: right;
}

@media only screen and (max-width: 734px) {
    .channel-html .nD17129 {
        padding-top: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nD17129 {
        padding-right: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nD17129 {
        text-align: right;
    }
}

.channel-html .bC6FDA5 {
}

@media only screen and (max-width: 734px) {
    .channel-html .bC6FDA5 {
        padding-left: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bC6FDA5 {
        padding-right: 54px;
    }
}

.channel-html .kF4CAA8 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .oD918ED {
}

    .channel-html .oD918ED.large-show {
        display: flex;
    }

    .channel-html .oD918ED.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .oD918ED.large-show.medium-show, .channel-html .oD918ED.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oD918ED.large-show.medium-hide, .channel-html .oD918ED.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD918ED.medium-show.small-show, .channel-html .oD918ED.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD918ED.medium-show.small-hide, .channel-html .oD918ED.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w1D3F35 {
}

    .channel-html .w1D3F35.large-show {
        display: flex;
    }

    .channel-html .w1D3F35.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .w1D3F35.large-show.medium-show, .channel-html .w1D3F35.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w1D3F35.large-show.medium-hide, .channel-html .w1D3F35.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1D3F35.medium-show.small-show, .channel-html .w1D3F35.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1D3F35.medium-show.small-hide, .channel-html .w1D3F35.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uFE6433 {
    text-align: center;
}

.channel-html .c5E045E {
    color: #1d1d1f;
    margin-top: 8px;
    padding-left: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5E045E {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5E045E {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5E045E {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5E045E {
        padding-right: 0px;
    }
}

.channel-html .j41F313 {
    margin-top: 54px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j41F313 {
        margin-top: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j41F313 {
        margin-top: 39px;
    }
}

.channel-html .j41F313.large-show {
    display: flex;
}

.channel-html .j41F313.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j41F313.large-show.medium-show, .channel-html .j41F313.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j41F313.large-show.medium-hide, .channel-html .j41F313.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j41F313.medium-show.small-show, .channel-html .j41F313.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j41F313.medium-show.small-hide, .channel-html .j41F313.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y60124F {
}

.channel-html .xF4404A {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xF4404A {
        grid-template-columns: repeat(1, 217px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xF4404A {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xF4404A {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xF4404A {
        overflow: hidden;
    }
}

.channel-html .xF4404A.large-show {
    display: grid;
}

.channel-html .xF4404A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xF4404A.large-show.medium-show, .channel-html .xF4404A.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xF4404A.large-show.medium-hide, .channel-html .xF4404A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xF4404A.medium-show.small-show, .channel-html .xF4404A.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xF4404A.medium-show.small-hide, .channel-html .xF4404A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xF4404A .bentobox-item {
    border-radius: 18px;
}

.channel-html .v326768 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v326768 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v326768 {
        overflow: visible;
    }
}

.channel-html .v326768.large-show {
    display: flex;
}

.channel-html .v326768.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v326768.large-show.medium-show, .channel-html .v326768.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v326768.large-show.medium-hide, .channel-html .v326768.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v326768.medium-show.small-show, .channel-html .v326768.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v326768.medium-show.small-hide, .channel-html .v326768.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v326768:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v326768:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v326768:before {
        content: none;
    }
}

.channel-html .r97E263 {
    min-height: 312px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r97E263 {
        min-height: 280px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r97E263 {
        min-height: 270px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r97E263 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r97E263 {
        flex-grow: 0;
    }
}

.channel-html .r97E263.large-show {
    display: flex;
}

.channel-html .r97E263.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r97E263.large-show.medium-show, .channel-html .r97E263.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r97E263.large-show.medium-hide, .channel-html .r97E263.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r97E263.medium-show.small-show, .channel-html .r97E263.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r97E263.medium-show.small-hide, .channel-html .r97E263.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xE9113F {
    margin-top: 60px;
    margin-bottom: -50px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xE9113F {
        margin-top: 47px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xE9113F {
        margin-top: 39px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xE9113F {
        margin-left: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xE9113F {
        margin-bottom: -62px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xE9113F {
        margin-bottom: -33px;
    }
}

.sC15836 {
    margin-left: 0px;
    margin-right: 0px;
}

.channel-html .wD9359A {
    text-align: center;
}

@media only screen and (max-width: 734px) {
    .channel-html .wD9359A {
        margin-left: 41.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wD9359A {
        text-align: left;
    }
}

.channel-html .h0EEBF1 {
    color: #1d1d1f;
    margin-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h0EEBF1 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h0EEBF1 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h0EEBF1 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h0EEBF1 {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h0EEBF1 {
        padding-right: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h0EEBF1 {
        padding-right: 46px;
    }
}

.channel-html .oB5431E {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .oB5431E {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB5431E {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB5431E {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oB5431E {
        padding-right: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB5431E {
        padding-right: 45px;
    }
}

.channel-html .g44F0E8 {
    padding-left: 6px;
}

@media only screen and (max-width: 734px) {
    .channel-html .g44F0E8 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g44F0E8 {
        padding-left: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g44F0E8 {
        padding-left: 0px;
    }
}

.channel-html .zA64F20 {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 314px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA64F20 {
        grid-template-columns: repeat(1, 218px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA64F20 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA64F20 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA64F20 {
        overflow: hidden;
    }
}

.channel-html .zA64F20.large-show {
    display: grid;
}

.channel-html .zA64F20.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA64F20.large-show.medium-show, .channel-html .zA64F20.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA64F20.large-show.medium-hide, .channel-html .zA64F20.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA64F20.medium-show.small-show, .channel-html .zA64F20.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA64F20.medium-show.small-hide, .channel-html .zA64F20.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zA64F20 .bentobox-item {
    border-radius: 18px;
}

.channel-html .f9ED879 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9ED879 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9ED879 {
        overflow: visible;
    }
}

.channel-html .f9ED879.large-show {
    display: flex;
}

.channel-html .f9ED879.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9ED879.large-show.medium-show, .channel-html .f9ED879.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9ED879.large-show.medium-hide, .channel-html .f9ED879.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9ED879.medium-show.small-show, .channel-html .f9ED879.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9ED879.medium-show.small-hide, .channel-html .f9ED879.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f9ED879:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9ED879:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9ED879:before {
        content: none;
    }
}

.channel-html .b00C952 {
    min-height: 312px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b00C952 {
        min-height: 280px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b00C952 {
        min-height: 299px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b00C952 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b00C952 {
        flex-grow: 0;
    }
}

.channel-html .b00C952.large-show {
    display: flex;
}

.channel-html .b00C952.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b00C952.large-show.medium-show, .channel-html .b00C952.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b00C952.large-show.medium-hide, .channel-html .b00C952.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b00C952.medium-show.small-show, .channel-html .b00C952.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b00C952.medium-show.small-hide, .channel-html .b00C952.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y0CCB1E {
    margin-top: 58px;
    margin-bottom: -50px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0CCB1E {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0CCB1E {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0CCB1E {
        margin-left: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0CCB1E {
        margin-bottom: -39px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0CCB1E {
        margin-bottom: -34px;
    }
}

.xEF92E5 {
    margin-left: 2px;
}

@media only screen and (max-width: 1068px) {
    .xEF92E5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .xEF92E5 {
        margin-left: -1px;
    }
}

.channel-html .w3D6A27 {
    text-align: center;
}

@media only screen and (max-width: 734px) {
    .channel-html .w3D6A27 {
        padding-left: 41.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w3D6A27 {
        text-align: left;
    }
}

.channel-html .s17FF2F {
    color: #1d1d1f;
    margin-top: 14px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s17FF2F {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s17FF2F {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s17FF2F {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s17FF2F {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s17FF2F {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s17FF2F {
        padding-right: 42px;
    }
}

.channel-html .l5A1E96 {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 35px;
    padding-right: 35px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .l5A1E96 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l5A1E96 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l5A1E96 {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l5A1E96 {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l5A1E96 {
        padding-right: 60px;
    }
}

.channel-html .t1DD2B8 {
    padding-left: 13px;
}

@media only screen and (max-width: 734px) {
    .channel-html .t1DD2B8 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t1DD2B8 {
        padding-left: 0px;
    }
}

.channel-html .u3CDB8E {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u3CDB8E {
        grid-template-columns: repeat(1, 217px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u3CDB8E {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u3CDB8E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u3CDB8E {
        overflow: hidden;
    }
}

.channel-html .u3CDB8E.large-show {
    display: grid;
}

.channel-html .u3CDB8E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u3CDB8E.large-show.medium-show, .channel-html .u3CDB8E.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u3CDB8E.large-show.medium-hide, .channel-html .u3CDB8E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u3CDB8E.medium-show.small-show, .channel-html .u3CDB8E.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u3CDB8E.medium-show.small-hide, .channel-html .u3CDB8E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u3CDB8E .bentobox-item {
    border-radius: 18px;
}

.channel-html .l000D62 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: visible;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l000D62 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l000D62 {
        overflow: visible;
    }
}

.channel-html .l000D62.large-show {
    display: flex;
}

.channel-html .l000D62.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l000D62.large-show.medium-show, .channel-html .l000D62.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l000D62.large-show.medium-hide, .channel-html .l000D62.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l000D62.medium-show.small-show, .channel-html .l000D62.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l000D62.medium-show.small-hide, .channel-html .l000D62.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l000D62:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l000D62:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l000D62:before {
        content: none;
    }
}

.channel-html .o151A93 {
    min-height: 312px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o151A93 {
        min-height: 280px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o151A93 {
        min-height: 263px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o151A93 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o151A93 {
        flex-grow: 0;
    }
}

.channel-html .o151A93.large-show {
    display: flex;
}

.channel-html .o151A93.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o151A93.large-show.medium-show, .channel-html .o151A93.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o151A93.large-show.medium-hide, .channel-html .o151A93.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o151A93.medium-show.small-show, .channel-html .o151A93.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o151A93.medium-show.small-hide, .channel-html .o151A93.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i1BFC25 {
    margin-top: 58px;
    margin-bottom: -52px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i1BFC25 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i1BFC25 {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i1BFC25 {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i1BFC25 {
        margin-bottom: -44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i1BFC25 {
        margin-bottom: -34px;
    }
}

.v297FCE {
    margin-top: 8px;
    margin-left: 2px;
    margin-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .v297FCE {
        margin-left: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .v297FCE {
        margin-left: 0px;
    }
}

.channel-html .v21D36D {
    text-align: center;
}

@media only screen and (max-width: 734px) {
    .channel-html .v21D36D {
        padding-left: 41.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v21D36D {
        text-align: left;
    }
}

.channel-html .y357721 {
    color: #1d1d1f;
    margin-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y357721 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y357721 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y357721 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y357721 {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y357721 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y357721 {
        padding-right: 42px;
    }
}

.channel-html .uE01857 {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 36px;
    padding-right: 36px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: unset !important;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .uE01857 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uE01857 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uE01857 {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uE01857 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uE01857 {
        padding-right: 42px;
    }
}

.channel-html .p829266 {
    align-items: center;
    padding-bottom: 65px;
}

    .channel-html .p829266.large-show {
        display: flex;
    }

    .channel-html .p829266.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .p829266.large-show.medium-show, .channel-html .p829266.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p829266.large-show.medium-hide, .channel-html .p829266.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p829266.medium-show.small-show, .channel-html .p829266.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p829266.medium-show.small-hide, .channel-html .p829266.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p829266 {
        padding-bottom: 30px;
    }
}

.channel-html .f8F57F7 {
    align-items: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 119px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        padding-top: 95.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        padding-top: 66px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7 {
        padding-right: 0px;
    }
}

.channel-html .f8F57F7.large-show {
    display: flex;
}

.channel-html .f8F57F7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7.large-show.medium-show, .channel-html .f8F57F7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8F57F7.large-show.medium-hide, .channel-html .f8F57F7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7.medium-show.small-show, .channel-html .f8F57F7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8F57F7.medium-show.small-hide, .channel-html .f8F57F7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p8DE121 {
    text-align: center;
}

.channel-html .gD415B9 {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .rE46FD1 {
    color: #1d1d1f;
    margin-top: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rE46FD1 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rE46FD1 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rE46FD1 {
        padding-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rE46FD1 {
        padding-right: 54px;
    }
}

.channel-html .g737104 {
    margin-top: 41px;
    margin-bottom: 61px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g737104 {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g737104 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g737104 {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g737104 {
        margin-bottom: 40px;
    }
}

.channel-html .g737104.large-show {
    display: flex;
}

.channel-html .g737104.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g737104.large-show.medium-show, .channel-html .g737104.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g737104.large-show.medium-hide, .channel-html .g737104.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g737104.medium-show.small-show, .channel-html .g737104.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g737104.medium-show.small-hide, .channel-html .g737104.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pBD7254 {
    width: 100%;
    --columns: 3;
    --grid-column: 3;
    --static-enabled: false;
    --column-data: 0, 1, 7, 0, 1, 0, 1;
    --allowed-columns: 3, 2, 2;
}

    .channel-html .pBD7254 .compare-column-0 {
        display: flex;
        order: 1;
    }

    .channel-html .pBD7254 .compare-column-1 {
        display: flex;
        order: 2;
    }

    .channel-html .pBD7254 .compare-column-2 {
        display: flex;
        order: 3;
    }

    .channel-html .pBD7254 .compare-static-0 {
        display: flex;
        order: 1;
    }

    .channel-html .pBD7254 .compare-static-1 {
        display: flex;
        order: 2;
    }

    .channel-html .pBD7254 .compare-static-7 {
        display: flex;
        order: 3;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .pBD7254 {
        --columns: 2;
        --grid-column: 2;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBD7254 .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBD7254 .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBD7254 .compare-column-2 {
        display: none;
        order: 3;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBD7254 {
        --static-enabled: false;
    }

        .channel-html .pBD7254 .compare-static-7 {
            display: none;
        }

        .channel-html .pBD7254 .compare-static-0 {
            display: flex;
            order: 1;
        }

        .channel-html .pBD7254 .compare-static-1 {
            display: flex;
            order: 2;
        }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBD7254 {
        --columns: 2;
        --grid-column: 2;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBD7254 .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBD7254 .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBD7254 .compare-column-2 {
        display: none;
        order: 3;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBD7254 {
        --static-enabled: false;
    }

        .channel-html .pBD7254 .compare-static-7 {
            display: none;
        }

        .channel-html .pBD7254 .compare-static-0 {
            display: flex;
            order: 1;
        }

        .channel-html .pBD7254 .compare-static-1 {
            display: flex;
            order: 2;
        }
}

.pBD7254 .image-compare_macbook_pro_m4pro_m4max_16_ {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4pro_m4max_16__large.png);
}

.pBD7254 .image-hardware_apple_intelligence {
    width: 368px;
    height: 414px;
    background-size: 368px 414px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_large.png);
}

.pBD7254 .image-compare_macbook_air_m3_13_midnight {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_13_midnight_large.png);
}

.pBD7254 .image-compare_mac_mini_2018_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_2018_spacegray_large.png);
}

.pBD7254 .image-connections {
    width: 480px;
    height: 220px;
    background-size: 480px 220px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_large.png);
}

.pBD7254 .image-icon_chip_m1pro_fill {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1pro_fill_large.png);
}

.pBD7254 .image-sizes {
    width: 337px;
    height: 273px;
    background-size: 337px 273px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_large.png);
}

.pBD7254 .image-compare_imac_27_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_27_silver_large.png);
}

.pBD7254 .image-compare_macbook_pro_m2_16_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_silver_large.png);
}

.pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
    width: 54px;
    height: 32px;
    background-size: 54px 32px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_large.png);
}

.pBD7254 .image-compare_mac_mini_m1_2020_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m1_2020_silver_large.png);
}

.pBD7254 .image-compare_macbook_pro_16_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_16_spacegray_large.png);
}

.pBD7254 .image-compare_mac_studio_m2_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m2_silver_large.png);
}

.pBD7254 .image-icon_upgraders_person_fill_viewfinder {
    width: 75px;
    height: 74px;
    background-size: 75px 74px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_large.png);
}

.pBD7254 .image-compare_imac_24_m4_2024_twoport_blue {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m4_2024_twoport_blue_large.png);
}

.pBD7254 .image-icon_flex_check_d0112b_34_R {
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_large.png);
}

.pBD7254 .image-flex_accessories {
    width: 626px;
    height: 325px;
    background-size: 626px 325px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_large.png);
}

.pBD7254 .image-compare_imac_21_5_silver_intel_2017 {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2017_large.png);
}

.pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
    width: 123px;
    height: 50px;
    background-size: 123px 50px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_large.png);
}

.pBD7254 .image-icon_chip_m2_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2_fill_elevated_large.png);
}

.pBD7254 .image-compare_macbook_pro_13_m1_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_13_m1_spacegray_large.png);
}

.pBD7254 .image-compare_macbook_pro_m1_16_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_16_spacegray_large.png);
}

.pBD7254 .image-compare_mac_pro_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_silver_large.png);
}

.pBD7254 .image-lifestyle {
    width: 980px;
    height: 480px;
    background-size: 980px 480px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_large.png);
}

.pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
    width: 50px;
    height: 35px;
    background-size: 50px 35px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_large.png);
}

.pBD7254 .image-icon_upgraders_cpu {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_large.png);
}

.pBD7254 .image-compare_mac_pro_m2_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_m2_silver_large.png);
}

.pBD7254 .image-compare_macbook_air_m4_13_skyblue {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_13_skyblue_large.png);
}

.pBD7254 .image-compare_macbook_pro_m3_14_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_silver_large.png);
}

.pBD7254 .image-compare_macbook_air_2017_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_2017_silver_large.png);
}

.pBD7254 .image-icon_chip_m4max_and_chip_m3ultra_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4max_and_chip_m3ultra_fill_elevated_large.png);
}

.pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_large.png);
}

.pBD7254 .image-icon_touchid_square_elevated {
    width: 38px;
    height: 41px;
    background-size: 38px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_square_elevated_large.png);
}

.pBD7254 .image-flex_applecare {
    width: 408px;
    height: 222px;
    background-size: 408px 222px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_large.png);
}

.pBD7254 .image-upgraders_border {
    width: 480px;
    height: 230px;
    background-size: 480px 230px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_large.png);
}

.pBD7254 .image-icon_chip_m2max_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_elevated_large.png);
}

.pBD7254 .image-compare_mac_studio_m4max_and_m3ultra_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m4max_and_m3ultra_silver_large.png);
}

.pBD7254 .image-compare_macbook_air_m4_15_skyblue {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_15_skyblue_large.png);
}

.pBD7254 .image-icon_chip_m2pro_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_fill_elevated_large.png);
}

.pBD7254 .image-icon_chip_intel {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_intel_large.png);
}

.pBD7254 .image-compare_imac_pro_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_pro_spacegray_large.png);
}

.pBD7254 .image-compare_macbook_pro_m2_14_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_spacegray_large.png);
}

.pBD7254 .image-icon_chip_m2pro_and_chip_m2max_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_and_chip_m2max_fill_elevated_large.png);
}

.pBD7254 .image-icon_upgraders_sun_max {
    width: 87px;
    height: 87px;
    background-size: 87px 87px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_large.png);
}

.pBD7254 .image-icon_flex_bolt_fill_elevated {
    width: 32px;
    height: 49px;
    background-size: 32px 49px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_large.png);
}

.pBD7254 .image-icon_waveform_elevated {
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_large.png);
}

.pBD7254 .image-compare_macbook_air_m2_15_starlight {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_15_starlight_large.png);
}

.pBD7254 .image-compare_mac_mini_m2_2port_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_2port_silver_large.png);
}

.pBD7254 .image-compare_macbook_pro_m2_16_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_spacegray_large.png);
}

.pBD7254 .image-hero_logo {
    width: 218px;
    height: 30px;
    background-size: 218px 30px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_large.png);
}

.pBD7254 .image-icon_upgraders_battery_100percent {
    width: 92px;
    height: 46px;
    background-size: 92px 46px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_large.png);
}

.pBD7254 .image-icon_person_spatialaudio_fill_elevated {
    width: 42px;
    height: 46px;
    background-size: 42px 46px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_large.png);
}

.pBD7254 .image-mac_iphone {
    width: 511px;
    height: 384px;
    background-size: 511px 384px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_large.png);
}

.pBD7254 .image-icon_person_fill_viewfinder_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_large.png);
}

.pBD7254 .image-compare_macbook_air_m2_13_midnight {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_13_midnight_large.png);
}

.pBD7254 .image-color {
    width: 346px;
    height: 248px;
    background-size: 346px 248px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_large.png);
}

.pBD7254 .image-battery {
    width: 218px;
    height: 108px;
    background-size: 218px 108px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_large.png);
}

.pBD7254 .image-magic_keyboard {
    width: 418px;
    height: 315px;
    background-size: 418px 315px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_large.png);
}

.pBD7254 .image-icon_chip_m4_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4_fill_elevated_large.png);
}

.pBD7254 .image-icon_touchid_key_elevated {
    width: 38px;
    height: 41px;
    background-size: 38px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_key_elevated_large.png);
}

.pBD7254 .image-icon_flex_checklist_checked_elevated {
    width: 49px;
    height: 44px;
    background-size: 49px 44px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_large.png);
}

.pBD7254 .image-compare_macbook_pro_m3_16_spaceblack {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_16_spaceblack_large.png);
}

.pBD7254 .image-icon_chip_m1max_fill {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1max_fill_large.png);
}

.pBD7254 .image-compare_macbook_pro_m4_14_ {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4_14__large.png);
}

.pBD7254 .image-icon_chip_m4pro_and_chip_m4max_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4pro_and_chip_m4max_fill_elevated_large.png);
}

.pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
    width: 55px;
    height: 37px;
    background-size: 55px 37px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_large.png);
}

.pBD7254 .image-icon_touchid_elevated {
    width: 42px;
    height: 41px;
    background-size: 42px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_large.png);
}

.pBD7254 .image-icon_chip_m2max_and_chip_m2ultra_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_and_chip_m2ultra_fill_elevated_large.png);
}

.pBD7254 .image-compare_macbook_air_m1_gold {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_gold_large.png);
}

.pBD7254 .image-icon_lock_key_elevated {
    width: 38px;
    height: 41px;
    background-size: 38px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_lock_key_elevated_large.png);
}

.pBD7254 .image-compare_macbook_air_m1_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_spacegray_large.png);
}

.pBD7254 .image-icon_chip_m1pro_and_chip_m1max_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1pro_and_chip_m1max_fill_elevated_large.png);
}

.pBD7254 .image-liquid_retina {
    width: 480px;
    height: 315px;
    background-size: 480px 315px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_large.png);
}

.pBD7254 .image-icon_chip_m4_and_chip_m4pro_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4_and_chip_m4pro_fill_elevated_large.png);
}

.pBD7254 .image-compare_mac_mini_m2_4port_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_4port_silver_large.png);
}

.pBD7254 .image-hero {
    width: 798px;
    height: 382px;
    background-size: 798px 382px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_large.png);
}

.pBD7254 .image-compare_macbook_pro_m3_14_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spacegray_large.png);
}

.pBD7254 .image-icon_apple_intelligence_elevated {
    width: 42px;
    height: 43px;
    background-size: 42px 43px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_apple_intelligence_elevated_large.png);
}

.pBD7254 .image-compare_macbook_air_m3_15_midnight {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_15_midnight_large.png);
}

.pBD7254 .image-compare_imac_24_m1_2021_twoport_blue {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m1_2021_twoport_blue_large.png);
}

.pBD7254 .image-compare_mac_mini_m4_m4pro {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m4_m4pro_large.png);
}

.pBD7254 .image-compare_mac_mini_silver_2014 {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_silver_2014_large.png);
}

.pBD7254 .image-icon_chip_m3_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m3_fill_elevated_large.png);
}

.pBD7254 .image-compare_imac_21_5_silver_intel_2019 {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2019_large.png);
}

.pBD7254 .image-performance {
    width: 634px;
    height: 423px;
    background-size: 634px 423px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_large.png);
}

.pBD7254 .image-icon_upgraders_apple_intelligence {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_large.png);
}

.pBD7254 .image-compare_macbook_pro_m1_14_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_14_spacegray_large.png);
}

.pBD7254 .image-compare_imac_24_m3_2023_twoport_blue {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m3_2023_twoport_blue_large.png);
}

.pBD7254 .image-display {
    width: 741px;
    height: 283px;
    background-size: 741px 283px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_large.png);
}

.pBD7254 .image-icon_performance_chip_m4 {
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_large.png);
}

.pBD7254 .image-icon_touchid_round {
    width: 42px;
    height: 41px;
    background-size: 42px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_round_large.png);
}

.pBD7254 .image-compare_macbook_pro_m3_14_spaceblack {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spaceblack_large.png);
}

.pBD7254 .image-compare_macbook_pro_m2_13_spacegray {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_13_spacegray_large.png);
}

.pBD7254 .image-icon_magickeyboard_keypad_elevated {
    width: 89px;
    height: 41px;
    background-size: 89px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_magickeyboard_keypad_elevated_large.png);
}

.pBD7254 .image-compare_mac_studio_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_silver_large.png);
}

.pBD7254 .image-icon_chip_m1_fill {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1_fill_large.png);
}

.pBD7254 .image-compare_macbook_pro_m2_14_silver {
    width: 173px;
    height: 126px;
    background-size: 173px 126px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_silver_large.png);
}

.pBD7254 .image-icon_chip_m2max_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_fill_elevated_large.png);
}

.pBD7254 .image-icon_magickeyboard_elevated {
    width: 49px;
    height: 41px;
    background-size: 49px 41px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_magickeyboard_elevated_large.png);
}

.pBD7254 .image-icon_chip_m3pro_and_chip_m3max_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m3pro_and_chip_m3max_fill_elevated_large.png);
}

.pBD7254 .image-icon_chip_m2ultra_fill_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2ultra_fill_elevated_large.png);
}

.pBD7254 .image-icon_chip_m2_and_chip_m2pro_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2_and_chip_m2pro_fill_elevated_large.png);
}

.pBD7254 .image-icon_chip_m1max_and_chip_m1ultra_fill_elevated {
    width: 80px;
    height: 38px;
    background-size: 80px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1max_and_chip_m1ultra_fill_elevated_large.png);
}

.pBD7254 .image-icon_chip_m2pro_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_elevated_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m4pro_m4max_16_ {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4pro_m4max_16__large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-hardware_apple_intelligence {
        width: 368px;
        height: 414px;
        background-size: 368px 414px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m3_13_midnight {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_13_midnight_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_2018_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_2018_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-connections {
        width: 480px;
        height: 220px;
        background-size: 480px 220px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m1pro_fill {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1pro_fill_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-sizes {
        width: 337px;
        height: 273px;
        background-size: 337px 273px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_27_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_27_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m2_16_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
        width: 54px;
        height: 32px;
        background-size: 54px 32px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_m1_2020_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m1_2020_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_16_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_16_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_studio_m2_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m2_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_person_fill_viewfinder {
        width: 75px;
        height: 74px;
        background-size: 75px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_24_m4_2024_twoport_blue {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m4_2024_twoport_blue_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_flex_check_d0112b_34_R {
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-flex_accessories {
        width: 626px;
        height: 325px;
        background-size: 626px 325px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2017 {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2017_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
        width: 123px;
        height: 50px;
        background-size: 123px 50px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_13_m1_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_13_m1_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m1_16_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_16_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_pro_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-lifestyle {
        width: 980px;
        height: 480px;
        background-size: 980px 480px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
        width: 50px;
        height: 35px;
        background-size: 50px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_cpu {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_pro_m2_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_m2_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m4_13_skyblue {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_13_skyblue_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m3_14_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_2017_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_2017_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m4max_and_chip_m3ultra_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4max_and_chip_m3ultra_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_touchid_square_elevated {
        width: 38px;
        height: 41px;
        background-size: 38px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_square_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-flex_applecare {
        width: 408px;
        height: 222px;
        background-size: 408px 222px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-upgraders_border {
        width: 480px;
        height: 230px;
        background-size: 480px 230px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2max_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_studio_m4max_and_m3ultra_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m4max_and_m3ultra_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m4_15_skyblue {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_15_skyblue_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2pro_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_intel {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_intel_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_pro_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_pro_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m2_14_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2pro_and_chip_m2max_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_and_chip_m2max_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_sun_max {
        width: 87px;
        height: 87px;
        background-size: 87px 87px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_flex_bolt_fill_elevated {
        width: 32px;
        height: 49px;
        background-size: 32px 49px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_waveform_elevated {
        width: 34px;
        height: 42px;
        background-size: 34px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m2_15_starlight {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_15_starlight_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_m2_2port_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_2port_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m2_16_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-hero_logo {
        width: 218px;
        height: 30px;
        background-size: 218px 30px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_battery_100percent {
        width: 92px;
        height: 46px;
        background-size: 92px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_person_spatialaudio_fill_elevated {
        width: 42px;
        height: 46px;
        background-size: 42px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-mac_iphone {
        width: 511px;
        height: 384px;
        background-size: 511px 384px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_person_fill_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m2_13_midnight {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_13_midnight_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-color {
        width: 346px;
        height: 248px;
        background-size: 346px 248px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-battery {
        width: 218px;
        height: 108px;
        background-size: 218px 108px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-magic_keyboard {
        width: 418px;
        height: 315px;
        background-size: 418px 315px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m4_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_touchid_key_elevated {
        width: 38px;
        height: 41px;
        background-size: 38px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_key_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_flex_checklist_checked_elevated {
        width: 49px;
        height: 44px;
        background-size: 49px 44px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m3_16_spaceblack {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_16_spaceblack_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m1max_fill {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1max_fill_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m4_14_ {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4_14__large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m4pro_and_chip_m4max_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4pro_and_chip_m4max_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
        width: 55px;
        height: 37px;
        background-size: 55px 37px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2max_and_chip_m2ultra_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_and_chip_m2ultra_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m1_gold {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_gold_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_lock_key_elevated {
        width: 38px;
        height: 41px;
        background-size: 38px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_lock_key_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m1_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m1pro_and_chip_m1max_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1pro_and_chip_m1max_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-liquid_retina {
        width: 480px;
        height: 315px;
        background-size: 480px 315px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m4_and_chip_m4pro_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m4_and_chip_m4pro_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_m2_4port_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_4port_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-hero {
        width: 798px;
        height: 382px;
        background-size: 798px 382px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_apple_intelligence_elevated {
        width: 42px;
        height: 43px;
        background-size: 42px 43px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_apple_intelligence_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_air_m3_15_midnight {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_15_midnight_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_24_m1_2021_twoport_blue {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m1_2021_twoport_blue_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_m4_m4pro {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m4_m4pro_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_mini_silver_2014 {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_silver_2014_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m3_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m3_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2019 {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2019_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-performance {
        width: 634px;
        height: 423px;
        background-size: 634px 423px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_upgraders_apple_intelligence {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m1_14_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_14_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_imac_24_m3_2023_twoport_blue {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m3_2023_twoport_blue_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-display {
        width: 741px;
        height: 283px;
        background-size: 741px 283px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_performance_chip_m4 {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_touchid_round {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_round_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spaceblack {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spaceblack_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m2_13_spacegray {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_13_spacegray_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_magickeyboard_keypad_elevated {
        width: 89px;
        height: 41px;
        background-size: 89px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_magickeyboard_keypad_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_mac_studio_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m1_fill {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1_fill_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-compare_macbook_pro_m2_14_silver {
        width: 173px;
        height: 126px;
        background-size: 173px 126px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_silver_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2max_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2max_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_magickeyboard_elevated {
        width: 49px;
        height: 41px;
        background-size: 49px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_magickeyboard_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m3pro_and_chip_m3max_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m3pro_and_chip_m3max_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2ultra_fill_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2ultra_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2_and_chip_m2pro_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2_and_chip_m2pro_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m1max_and_chip_m1ultra_fill_elevated {
        width: 80px;
        height: 38px;
        background-size: 80px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m1max_and_chip_m1ultra_fill_elevated_large_2x.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .pBD7254 .image-icon_chip_m2pro_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_chip_m2pro_elevated_large_2x.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-hardware_apple_intelligence {
        width: 294px;
        height: 338px;
        background-size: 294px 338px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-connections {
        width: 336px;
        height: 198px;
        background-size: 336px 198px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-sizes {
        width: 263px;
        height: 273px;
        background-size: 263px 273px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
        width: 54px;
        height: 32px;
        background-size: 54px 32px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_person_fill_viewfinder {
        width: 53px;
        height: 53px;
        background-size: 53px 53px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_flex_check_d0112b_34_R {
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-flex_accessories {
        width: 410px;
        height: 239px;
        background-size: 410px 239px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
        width: 85px;
        height: 35px;
        background-size: 85px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-lifestyle {
        width: 692px;
        height: 480px;
        background-size: 692px 480px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
        width: 50px;
        height: 35px;
        background-size: 50px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_cpu {
        width: 56px;
        height: 56px;
        background-size: 56px 56px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-flex_applecare {
        width: 262px;
        height: 142px;
        background-size: 262px 142px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-upgraders_border {
        width: 336px;
        height: 180px;
        background-size: 336px 180px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_sun_max {
        width: 63px;
        height: 63px;
        background-size: 63px 63px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_flex_bolt_fill_elevated {
        width: 32px;
        height: 49px;
        background-size: 32px 49px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_waveform_elevated {
        width: 34px;
        height: 42px;
        background-size: 34px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-hero_logo {
        width: 142px;
        height: 21px;
        background-size: 142px 21px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_battery_100percent {
        width: 65px;
        height: 33px;
        background-size: 65px 33px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_person_spatialaudio_fill_elevated {
        width: 42px;
        height: 46px;
        background-size: 42px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-mac_iphone {
        width: 395px;
        height: 383px;
        background-size: 395px 383px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_person_fill_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-color {
        width: 287px;
        height: 242px;
        background-size: 287px 242px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-battery {
        width: 218px;
        height: 108px;
        background-size: 218px 108px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-magic_keyboard {
        width: 297px;
        height: 308px;
        background-size: 297px 308px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_flex_checklist_checked_elevated {
        width: 49px;
        height: 44px;
        background-size: 49px 44px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
        width: 55px;
        height: 37px;
        background-size: 55px 37px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-liquid_retina {
        width: 336px;
        height: 343px;
        background-size: 336px 343px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-hero {
        width: 535px;
        height: 256px;
        background-size: 535px 256px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-performance {
        width: 460px;
        height: 338px;
        background-size: 460px 338px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_upgraders_apple_intelligence {
        width: 57px;
        height: 57px;
        background-size: 57px 57px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-display {
        width: 594px;
        height: 227px;
        background-size: 594px 227px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_medium.png);
    }
}

@media only screen and (max-width: 1068px) {
    .pBD7254 .image-icon_performance_chip_m4 {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_medium.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hardware_apple_intelligence {
        width: 294px;
        height: 338px;
        background-size: 294px 338px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-connections {
        width: 336px;
        height: 198px;
        background-size: 336px 198px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-sizes {
        width: 263px;
        height: 273px;
        background-size: 263px 273px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
        width: 54px;
        height: 32px;
        background-size: 54px 32px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_person_fill_viewfinder {
        width: 53px;
        height: 53px;
        background-size: 53px 53px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_check_d0112b_34_R {
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-flex_accessories {
        width: 410px;
        height: 239px;
        background-size: 410px 239px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
        width: 85px;
        height: 35px;
        background-size: 85px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-lifestyle {
        width: 692px;
        height: 480px;
        background-size: 692px 480px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
        width: 50px;
        height: 35px;
        background-size: 50px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_cpu {
        width: 56px;
        height: 56px;
        background-size: 56px 56px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-flex_applecare {
        width: 262px;
        height: 142px;
        background-size: 262px 142px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-upgraders_border {
        width: 336px;
        height: 180px;
        background-size: 336px 180px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_sun_max {
        width: 63px;
        height: 63px;
        background-size: 63px 63px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_bolt_fill_elevated {
        width: 32px;
        height: 49px;
        background-size: 32px 49px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_waveform_elevated {
        width: 34px;
        height: 42px;
        background-size: 34px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hero_logo {
        width: 142px;
        height: 21px;
        background-size: 142px 21px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_battery_100percent {
        width: 65px;
        height: 33px;
        background-size: 65px 33px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_person_spatialaudio_fill_elevated {
        width: 42px;
        height: 46px;
        background-size: 42px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-mac_iphone {
        width: 395px;
        height: 383px;
        background-size: 395px 383px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_person_fill_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-color {
        width: 287px;
        height: 242px;
        background-size: 287px 242px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-battery {
        width: 218px;
        height: 108px;
        background-size: 218px 108px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-magic_keyboard {
        width: 297px;
        height: 308px;
        background-size: 297px 308px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_checklist_checked_elevated {
        width: 49px;
        height: 44px;
        background-size: 49px 44px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
        width: 55px;
        height: 37px;
        background-size: 55px 37px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-liquid_retina {
        width: 336px;
        height: 343px;
        background-size: 336px 343px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hero {
        width: 535px;
        height: 256px;
        background-size: 535px 256px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-performance {
        width: 460px;
        height: 338px;
        background-size: 460px 338px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_apple_intelligence {
        width: 57px;
        height: 57px;
        background-size: 57px 57px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-display {
        width: 594px;
        height: 227px;
        background-size: 594px 227px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_medium_2x.png);
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_performance_chip_m4 {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_medium_2x.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m4pro_m4max_16_ {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4pro_m4max_16__small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-hardware_apple_intelligence {
        width: 277px;
        height: 253px;
        background-size: 277px 253px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m3_13_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_13_midnight_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_2018_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_2018_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-connections {
        width: 320px;
        height: 182px;
        background-size: 320px 182px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-sizes {
        width: 213px;
        height: 213px;
        background-size: 213px 213px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_27_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_27_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m2_16_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
        width: 54px;
        height: 32px;
        background-size: 54px 32px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_m1_2020_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m1_2020_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_16_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_studio_m2_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m2_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_person_fill_viewfinder {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_24_m4_2024_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m4_2024_twoport_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_flex_check_d0112b_34_R {
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-flex_accessories {
        width: 320px;
        height: 218px;
        background-size: 320px 218px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2017 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2017_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
        width: 85px;
        height: 35px;
        background-size: 85px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_13_m1_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_13_m1_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m1_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_16_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_pro_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-lifestyle {
        width: 320px;
        height: 320px;
        background-size: 320px 320px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
        width: 50px;
        height: 35px;
        background-size: 50px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_cpu {
        width: 41px;
        height: 41px;
        background-size: 41px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_pro_m2_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_m2_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m4_13_skyblue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_13_skyblue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m3_14_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_2017_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_2017_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-flex_applecare {
        width: 205px;
        height: 110px;
        background-size: 205px 110px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-upgraders_border {
        width: 320px;
        height: 150px;
        background-size: 320px 150px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_studio_m4max_and_m3ultra_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m4max_and_m3ultra_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m4_15_skyblue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_15_skyblue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_pro_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_pro_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m2_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_sun_max {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_flex_bolt_fill_elevated {
        width: 32px;
        height: 49px;
        background-size: 32px 49px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_waveform_elevated {
        width: 34px;
        height: 42px;
        background-size: 34px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m2_15_starlight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_15_starlight_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_m2_2port_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_2port_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m2_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-hero_logo {
        width: 127px;
        height: 19px;
        background-size: 127px 19px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_battery_100percent {
        width: 48px;
        height: 26px;
        background-size: 48px 26px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_person_spatialaudio_fill_elevated {
        width: 42px;
        height: 46px;
        background-size: 42px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-mac_iphone {
        width: 297px;
        height: 246px;
        background-size: 297px 246px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_person_fill_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m2_13_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_13_midnight_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-color {
        width: 278px;
        height: 212px;
        background-size: 278px 212px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-battery {
        width: 191px;
        height: 94px;
        background-size: 191px 94px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-magic_keyboard {
        width: 263px;
        height: 243px;
        background-size: 263px 243px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_flex_checklist_checked_elevated {
        width: 49px;
        height: 44px;
        background-size: 49px 44px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m3_16_spaceblack {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_16_spaceblack_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m4_14_ {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4_14__small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
        width: 55px;
        height: 37px;
        background-size: 55px 37px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m1_gold {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_gold_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m1_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-liquid_retina {
        width: 320px;
        height: 189px;
        background-size: 320px 189px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_m2_4port_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_4port_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-hero {
        width: 283px;
        height: 285px;
        background-size: 283px 285px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_air_m3_15_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_15_midnight_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_24_m1_2021_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m1_2021_twoport_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_m4_m4pro {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m4_m4pro_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_mini_silver_2014 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_silver_2014_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2019 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2019_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-performance {
        width: 320px;
        height: 255px;
        background-size: 320px 255px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_upgraders_apple_intelligence {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m1_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_14_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_imac_24_m3_2023_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m3_2023_twoport_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-display {
        width: 282px;
        height: 108px;
        background-size: 282px 108px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-icon_performance_chip_m4 {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spaceblack {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spaceblack_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m2_13_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_13_spacegray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_mac_studio_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .pBD7254 .image-compare_macbook_pro_m2_14_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_silver_small.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m4pro_m4max_16_ {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4pro_m4max_16__small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hardware_apple_intelligence {
        width: 277px;
        height: 253px;
        background-size: 277px 253px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hardware_apple_intelligence_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m3_13_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_13_midnight_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_2018_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_2018_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-connections {
        width: 320px;
        height: 182px;
        background-size: 320px 182px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/connections_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-sizes {
        width: 213px;
        height: 213px;
        background-size: 213px 213px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/sizes_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_27_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_27_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m2_16_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_macbook_and_iphone_elevated {
        width: 54px;
        height: 32px;
        background-size: 54px 32px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_macbook_and_iphone_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_m1_2020_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m1_2020_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_16_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_studio_m2_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m2_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_person_fill_viewfinder {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_person_fill_viewfinder_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_24_m4_2024_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m4_2024_twoport_blue_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_check_d0112b_34_R {
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_check_d0112b_34_R_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-flex_accessories {
        width: 320px;
        height: 218px;
        background-size: 320px 218px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_accessories_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2017 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2017_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_studiodisplay_2_and_macbook {
        width: 85px;
        height: 35px;
        background-size: 85px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_studiodisplay_2_and_macbook_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_13_m1_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_13_m1_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m1_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_16_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_pro_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-lifestyle {
        width: 320px;
        height: 320px;
        background-size: 320px 320px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/lifestyle_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_message_and_message_elevated {
        width: 50px;
        height: 35px;
        background-size: 50px 35px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_message_and_message_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_cpu {
        width: 41px;
        height: 41px;
        background-size: 41px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_cpu_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_pro_m2_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_pro_m2_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m4_13_skyblue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_13_skyblue_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m3_14_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_2017_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_2017_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_mac_iphone_document_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_mac_iphone_document_viewfinder_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-flex_applecare {
        width: 205px;
        height: 110px;
        background-size: 205px 110px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/flex_applecare_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-upgraders_border {
        width: 320px;
        height: 150px;
        background-size: 320px 150px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/upgraders_border_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_studio_m4max_and_m3ultra_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_m4max_and_m3ultra_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m4_15_skyblue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m4_15_skyblue_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_pro_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_pro_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m2_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_sun_max {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_sun_max_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_bolt_fill_elevated {
        width: 32px;
        height: 49px;
        background-size: 32px 49px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_bolt_fill_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_waveform_elevated {
        width: 34px;
        height: 42px;
        background-size: 34px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_waveform_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m2_15_starlight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_15_starlight_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_m2_2port_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_2port_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m2_16_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_16_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hero_logo {
        width: 127px;
        height: 19px;
        background-size: 127px 19px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_logo_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_battery_100percent {
        width: 48px;
        height: 26px;
        background-size: 48px 26px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_battery_100percent_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_person_spatialaudio_fill_elevated {
        width: 42px;
        height: 46px;
        background-size: 42px 46px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_spatialaudio_fill_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-mac_iphone {
        width: 297px;
        height: 246px;
        background-size: 297px 246px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/mac_iphone_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_person_fill_viewfinder_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_person_fill_viewfinder_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m2_13_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m2_13_midnight_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-color {
        width: 278px;
        height: 212px;
        background-size: 278px 212px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/color_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-battery {
        width: 191px;
        height: 94px;
        background-size: 191px 94px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/battery_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-magic_keyboard {
        width: 263px;
        height: 243px;
        background-size: 263px 243px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/magic_keyboard_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_checklist_checked_elevated {
        width: 49px;
        height: 44px;
        background-size: 49px 44px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_checklist_checked_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m3_16_spaceblack {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_16_spaceblack_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m4_14_ {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m4_14__small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_flex_macbook_shield_checkmark_elevated {
        width: 55px;
        height: 37px;
        background-size: 55px 37px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_flex_macbook_shield_checkmark_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_touchid_elevated_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m1_gold {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_gold_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m1_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m1_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-liquid_retina {
        width: 320px;
        height: 189px;
        background-size: 320px 189px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/liquid_retina_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_m2_4port_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m2_4port_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-hero {
        width: 283px;
        height: 285px;
        background-size: 283px 285px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/hero_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_air_m3_15_midnight {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_air_m3_15_midnight_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_24_m1_2021_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m1_2021_twoport_blue_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_m4_m4pro {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_m4_m4pro_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_mini_silver_2014 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_mini_silver_2014_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_21_5_silver_intel_2019 {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_21_5_silver_intel_2019_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-performance {
        width: 320px;
        height: 255px;
        background-size: 320px 255px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/performance_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_upgraders_apple_intelligence {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_upgraders_apple_intelligence_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m1_14_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m1_14_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_imac_24_m3_2023_twoport_blue {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_imac_24_m3_2023_twoport_blue_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-display {
        width: 282px;
        height: 108px;
        background-size: 282px 108px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/display_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-icon_performance_chip_m4 {
        width: 74px;
        height: 74px;
        background-size: 74px 74px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/icon_performance_chip_m4_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m3_14_spaceblack {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m3_14_spaceblack_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m2_13_spacegray {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_13_spacegray_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_mac_studio_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_mac_studio_silver_small_2x.png);
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .pBD7254 .image-compare_macbook_pro_m2_14_silver {
        width: 139px;
        height: 100px;
        background-size: 139px 100px;
        background-repeat: no-repeat;
        background-image: url(https://webonline.macstore.mx/img/lp/macbook-air-m4/compare_macbook_pro_m2_14_silver_small_2x.png);
    }
}

.channel-html .j62BF3C {
}

    .channel-html .j62BF3C.large-show {
        display: flex;
    }

    .channel-html .j62BF3C.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .j62BF3C.large-show.medium-show, .channel-html .j62BF3C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j62BF3C.large-show.medium-hide, .channel-html .j62BF3C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j62BF3C.medium-show.small-show, .channel-html .j62BF3C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j62BF3C.medium-show.small-hide, .channel-html .j62BF3C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g7AAC7F {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .g7AAC7F {
        min-height: 515px;
    }
}

.channel-html .g7AAC7F.large-show {
    display: flex;
}

.channel-html .g7AAC7F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7AAC7F.large-show.medium-show, .channel-html .g7AAC7F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g7AAC7F.large-show.medium-hide, .channel-html .g7AAC7F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7AAC7F.medium-show.small-show, .channel-html .g7AAC7F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7AAC7F.medium-show.small-hide, .channel-html .g7AAC7F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .fB9DCFC {
}

.channel-html .lEBC721 {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEBC721 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEBC721 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEBC721 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEBC721 {
        overflow: hidden;
    }
}

.channel-html .lEBC721.large-show {
    display: grid;
}

.channel-html .lEBC721.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEBC721.large-show.medium-show, .channel-html .lEBC721.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEBC721.large-show.medium-hide, .channel-html .lEBC721.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEBC721.medium-show.small-show, .channel-html .lEBC721.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEBC721.medium-show.small-hide, .channel-html .lEBC721.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lEBC721 .bentobox-item {
    border-radius: 18px;
}

.channel-html .v0A4159 {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0A4159 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0A4159 {
        overflow: hidden;
    }
}

.channel-html .v0A4159.large-show {
    display: flex;
}

.channel-html .v0A4159.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0A4159.large-show.medium-show, .channel-html .v0A4159.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0A4159.large-show.medium-hide, .channel-html .v0A4159.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0A4159.medium-show.small-show, .channel-html .v0A4159.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0A4159.medium-show.small-hide, .channel-html .v0A4159.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v0A4159:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0A4159:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0A4159:before {
        content: none;
    }
}

.channel-html .nA98793 {
    align-items: flex-start;
    flex-grow: 0;
}

@media only screen and (max-width: 734px) {
    .channel-html .nA98793 {
        margin-top: 37px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA98793 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA98793 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA98793 {
        flex-grow: 0;
    }
}

.channel-html .nA98793.large-show {
    display: flex;
}

.channel-html .nA98793.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA98793.large-show.medium-show, .channel-html .nA98793.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA98793.large-show.medium-hide, .channel-html .nA98793.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA98793.medium-show.small-show, .channel-html .nA98793.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA98793.medium-show.small-hide, .channel-html .nA98793.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p55DB2B {
    margin-top: 55px;
    margin-bottom: 53px;
    padding-top: 40px;
    padding-left: 46px;
    padding-bottom: 40px;
    padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55DB2B {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55DB2B {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        padding-top: 73px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55DB2B {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        padding-left: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55DB2B {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        padding-bottom: 72px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55DB2B {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55DB2B {
        padding-right: 30px;
    }
}

.channel-html .n099CFB {
    color: #1d1d1f;
    margin-left: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n099CFB {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n099CFB {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n099CFB {
        padding-left: 0px;
    }
}

.channel-html .n402AA3 {
    color: #1d1d1f;
    margin-top: 8px;
    margin-left: -2px;
    padding-right: 80px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n402AA3 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n402AA3 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n402AA3 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n402AA3 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n402AA3 {
        padding-right: 20px;
    }
}

.channel-html .tE894C7 {
    color: #1d1d1f;
    margin-top: 18px;
    margin-left: -1px;
    padding-right: 120px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tE894C7 {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tE894C7 {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tE894C7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tE894C7 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tE894C7 {
        padding-right: 20px;
    }
}

.channel-html .d9E2DA7 {
    margin-top: 11px;
    margin-left: -1px;
    padding-right: 100px;
}

@media only screen and (max-width: 734px) {
    .channel-html .d9E2DA7 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d9E2DA7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d9E2DA7 {
        margin-left: 0px;
    }
}

.channel-html .d9E2DA7.large-show {
    display: flex;
}

.channel-html .d9E2DA7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d9E2DA7.large-show.medium-show, .channel-html .d9E2DA7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d9E2DA7.large-show.medium-hide, .channel-html .d9E2DA7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d9E2DA7.medium-show.small-show, .channel-html .d9E2DA7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d9E2DA7.medium-show.small-hide, .channel-html .d9E2DA7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x6943CD {
}

.channel-html .q059ECE {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

    .channel-html .q059ECE:before {
        background: none;
    }

.channel-html .y0698D3 {
    margin-top: 45px;
    margin-left: -54px;
    margin-bottom: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0698D3 {
        margin-top: 58px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0698D3 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0698D3 {
        margin-left: -55px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0698D3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0698D3 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0698D3 {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0698D3 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0698D3 {
        padding-left: 9px;
    }
}

@media only screen and (max-width: 1068px) {
    .x39A9C8 {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 1068px) {
    .x39A9C8 {
        margin-bottom: 0px;
    }
}

.channel-html .m8FF7F9 {
}

    .channel-html .m8FF7F9.large-show {
        display: flex;
    }

    .channel-html .m8FF7F9.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .m8FF7F9.large-show.medium-show, .channel-html .m8FF7F9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m8FF7F9.large-show.medium-hide, .channel-html .m8FF7F9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8FF7F9.medium-show.small-show, .channel-html .m8FF7F9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8FF7F9.medium-show.small-hide, .channel-html .m8FF7F9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x4EA550 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .x4EA550 {
        min-height: 502px;
    }
}

.channel-html .x4EA550.large-show {
    display: flex;
}

.channel-html .x4EA550.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x4EA550.large-show.medium-show, .channel-html .x4EA550.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x4EA550.large-show.medium-hide, .channel-html .x4EA550.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x4EA550.medium-show.small-show, .channel-html .x4EA550.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x4EA550.medium-show.small-hide, .channel-html .x4EA550.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bE2C3B2 {
}

.channel-html .q0734F1 {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0734F1 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0734F1 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0734F1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0734F1 {
        overflow: hidden;
    }
}

.channel-html .q0734F1.large-show {
    display: grid;
}

.channel-html .q0734F1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0734F1.large-show.medium-show, .channel-html .q0734F1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q0734F1.large-show.medium-hide, .channel-html .q0734F1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0734F1.medium-show.small-show, .channel-html .q0734F1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q0734F1.medium-show.small-hide, .channel-html .q0734F1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q0734F1 .bentobox-item {
    border-radius: 18px;
}

.channel-html .iDB785D {
    background-color: #fbfbfd;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB785D {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB785D {
        overflow: hidden;
    }
}

.channel-html .iDB785D.large-show {
    display: flex;
}

.channel-html .iDB785D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB785D.large-show.medium-show, .channel-html .iDB785D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB785D.large-show.medium-hide, .channel-html .iDB785D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB785D.medium-show.small-show, .channel-html .iDB785D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB785D.medium-show.small-hide, .channel-html .iDB785D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iDB785D:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iDB785D:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iDB785D:before {
        content: none;
    }
}

.channel-html .k67DDCB {
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k67DDCB {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB {
        padding-bottom: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k67DDCB {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB {
        flex-grow: 0;
    }
}

.channel-html .k67DDCB.large-show {
    display: flex;
}

.channel-html .k67DDCB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k67DDCB.large-show.medium-show, .channel-html .k67DDCB.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k67DDCB.large-show.medium-hide, .channel-html .k67DDCB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB.medium-show.small-show, .channel-html .k67DDCB.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k67DDCB.medium-show.small-hide, .channel-html .k67DDCB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p34484F {
    margin-top: 82px;
    margin-bottom: 81px;
    padding-top: 0px;
    padding-left: 46px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p34484F {
        margin-top: 61px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p34484F {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p34484F {
        margin-bottom: 59px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p34484F {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p34484F {
        padding-left: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p34484F {
        padding-left: 43px;
    }
}

.channel-html .e44C84F {
    color: #1d1d1f;
    margin-left: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e44C84F {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e44C84F {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e44C84F {
        padding-left: 0px;
    }
}

.channel-html .tEDD50F {
    color: #1d1d1f;
    margin-top: 8px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tEDD50F {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tEDD50F {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tEDD50F {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tEDD50F {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tEDD50F {
        padding-right: 30px;
    }
}

.channel-html .m87563C {
    margin-top: 16px;
    margin-left: 0px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m87563C {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m87563C {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m87563C {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m87563C {
        margin-bottom: 2px;
    }
}

.channel-html .m87563C.large-show {
    display: flex;
}

.channel-html .m87563C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m87563C.large-show.medium-show, .channel-html .m87563C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m87563C.large-show.medium-hide, .channel-html .m87563C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m87563C.medium-show.small-show, .channel-html .m87563C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m87563C.medium-show.small-hide, .channel-html .m87563C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iA8856B {
}

@media only screen and (max-width: 1068px) {
    .channel-html .iA8856B {
        padding-right: 0px;
    }
}

.channel-html .vCC086C {
    margin-left: 1px;
    list-style: none;
}

.channel-html .o1E1F09 {
    margin-bottom: -3px;
}

@media only screen and (max-width: 734px) {
    .channel-html .o1E1F09 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o1E1F09 {
        padding-left: 1px;
    }
}

.channel-html .aFA3C7D {
    align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aFA3C7D {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aFA3C7D {
        align-items: flex-start;
    }
}

.channel-html .aFA3C7D.large-show {
    display: flex;
}

.channel-html .aFA3C7D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aFA3C7D.large-show.medium-show, .channel-html .aFA3C7D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aFA3C7D.large-show.medium-hide, .channel-html .aFA3C7D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aFA3C7D.medium-show.small-show, .channel-html .aFA3C7D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aFA3C7D.medium-show.small-hide, .channel-html .aFA3C7D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a78F83E {
    margin-left: -3px;
}

@media only screen and (max-width: 734px) {
    .channel-html .a78F83E {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a78F83E {
        margin-left: -2px;
    }
}

.lA21469 {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .lA21469 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .lA21469 {
        margin-top: 5px;
    }
}

.channel-html .vED84EA {
    margin-left: 10.5px;
    margin-bottom: -2px;
    padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vED84EA {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vED84EA {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vED84EA {
        padding-left: 3px;
    }
}

.channel-html .lF7B187 {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .lF7B187 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF7B187 {
        margin-left: -2px;
    }
}

.channel-html .g6C493A {
    margin-bottom: -3px;
}

@media only screen and (max-width: 734px) {
    .channel-html .g6C493A {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g6C493A {
        padding-left: 1px;
    }
}

.channel-html .f350818 {
    align-items: flex-start;
    margin-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f350818 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f350818 {
        align-items: flex-start;
    }
}

.channel-html .f350818.large-show {
    display: flex;
}

.channel-html .f350818.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f350818.large-show.medium-show, .channel-html .f350818.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f350818.large-show.medium-hide, .channel-html .f350818.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f350818.medium-show.small-show, .channel-html .f350818.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f350818.medium-show.small-hide, .channel-html .f350818.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dDAB812 {
    margin-left: -3px;
}

@media only screen and (max-width: 734px) {
    .channel-html .dDAB812 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDAB812 {
        margin-left: -2px;
    }
}

.j0A17B1 {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .j0A17B1 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .j0A17B1 {
        margin-top: 5px;
    }
}

.channel-html .gC3013D {
    margin-left: 10.5px;
    margin-bottom: -2px;
    padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gC3013D {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gC3013D {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gC3013D {
        padding-left: 3px;
    }
}

.channel-html .t513C0B {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .t513C0B {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t513C0B {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t513C0B {
        padding-right: 77px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b86BCD0 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b86BCD0 {
        padding-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b86BCD0 {
        padding-left: 1px;
    }
}

.channel-html .b4009D3 {
    align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b4009D3 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b4009D3 {
        align-items: flex-start;
    }
}

.channel-html .b4009D3.large-show {
    display: flex;
}

.channel-html .b4009D3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b4009D3.large-show.medium-show, .channel-html .b4009D3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b4009D3.large-show.medium-hide, .channel-html .b4009D3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b4009D3.medium-show.small-show, .channel-html .b4009D3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b4009D3.medium-show.small-hide, .channel-html .b4009D3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gFF8EE7 {
    margin-left: -3px;
}

@media only screen and (max-width: 734px) {
    .channel-html .gFF8EE7 {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFF8EE7 {
        margin-left: -2px;
    }
}

.eCC64BC {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .eCC64BC {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .eCC64BC {
        margin-top: 5px;
    }
}

.channel-html .a20E9BD {
    margin-left: 10.5px;
    margin-bottom: -2px;
    padding-top: 2px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a20E9BD {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a20E9BD {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a20E9BD {
        padding-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a20E9BD {
        padding-left: 3px;
    }
}

.channel-html .s489AAA {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .s489AAA {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s489AAA {
        padding-right: 90px;
    }
}

.channel-html .qEEE9E6 {
    margin-top: -4px;
    margin-left: -1px;
    padding-left: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6 {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEEE9E6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6 {
        padding-right: 0px;
    }
}

.channel-html .qEEE9E6.large-show {
    display: flex;
}

.channel-html .qEEE9E6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEEE9E6.large-show.medium-show, .channel-html .qEEE9E6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEEE9E6.large-show.medium-hide, .channel-html .qEEE9E6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6.medium-show.small-show, .channel-html .qEEE9E6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEEE9E6.medium-show.small-hide, .channel-html .qEEE9E6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q3CF8B0 {
}

@media only screen and (max-width: 734px) {
    .channel-html .q3CF8B0 {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q3CF8B0 {
        padding-right: 70px;
    }
}

.channel-html .j44FD88 {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

    .channel-html .j44FD88:before {
        background: none;
    }

.channel-html .w607453 {
    margin-top: 6px;
    margin-bottom: 0px;
    padding-left: 4px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w607453 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w607453 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w607453 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w607453 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w607453 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w607453 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w607453 {
        padding-left: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w607453 {
        padding-right: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .rAA7321 {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 1068px) {
    .rAA7321 {
        margin-bottom: 0px;
    }
}

.channel-html .e9DA4B1 {
    background-color: #ffffff;
    overflow: hidden;
}

    .channel-html .e9DA4B1.large-show {
        display: flex;
    }

    .channel-html .e9DA4B1.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .e9DA4B1.large-show.medium-show, .channel-html .e9DA4B1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e9DA4B1.large-show.medium-hide, .channel-html .e9DA4B1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e9DA4B1.medium-show.small-show, .channel-html .e9DA4B1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e9DA4B1.medium-show.small-hide, .channel-html .e9DA4B1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u892C6B {
    background-color: #ffffff;
    margin-top: 36px;
    margin-bottom: 7px;
}

@media only screen and (max-width: 734px) {
    .channel-html .u892C6B {
        margin-top: 35px;
    }
}

false .channel-html .u892C6B.large-display-bleed::before, .channel-html .u892C6B.large-display-bleed::after, .channel-html .u892C6B.medium-display-bleed::before, .channel-html .u892C6B.medium-display-bleed::after, .channel-html .u892C6B.small-display-bleed::before, .channel-html .u892C6B.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .u892C6B.large-show {
    display: flex;
}

.channel-html .u892C6B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u892C6B.large-show.medium-show, .channel-html .u892C6B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u892C6B.large-show.medium-hide, .channel-html .u892C6B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u892C6B.medium-show.small-show, .channel-html .u892C6B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u892C6B.medium-show.small-hide, .channel-html .u892C6B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v25EAC1 {
}

@media only screen and (max-width: 1068px) {
    .channel-html .v25EAC1 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v25EAC1 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v25EAC1 {
        margin-right: 19px;
    }
}

.channel-html .tF70703 {
    margin-bottom: 9px;
}

    .channel-html .tF70703.large-show {
        display: flex;
    }

    .channel-html .tF70703.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .tF70703.large-show.medium-show, .channel-html .tF70703.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tF70703.large-show.medium-hide, .channel-html .tF70703.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tF70703.medium-show.small-show, .channel-html .tF70703.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tF70703.medium-show.small-hide, .channel-html .tF70703.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qDE861B {
}

.channel-html .h2730B5 {
    color: #6e6e73;
    margin-left: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .kF05A0E {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kF05A0E {
        padding-right: 0px;
    }
}

.channel-html .w7C7C68 {
    margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
    .channel-html .w7C7C68 {
        margin-top: 10px;
    }
}

.channel-html .w7C7C68.large-show {
    display: flex;
}

.channel-html .w7C7C68.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w7C7C68.large-show.medium-show, .channel-html .w7C7C68.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w7C7C68.large-show.medium-hide, .channel-html .w7C7C68.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w7C7C68.medium-show.small-show, .channel-html .w7C7C68.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w7C7C68.medium-show.small-hide, .channel-html .w7C7C68.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v6793DF {
}

.channel-html .q136204 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .wC28D40 {
    margin-bottom: 9px;
}

    .channel-html .wC28D40.large-show {
        display: flex;
    }

    .channel-html .wC28D40.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .wC28D40.large-show.medium-show, .channel-html .wC28D40.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wC28D40.large-show.medium-hide, .channel-html .wC28D40.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wC28D40.medium-show.small-show, .channel-html .wC28D40.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wC28D40.medium-show.small-hide, .channel-html .wC28D40.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q5572E7 {
}

.channel-html .d339208 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .d339208 {
        padding-right: 9px;
    }
}

.channel-html .p215725 {
    margin-bottom: 9px;
}

    .channel-html .p215725.large-show {
        display: flex;
    }

    .channel-html .p215725.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .p215725.large-show.medium-show, .channel-html .p215725.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p215725.large-show.medium-hide, .channel-html .p215725.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p215725.medium-show.small-show, .channel-html .p215725.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p215725.medium-show.small-hide, .channel-html .p215725.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .fACD37C {
}

.channel-html .k803B9C {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .k803B9C {
        padding-right: 9px;
    }
}

.channel-html .o298C04 {
    margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
    .channel-html .o298C04 {
        margin-top: 10px;
    }
}

.channel-html .o298C04.large-show {
    display: flex;
}

.channel-html .o298C04.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o298C04.large-show.medium-show, .channel-html .o298C04.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o298C04.large-show.medium-hide, .channel-html .o298C04.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o298C04.medium-show.small-show, .channel-html .o298C04.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o298C04.medium-show.small-hide, .channel-html .o298C04.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l780AEE {
}

.channel-html .s84A641 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .nD5B41A {
    margin-bottom: 9px;
}

    .channel-html .nD5B41A.large-show {
        display: flex;
    }

    .channel-html .nD5B41A.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .nD5B41A.large-show.medium-show, .channel-html .nD5B41A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nD5B41A.large-show.medium-hide, .channel-html .nD5B41A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nD5B41A.medium-show.small-show, .channel-html .nD5B41A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nD5B41A.medium-show.small-hide, .channel-html .nD5B41A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v992B7A {
}

.channel-html .y840178 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .y840178 {
        padding-right: 9px;
    }
}

.channel-html .k9A0488 {
    margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
    .channel-html .k9A0488 {
        margin-top: 10px;
    }
}

.channel-html .k9A0488.large-show {
    display: flex;
}

.channel-html .k9A0488.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9A0488.large-show.medium-show, .channel-html .k9A0488.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9A0488.large-show.medium-hide, .channel-html .k9A0488.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9A0488.medium-show.small-show, .channel-html .k9A0488.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9A0488.medium-show.small-hide, .channel-html .k9A0488.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v1742CD {
}

.channel-html .mB34959 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

.channel-html .v188416 {
    margin-bottom: 9px;
}

    .channel-html .v188416.large-show {
        display: flex;
    }

    .channel-html .v188416.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .v188416.large-show.medium-show, .channel-html .v188416.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v188416.large-show.medium-hide, .channel-html .v188416.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v188416.medium-show.small-show, .channel-html .v188416.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v188416.medium-show.small-hide, .channel-html .v188416.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c7C017C {
}

.channel-html .xDC8FCB {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .xDC8FCB {
        padding-right: 9px;
    }
}

.channel-html .s4A4C92 {
    margin-bottom: 9px;
}

    .channel-html .s4A4C92.large-show {
        display: flex;
    }

    .channel-html .s4A4C92.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .s4A4C92.large-show.medium-show, .channel-html .s4A4C92.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s4A4C92.large-show.medium-hide, .channel-html .s4A4C92.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s4A4C92.medium-show.small-show, .channel-html .s4A4C92.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s4A4C92.medium-show.small-hide, .channel-html .s4A4C92.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oF8EE15 {
}

.channel-html .g6F7D95 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .g6F7D95 {
        padding-right: 9px;
    }
}

.channel-html .tB73E28 {
    margin-bottom: 9px;
}

    .channel-html .tB73E28.large-show {
        display: flex;
    }

    .channel-html .tB73E28.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .tB73E28.large-show.medium-show, .channel-html .tB73E28.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tB73E28.large-show.medium-hide, .channel-html .tB73E28.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tB73E28.medium-show.small-show, .channel-html .tB73E28.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tB73E28.medium-show.small-hide, .channel-html .tB73E28.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kD67BF7 {
}

.channel-html .k087002 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .k087002 {
        padding-right: 9px;
    }
}

.channel-html .r4A8F5A {
    margin-bottom: 9px;
}

    .channel-html .r4A8F5A.large-show {
        display: flex;
    }

    .channel-html .r4A8F5A.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .r4A8F5A.large-show.medium-show, .channel-html .r4A8F5A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r4A8F5A.large-show.medium-hide, .channel-html .r4A8F5A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r4A8F5A.medium-show.small-show, .channel-html .r4A8F5A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r4A8F5A.medium-show.small-hide, .channel-html .r4A8F5A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d1E0F57 {
}

.channel-html .j31B623 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .j31B623 {
        padding-right: 9px;
    }
}

.channel-html .nF61F56 {
    margin-bottom: 9px;
}

    .channel-html .nF61F56.large-show {
        display: flex;
    }

    .channel-html .nF61F56.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .nF61F56.large-show.medium-show, .channel-html .nF61F56.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nF61F56.large-show.medium-hide, .channel-html .nF61F56.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nF61F56.medium-show.small-show, .channel-html .nF61F56.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nF61F56.medium-show.small-hide, .channel-html .nF61F56.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l999E64 {
}

.channel-html .g8EB029 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .g8EB029 {
        padding-right: 9px;
    }
}

.channel-html .o9F5E3D {
    margin-bottom: 9px;
}

    .channel-html .o9F5E3D.large-show {
        display: flex;
    }

    .channel-html .o9F5E3D.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .o9F5E3D.large-show.medium-show, .channel-html .o9F5E3D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o9F5E3D.large-show.medium-hide, .channel-html .o9F5E3D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o9F5E3D.medium-show.small-show, .channel-html .o9F5E3D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o9F5E3D.medium-show.small-hide, .channel-html .o9F5E3D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b9CDB7D {
}

.channel-html .wB4DF0C {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .wB4DF0C {
        padding-right: 9px;
    }
}

.channel-html .l941F3B {
    margin-bottom: 9px;
}

    .channel-html .l941F3B.large-show {
        display: flex;
    }

    .channel-html .l941F3B.large-hide {
        display: none;
    }

@media only screen and (max-width: 1068px) {
    .channel-html .l941F3B.large-show.medium-show, .channel-html .l941F3B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l941F3B.large-show.medium-hide, .channel-html .l941F3B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l941F3B.medium-show.small-show, .channel-html .l941F3B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l941F3B.medium-show.small-hide, .channel-html .l941F3B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bEEFA68 {
}

.channel-html .n59196F {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}

@media only screen and (max-width: 734px) {
    .channel-html .n59196F {
        padding-right: 9px;
    }
}

.channel-html .q384CAF {
    margin-bottom: 9px;
}

@media only screen and (max-width: 734px) {
    .channel-html .q384CAF {
        margin-top: 10px;
    }
}

.channel-html .q384CAF.large-show {
    display: flex;
}

.channel-html .q384CAF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q384CAF.large-show.medium-show, .channel-html .q384CAF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q384CAF.large-show.medium-hide, .channel-html .q384CAF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q384CAF.medium-show.small-show, .channel-html .q384CAF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q384CAF.medium-show.small-hide, .channel-html .q384CAF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vF9CEAF {
}

.channel-html .pC2E2B8 {
    color: #6e6e73;
    margin-left: -0.5px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: break-word;
}


@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .o2B48B9

{
    padding: 0 24px
}

}
/* Size */
.channel-html .a1D14E7 {
    margin-top: 3px;
}

.channel-html .t0C87A9 {
    margin-top: 44px;
}

.channel-html .mE70155 {
    margin-top: 0;
}

.channel-html .i84C67B {
    margin-top: 0;
}

.channel-html .kBD17F3 sup {
    font-size: 10px;
    top: -27px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .a1D14E7, .channel-html .t0C87A9 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1D14E7, .channel-html .t0C87A9 {
        margin-left: 0;
    }

    .channel-html .kBD17F3 sup {
        top: -60px;
        right: -26px;
    }

    .channel-html .t0C87A9 {
        margin-top: -25px;
    }
}

/* Color */
.channel-html .aC6D02D {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .aC6D02D {
        padding-bottom: 35px;
    }
}

/* Screen */
@media only screen and (max-width: 734px) {
    .channel-html .d5E9D37 {
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-top: -30px;
    }
}

/* Chip */
.channel-html .h221C06 {
    padding-left: 40px;
}

.channel-html .r1CB06C {
    padding-left: 65px;
}


@media only screen and (min-width: 1069px) {
    .channel-html .h221C06 {
        padding-left: 0px;
    }

    .channel-html .qFB273C, .channel-html .oAC390C {
        line-height: 32px
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .h221C06 {
        padding-left: 20px;
    }

    .channel-html .r1CB06C {
        padding-left: 0;
    }

    .channel-html .iB45D04 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .r30731B {
        padding-right: 20px;
    }

    .channel-html .n1812A8 {
        margin-left: 70px;
    }
}

.channel-html .r8F56BF {
    padding-right: 0;
    padding-left: 0;
}

.channel-html .o17B403 {
    padding-left: 30px;
    padding-right: 30px;
}

.channel-html .n1812A8 {
    margin-top: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .hFDA300 {
        padding-left: 51px;
    }

    .channel-html .i13EE6A {
        padding-right: 90px;
    }

    .channel-html .r1CB06C {
        padding-right: 20px;
        padding-left: 20px;
    }

    .channel-html .h221C06 {
        padding-left: 0px;
    }

    .channel-html .n1812A8 {
        margin-left: 30px;
    }
}

/* Battery */
.channel-html .n39D6D0 {
    font-size: 38px;
}

@media only screen and (max-width: 734px) {
    .channel-html .n39D6D0 {
        font-size: 33px;
    }
}

/* M+I */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .iB45D04 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .r30731B {
        padding-right: 20px;
    }

    .channel-html .k56FD7A {
        padding-bottom: 15px;
    }
}

/* Features */
.channel-html .tF05609 {
    padding-right: 0;
}

.channel-html .o425EEC {
    padding-right: 20px;
}

.channel-html .k56FD7A {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 734px) {
    .channel-html .u2E9116 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .tF05609 {
        padding-right: 25px;
    }
}

/* Upgrader */
.channel-html .c9490CC {
    padding-right: 0;
}

.channel-html .c887F99 {
    padding-left: 0;
    padding-right: 0;
}

.channel-html .pE90619 {
    padding-top: 15px;
}

.channel-html .aAB2D4E {
    padding-top: 16px;
}

@media only screen and (min-width: 1069px) {
    .channel-html .hC2616B {
        padding-right: 18px;
    }

    .channel-html .hC2616B {
        padding-top: 51px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .yEE2F38 {
        padding-left: 0;
        margin-top: -15px;
    }

    .channel-html .e6F9BE4 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .pA1CB34 {
        padding-right: 24px;
    }

    .channel-html .aAB2D4E {
        padding-left: 39px;
    }

    .channel-html .hC2616B {
        padding-right: 29px;
    }

    .channel-html .pE90619 {
        padding-top: 29px;
    }

    .channel-html .pE90619 {
        padding-right: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8ED576 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .sFC3A35 {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .h3DD6BC {
        padding-right: 0;
        padding-left: 0;
    }

    .channel-html .h458C42 {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: -11px;
    }

    .channel-html .pB960C7 {
        padding-right: 0;
        margin-top: 12px;
    }

    .channel-html .f06951D {
        padding-right: 30px;
    }

    .channel-html .bC6FDA5 {
        padding-right: 0;
    }

    .channel-html .f06951D {
        padding-right: 23px;
    }
}

/* new to mac */
@media only screen and (min-width: 1069px) {
    .channel-html .oB5431E {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .h0EEBF1 {
        margin-top: 34px;
    }

    .channel-html .y357721 {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h0EEBF1 {
        margin-top: 27px;
    }

    .channel-html .v326768 {
        padding-bottom: 25px
    }
}

/* Compare */
@media only screen and (max-width: 734px) {
    .channel-html .rE46FD1 {
        padding-right: 0;
        padding-left: 0;
    }
}

/* AC+ */
.channel-html .tEDD50F {
    margin-right: -50px;
}

.channel-html .gC3013D {
    margin-bottom: 4px;
}

@media only screen and (min-width: 1069px) {
    .channel-html .j44FD88 {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .channel-html .tEDD50F {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tEDD50F {
        margin-right: 0;
    }

    .channel-html .t513C0B {
        padding-right: 0;
    }

    .channel-html .s489AAA {
        padding-right: 0;
    }

    .channel-html .lF7B187 {
        margin-bottom: 4px;
    }
}

/* accessories */

@media only screen and (min-width: 1069px) {
    .channel-html .p55DB2B {
        margin-bottom: 15px;
        padding-bottom: 34px;
    }
}

/* chip */

@media only screen and (min-width:735px) and (max-width: 1068px) {
    .channel-html .z5CD3E0 {
        padding-left: 19px
    }
}

/* ai callout styles start */
p.x7E7677.copy.ai-callout {
    font-size: 16px
}

@media only screen and (min-width:735px) and (max-width: 1068px) {
    p.x7E7677.copy.ai-callout {
        margin-top: 0px;
        margin-bottom: 20px
    }

    .channel-html .j090158 {
        margin-bottom: 12px;
    }

    .channel-html .j9FF3F1 {
        padding-top: 15px;
    }

    .channel-html .dC31588 {
        min-height: 539px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j090158 {
        margin-bottom: 6px;
    }

    p.x7E7677.copy.ai-callout {
        margin-bottom: 53px;
        margin-top: -1px;
    }
}
/* ai callout styles end */


/* Compare */
.stat-row.start {
    height: 18px !important;
}


