.channel-html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.channel-html {
    margin: 0;
    padding: 0;
}

.channel-html ul,
.channel-html ol,
.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 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 main,
.channel-html details {
    display: block;
}

.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, #0071e3);
    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 ol+h1,
.channel-html p+h2,
.channel-html ul+h2,
.channel-html ol+h2,
.channel-html p+h3,
.channel-html ul+h3,
.channel-html ol+h3,
.channel-html p+h4,
.channel-html ul+h4,
.channel-html ol+h4,
.channel-html p+h5,
.channel-html ul+h5,
.channel-html ol+h5,
.channel-html p+h6,
.channel-html ul+h6,
.channel-html ol+h6 {
    margin-top: var(--sk-paragraph-plus-headline-margin, 1.6em);
}

.channel-html p+*,
.channel-html ul+*,
.channel-html ol+* {
    margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
}

.channel-html ul,
.channel-html ol {
    margin-inline-start: 1.1764705882em;
}

.channel-html ul ul,
.channel-html ul ol,
.channel-html ol ul,
.channel-html ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

.channel-html nav ul,
.channel-html nav ol {
    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: #0071e3;
    --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-center {
    align-items: center;
}

.channel-html .align-items-end {
    align-items: flex-end;
}

.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-center {
        align-items: center;
    }

    .channel-html .medium-align-items-end {
        align-items: flex-end;
    }
}

@media (max-width: 734px) {
    .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-centered {
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.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-centered {
        margin-inline-start: auto;
        margin-inline-end: auto;
    }

    .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-centered {
        margin-inline-start: auto;
        margin-inline-end: auto;
    }

    .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 .icon-wrapper.icon-clip .icon,
.channel-html .icon-wrapper.icon-clip .icon-after::after {
    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-share::before,
.channel-html .icon-share::after {
    content: "\f32e";
}

.channel-html .icon-circle::before,
.channel-html .icon-circle::after {
    content: "\f32c";
}

.channel-html .icon-plus::before,
.channel-html .icon-plus::after {
    content: "\f309";
}

.channel-html .icon-1circle::before,
.channel-html .icon-1circle::after {
    content: "\f342";
}

.channel-html .icon-2circle::before,
.channel-html .icon-2circle::after {
    content: "\f343";
}

.channel-html .icon-3circle::before,
.channel-html .icon-3circle::after {
    content: "\f344";
}

.channel-html .icon-4circle::before,
.channel-html .icon-4circle::after {
    content: "\f345";
}

.channel-html .icon-5circle::before,
.channel-html .icon-5circle::after {
    content: "\f346";
}

.channel-html .icon-6circle::before,
.channel-html .icon-6circle::after {
    content: "\f347";
}

.channel-html .icon-7circle::before,
.channel-html .icon-7circle::after {
    content: "\f348";
}

.channel-html .icon-8circle::before,
.channel-html .icon-8circle::after {
    content: "\f349";
}

.channel-html .icon-9circle::before,
.channel-html .icon-9circle::after {
    content: "\f34a";
}

.channel-html .icon-10circle::before,
.channel-html .icon-10circle::after {
    content: "\f34b";
}

.channel-html .icon-11circle::before,
.channel-html .icon-11circle::after {
    content: "\f34c";
}

.channel-html .icon-12circle::before,
.channel-html .icon-12circle::after {
    content: "\f34d";
}

.channel-html .icon-13circle::before,
.channel-html .icon-13circle::after {
    content: "\f34e";
}

.channel-html .icon-14circle::before,
.channel-html .icon-14circle::after {
    content: "\f34f";
}

.channel-html .icon-15circle::before,
.channel-html .icon-15circle::after {
    content: "\f350";
}

.channel-html .icon-16circle::before,
.channel-html .icon-16circle::after {
    content: "\f351";
}

.channel-html .icon-17circle::before,
.channel-html .icon-17circle::after {
    content: "\f352";
}

.channel-html .icon-18circle::before,
.channel-html .icon-18circle::after {
    content: "\f353";
}

.channel-html .icon-19circle::before,
.channel-html .icon-19circle::after {
    content: "\f354";
}

.channel-html .icon-20circle::before,
.channel-html .icon-20circle::after {
    content: "\f355";
}

.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 .more-block {
    margin-top: 0.5em;
}

.channel-html a.more {
    text-decoration: none;
}

.channel-html a.more:hover {
    text-decoration: underline;
}

.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;
}

.channel-html .large-show-inline {
    display: inline;
}

@media (max-width: 1068px) {
    .channel-html .medium-hide {
        display: none;
    }

    .channel-html .medium-show {
        display: block;
    }

    .channel-html .medium-show-inline {
        display: inline;
    }
}

@media (max-width: 734px) {
    .channel-html .small-hide {
        display: none;
    }

    .channel-html .small-show {
        display: block;
    }

    .channel-html .small-show-inline {
        display: inline;
    }
}

.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 a.block {
    --sk-blocklink-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, #0071e3);
    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-block {
    --sk-button-box-sizing: border-box;
    --sk-button-width: 100%;
    --sk-button-display: block;
    --sk-button-border-radius: 8px;
    --sk-button-margin-horizontal: 9px;
    --sk-button-margin-vertical: 9px;
}

.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-super.button-block {
    --sk-button-border-radius: 12px;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
}

.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-elevated.button-block {
    --sk-button-border-radius: 10px;
    --sk-button-margin-horizontal: 11px;
    --sk-button-margin-vertical: 11px;
}

.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-reduced.button-block {
    --sk-button-border-radius: 5px;
    --sk-button-margin-horizontal: 6px;
    --sk-button-margin-vertical: 6px;
}

.channel-html .button-margin {
    margin-inline-end: var(--sk-button-margin-horizontal);
    margin-bottom: var(--sk-button-margin-vertical);
}

.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 .links-inline {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

.channel-html .links-inline li {
    display: inline-block;
    margin-inline: var(--sk-links-inline-margin, 0.8em);
}

.channel-html .links-inline li:first-child {
    margin-inline-start: 0;
}

.channel-html .links-inline li:last-child {
    margin-inline-end: 0;
}

.channel-html .link-inline,
.channel-html .link-inline:link {
    text-decoration: underline;
}

.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-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, #0071e3);
    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-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-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.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;
}

/*
  When you have two images of a different size, this function will
  allow you to align the smaller one to the bottom of the column.
  
  @example scss
      .bigger-image {
          @include picture(image_bigger);
      }
  
      .smaller-image {
          @include picture(image_smaller);
  
          @each $viewport in viewports.viewport-list() {
              @include viewports.viewport($viewport) {
                  @include techspecs-image-bottom-align(image_bigger, image_smaller, $viewport);
              }
          }
      }
  */

/*
  When you have two images of a different size, this function will
  allow you to align the smaller one to the vertical center of the bigger one.
  
  @example scss
      .bigger-image {
          @include picture(image_bigger);
      }
  
      .smaller-image {
          @include picture(image_smaller);
  
          @each $viewport in viewports.viewport-list() {
              @include viewports.viewport($viewport) {
                  @include techspecs-image-middle-align(image_bigger, image_smaller, $viewport);
              }
          }
      }
  */

/*
  This will generate unique classes for all provided built-in app images.
  
  @example scss
      .section-apps, .section-freeapps {
          @include techspecs-appicon-classes();
      }
  
  @example html
      <figure class="techspecs-app">
          <div class="techspecs-app-icon techspecs-app-icon-camera"></div>
          <figcaption>Camera</figcaption>
      </figure>
  */

/**
  Mixin to define gaps per viewport and column number
  @see Compare.vue: computed.columnRange()
   */

/**
    Mixin to define padding per viewport and column number
    @see Compare.vue: computed.columnRange()
     */

.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;
    }
}

.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 .button-wrap {
    white-space: normal;
}

.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;
}

@media (max-width: 1068px) {
    .channel-compare .compare-row {
        justify-items: center;
    }
}

.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: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--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-display-block .price-container {
    display: block !important;
}

.channel-compare .price-container {
    align-items: center;
    display: flex;
    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;
    font-size: 12px;
}

@media (max-width: 1068px) {
    .channel-compare .price-container {
        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 .price-container {
        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 .price-container {
        font-size: 12px;
    }
}

@media (max-width: 734px) {
    .channel-compare .price-container {
        font-size: 12px;
    }
}

.channel-compare .button {
    background: white!important;
    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 .embed-image {
    align-self: flex-end;
}

.channel-compare .embed-image .compare-image.custom-inline-text {
    background-size: 16px 16px;
    width: auto;
    height: 16px;
}

.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: normal;
    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 .colornav-heading {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 12px;
}

@media (max-width: 1068px) {
    .channel-compare .row-colors .colornav-heading {
        padding-bottom: 15px;
        font-size: 12px;
    }
}

@media (max-width: 734px) {
    .channel-compare .row-colors .colornav-heading {
        padding-bottom: 15px;
        font-size: 12px;
    }
}

.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: 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";
    /*Icon font file encoded in base64 format.*/
    /*It's a valid css code.*/
    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: normal;
}

.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;
    /* Ensure child inherits background color */
    color: inherit;
    /* Ensure child inherits text color */
    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;
        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: normal;
    bottom: 0.3em !important;
    position: relative !important;
    display: inline-block !important;
}

.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-64-fixed-headline {
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-64-fixed-headline {
        font-size: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-64-fixed-headline {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-64-fixed-headline {
        line-height: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-64-fixed-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-56-headline-upgraders {
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-56-headline-upgraders {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-56-headline-upgraders {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-56-headline-upgraders {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-56-headline-upgraders {
        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-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-32-fixed-mod-headline {
        font-size: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-mod-headline {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-mod-headline {
        line-height: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-mod-headline {
        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-17-fixed-partner-message {
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-partner-message {
        font-weight: 500;
    }
}

@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-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-40-headline-flex {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-headline-flex {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-40-headline-flex {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-headline-flex {
        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-40-fixed-headline-battery {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-40-fixed-headline-battery {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-fixed-headline-battery {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-40-fixed-headline-battery {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-fixed-headline-battery {
        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-32-fixed-caption-chip {
    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-32-fixed-caption-chip {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption-chip {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption-chip {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption-chip {
        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: -0.009000000000000001em;
    }
}

.channel-html .channel-custom-font-channel-custom-font-32-fixed-caption {
    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-32-fixed-caption {
        font-size: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-32-fixed-caption {
        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-28-Apple-Intelligence {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-28-Apple-Intelligence {
        font-size: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-28-Apple-Intelligence {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-28-Apple-Intelligence {
        line-height: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-28-Apple-Intelligence {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: -0.005em;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: -0.003em;
    }
}

.channel-html .channel-custom-font-channel-custom-font-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-24-eyebrow {
        font-size: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-24-eyebrow {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-24-eyebrow {
        line-height: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-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-21-subheadline-upgrader {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-subheadline-upgrader {
        font-size: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-21-subheadline-upgrader {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-subheadline-upgrader {
        line-height: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-21-subheadline-upgrader {
        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-21-caption-upgrader {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-caption-upgrader {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-caption-upgrader {
        line-height: 18px;
    }
}

@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-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-21-eyebrow-reduced-flex {
        font-size: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-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-19-fixed-inline-compare-headline {
    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-19-fixed-inline-compare-headline {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-19-fixed-inline-compare-headline {
        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-17-fixed-caption {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-caption {
        font-size: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-caption {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-caption {
        line-height: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-caption {
        line-height: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-caption {
        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-17-fixed-body {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-body {
        line-height: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-fixed-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-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-17-body-reduced {
        font-size: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-17-body-reduced {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-17-body-reduced {
        line-height: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-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-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-17-caption-chip-upgraders {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    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-21-links-upgrader {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-links-upgrader {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-21-links-upgrader {
        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-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-14-fixed-chip-caption {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-14-fixed-chip-caption {
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-14-fixed-chip-caption {
        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-14-subheadline-upgraders {
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-14-subheadline-upgraders {
        font-size: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-14-subheadline-upgraders {
        line-height: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-14-subheadline-upgraders {
        font-weight: 400;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-14-subheadline-upgraders {
        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;
    }
}

@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-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-48-subheadline-upgraders {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        line-height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        line-height: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        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-64-subheadline-upgraders {
    font-weight: 400;
    letter-spacing: NaNem;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-64-subheadline-upgraders {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-64-subheadline-upgraders {
        font-weight: 400;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-64-subheadline-upgraders {
        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-96-stat-upgraders {
    font-size: 96px;
    line-height: 96px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        font-size: 72px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        line-height: 72px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        line-height: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-96-stat-upgraders {
        font-weight: 600;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: -0.026000000000000002em;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-custom- {
        letter-spacing: -0.016em;
    }
}

.channel-html .channel-custom-font-channel-custom-font-40-flex-headline {
    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-40-flex-headline {
        font-size: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-flex-headline {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-channel-custom-font-40-flex-headline {
        line-height: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-40-flex-headline {
        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-21-compare-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-21-compare-eyebrow-reduced-flex {
        font-size: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-channel-custom-font-21-compare-eyebrow-reduced-flex {
        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 .s54A629 {
    /** Background Controls **/
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s54A629.large-show {
    display: flex;
}

.channel-html .s54A629.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s54A629.large-show.medium-show,
    .channel-html .s54A629.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s54A629.large-show.medium-hide,
    .channel-html .s54A629.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s54A629.medium-show.small-show,
    .channel-html .s54A629.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s54A629.medium-show.small-hide,
    .channel-html .s54A629.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s54A629 {
        margin-bottom: -53px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s54A629 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s54A629 {
        overflow: hidden;
    }
}

.channel-html .f84F310 {
    /** Alignment */
    /** Margin */
    margin-top: 128px;
    margin-bottom: 120px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f84F310 {
        margin-top: 193px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f84F310 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f84F310 {
        margin-bottom: 81px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f84F310 {
        margin-bottom: 48px;
    }
}

.channel-html .f84F310.large-show {
    display: flex;
}

.channel-html .f84F310.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f84F310.large-show.medium-show,
    .channel-html .f84F310.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f84F310.large-show.medium-hide,
    .channel-html .f84F310.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f84F310.medium-show.small-show,
    .channel-html .f84F310.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f84F310.medium-show.small-hide,
    .channel-html .f84F310.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t16569B {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .t16569B {
        margin-top: 62px;
    }
}

.channel-html .hDF722A {
    /** Alignment */
    justify-content: center;
    /** Margin */
    margin-bottom: 15px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .hDF722A {
        margin-bottom: 0px;
    }
}

.channel-html .hDF722A.large-show {
    display: flex;
}

.channel-html .hDF722A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .hDF722A.large-show.medium-show,
    .channel-html .hDF722A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .hDF722A.large-show.medium-hide,
    .channel-html .hDF722A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .hDF722A.medium-show.small-show,
    .channel-html .hDF722A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .hDF722A.medium-show.small-hide,
    .channel-html .hDF722A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d392285 {
    /** Margin */
    margin-top: -28px;
    margin-left: 3px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .d392285 {
        margin-top: -61px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d392285 {
        margin-top: -29px;
    }
}

.lBC0C72 {
    margin-bottom: 43px;
}

@media only screen and (max-width: 1068px) {
    .lBC0C72 {
        margin-bottom: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .lBC0C72 {
        margin-bottom: 12px;
    }
}

.channel-html .kF5DDD1 {
    color: #1d1d1f;
    margin-left: 0px;
    margin-bottom: 54.5px;
    padding-left: 110px;
    padding-right: 110px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kF5DDD1 {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kF5DDD1 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kF5DDD1 {
        margin-bottom: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kF5DDD1 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kF5DDD1 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kF5DDD1 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kF5DDD1 {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kF5DDD1 {
        padding-right: 10px;
    }
}

.channel-html .jCD73DD {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jCD73DD.large-show {
    display: flex;
}

.channel-html .jCD73DD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jCD73DD.large-show.medium-show,
    .channel-html .jCD73DD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jCD73DD.large-show.medium-hide,
    .channel-html .jCD73DD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jCD73DD.medium-show.small-show,
    .channel-html .jCD73DD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jCD73DD.medium-show.small-hide,
    .channel-html .jCD73DD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m799C99 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    order: 1;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .m799C99 {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m799C99 {
        order: 2;
    }
}

.m94B257 {
    margin-left: 0px;
    margin-top: -11px;
    margin-bottom: -10px;
}

@media only screen and (max-width: 1068px) {
    .m94B257 {
        margin-top: -18px;
    }
}

@media only screen and (max-width: 734px) {
    .m94B257 {
        margin-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .m94B257 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .m94B257 {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .m94B257 {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .m94B257 {
        margin-right: 0px;
        margin-bottom: -12px;
    }
}

.channel-html .f9EA7F8 {
    /** Margin */
    margin-top: 43px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    order: 2;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9EA7F8 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9EA7F8 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9EA7F8 {
        order: 1;
    }
}

.channel-html .wB0CCFC {
    margin-top: -3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wB0CCFC {
        margin-top: 0px;
    }
}

.channel-html .d3F615C {
    color: #1d1d1f;
    margin-top: 60px;
    margin-bottom: 35px;
    padding-left: 164px;
    padding-right: 164px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d3F615C {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d3F615C {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d3F615C {
        margin-bottom: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d3F615C {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d3F615C {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d3F615C {
        padding-right: 0px;
    }
}

.channel-html .n37CAD2 {
    /** Alignment */
    /** Margin */
    margin-left: 0px;
    margin-right: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n37CAD2 {
        margin-left: 3px;
    }
}

.channel-html .n37CAD2.large-show {
    display: flex;
}

.channel-html .n37CAD2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n37CAD2.large-show.medium-show,
    .channel-html .n37CAD2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n37CAD2.large-show.medium-hide,
    .channel-html .n37CAD2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n37CAD2.medium-show.small-show,
    .channel-html .n37CAD2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n37CAD2.medium-show.small-hide,
    .channel-html .n37CAD2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c001A81 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l953E73 {
    /** Color */
}

.channel-html .l953E73.button {
    color: #1d1d1f !important;
    background: #ffffff!important;
    border: solid 1px #1d1d1f;
}

.channel-html .l953E73.button:hover {
    color: #f5f5f7;
    background: #1d1d1f;
}

.channel-html .c6631BD {
    /** Background Controls **/
    background-color: #f5f5f7;
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c6631BD.large-show {
    display: flex;
}

.channel-html .c6631BD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c6631BD.large-show.medium-show,
    .channel-html .c6631BD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c6631BD.large-show.medium-hide,
    .channel-html .c6631BD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c6631BD.medium-show.small-show,
    .channel-html .c6631BD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c6631BD.medium-show.small-hide,
    .channel-html .c6631BD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u74F253 {
    /** Alignment */
    /** Margin */
    margin-top: 78px;
    margin-bottom: 110px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .u74F253 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u74F253 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u74F253 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u74F253 {
        margin-bottom: 51px;
    }
}

.channel-html .u74F253.large-show {
    display: flex;
}

.channel-html .u74F253.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u74F253.large-show.medium-show,
    .channel-html .u74F253.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u74F253.large-show.medium-hide,
    .channel-html .u74F253.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u74F253.medium-show.small-show,
    .channel-html .u74F253.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u74F253.medium-show.small-hide,
    .channel-html .u74F253.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u70719E {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i3C9A4A {
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.channel-html .gF9F9A2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .gF9F9A2 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF9F9A2 {
        margin-right: 0px;
    }
}

.channel-html .cEEAD08 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .cEEAD08.large-show {
    display: flex;
}

.channel-html .cEEAD08.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cEEAD08.large-show.medium-show,
    .channel-html .cEEAD08.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cEEAD08.large-show.medium-hide,
    .channel-html .cEEAD08.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cEEAD08.medium-show.small-show,
    .channel-html .cEEAD08.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cEEAD08.medium-show.small-hide,
    .channel-html .cEEAD08.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dBA5282 {
    /** Margin */
    margin-top: 41px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .lA838E1 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lA838E1 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lA838E1 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lA838E1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lA838E1 {
        overflow: hidden;
    }
}

.channel-html .lA838E1.large-show {
    display: grid;
}

.channel-html .lA838E1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lA838E1.large-show.medium-show,
    .channel-html .lA838E1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lA838E1.large-show.medium-hide,
    .channel-html .lA838E1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lA838E1.medium-show.small-show,
    .channel-html .lA838E1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lA838E1.medium-show.small-hide,
    .channel-html .lA838E1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lA838E1 .bentobox-item {
    border-radius: 18px;
}

.channel-html .dDEFD5D {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDEFD5D {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDEFD5D {
        overflow: visible;
    }
}

.channel-html .dDEFD5D.large-show {
    display: flex;
}

.channel-html .dDEFD5D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dDEFD5D.large-show.medium-show,
    .channel-html .dDEFD5D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dDEFD5D.large-show.medium-hide,
    .channel-html .dDEFD5D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dDEFD5D.medium-show.small-show,
    .channel-html .dDEFD5D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dDEFD5D.medium-show.small-hide,
    .channel-html .dDEFD5D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dDEFD5D:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDEFD5D:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDEFD5D:before {
        content: none;
    }
}

.channel-html .s603E69 {
    min-height: 600px;
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s603E69 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s603E69 {
        min-height: 738px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s603E69 {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s603E69 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s603E69 {
        flex-grow: 0;
    }
}

.channel-html .s603E69.large-show {
    display: flex;
}

.channel-html .s603E69.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s603E69.large-show.medium-show,
    .channel-html .s603E69.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s603E69.large-show.medium-hide,
    .channel-html .s603E69.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s603E69.medium-show.small-show,
    .channel-html .s603E69.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s603E69.medium-show.small-hide,
    .channel-html .s603E69.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lEA0314 {
    /** Margin */
    /** Padding */
    padding-top: 50px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    z-index: 12;
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEA0314 {
        padding-top: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEA0314 {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEA0314 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lEA0314 {
        padding-right: 20px;
    }
}

.channel-html .m749ACF {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .x0E638E {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x0E638E {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x0E638E {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x0E638E {
        padding-left: 38px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x0E638E {
        padding-right: 38px;
    }
}

.a89B798 {
    margin-top: -35px;
    margin-bottom: -8px;
}

@media only screen and (max-width: 1068px) {
    .a89B798 {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 734px) {
    .a89B798 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .a89B798 {
        margin-left: 3px;
    }
}

@media only screen and (max-width: 1068px) {
    .a89B798 {
        margin-bottom: -7px;
    }
}

@media only screen and (max-width: 734px) {
    .a89B798 {
        margin-bottom: 44px;
    }
}

.channel-html .xEA050F {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .xEA050F {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xEA050F {
        margin-right: 0px;
    }
}

.channel-html .y6B8DC6 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y6B8DC6.large-show {
    display: flex;
}

.channel-html .y6B8DC6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y6B8DC6.large-show.medium-show,
    .channel-html .y6B8DC6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y6B8DC6.large-show.medium-hide,
    .channel-html .y6B8DC6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y6B8DC6.medium-show.small-show,
    .channel-html .y6B8DC6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y6B8DC6.medium-show.small-hide,
    .channel-html .y6B8DC6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k9C648A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d5050EB {
    grid-template-rows: -1px;
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d5050EB {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5050EB {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d5050EB {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5050EB {
        overflow: hidden;
    }
}

.channel-html .d5050EB.large-show {
    display: grid;
}

.channel-html .d5050EB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d5050EB.large-show.medium-show,
    .channel-html .d5050EB.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d5050EB.large-show.medium-hide,
    .channel-html .d5050EB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d5050EB.medium-show.small-show,
    .channel-html .d5050EB.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d5050EB.medium-show.small-hide,
    .channel-html .d5050EB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d5050EB .bentobox-item {
    border-radius: 18px;
}

.channel-html .kA91713 {
    /** Background **/
    background-color: transparent;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: hidden;
    /** Height ** /
      @include viewport(large) {
      height: -1px;
    }@include viewport(medium) {
      height: -1px;
    }
  
      /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA91713 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA91713 {
        overflow: hidden;
    }
}

.channel-html .kA91713.large-show {
    display: flex;
}

.channel-html .kA91713.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kA91713.large-show.medium-show,
    .channel-html .kA91713.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kA91713.large-show.medium-hide,
    .channel-html .kA91713.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kA91713.medium-show.small-show,
    .channel-html .kA91713.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kA91713.medium-show.small-hide,
    .channel-html .kA91713.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kA91713:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA91713:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA91713:before {
        content: none;
    }
}

.channel-html .kB9018E {
    min-height: 600px;
    /** Alignment */
    /** Margin */
    margin-top: 0px;
    margin-bottom: 0px;
    /** Padding */
    padding-top: 0px;
    padding-bottom: 0px;
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kB9018E {
        min-height: 408px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB9018E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kB9018E {
        flex-grow: 0;
    }
}

.channel-html .kB9018E.large-show {
    display: flex;
}

.channel-html .kB9018E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kB9018E.large-show.medium-show,
    .channel-html .kB9018E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kB9018E.large-show.medium-hide,
    .channel-html .kB9018E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kB9018E.medium-show.small-show,
    .channel-html .kB9018E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kB9018E.medium-show.small-hide,
    .channel-html .kB9018E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e61ED35 {
    /** Margin */
    margin-bottom: -8px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    z-index: 8;
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61ED35 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61ED35 {
        margin-bottom: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e61ED35 {
        margin-bottom: -8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61ED35 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e61ED35 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e61ED35 {
        padding-bottom: 0px;
    }
}

.w40180C {
    margin-top: 0px;
    margin-bottom: -7px;
}

@media only screen and (max-width: 1068px) {
    .w40180C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .w40180C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .w40180C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .w40180C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .w40180C {
        margin-bottom: -7px;
    }
}

@media only screen and (max-width: 734px) {
    .w40180C {
        margin-bottom: -7px;
    }
}

.channel-html .r1B5078 {
    /** Margin */
    margin-top: -176px;
    /** Padding */
    padding-left: 40px;
    padding-right: 40px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    z-index: 12;
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        margin-top: -133px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1B5078 {
        margin-top: -124px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        margin-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1B5078 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1B5078 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1B5078 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1B5078 {
        padding-right: 40px;
    }
}

.channel-html .f9CF949 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9CF949 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9CF949 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9CF949 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9CF949 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9CF949 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9CF949 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9CF949 {
        padding-bottom: 0px;
    }
}

.channel-html .r686390 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .r686390 {
        margin-left: 0px;
    }
}

.channel-html .g669C07 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g669C07.large-show {
    display: flex;
}

.channel-html .g669C07.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g669C07.large-show.medium-show,
    .channel-html .g669C07.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g669C07.large-show.medium-hide,
    .channel-html .g669C07.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g669C07.medium-show.small-show,
    .channel-html .g669C07.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g669C07.medium-show.small-hide,
    .channel-html .g669C07.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zE825C9 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dEC26BD {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEC26BD {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEC26BD {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEC26BD {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEC26BD {
        overflow: hidden;
    }
}

.channel-html .dEC26BD.large-show {
    display: grid;
}

.channel-html .dEC26BD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dEC26BD.large-show.medium-show,
    .channel-html .dEC26BD.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dEC26BD.large-show.medium-hide,
    .channel-html .dEC26BD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dEC26BD.medium-show.small-show,
    .channel-html .dEC26BD.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dEC26BD.medium-show.small-hide,
    .channel-html .dEC26BD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dEC26BD .bentobox-item {
    border-radius: 18px;
}

.channel-html .i897D9B {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i897D9B {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i897D9B {
        overflow: hidden;
    }
}

.channel-html .i897D9B.large-show {
    display: flex;
}

.channel-html .i897D9B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i897D9B.large-show.medium-show,
    .channel-html .i897D9B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i897D9B.large-show.medium-hide,
    .channel-html .i897D9B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i897D9B.medium-show.small-show,
    .channel-html .i897D9B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i897D9B.medium-show.small-hide,
    .channel-html .i897D9B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i897D9B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i897D9B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i897D9B:before {
        content: none;
    }
}

.channel-html .uD7D16B {
    min-height: 522px;
    /** Alignment */
    /** Margin */
    margin-top: 78px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .uD7D16B {
        min-height: 386px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uD7D16B {
        min-height: 488px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uD7D16B {
        margin-top: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uD7D16B {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uD7D16B {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uD7D16B {
        flex-grow: 0;
    }
}

.channel-html .uD7D16B.large-show {
    display: flex;
}

.channel-html .uD7D16B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .uD7D16B.large-show.medium-show,
    .channel-html .uD7D16B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .uD7D16B.large-show.medium-hide,
    .channel-html .uD7D16B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uD7D16B.medium-show.small-show,
    .channel-html .uD7D16B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uD7D16B.medium-show.small-hide,
    .channel-html .uD7D16B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h984AFF {
    /** Margin */
    margin-left: 59px;
    /** Padding */
    padding-right: 120px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .h984AFF {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h984AFF {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h984AFF {
        padding-right: 80px;
    }
}

.channel-html .kA71363 {
    margin-top: 13px;
    margin-left: -2px;
    padding-left: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA71363 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA71363 {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA71363 {
        margin-left: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA71363 {
        margin-left: 0px;
    }
}

.channel-html .w073AE8 {
    /** Margin */
    margin-top: -9px;
    margin-left: 58px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .w073AE8 {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w073AE8 {
        margin-top: -11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w073AE8 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w073AE8 {
        margin-left: 24px;
    }
}

.channel-html .xB84F25 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .xB84F25.large-show {
    display: flex;
}

.channel-html .xB84F25.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xB84F25.large-show.medium-show,
    .channel-html .xB84F25.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xB84F25.large-show.medium-hide,
    .channel-html .xB84F25.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xB84F25.medium-show.small-show,
    .channel-html .xB84F25.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xB84F25.medium-show.small-hide,
    .channel-html .xB84F25.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t852F5D {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y1D787C {
    display: inline-block;
    width: 121px;
}

.channel-html .jD904ED {
    color: #6e6e73;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.029rem;
    font-weight: 600;
    pointer-events: none;
}

.channel-html .t242D50 {
    display: inline-block;
    position: relative;
    border: none;
    border-bottom: 1px solid #6e6e73;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .t242D50 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .xE5728D {
    color: rgb(0, 0, 0);
    font-size: 17px;
    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: 240px;
    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: 6px 0;
    padding-right: 15px;
}

.channel-html .xE5728D:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .tEA0F99 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .a048989 {
    /** Margin */
    margin-top: 47px;
    margin-right: 0px;
    /** Padding */
    padding-right: 0px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
    min-height: 134px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a048989 {
        margin-top: 17px;
        min-height: 103px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a048989 {
        margin-top: 22px;
        min-height: 201px;
    }
}

.channel-html .y77F142 {
    width: 100%;
}

.channel-html .y77F142[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .y77F142[data-active-content|="true"] {
    display: inline-flex;
}

.channel-html .b765A65 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .b765A65.large-show {
    display: flex;
}

.channel-html .b765A65.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b765A65.large-show.medium-show,
    .channel-html .b765A65.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b765A65.large-show.medium-hide,
    .channel-html .b765A65.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b765A65.medium-show.small-show,
    .channel-html .b765A65.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b765A65.medium-show.small-hide,
    .channel-html .b765A65.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o5ACD0B {
    /** Margin */
    margin-right: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .o5ACD0B {
        margin-right: 0px;
    }
}

.channel-html .kC236A6 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .kC236A6 {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kC236A6 {
        margin-bottom: -1px;
    }
}

.channel-html .zBEAC1F {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .zBEAC1F {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zBEAC1F {
        margin-bottom: 4px;
    }
}

.channel-html .h813662 {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h813662 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h813662 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h813662 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h813662 {
        padding-right: 53px;
    }
}

.channel-html .y3AB7A6 {
    /** Margin */
    margin-left: -11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .y3AB7A6 {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y3AB7A6 {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y3AB7A6 {
        margin-left: 0px;
    }
}

.channel-html .o28C6F2 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o28C6F2 {
        margin-bottom: -1px;
    }
}

.channel-html .x5FE0FF {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FE0FF {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5FE0FF {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5FE0FF {
        margin-bottom: 4px;
    }
}

.channel-html .aEC04CD {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 0.5px;
    padding-right: 75px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aEC04CD {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aEC04CD {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aEC04CD {
        padding-right: 50px;
    }
}

.channel-html .q046011 {
    width: 100%;
}

.channel-html .q046011[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .q046011[data-active-content|="true"] {
    display: inline-flex;
}

.channel-html .e369546 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e369546.large-show {
    display: flex;
}

.channel-html .e369546.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e369546.large-show.medium-show,
    .channel-html .e369546.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e369546.large-show.medium-hide,
    .channel-html .e369546.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e369546.medium-show.small-show,
    .channel-html .e369546.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e369546.medium-show.small-hide,
    .channel-html .e369546.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lC5925C {
    /** Margin */
    margin-right: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lC5925C {
        margin-right: 0px;
    }
}

.channel-html .pF84E17 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .pF84E17 {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pF84E17 {
        margin-bottom: -1px;
    }
}

.channel-html .b1E1088 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .b1E1088 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1E1088 {
        margin-bottom: 4px;
    }
}

.channel-html .kB1DF91 {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB1DF91 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kB1DF91 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB1DF91 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB1DF91 {
        padding-right: 53px;
    }
}

.channel-html .n276871 {
    /** Margin */
    margin-left: -11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .n276871 {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n276871 {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n276871 {
        margin-left: 0px;
    }
}

.channel-html .o0383CA {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o0383CA {
        margin-bottom: -1px;
    }
}

.channel-html .c8CC79B {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c8CC79B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c8CC79B {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c8CC79B {
        margin-bottom: 4px;
    }
}

.channel-html .wD6C3DD {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 0.5px;
    padding-right: 75px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wD6C3DD {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wD6C3DD {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wD6C3DD {
        padding-right: 50px;
    }
}

.channel-html .f7E383C {
    width: 100%;
}

.channel-html .f7E383C[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .f7E383C[data-active-content|="true"] {
    display: inline-flex;
}

.channel-html .l6AEE2A {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l6AEE2A.large-show {
    display: flex;
}

.channel-html .l6AEE2A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l6AEE2A.large-show.medium-show,
    .channel-html .l6AEE2A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l6AEE2A.large-show.medium-hide,
    .channel-html .l6AEE2A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l6AEE2A.medium-show.small-show,
    .channel-html .l6AEE2A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l6AEE2A.medium-show.small-hide,
    .channel-html .l6AEE2A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zADF203 {
    /** Margin */
    margin-right: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .zADF203 {
        margin-right: 0px;
    }
}

.channel-html .e0315D9 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .e0315D9 {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0315D9 {
        margin-bottom: -1px;
    }
}

.channel-html .t74B0C8 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .t74B0C8 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t74B0C8 {
        margin-bottom: 4px;
    }
}

.channel-html .hC08AE8 {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC08AE8 {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hC08AE8 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC08AE8 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC08AE8 {
        padding-right: 53px;
    }
}

.channel-html .p31B8C9 {
    /** Margin */
    margin-left: -11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .p31B8C9 {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p31B8C9 {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p31B8C9 {
        margin-left: 0px;
    }
}

.channel-html .c98E622 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c98E622 {
        margin-bottom: -1px;
    }
}

.channel-html .i1AA453 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i1AA453 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i1AA453 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i1AA453 {
        margin-bottom: 4px;
    }
}

.channel-html .w77434C {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 0.5px;
    padding-right: 75px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w77434C {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w77434C {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w77434C {
        padding-right: 42px;
    }
}

.channel-html .s5EE833 {
    width: 100%;
}

.channel-html .s5EE833[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .s5EE833[data-active-content|="true"] {
    display: inline-flex;
}

.channel-html .b8D0FC2 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .b8D0FC2.large-show {
    display: flex;
}

.channel-html .b8D0FC2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b8D0FC2.large-show.medium-show,
    .channel-html .b8D0FC2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b8D0FC2.large-show.medium-hide,
    .channel-html .b8D0FC2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b8D0FC2.medium-show.small-show,
    .channel-html .b8D0FC2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b8D0FC2.medium-show.small-hide,
    .channel-html .b8D0FC2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z348192 {
    /** Margin */
    margin-right: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .z348192 {
        margin-right: 0px;
    }
}

.channel-html .zF38D89 {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .zF38D89 {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zF38D89 {
        margin-bottom: -1px;
    }
}

.channel-html .v46B354 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .v46B354 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v46B354 {
        margin-bottom: 4px;
    }
}

.channel-html .z00640C {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z00640C {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z00640C {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z00640C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z00640C {
        padding-right: 53px;
    }
}

.channel-html .b78AA3D {
    /** Margin */
    margin-left: -11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .b78AA3D {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b78AA3D {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b78AA3D {
        margin-left: 0px;
    }
}

.channel-html .e7812FA {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e7812FA {
        margin-bottom: -1px;
    }
}

.channel-html .qEF43B3 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEF43B3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEF43B3 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEF43B3 {
        margin-bottom: 4px;
    }
}

.channel-html .gEA2AB4 {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 0.5px;
    padding-right: 75px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gEA2AB4 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gEA2AB4 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gEA2AB4 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gEA2AB4 {
        padding-right: 20px;
    }
}

.channel-html .p643044 {
    width: 100%;
}

.channel-html .p643044[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .p643044[data-active-content|="true"] {
    display: inline-flex;
}

.channel-html .iD61DFF {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .iD61DFF.large-show {
    display: flex;
}

.channel-html .iD61DFF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD61DFF.large-show.medium-show,
    .channel-html .iD61DFF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD61DFF.large-show.medium-hide,
    .channel-html .iD61DFF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD61DFF.medium-show.small-show,
    .channel-html .iD61DFF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD61DFF.medium-show.small-hide,
    .channel-html .iD61DFF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tB56E2A {
    /** Margin */
    margin-right: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .tB56E2A {
        margin-right: 0px;
    }
}

.channel-html .t52851C {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .t52851C {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t52851C {
        margin-bottom: -1px;
    }
}

.channel-html .iBD824F {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .iBD824F {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iBD824F {
        margin-bottom: 4px;
    }
}

.channel-html .y2EE12D {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2EE12D {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2EE12D {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2EE12D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2EE12D {
        padding-right: 53px;
    }
}

.channel-html .g63C0D0 {
    /** Margin */
    margin-left: -11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .g63C0D0 {
        margin-top: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g63C0D0 {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g63C0D0 {
        margin-left: 0px;
    }
}

.channel-html .aAA975F {
    color: #6e6e73;
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAA975F {
        margin-bottom: -1px;
    }
}

.channel-html .t059504 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-bottom: 9px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t059504 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t059504 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t059504 {
        margin-bottom: 4px;
    }
}

.channel-html .c60A7E7 {
    color: #6e6e73;
    margin-top: 6px;
    margin-left: 0.5px;
    padding-right: 75px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c60A7E7 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c60A7E7 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c60A7E7 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c60A7E7 {
        padding-right: 20px;
    }
}

.channel-html .zB9A798 {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB9A798 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB9A798 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB9A798 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB9A798 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB9A798 {
        padding-bottom: 0px;
    }
}

.channel-html .f7BCFBF {
    /** Alignment */
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f7BCFBF.large-show {
    display: flex;
}

.channel-html .f7BCFBF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f7BCFBF.large-show.medium-show,
    .channel-html .f7BCFBF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f7BCFBF.large-show.medium-hide,
    .channel-html .f7BCFBF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f7BCFBF.medium-show.small-show,
    .channel-html .f7BCFBF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f7BCFBF.medium-show.small-hide,
    .channel-html .f7BCFBF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cF50CD4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .q4F9495 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q4F9495 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q4F9495 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q4F9495 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q4F9495 {
        overflow: hidden;
    }
}

.channel-html .q4F9495.large-show {
    display: grid;
}

.channel-html .q4F9495.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q4F9495.large-show.medium-show,
    .channel-html .q4F9495.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q4F9495.large-show.medium-hide,
    .channel-html .q4F9495.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q4F9495.medium-show.small-show,
    .channel-html .q4F9495.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q4F9495.medium-show.small-hide,
    .channel-html .q4F9495.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q4F9495 .bentobox-item {
    border-radius: 18px;
}

.channel-html .eD3608B {
    /** Background **/
    background-color: #000000;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
    max-height: 690px;
    min-height: 690px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eD3608B {
        overflow: visible;
        max-height: 532px;
        min-height: 532px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eD3608B {
        overflow: visible;
        max-height: initial;
        min-height: initial;
    }
}

.channel-html .eD3608B.large-show {
    display: flex;
}

.channel-html .eD3608B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .eD3608B.large-show.medium-show,
    .channel-html .eD3608B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .eD3608B.large-show.medium-hide,
    .channel-html .eD3608B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eD3608B.medium-show.small-show,
    .channel-html .eD3608B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eD3608B.medium-show.small-hide,
    .channel-html .eD3608B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eD3608B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eD3608B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eD3608B:before {
        content: none;
    }
}

.channel-html .gA910B9 {
    min-height: 600px;
    /** Alignment */
    /** Margin */
    margin-top: 52px;
    margin-bottom: 29px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA910B9 {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA910B9 {
        min-height: 0;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA910B9 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA910B9 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA910B9 {
        margin-bottom: -32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA910B9 {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA910B9 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA910B9 {
        flex-grow: 0;
    }
}

.channel-html .gA910B9.large-show {
    display: flex;
}

.channel-html .gA910B9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gA910B9.large-show.medium-show,
    .channel-html .gA910B9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gA910B9.large-show.medium-hide,
    .channel-html .gA910B9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gA910B9.medium-show.small-show,
    .channel-html .gA910B9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gA910B9.medium-show.small-hide,
    .channel-html .gA910B9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v2E7F06 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .fB63CAC {
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
    padding-left: 24px;
    padding-right: 24px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .fB63CAC {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fB63CAC {
        margin-bottom: 0px;
    }
}

.xBA6F42 {
    margin-top: 44px;
}

@media only screen and (max-width: 1068px) {
    .xBA6F42 {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .xBA6F42 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .xBA6F42 {
        margin-left: -2px;
    }
}

.channel-html .zE15394 {
    /** Margin */
    margin-top: 23px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .zE15394 {
        margin-top: -53px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zE15394 {
        margin-top: 27px;
        margin-bottom: 21px;
    }
}

.channel-html .y80DDF1 {
    /** Alignment */
    /** Margin */
    /** Padding */
    padding-left: 41px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y80DDF1 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y80DDF1 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y80DDF1 {
        padding-left: 24px;
    }
}

.channel-html .y80DDF1.large-show {
    display: flex;
}

.channel-html .y80DDF1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y80DDF1.large-show.medium-show,
    .channel-html .y80DDF1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y80DDF1.large-show.medium-hide,
    .channel-html .y80DDF1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y80DDF1.medium-show.small-show,
    .channel-html .y80DDF1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y80DDF1.medium-show.small-hide,
    .channel-html .y80DDF1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r808D1D {
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r808D1D {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r808D1D {
        margin-bottom: 18px;
    }
}

.channel-html .c5808A1 {
    display: inline-block;
    width: 121px;
}

.channel-html .jDC1723 {
    color: #86868b;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.029rem;
    font-weight: 600;
    pointer-events: none;
}

.channel-html .oB7CBB9 {
    display: inline-block;
    position: relative;
    border: none;
    border-bottom: 1px solid #6e6e73;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .oB7CBB9 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .eF814CA {
    font-size: 17px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    margin: 0;
    width: 240px;
    color: white;
    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: 6px 0;
    padding-right: 15px;
}

.channel-html .eF814CA:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .eF814CA option {
    background-color: #1d1d1f;
}

.channel-html .yBF78EA {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .m969E0C {
    /** Alignment */
    /** Margin */
    /** Padding */
    padding-left: 41px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m969E0C {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m969E0C {
        padding-left: 24px;
    }
}

.channel-html .m969E0C.large-show {
    display: flex;
}

.channel-html .m969E0C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m969E0C.large-show.medium-show,
    .channel-html .m969E0C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m969E0C.large-show.medium-hide,
    .channel-html .m969E0C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m969E0C.medium-show.small-show,
    .channel-html .m969E0C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m969E0C.medium-show.small-hide,
    .channel-html .m969E0C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gF953E5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gF953E5 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF953E5 {
        padding-top: 12px;
    }
}

.channel-html .p064BAB[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .p064BAB[data-active-content|="true"] {
    display: block;
}

.channel-html .v5C403C {
    /** Alignment */
    /** Margin */
    margin-top: 17px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v5C403C {
        margin-top: -14px;
    }
}

.channel-html .v5C403C.large-show {
    display: flex;
}

.channel-html .v5C403C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v5C403C.large-show.medium-show,
    .channel-html .v5C403C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v5C403C.large-show.medium-hide,
    .channel-html .v5C403C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v5C403C.medium-show.small-show,
    .channel-html .v5C403C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v5C403C.medium-show.small-hide,
    .channel-html .v5C403C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p686077 {
    /** Margin */
    margin-bottom: 11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .p686077 {
        margin-bottom: 11px;
    }
}

.channel-html .c7CDBED {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .h649E15 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f0F48DC {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .f0F48DC {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0F48DC {
        margin-bottom: 11px;
    }
}

.channel-html .eBC38C9 {
    /** Margin */
    margin-top: -10px;
    margin-left: -64px;
    /** Padding */
    /** Align text*/
    text-align: left;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .eBC38C9 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eBC38C9 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eBC38C9 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eBC38C9 {
        margin-left: -32px;
    }
}

.channel-html .oC9B0D2 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .u354C2D {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .rB152C4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c246724 {
    color: #ffffff;
    margin-top: 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 .c246724 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c246724 {
        padding-bottom: -8px;
    }
}

.channel-html .eEA82B1 {
    width: 100%;
}

.channel-html .eEA82B1[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .eEA82B1[data-active-content|="true"] {
    display: block;
}

.channel-html .oBAFBA8 {
    /** Alignment */
    /** Margin */
    margin-top: 17px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oBAFBA8 {
        margin-top: -14px;
    }
}

.channel-html .oBAFBA8.large-show {
    display: flex;
}

.channel-html .oBAFBA8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .oBAFBA8.large-show.medium-show,
    .channel-html .oBAFBA8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .oBAFBA8.large-show.medium-hide,
    .channel-html .oBAFBA8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oBAFBA8.medium-show.small-show,
    .channel-html .oBAFBA8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oBAFBA8.medium-show.small-hide,
    .channel-html .oBAFBA8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hE4502F {
    /** Margin */
    margin-bottom: 11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .hE4502F {
        margin-bottom: 11px;
    }
}

.channel-html .oEC9462 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .q7E6576 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t2D63FB {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .t2D63FB {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t2D63FB {
        margin-bottom: 11px;
    }
}

.channel-html .g5471D2 {
    /** Margin */
    margin-top: -10px;
    margin-left: -64px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g5471D2 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g5471D2 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g5471D2 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g5471D2 {
        margin-left: -32px;
    }
}

.channel-html .x0D096F {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .x0D096F {
        margin-right: -18px;
    }
}

.channel-html .vEBEBB5 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .x8E3C8D {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .lEA066B {
    color: #ffffff;
    margin-top: 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 .lEA066B {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lEA066B {
        padding-bottom: -8px;
    }
}

.channel-html .b1179CD {
    width: 100%;
}

.channel-html .b1179CD[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .b1179CD[data-active-content|="true"] {
    display: block;
}

.channel-html .vDAFA0B {
    /** Alignment */
    /** Margin */
    margin-top: 17px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .vDAFA0B {
        margin-top: -14px;
    }
}

.channel-html .vDAFA0B.large-show {
    display: flex;
}

.channel-html .vDAFA0B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .vDAFA0B.large-show.medium-show,
    .channel-html .vDAFA0B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .vDAFA0B.large-show.medium-hide,
    .channel-html .vDAFA0B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vDAFA0B.medium-show.small-show,
    .channel-html .vDAFA0B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vDAFA0B.medium-show.small-hide,
    .channel-html .vDAFA0B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l0E4D8F {
    /** Margin */
    margin-bottom: 11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .l0E4D8F {
        margin-bottom: 11px;
    }
}

.channel-html .o378E1A {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .xF782FC {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .vA9F68F {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .vA9F68F {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vA9F68F {
        margin-bottom: 11px;
    }
}

.channel-html .y5D76C7 {
    /** Margin */
    margin-top: -10px;
    margin-left: -64px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5D76C7 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5D76C7 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5D76C7 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5D76C7 {
        margin-left: -32px;
    }
}

.channel-html .b274B17 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .b274B17 {
        margin-right: -18px;
    }
}

.channel-html .v4DD3B9 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .q9226F5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r592E18 {
    color: #ffffff;
    margin-top: 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 .r592E18 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r592E18 {
        padding-bottom: -8px;
    }
}

.channel-html .oF12CCA {
    width: 100%;
}

.channel-html .oF12CCA[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .oF12CCA[data-active-content|="true"] {
    display: block;
}

.channel-html .c4AC386 {
    /** Alignment */
    /** Margin */
    margin-top: 17px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c4AC386 {
        margin-top: -14px;
    }
}

.channel-html .c4AC386.large-show {
    display: flex;
}

.channel-html .c4AC386.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c4AC386.large-show.medium-show,
    .channel-html .c4AC386.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c4AC386.large-show.medium-hide,
    .channel-html .c4AC386.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c4AC386.medium-show.small-show,
    .channel-html .c4AC386.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c4AC386.medium-show.small-hide,
    .channel-html .c4AC386.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h7187FC {
    /** Margin */
    margin-bottom: 11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .h7187FC {
        margin-bottom: 11px;
    }
}

.channel-html .y6E5A42 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .uFF6284 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c9F34AD {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .c9F34AD {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c9F34AD {
        margin-bottom: 11px;
    }
}

.channel-html .y508CB9 {
    /** Margin */
    margin-top: -10px;
    margin-left: -64px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y508CB9 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y508CB9 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y508CB9 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y508CB9 {
        margin-left: -32px;
    }
}

.channel-html .s952F72 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .s952F72 {
        margin-right: -18px;
    }
}

.channel-html .jAC060F {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .o159A30 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .qA990E7 {
    color: #ffffff;
    margin-top: 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 .qA990E7 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qA990E7 {
        padding-bottom: -8px;
    }
}

.channel-html .c4BF379 {
    width: 100%;
}

.channel-html .c4BF379[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .c4BF379[data-active-content|="true"] {
    display: block;
}

.channel-html .s6B8E5F {
    /** Alignment */
    /** Margin */
    margin-top: 17px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s6B8E5F {
        margin-top: -14px;
    }
}

.channel-html .s6B8E5F.large-show {
    display: flex;
}

.channel-html .s6B8E5F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s6B8E5F.large-show.medium-show,
    .channel-html .s6B8E5F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s6B8E5F.large-show.medium-hide,
    .channel-html .s6B8E5F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s6B8E5F.medium-show.small-show,
    .channel-html .s6B8E5F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s6B8E5F.medium-show.small-hide,
    .channel-html .s6B8E5F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s157F0C {
    /** Margin */
    margin-bottom: 11px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s157F0C {
        margin-bottom: 11px;
    }
}

.channel-html .u836AF3 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .g2B33EA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .j28A204 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .j28A204 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j28A204 {
        margin-bottom: 11px;
    }
}

.channel-html .xD6923F {
    /** Margin */
    margin-top: -10px;
    margin-left: -64px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .xD6923F {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xD6923F {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xD6923F {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xD6923F {
        margin-left: -32px;
    }
}

.channel-html .f7FEEAD {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .f7FEEAD {
        margin-right: -18px;
    }
}

.channel-html .v790BC9 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .x4E38A6 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i99DFA8 {
    color: #ffffff;
    margin-top: 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 .i99DFA8 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i99DFA8 {
        padding-bottom: -8px;
    }
}

.channel-html .gF0856B {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .gF0856B {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF0856B {
        margin-right: 0px;
    }
}

.channel-html .r883EAE {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r883EAE.large-show {
    display: flex;
}

.channel-html .r883EAE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r883EAE.large-show.medium-show,
    .channel-html .r883EAE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r883EAE.large-show.medium-hide,
    .channel-html .r883EAE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r883EAE.medium-show.small-show,
    .channel-html .r883EAE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r883EAE.medium-show.small-hide,
    .channel-html .r883EAE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wFF48A2 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .m7CD8E2 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m7CD8E2 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m7CD8E2 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m7CD8E2 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m7CD8E2 {
        overflow: hidden;
    }
}

.channel-html .m7CD8E2.large-show {
    display: grid;
}

.channel-html .m7CD8E2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m7CD8E2.large-show.medium-show,
    .channel-html .m7CD8E2.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m7CD8E2.large-show.medium-hide,
    .channel-html .m7CD8E2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m7CD8E2.medium-show.small-show,
    .channel-html .m7CD8E2.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m7CD8E2.medium-show.small-hide,
    .channel-html .m7CD8E2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m7CD8E2 .bentobox-item {
    border-radius: 18px;
}

.channel-html .l680114 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: hidden;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .l680114 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l680114 {
        overflow: hidden;
    }
}

.channel-html .l680114.large-show {
    display: flex;
}

.channel-html .l680114.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l680114.large-show.medium-show,
    .channel-html .l680114.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l680114.large-show.medium-hide,
    .channel-html .l680114.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l680114.medium-show.small-show,
    .channel-html .l680114.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l680114.medium-show.small-hide,
    .channel-html .l680114.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l680114:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l680114:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l680114:before {
        content: none;
    }
}

.channel-html .mD49F5B {
    min-height: 600px;
    /** Alignment */
    /** Margin */
    margin-bottom: -9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mD49F5B {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mD49F5B {
        min-height: 486px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mD49F5B {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mD49F5B {
        flex-grow: 0;
    }
}

.channel-html .mD49F5B.large-show {
    display: flex;
}

.channel-html .mD49F5B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mD49F5B.large-show.medium-show,
    .channel-html .mD49F5B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mD49F5B.large-show.medium-hide,
    .channel-html .mD49F5B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mD49F5B.medium-show.small-show,
    .channel-html .mD49F5B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mD49F5B.medium-show.small-hide,
    .channel-html .mD49F5B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d3AC6EE {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y57A7F2 {
    color: #000000;
    margin-top: 52px;
    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 .y57A7F2 {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y57A7F2 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y57A7F2 {
        margin-left: -2px;
    }
}

.h3E60B7 {
    margin-top: 40px;
    margin-left: 83px;
}

@media only screen and (max-width: 1068px) {
    .h3E60B7 {
        margin-top: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .h3E60B7 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .h3E60B7 {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .h3E60B7 {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .h3E60B7 {
        margin-bottom: 2px;
    }
}

.channel-html .c4FF220 {
    margin-top: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .c4FF220 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c4FF220 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c4FF220 {
        margin-right: 0px;
    }
}

.channel-html .q6CF60D {
    /** Alignment */
    /** Margin */
    margin-top: -20px;
    /** Padding */
    padding-top: 0px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .q6CF60D {
        margin-bottom: 0px;
    }
}

.channel-html .q6CF60D.large-show {
    display: flex;
}

.channel-html .q6CF60D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q6CF60D.large-show.medium-show,
    .channel-html .q6CF60D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q6CF60D.large-show.medium-hide,
    .channel-html .q6CF60D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q6CF60D.medium-show.small-show,
    .channel-html .q6CF60D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q6CF60D.medium-show.small-hide,
    .channel-html .q6CF60D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p0DEB99 {
    /** Margin */
    margin-top: 41px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dD1E9B3 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dD1E9B3 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dD1E9B3 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dD1E9B3 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dD1E9B3 {
        overflow: hidden;
    }
}

.channel-html .dD1E9B3.large-show {
    display: grid;
}

.channel-html .dD1E9B3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dD1E9B3.large-show.medium-show,
    .channel-html .dD1E9B3.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dD1E9B3.large-show.medium-hide,
    .channel-html .dD1E9B3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dD1E9B3.medium-show.small-show,
    .channel-html .dD1E9B3.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dD1E9B3.medium-show.small-hide,
    .channel-html .dD1E9B3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dD1E9B3 .bentobox-item {
    border-radius: 18px;
}

.channel-html .cBC92CF {
    /** Background **/
    background-color: #000000;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: hidden;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBC92CF {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBC92CF {
        overflow: hidden;
    }
}

.channel-html .cBC92CF.large-show {
    display: flex;
}

.channel-html .cBC92CF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBC92CF.large-show.medium-show,
    .channel-html .cBC92CF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBC92CF.large-show.medium-hide,
    .channel-html .cBC92CF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBC92CF.medium-show.small-show,
    .channel-html .cBC92CF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBC92CF.medium-show.small-hide,
    .channel-html .cBC92CF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cBC92CF:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBC92CF:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBC92CF:before {
        content: none;
    }
}

.channel-html .g008426 {
    min-height: 500px;
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g008426 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g008426 {
        min-height: 364px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g008426 {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g008426 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g008426 {
        flex-grow: 0;
    }
}

.channel-html .g008426.large-show {
    display: flex;
}

.channel-html .g008426.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g008426.large-show.medium-show,
    .channel-html .g008426.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g008426.large-show.medium-hide,
    .channel-html .g008426.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g008426.medium-show.small-show,
    .channel-html .g008426.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g008426.medium-show.small-hide,
    .channel-html .g008426.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qA8C593 {
    /** Margin */
    margin-bottom: -7px;
    /** Padding */
    /** Align text*/
    text-align: left;
    /** Flexbox order*/
    /** Layer controls */
    z-index: 12;
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .qA8C593 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qA8C593 {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qA8C593 {
        text-align: center;
    }
}

.rF7C759 {
    margin-top: 0px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1068px) {
    .rF7C759 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .rF7C759 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .rF7C759 {
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 734px) {
    .rF7C759 {
        margin-bottom: -5px;
    }
}

.channel-html .u34D2CA {
    /** Margin */
    margin-top: -107px;
    margin-left: 42px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .u34D2CA {
        margin-top: -102px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u34D2CA {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u34D2CA {
        margin-left: 41px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u34D2CA {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u34D2CA {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u34D2CA {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u34D2CA {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u34D2CA {
        text-align: center;
    }
}

.channel-html .p1EB4EB {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .p1EB4EB {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p1EB4EB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p1EB4EB {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p1EB4EB {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p1EB4EB {
        padding-right: 0px;
    }
}

.channel-html .o8301D5 {
    /** Margin */
    margin-top: -107px;
    margin-left: 42px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .o8301D5 {
        margin-top: -145px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8301D5 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8301D5 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8301D5 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8301D5 {
        text-align: center;
    }
}

.channel-html .l613B66 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .l613B66 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l613B66 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l613B66 {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l613B66 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l613B66 {
        padding-right: 0px;
    }
}

.channel-html .v9270AB {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .v9270AB {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9270AB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9270AB {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9270AB {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9270AB {
        padding-right: 0px;
    }
}

.channel-html .e4D45B3 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .e4D45B3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e4D45B3 {
        margin-right: 0px;
    }
}

.channel-html .z3026EC {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z3026EC.large-show {
    display: flex;
}

.channel-html .z3026EC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z3026EC.large-show.medium-show,
    .channel-html .z3026EC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z3026EC.large-show.medium-hide,
    .channel-html .z3026EC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z3026EC.medium-show.small-show,
    .channel-html .z3026EC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z3026EC.medium-show.small-hide,
    .channel-html .z3026EC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h38AC33 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dC84F67 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC84F67 {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC84F67 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC84F67 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC84F67 {
        overflow: hidden;
    }
}

.channel-html .dC84F67.large-show {
    display: grid;
}

.channel-html .dC84F67.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC84F67.large-show.medium-show,
    .channel-html .dC84F67.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC84F67.large-show.medium-hide,
    .channel-html .dC84F67.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC84F67.medium-show.small-show,
    .channel-html .dC84F67.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC84F67.medium-show.small-hide,
    .channel-html .dC84F67.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dC84F67 .bentobox-item {
    border-radius: 18px;
}

.channel-html .j93AB8A {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .j93AB8A {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j93AB8A {
        overflow: visible;
    }
}

.channel-html .j93AB8A.large-show {
    display: flex;
}

.channel-html .j93AB8A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j93AB8A.large-show.medium-show,
    .channel-html .j93AB8A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j93AB8A.large-show.medium-hide,
    .channel-html .j93AB8A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j93AB8A.medium-show.small-show,
    .channel-html .j93AB8A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j93AB8A.medium-show.small-hide,
    .channel-html .j93AB8A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j93AB8A:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j93AB8A:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j93AB8A:before {
        content: none;
    }
}

.channel-html .r906F3C {
    min-height: 500px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r906F3C {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r906F3C {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r906F3C {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r906F3C {
        flex-grow: 0;
    }
}

.channel-html .r906F3C.large-show {
    display: flex;
}

.channel-html .r906F3C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r906F3C.large-show.medium-show,
    .channel-html .r906F3C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r906F3C.large-show.medium-hide,
    .channel-html .r906F3C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r906F3C.medium-show.small-show,
    .channel-html .r906F3C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r906F3C.medium-show.small-hide,
    .channel-html .r906F3C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z8693D6 {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    z-index: 12;
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .z8693D6 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z8693D6 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z8693D6 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z8693D6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z8693D6 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z8693D6 {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .bAB5528 {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .bAB5528 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .bAB5528 {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .bAB5528 {
        margin-bottom: 0px;
    }
}

.channel-html .jF46934 {
    color: #1d1d1f;
    margin-top: 34px;
    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 .jF46934 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jF46934 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jF46934 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jF46934 {
        padding-right: 0px;
    }
}

.channel-html .r35DC9B {
    color: #1d1d1f;
    margin-top: 0px;
    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 .r35DC9B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r35DC9B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r35DC9B {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r35DC9B {
        padding-right: 0px;
    }
}

.channel-html .n868501 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .n868501 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n868501 {
        margin-right: 0px;
    }
}

.channel-html .p69A594 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p69A594.large-show {
    display: flex;
}

.channel-html .p69A594.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p69A594.large-show.medium-show,
    .channel-html .p69A594.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p69A594.large-show.medium-hide,
    .channel-html .p69A594.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p69A594.medium-show.small-show,
    .channel-html .p69A594.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p69A594.medium-show.small-hide,
    .channel-html .p69A594.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y7DD081 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t4631B6 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 600px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4631B6 {
        grid-template-columns: repeat(1, 418px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4631B6 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4631B6 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4631B6 {
        overflow: hidden;
    }
}

.channel-html .t4631B6.large-show {
    display: grid;
}

.channel-html .t4631B6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .t4631B6.large-show.medium-show,
    .channel-html .t4631B6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .t4631B6.large-show.medium-hide,
    .channel-html .t4631B6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t4631B6.medium-show.small-show,
    .channel-html .t4631B6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t4631B6.medium-show.small-hide,
    .channel-html .t4631B6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t4631B6 .bentobox-item {
    border-radius: 18px;
}

.channel-html .yF67FE8 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .yF67FE8 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yF67FE8 {
        overflow: visible;
    }
}

.channel-html .yF67FE8.large-show {
    display: flex;
}

.channel-html .yF67FE8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .yF67FE8.large-show.medium-show,
    .channel-html .yF67FE8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .yF67FE8.large-show.medium-hide,
    .channel-html .yF67FE8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yF67FE8.medium-show.small-show,
    .channel-html .yF67FE8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yF67FE8.medium-show.small-hide,
    .channel-html .yF67FE8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yF67FE8:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yF67FE8:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yF67FE8:before {
        content: none;
    }
}

.channel-html .gD6DBAA {
    min-height: 500px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gD6DBAA {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gD6DBAA {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gD6DBAA {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gD6DBAA {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gD6DBAA {
        flex-grow: 0;
    }
}

.channel-html .gD6DBAA.large-show {
    display: flex;
}

.channel-html .gD6DBAA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gD6DBAA.large-show.medium-show,
    .channel-html .gD6DBAA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gD6DBAA.large-show.medium-hide,
    .channel-html .gD6DBAA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gD6DBAA.medium-show.small-show,
    .channel-html .gD6DBAA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gD6DBAA.medium-show.small-hide,
    .channel-html .gD6DBAA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d0986CA {
    /** Margin */
    margin-top: -2px;
    margin-left: 40px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .d0986CA {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d0986CA {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0986CA {
        text-align: center;
    }
}

.channel-html .eEC456F {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 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 .eEC456F {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEC456F {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEC456F {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eEC456F {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEC456F {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEC456F {
        padding-right: 40px;
    }
}

.channel-html .o03655C {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 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 .o03655C {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o03655C {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o03655C {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o03655C {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o03655C {
        padding-right: 50px;
    }
}

.channel-html .nC131DE {
    color: #6e6e73;
    padding-right: 24px;
    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 .nC131DE {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC131DE {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC131DE {
        padding-right: 17px;
    }
}

.channel-html .n719511 {
    /** Margin */
    margin-top: 4px;
    margin-left: 53px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n719511 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n719511 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n719511 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n719511 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .jC42E64 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .jC42E64 {
        margin-left: 3px;
    }
}

.channel-html .p78A0F8 {
    /** Background Controls **/
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p78A0F8.large-show {
    display: flex;
}

.channel-html .p78A0F8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p78A0F8.large-show.medium-show,
    .channel-html .p78A0F8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p78A0F8.large-show.medium-hide,
    .channel-html .p78A0F8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p78A0F8.medium-show.small-show,
    .channel-html .p78A0F8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p78A0F8.medium-show.small-hide,
    .channel-html .p78A0F8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o73FF81 {
    /** Alignment */
    justify-content: center;
    /** Margin */
    margin-top: 118px;
    margin-left: 73px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .o73FF81 {
        margin-top: 81px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o73FF81 {
        margin-top: 39px;
    }
}

.channel-html .o73FF81.large-show {
    display: flex;
}

.channel-html .o73FF81.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o73FF81.large-show.medium-show,
    .channel-html .o73FF81.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o73FF81.large-show.medium-hide,
    .channel-html .o73FF81.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o73FF81.medium-show.small-show,
    .channel-html .o73FF81.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o73FF81.medium-show.small-hide,
    .channel-html .o73FF81.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v5442C7 {
    /** Margin */
    margin-left: -148px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s721F87 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 1122px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s721F87 {
        grid-template-columns: repeat(1, 837px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s721F87 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s721F87 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s721F87 {
        overflow: hidden;
    }
}

.channel-html .s721F87.large-show {
    display: grid;
}

.channel-html .s721F87.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s721F87.large-show.medium-show,
    .channel-html .s721F87.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s721F87.large-show.medium-hide,
    .channel-html .s721F87.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s721F87.medium-show.small-show,
    .channel-html .s721F87.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s721F87.medium-show.small-hide,
    .channel-html .s721F87.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s721F87 .bentobox-item {
    border-radius: 18px;
}

.channel-html .gB603E3 {
    /** Background **/
    background-color: #f5f5f7;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB603E3 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB603E3 {
        overflow: visible;
    }
}

.channel-html .gB603E3.large-show {
    display: flex;
}

.channel-html .gB603E3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gB603E3.large-show.medium-show,
    .channel-html .gB603E3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gB603E3.large-show.medium-hide,
    .channel-html .gB603E3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gB603E3.medium-show.small-show,
    .channel-html .gB603E3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gB603E3.medium-show.small-hide,
    .channel-html .gB603E3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gB603E3:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB603E3:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB603E3:before {
        content: none;
    }
}

.channel-html .g3003BD {
    /** Alignment */
    /** Margin */
    margin-top: 90px;
    margin-bottom: 58px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g3003BD {
        margin-top: 94px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g3003BD {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g3003BD {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g3003BD {
        margin-bottom: 62px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g3003BD {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g3003BD {
        flex-grow: 0;
    }
}

.channel-html .g3003BD.large-show {
    display: flex;
}

.channel-html .g3003BD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g3003BD.large-show.medium-show,
    .channel-html .g3003BD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g3003BD.large-show.medium-hide,
    .channel-html .g3003BD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g3003BD.medium-show.small-show,
    .channel-html .g3003BD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g3003BD.medium-show.small-hide,
    .channel-html .g3003BD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oCC4C9A {
    /** Margin */
    margin-left: 70px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bFC41F0 {
    color: #1d1d1f;
    padding-right: 170px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bFC41F0 {
        padding-right: 160px;
    }
}

.channel-html .mFB96E1 {
    /** Margin */
    margin-left: -9px;
    /** Padding */
    padding-top: 7px;
    padding-right: 40px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mFB96E1 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mFB96E1 {
        margin-left: -35px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mFB96E1 {
        padding-right: 30px;
    }
}

.channel-html .eD2F41D {
    pointer-events: none;
    width: 240px;
    color: #6e6e73;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
}

.channel-html .fCCB101 {
    position: relative;
    border: none;
    border-bottom: 1px solid #86868b;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .fCCB101 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .b52C8FB {
    color: rgb(0, 0, 0);
    font-size: 17px;
    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: 240px;
    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 .b52C8FB:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .fAE1508 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .uD6C47E {
    /** Margin */
    margin-left: 70px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p7AA683 {
    color: #6e6e73;
    margin-top: 70px;
    margin-left: 2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p7AA683 {
        margin-top: 42px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p7AA683 {
        margin-bottom: 0px;
    }
}

.channel-html .f8E300D {
    /** Margin */
    margin-left: 70px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f8E300D {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8E300D {
        padding-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8E300D {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f8E300D {
        padding-right: 30px;
    }
}

.channel-html .v313BDD[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .v313BDD[data-active-content|="true"] {
    display: block;
}

.channel-html .l610BBA {
    margin-top: 36px;
    margin-left: 3px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l610BBA {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l610BBA {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l610BBA {
        display: flex;
    }
}

.channel-html .z2E541C {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z2E541C {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z2E541C {
        margin-right: 5px;
    }
}

.channel-html .l33F75D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l33F75D.large-show {
    display: flex;
}

.channel-html .l33F75D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l33F75D.large-show.medium-show,
    .channel-html .l33F75D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l33F75D.large-show.medium-hide,
    .channel-html .l33F75D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l33F75D.medium-show.small-show,
    .channel-html .l33F75D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l33F75D.medium-show.small-hide,
    .channel-html .l33F75D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yC01ECA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y2E75F5 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2E75F5 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2E75F5 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2E75F5 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2E75F5 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y2E75F5 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y2E75F5 {
        overflow: hidden;
    }
}

.channel-html .y2E75F5.large-show {
    display: grid;
}

.channel-html .y2E75F5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y2E75F5.large-show.medium-show,
    .channel-html .y2E75F5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y2E75F5.large-show.medium-hide,
    .channel-html .y2E75F5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y2E75F5.medium-show.small-show,
    .channel-html .y2E75F5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y2E75F5.medium-show.small-hide,
    .channel-html .y2E75F5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y2E75F5 .bentobox-item {
    border-radius: 14px;
}

.channel-html .vB81A0E {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .vB81A0E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB81A0E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vB81A0E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB81A0E {
        overflow: visible;
    }
}

.channel-html .vB81A0E.large-show {
    display: flex;
}

.channel-html .vB81A0E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .vB81A0E.large-show.medium-show,
    .channel-html .vB81A0E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .vB81A0E.large-show.medium-hide,
    .channel-html .vB81A0E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vB81A0E.medium-show.small-show,
    .channel-html .vB81A0E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vB81A0E.medium-show.small-hide,
    .channel-html .vB81A0E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vB81A0E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vB81A0E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB81A0E:before {
        content: none;
    }
}

.channel-html .m0AF8B4 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m0AF8B4 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m0AF8B4 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m0AF8B4 {
        flex-grow: 0;
    }
}

.channel-html .m0AF8B4.large-show {
    display: flex;
}

.channel-html .m0AF8B4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m0AF8B4.large-show.medium-show,
    .channel-html .m0AF8B4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m0AF8B4.large-show.medium-hide,
    .channel-html .m0AF8B4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m0AF8B4.medium-show.small-show,
    .channel-html .m0AF8B4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m0AF8B4.medium-show.small-hide,
    .channel-html .m0AF8B4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bD33ACA {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .bD33ACA {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .l855697 {
        margin-bottom: 2px;
    }
}

.channel-html .y7AC84B {
    color: #6e6e73;
    margin-top: 11px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y7AC84B {
        margin-top: 5px;
    }
}

.channel-html .gFA1A47 {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA1A47 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA1A47 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFA1A47 {
        margin-right: 5px;
    }
}

.channel-html .wFCC635 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .wFCC635.large-show {
    display: flex;
}

.channel-html .wFCC635.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wFCC635.large-show.medium-show,
    .channel-html .wFCC635.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wFCC635.large-show.medium-hide,
    .channel-html .wFCC635.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wFCC635.medium-show.small-show,
    .channel-html .wFCC635.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wFCC635.medium-show.small-hide,
    .channel-html .wFCC635.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n9EB20F {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .qF9AFFD {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9AFFD {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9AFFD {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9AFFD {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9AFFD {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qF9AFFD {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qF9AFFD {
        overflow: hidden;
    }
}

.channel-html .qF9AFFD.large-show {
    display: grid;
}

.channel-html .qF9AFFD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qF9AFFD.large-show.medium-show,
    .channel-html .qF9AFFD.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qF9AFFD.large-show.medium-hide,
    .channel-html .qF9AFFD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qF9AFFD.medium-show.small-show,
    .channel-html .qF9AFFD.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qF9AFFD.medium-show.small-hide,
    .channel-html .qF9AFFD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qF9AFFD .bentobox-item {
    border-radius: 14px;
}

.channel-html .u679EB5 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .u679EB5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u679EB5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u679EB5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u679EB5 {
        overflow: visible;
    }
}

.channel-html .u679EB5.large-show {
    display: flex;
}

.channel-html .u679EB5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u679EB5.large-show.medium-show,
    .channel-html .u679EB5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u679EB5.large-show.medium-hide,
    .channel-html .u679EB5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u679EB5.medium-show.small-show,
    .channel-html .u679EB5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u679EB5.medium-show.small-hide,
    .channel-html .u679EB5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u679EB5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u679EB5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u679EB5:before {
        content: none;
    }
}

.channel-html .cB65F83 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB65F83 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB65F83 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB65F83 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB65F83 {
        flex-grow: 0;
    }
}

.channel-html .cB65F83.large-show {
    display: flex;
}

.channel-html .cB65F83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB65F83.large-show.medium-show,
    .channel-html .cB65F83.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB65F83.large-show.medium-hide,
    .channel-html .cB65F83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB65F83.medium-show.small-show,
    .channel-html .cB65F83.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB65F83.medium-show.small-hide,
    .channel-html .cB65F83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o4B7A95 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .o4B7A95 {
        margin-top: 0px;
    }
}

.channel-html .gB76665 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .d88AA52 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d88AA52 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d88AA52 {
        margin-bottom: 10px;
    }
}

.channel-html .jED1BDE {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jED1BDE {
        margin-top: 0px;
    }
}

.channel-html .z30C592 {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z30C592 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z30C592 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z30C592 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z30C592 {
        margin-bottom: 5px;
    }
}

.channel-html .k352217 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k352217.large-show {
    display: flex;
}

.channel-html .k352217.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k352217.large-show.medium-show,
    .channel-html .k352217.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k352217.large-show.medium-hide,
    .channel-html .k352217.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k352217.medium-show.small-show,
    .channel-html .k352217.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k352217.medium-show.small-hide,
    .channel-html .k352217.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uB8B635 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l6C7AA1 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l6C7AA1 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l6C7AA1 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l6C7AA1 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l6C7AA1 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l6C7AA1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l6C7AA1 {
        overflow: hidden;
    }
}

.channel-html .l6C7AA1.large-show {
    display: grid;
}

.channel-html .l6C7AA1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l6C7AA1.large-show.medium-show,
    .channel-html .l6C7AA1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l6C7AA1.large-show.medium-hide,
    .channel-html .l6C7AA1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l6C7AA1.medium-show.small-show,
    .channel-html .l6C7AA1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l6C7AA1.medium-show.small-hide,
    .channel-html .l6C7AA1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l6C7AA1 .bentobox-item {
    border-radius: 14px;
}

.channel-html .v009259 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .v009259 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v009259 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v009259 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v009259 {
        overflow: visible;
    }
}

.channel-html .v009259.large-show {
    display: flex;
}

.channel-html .v009259.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v009259.large-show.medium-show,
    .channel-html .v009259.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v009259.large-show.medium-hide,
    .channel-html .v009259.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v009259.medium-show.small-show,
    .channel-html .v009259.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v009259.medium-show.small-hide,
    .channel-html .v009259.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v009259:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v009259:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v009259:before {
        content: none;
    }
}

.channel-html .n1D7594 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1D7594 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1D7594 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n1D7594 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n1D7594 {
        flex-grow: 0;
    }
}

.channel-html .n1D7594.large-show {
    display: flex;
}

.channel-html .n1D7594.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n1D7594.large-show.medium-show,
    .channel-html .n1D7594.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n1D7594.large-show.medium-hide,
    .channel-html .n1D7594.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n1D7594.medium-show.small-show,
    .channel-html .n1D7594.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n1D7594.medium-show.small-hide,
    .channel-html .n1D7594.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a74ABBD {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .a74ABBD {
        margin-top: 0px;
    }
}

.channel-html .e8D7AFA {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .f5A2CF9 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5A2CF9 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5A2CF9 {
        margin-bottom: 9px;
    }
}

.channel-html .eACCD89 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eACCD89 {
        margin-top: 0px;
    }
}

.channel-html .x5F3864 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5F3864 {
        margin-top: 0px;
    }
}

.channel-html .uF9FDE1 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .xFA8A68 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xFA8A68 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xFA8A68 {
        margin-bottom: 9px;
    }
}

.channel-html .n2F5E3D {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n2F5E3D {
        margin-top: 0px;
    }
}

.channel-html .r6DA4D4 {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r6DA4D4 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r6DA4D4 {
        margin-right: 5px;
    }
}

.channel-html .f89FE28 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f89FE28.large-show {
    display: flex;
}

.channel-html .f89FE28.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f89FE28.large-show.medium-show,
    .channel-html .f89FE28.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f89FE28.large-show.medium-hide,
    .channel-html .f89FE28.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f89FE28.medium-show.small-show,
    .channel-html .f89FE28.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f89FE28.medium-show.small-hide,
    .channel-html .f89FE28.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v5D7068 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .j98465F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j98465F {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j98465F {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j98465F {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j98465F {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j98465F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j98465F {
        overflow: hidden;
    }
}

.channel-html .j98465F.large-show {
    display: grid;
}

.channel-html .j98465F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j98465F.large-show.medium-show,
    .channel-html .j98465F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j98465F.large-show.medium-hide,
    .channel-html .j98465F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j98465F.medium-show.small-show,
    .channel-html .j98465F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j98465F.medium-show.small-hide,
    .channel-html .j98465F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j98465F .bentobox-item {
    border-radius: 14px;
}

.channel-html .dE70459 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .dE70459 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dE70459 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dE70459 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dE70459 {
        overflow: visible;
    }
}

.channel-html .dE70459.large-show {
    display: flex;
}

.channel-html .dE70459.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dE70459.large-show.medium-show,
    .channel-html .dE70459.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dE70459.large-show.medium-hide,
    .channel-html .dE70459.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dE70459.medium-show.small-show,
    .channel-html .dE70459.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dE70459.medium-show.small-hide,
    .channel-html .dE70459.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dE70459:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dE70459:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dE70459:before {
        content: none;
    }
}

.channel-html .dC5A8FC {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC5A8FC {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC5A8FC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC5A8FC {
        flex-grow: 0;
    }
}

.channel-html .dC5A8FC.large-show {
    display: flex;
}

.channel-html .dC5A8FC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC5A8FC.large-show.medium-show,
    .channel-html .dC5A8FC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC5A8FC.large-show.medium-hide,
    .channel-html .dC5A8FC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC5A8FC.medium-show.small-show,
    .channel-html .dC5A8FC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC5A8FC.medium-show.small-hide,
    .channel-html .dC5A8FC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vE2582A {
    /** Margin */
    margin-top: -2px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .vE2582A {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vE2582A {
        margin-left: 0px;
    }
}

.channel-html .t5C3646 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .tD76D94 {
    margin-top: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tD76D94 {
        margin-top: 9px;
    }
}

.channel-html .s9E0897 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s9E0897 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s9E0897 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s9E0897 {
        margin-right: 5px;
    }
}

.channel-html .d3EA977 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d3EA977.large-show {
    display: flex;
}

.channel-html .d3EA977.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d3EA977.large-show.medium-show,
    .channel-html .d3EA977.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d3EA977.large-show.medium-hide,
    .channel-html .d3EA977.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d3EA977.medium-show.small-show,
    .channel-html .d3EA977.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d3EA977.medium-show.small-hide,
    .channel-html .d3EA977.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eBDF7F0 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .hF1AB3E {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF1AB3E {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF1AB3E {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF1AB3E {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF1AB3E {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF1AB3E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF1AB3E {
        overflow: hidden;
    }
}

.channel-html .hF1AB3E.large-show {
    display: grid;
}

.channel-html .hF1AB3E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .hF1AB3E.large-show.medium-show,
    .channel-html .hF1AB3E.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .hF1AB3E.large-show.medium-hide,
    .channel-html .hF1AB3E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .hF1AB3E.medium-show.small-show,
    .channel-html .hF1AB3E.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .hF1AB3E.medium-show.small-hide,
    .channel-html .hF1AB3E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hF1AB3E .bentobox-item {
    border-radius: 14px;
}

.channel-html .d764550 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .d764550 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d764550 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d764550 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d764550 {
        overflow: visible;
    }
}

.channel-html .d764550.large-show {
    display: flex;
}

.channel-html .d764550.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d764550.large-show.medium-show,
    .channel-html .d764550.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d764550.large-show.medium-hide,
    .channel-html .d764550.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d764550.medium-show.small-show,
    .channel-html .d764550.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d764550.medium-show.small-hide,
    .channel-html .d764550.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d764550:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d764550:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d764550:before {
        content: none;
    }
}

.channel-html .x6B4D83 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .x6B4D83 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x6B4D83 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6B4D83 {
        flex-grow: 0;
    }
}

.channel-html .x6B4D83.large-show {
    display: flex;
}

.channel-html .x6B4D83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .x6B4D83.large-show.medium-show,
    .channel-html .x6B4D83.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .x6B4D83.large-show.medium-hide,
    .channel-html .x6B4D83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x6B4D83.medium-show.small-show,
    .channel-html .x6B4D83.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x6B4D83.medium-show.small-hide,
    .channel-html .x6B4D83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mB50C5A {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mB50C5A {
        margin-top: 7px;
    }
}

.aB3A027 {
    margin-left: -8px;
}

.channel-html .e421D00 {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e421D00 {
        margin-top: 7px;
    }
}

.channel-html .nAD30A5 {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nAD30A5 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nAD30A5 {
        margin-left: 5px;
    }
}

.channel-html .qDB7C98 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .qDB7C98.large-show {
    display: flex;
}

.channel-html .qDB7C98.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qDB7C98.large-show.medium-show,
    .channel-html .qDB7C98.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qDB7C98.large-show.medium-hide,
    .channel-html .qDB7C98.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qDB7C98.medium-show.small-show,
    .channel-html .qDB7C98.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qDB7C98.medium-show.small-hide,
    .channel-html .qDB7C98.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j39C9F1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e0EEB93 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0EEB93 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0EEB93 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0EEB93 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0EEB93 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0EEB93 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0EEB93 {
        overflow: hidden;
    }
}

.channel-html .e0EEB93.large-show {
    display: grid;
}

.channel-html .e0EEB93.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e0EEB93.large-show.medium-show,
    .channel-html .e0EEB93.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e0EEB93.large-show.medium-hide,
    .channel-html .e0EEB93.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e0EEB93.medium-show.small-show,
    .channel-html .e0EEB93.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e0EEB93.medium-show.small-hide,
    .channel-html .e0EEB93.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e0EEB93 .bentobox-item {
    border-radius: 14px;
}

.channel-html .cB2DAFE {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB2DAFE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB2DAFE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB2DAFE {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB2DAFE {
        overflow: visible;
    }
}

.channel-html .cB2DAFE.large-show {
    display: flex;
}

.channel-html .cB2DAFE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB2DAFE.large-show.medium-show,
    .channel-html .cB2DAFE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB2DAFE.large-show.medium-hide,
    .channel-html .cB2DAFE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB2DAFE.medium-show.small-show,
    .channel-html .cB2DAFE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB2DAFE.medium-show.small-hide,
    .channel-html .cB2DAFE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cB2DAFE:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB2DAFE:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB2DAFE:before {
        content: none;
    }
}

.channel-html .aC979D9 {
    min-height: 287px;
    /** Alignment */
    align-items: flex-end;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC979D9 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aC979D9 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aC979D9 {
        flex-grow: 0;
    }
}

.channel-html .aC979D9.large-show {
    display: flex;
}

.channel-html .aC979D9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .aC979D9.large-show.medium-show,
    .channel-html .aC979D9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .aC979D9.large-show.medium-hide,
    .channel-html .aC979D9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aC979D9.medium-show.small-show,
    .channel-html .aC979D9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aC979D9.medium-show.small-hide,
    .channel-html .aC979D9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dA4889D {
    /** Margin */
    margin-top: 40px;
    margin-bottom: -7px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .dA4889D {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dA4889D {
        margin-bottom: -8px;
    }
}

.channel-html .e6F4A73 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.c871849 {
    margin-top: 30px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1068px) {
    .c871849 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .c871849 {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .c871849 {
        margin-bottom: 0px;
    }
}

.channel-html .a338D02 {
    width: 100%;
}

.channel-html .a338D02[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .a338D02[data-active-content|="true"] {
    display: block;
}

.channel-html .zD270F5 {
    margin-top: 36px;
    margin-left: 3px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zD270F5 {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zD270F5 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zD270F5 {
        display: flex;
    }
}

.channel-html .r9F87F7 {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r9F87F7 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r9F87F7 {
        margin-right: 5px;
    }
}

.channel-html .eAA2DFE {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .eAA2DFE.large-show {
    display: flex;
}

.channel-html .eAA2DFE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .eAA2DFE.large-show.medium-show,
    .channel-html .eAA2DFE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .eAA2DFE.large-show.medium-hide,
    .channel-html .eAA2DFE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eAA2DFE.medium-show.small-show,
    .channel-html .eAA2DFE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eAA2DFE.medium-show.small-hide,
    .channel-html .eAA2DFE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r8AFD9C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .tB29EB6 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tB29EB6 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tB29EB6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tB29EB6 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tB29EB6 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tB29EB6 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tB29EB6 {
        overflow: hidden;
    }
}

.channel-html .tB29EB6.large-show {
    display: grid;
}

.channel-html .tB29EB6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tB29EB6.large-show.medium-show,
    .channel-html .tB29EB6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tB29EB6.large-show.medium-hide,
    .channel-html .tB29EB6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tB29EB6.medium-show.small-show,
    .channel-html .tB29EB6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tB29EB6.medium-show.small-hide,
    .channel-html .tB29EB6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tB29EB6 .bentobox-item {
    border-radius: 14px;
}

.channel-html .w9275B7 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9275B7 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9275B7 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9275B7 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9275B7 {
        overflow: visible;
    }
}

.channel-html .w9275B7.large-show {
    display: flex;
}

.channel-html .w9275B7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w9275B7.large-show.medium-show,
    .channel-html .w9275B7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w9275B7.large-show.medium-hide,
    .channel-html .w9275B7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w9275B7.medium-show.small-show,
    .channel-html .w9275B7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w9275B7.medium-show.small-hide,
    .channel-html .w9275B7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w9275B7:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w9275B7:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w9275B7:before {
        content: none;
    }
}

.channel-html .pE7DCED {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE7DCED {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE7DCED {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pE7DCED {
        flex-grow: 0;
    }
}

.channel-html .pE7DCED.large-show {
    display: flex;
}

.channel-html .pE7DCED.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pE7DCED.large-show.medium-show,
    .channel-html .pE7DCED.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pE7DCED.large-show.medium-hide,
    .channel-html .pE7DCED.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pE7DCED.medium-show.small-show,
    .channel-html .pE7DCED.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pE7DCED.medium-show.small-hide,
    .channel-html .pE7DCED.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cCD0664 {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .cCD0664 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .jF5A5DF {
        margin-bottom: 2px;
    }
}

.channel-html .jBFA674 {
    color: #6e6e73;
    margin-top: 11px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jBFA674 {
        margin-top: 5px;
    }
}

.channel-html .f049855 {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f049855 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f049855 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f049855 {
        margin-right: 5px;
    }
}

.channel-html .dACB5F5 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dACB5F5.large-show {
    display: flex;
}

.channel-html .dACB5F5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dACB5F5.large-show.medium-show,
    .channel-html .dACB5F5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dACB5F5.large-show.medium-hide,
    .channel-html .dACB5F5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dACB5F5.medium-show.small-show,
    .channel-html .dACB5F5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dACB5F5.medium-show.small-hide,
    .channel-html .dACB5F5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .fE3F5A0 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h2B5657 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h2B5657 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h2B5657 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h2B5657 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h2B5657 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h2B5657 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h2B5657 {
        overflow: hidden;
    }
}

.channel-html .h2B5657.large-show {
    display: grid;
}

.channel-html .h2B5657.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h2B5657.large-show.medium-show,
    .channel-html .h2B5657.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h2B5657.large-show.medium-hide,
    .channel-html .h2B5657.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h2B5657.medium-show.small-show,
    .channel-html .h2B5657.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h2B5657.medium-show.small-hide,
    .channel-html .h2B5657.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h2B5657 .bentobox-item {
    border-radius: 14px;
}

.channel-html .n774F6E {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .n774F6E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n774F6E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n774F6E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n774F6E {
        overflow: visible;
    }
}

.channel-html .n774F6E.large-show {
    display: flex;
}

.channel-html .n774F6E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n774F6E.large-show.medium-show,
    .channel-html .n774F6E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n774F6E.large-show.medium-hide,
    .channel-html .n774F6E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n774F6E.medium-show.small-show,
    .channel-html .n774F6E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n774F6E.medium-show.small-hide,
    .channel-html .n774F6E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n774F6E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n774F6E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n774F6E:before {
        content: none;
    }
}

.channel-html .y0CDAFC {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0CDAFC {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0CDAFC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0CDAFC {
        flex-grow: 0;
    }
}

.channel-html .y0CDAFC.large-show {
    display: flex;
}

.channel-html .y0CDAFC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y0CDAFC.large-show.medium-show,
    .channel-html .y0CDAFC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y0CDAFC.large-show.medium-hide,
    .channel-html .y0CDAFC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y0CDAFC.medium-show.small-show,
    .channel-html .y0CDAFC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y0CDAFC.medium-show.small-hide,
    .channel-html .y0CDAFC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v04D60A {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v04D60A {
        margin-top: 0px;
    }
}

.channel-html .hA5CB71 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .k341D8B {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k341D8B {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k341D8B {
        margin-bottom: 10px;
    }
}

.channel-html .cF0B0EB {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cF0B0EB {
        margin-top: 0px;
    }
}

.channel-html .x33EEA3 {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x33EEA3 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x33EEA3 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x33EEA3 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x33EEA3 {
        margin-bottom: 5px;
    }
}

.channel-html .d5E315E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d5E315E.large-show {
    display: flex;
}

.channel-html .d5E315E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d5E315E.large-show.medium-show,
    .channel-html .d5E315E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d5E315E.large-show.medium-hide,
    .channel-html .d5E315E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d5E315E.medium-show.small-show,
    .channel-html .d5E315E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d5E315E.medium-show.small-hide,
    .channel-html .d5E315E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j3066EA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i84A0B6 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i84A0B6 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i84A0B6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i84A0B6 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i84A0B6 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i84A0B6 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i84A0B6 {
        overflow: hidden;
    }
}

.channel-html .i84A0B6.large-show {
    display: grid;
}

.channel-html .i84A0B6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i84A0B6.large-show.medium-show,
    .channel-html .i84A0B6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i84A0B6.large-show.medium-hide,
    .channel-html .i84A0B6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i84A0B6.medium-show.small-show,
    .channel-html .i84A0B6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i84A0B6.medium-show.small-hide,
    .channel-html .i84A0B6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i84A0B6 .bentobox-item {
    border-radius: 14px;
}

.channel-html .v1843E3 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1843E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1843E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1843E3 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1843E3 {
        overflow: visible;
    }
}

.channel-html .v1843E3.large-show {
    display: flex;
}

.channel-html .v1843E3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v1843E3.large-show.medium-show,
    .channel-html .v1843E3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v1843E3.large-show.medium-hide,
    .channel-html .v1843E3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v1843E3.medium-show.small-show,
    .channel-html .v1843E3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v1843E3.medium-show.small-hide,
    .channel-html .v1843E3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v1843E3:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1843E3:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1843E3:before {
        content: none;
    }
}

.channel-html .sF97E09 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF97E09 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF97E09 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF97E09 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF97E09 {
        flex-grow: 0;
    }
}

.channel-html .sF97E09.large-show {
    display: flex;
}

.channel-html .sF97E09.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF97E09.large-show.medium-show,
    .channel-html .sF97E09.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF97E09.large-show.medium-hide,
    .channel-html .sF97E09.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF97E09.medium-show.small-show,
    .channel-html .sF97E09.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF97E09.medium-show.small-hide,
    .channel-html .sF97E09.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r54A330 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r54A330 {
        margin-top: 0px;
    }
}

.channel-html .u4544C1 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .k0745FE {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k0745FE {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k0745FE {
        margin-bottom: 9px;
    }
}

.channel-html .r12F9A1 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r12F9A1 {
        margin-top: 0px;
    }
}

.channel-html .iED6794 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .iED6794 {
        margin-top: 0px;
    }
}

.channel-html .gA2145C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .h619821 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h619821 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h619821 {
        margin-bottom: 9px;
    }
}

.channel-html .z9B0BB8 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z9B0BB8 {
        margin-top: 0px;
    }
}

.channel-html .pE385DE {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE385DE {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE385DE {
        margin-right: 5px;
    }
}

.channel-html .n5BF640 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .n5BF640.large-show {
    display: flex;
}

.channel-html .n5BF640.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n5BF640.large-show.medium-show,
    .channel-html .n5BF640.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n5BF640.large-show.medium-hide,
    .channel-html .n5BF640.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n5BF640.medium-show.small-show,
    .channel-html .n5BF640.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n5BF640.medium-show.small-hide,
    .channel-html .n5BF640.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d2BB540 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .zC1B956 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC1B956 {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC1B956 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC1B956 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC1B956 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zC1B956 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC1B956 {
        overflow: hidden;
    }
}

.channel-html .zC1B956.large-show {
    display: grid;
}

.channel-html .zC1B956.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zC1B956.large-show.medium-show,
    .channel-html .zC1B956.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zC1B956.large-show.medium-hide,
    .channel-html .zC1B956.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zC1B956.medium-show.small-show,
    .channel-html .zC1B956.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zC1B956.medium-show.small-hide,
    .channel-html .zC1B956.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zC1B956 .bentobox-item {
    border-radius: 14px;
}

.channel-html .i3CAC73 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i3CAC73 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i3CAC73 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i3CAC73 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i3CAC73 {
        overflow: visible;
    }
}

.channel-html .i3CAC73.large-show {
    display: flex;
}

.channel-html .i3CAC73.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i3CAC73.large-show.medium-show,
    .channel-html .i3CAC73.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i3CAC73.large-show.medium-hide,
    .channel-html .i3CAC73.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i3CAC73.medium-show.small-show,
    .channel-html .i3CAC73.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i3CAC73.medium-show.small-hide,
    .channel-html .i3CAC73.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i3CAC73:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i3CAC73:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i3CAC73:before {
        content: none;
    }
}

.channel-html .dC590A6 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC590A6 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC590A6 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC590A6 {
        flex-grow: 0;
    }
}

.channel-html .dC590A6.large-show {
    display: flex;
}

.channel-html .dC590A6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC590A6.large-show.medium-show,
    .channel-html .dC590A6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dC590A6.large-show.medium-hide,
    .channel-html .dC590A6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC590A6.medium-show.small-show,
    .channel-html .dC590A6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dC590A6.medium-show.small-hide,
    .channel-html .dC590A6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t11CFE1 {
    /** Margin */
    margin-top: -2px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t11CFE1 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t11CFE1 {
        margin-left: 0px;
    }
}

.channel-html .e837465 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .v245C78 {
    margin-top: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v245C78 {
        margin-top: 9px;
    }
}

.channel-html .o9CAF3E {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o9CAF3E {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o9CAF3E {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o9CAF3E {
        margin-right: 5px;
    }
}

.channel-html .z771422 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z771422.large-show {
    display: flex;
}

.channel-html .z771422.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z771422.large-show.medium-show,
    .channel-html .z771422.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z771422.large-show.medium-hide,
    .channel-html .z771422.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z771422.medium-show.small-show,
    .channel-html .z771422.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z771422.medium-show.small-hide,
    .channel-html .z771422.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dEA3ACF {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .lCD5567 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCD5567 {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCD5567 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCD5567 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCD5567 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lCD5567 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lCD5567 {
        overflow: hidden;
    }
}

.channel-html .lCD5567.large-show {
    display: grid;
}

.channel-html .lCD5567.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lCD5567.large-show.medium-show,
    .channel-html .lCD5567.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lCD5567.large-show.medium-hide,
    .channel-html .lCD5567.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lCD5567.medium-show.small-show,
    .channel-html .lCD5567.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lCD5567.medium-show.small-hide,
    .channel-html .lCD5567.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lCD5567 .bentobox-item {
    border-radius: 14px;
}

.channel-html .wF9EC72 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF9EC72 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF9EC72 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF9EC72 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF9EC72 {
        overflow: visible;
    }
}

.channel-html .wF9EC72.large-show {
    display: flex;
}

.channel-html .wF9EC72.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wF9EC72.large-show.medium-show,
    .channel-html .wF9EC72.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wF9EC72.large-show.medium-hide,
    .channel-html .wF9EC72.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wF9EC72.medium-show.small-show,
    .channel-html .wF9EC72.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wF9EC72.medium-show.small-hide,
    .channel-html .wF9EC72.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wF9EC72:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF9EC72:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF9EC72:before {
        content: none;
    }
}

.channel-html .g9EC72E {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g9EC72E {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g9EC72E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g9EC72E {
        flex-grow: 0;
    }
}

.channel-html .g9EC72E.large-show {
    display: flex;
}

.channel-html .g9EC72E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g9EC72E.large-show.medium-show,
    .channel-html .g9EC72E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g9EC72E.large-show.medium-hide,
    .channel-html .g9EC72E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g9EC72E.medium-show.small-show,
    .channel-html .g9EC72E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g9EC72E.medium-show.small-hide,
    .channel-html .g9EC72E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mB2CAAC {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mB2CAAC {
        margin-top: 7px;
    }
}

.gBA1369 {
    margin-left: -8px;
}

.channel-html .d502C33 {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d502C33 {
        margin-top: 7px;
    }
}

.channel-html .o079A7A {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o079A7A {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o079A7A {
        margin-left: 5px;
    }
}

.channel-html .nAEF52E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nAEF52E.large-show {
    display: flex;
}

.channel-html .nAEF52E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nAEF52E.large-show.medium-show,
    .channel-html .nAEF52E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nAEF52E.large-show.medium-hide,
    .channel-html .nAEF52E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nAEF52E.medium-show.small-show,
    .channel-html .nAEF52E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nAEF52E.medium-show.small-hide,
    .channel-html .nAEF52E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u522850 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .m29136F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m29136F {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m29136F {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m29136F {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m29136F {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m29136F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m29136F {
        overflow: hidden;
    }
}

.channel-html .m29136F.large-show {
    display: grid;
}

.channel-html .m29136F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m29136F.large-show.medium-show,
    .channel-html .m29136F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m29136F.large-show.medium-hide,
    .channel-html .m29136F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m29136F.medium-show.small-show,
    .channel-html .m29136F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m29136F.medium-show.small-hide,
    .channel-html .m29136F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m29136F .bentobox-item {
    border-radius: 14px;
}

.channel-html .i10B02B {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i10B02B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i10B02B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i10B02B {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i10B02B {
        overflow: visible;
    }
}

.channel-html .i10B02B.large-show {
    display: flex;
}

.channel-html .i10B02B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i10B02B.large-show.medium-show,
    .channel-html .i10B02B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i10B02B.large-show.medium-hide,
    .channel-html .i10B02B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i10B02B.medium-show.small-show,
    .channel-html .i10B02B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i10B02B.medium-show.small-hide,
    .channel-html .i10B02B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i10B02B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i10B02B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i10B02B:before {
        content: none;
    }
}

.channel-html .w6DEAC7 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .w6DEAC7 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w6DEAC7 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6DEAC7 {
        flex-grow: 0;
    }
}

.channel-html .w6DEAC7.large-show {
    display: flex;
}

.channel-html .w6DEAC7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w6DEAC7.large-show.medium-show,
    .channel-html .w6DEAC7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w6DEAC7.large-show.medium-hide,
    .channel-html .w6DEAC7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w6DEAC7.medium-show.small-show,
    .channel-html .w6DEAC7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w6DEAC7.medium-show.small-hide,
    .channel-html .w6DEAC7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r5BC9A7 {
    /** Margin */
    margin-top: 27px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r5BC9A7 {
        margin-top: 19px;
    }
}

.z71E303 {
    margin-bottom: 38px;
}

@media only screen and (max-width: 1068px) {
    .z71E303 {
        margin-bottom: 23px;
    }
}

.channel-html .n602212 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .g7E4C51 {
    width: 100%;
}

.channel-html .g7E4C51[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .g7E4C51[data-active-content|="true"] {
    display: block;
}

.channel-html .sD92A5C {
    margin-top: 36px;
    margin-left: 3px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD92A5C {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD92A5C {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sD92A5C {
        display: flex;
    }
}

.channel-html .g4BAC5C {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g4BAC5C {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g4BAC5C {
        margin-right: 5px;
    }
}

.channel-html .jB7ED63 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jB7ED63.large-show {
    display: flex;
}

.channel-html .jB7ED63.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jB7ED63.large-show.medium-show,
    .channel-html .jB7ED63.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jB7ED63.large-show.medium-hide,
    .channel-html .jB7ED63.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jB7ED63.medium-show.small-show,
    .channel-html .jB7ED63.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jB7ED63.medium-show.small-hide,
    .channel-html .jB7ED63.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qCBE551 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nCDB497 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nCDB497 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCDB497 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nCDB497 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCDB497 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nCDB497 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCDB497 {
        overflow: hidden;
    }
}

.channel-html .nCDB497.large-show {
    display: grid;
}

.channel-html .nCDB497.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nCDB497.large-show.medium-show,
    .channel-html .nCDB497.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nCDB497.large-show.medium-hide,
    .channel-html .nCDB497.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nCDB497.medium-show.small-show,
    .channel-html .nCDB497.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nCDB497.medium-show.small-hide,
    .channel-html .nCDB497.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nCDB497 .bentobox-item {
    border-radius: 14px;
}

.channel-html .d594C28 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .d594C28 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d594C28 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d594C28 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d594C28 {
        overflow: visible;
    }
}

.channel-html .d594C28.large-show {
    display: flex;
}

.channel-html .d594C28.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d594C28.large-show.medium-show,
    .channel-html .d594C28.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d594C28.large-show.medium-hide,
    .channel-html .d594C28.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d594C28.medium-show.small-show,
    .channel-html .d594C28.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d594C28.medium-show.small-hide,
    .channel-html .d594C28.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d594C28:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d594C28:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d594C28:before {
        content: none;
    }
}

.channel-html .aA5892B {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA5892B {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA5892B {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aA5892B {
        flex-grow: 0;
    }
}

.channel-html .aA5892B.large-show {
    display: flex;
}

.channel-html .aA5892B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .aA5892B.large-show.medium-show,
    .channel-html .aA5892B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .aA5892B.large-show.medium-hide,
    .channel-html .aA5892B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aA5892B.medium-show.small-show,
    .channel-html .aA5892B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aA5892B.medium-show.small-hide,
    .channel-html .aA5892B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v7DC39D {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v7DC39D {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .o11A026 {
        margin-bottom: 2px;
    }
}

.channel-html .j11725F {
    color: #6e6e73;
    margin-top: 11px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j11725F {
        margin-top: 5px;
    }
}

.channel-html .y96700C {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y96700C {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y96700C {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y96700C {
        margin-right: 5px;
    }
}

.channel-html .s531682 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s531682.large-show {
    display: flex;
}

.channel-html .s531682.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s531682.large-show.medium-show,
    .channel-html .s531682.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s531682.large-show.medium-hide,
    .channel-html .s531682.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s531682.medium-show.small-show,
    .channel-html .s531682.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s531682.medium-show.small-hide,
    .channel-html .s531682.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kE12D7A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s1C44CA {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s1C44CA {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s1C44CA {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s1C44CA {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s1C44CA {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s1C44CA {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s1C44CA {
        overflow: hidden;
    }
}

.channel-html .s1C44CA.large-show {
    display: grid;
}

.channel-html .s1C44CA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s1C44CA.large-show.medium-show,
    .channel-html .s1C44CA.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s1C44CA.large-show.medium-hide,
    .channel-html .s1C44CA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s1C44CA.medium-show.small-show,
    .channel-html .s1C44CA.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s1C44CA.medium-show.small-hide,
    .channel-html .s1C44CA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s1C44CA .bentobox-item {
    border-radius: 14px;
}

.channel-html .i8A6119 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8A6119 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A6119 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8A6119 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A6119 {
        overflow: visible;
    }
}

.channel-html .i8A6119.large-show {
    display: flex;
}

.channel-html .i8A6119.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i8A6119.large-show.medium-show,
    .channel-html .i8A6119.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i8A6119.large-show.medium-hide,
    .channel-html .i8A6119.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i8A6119.medium-show.small-show,
    .channel-html .i8A6119.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i8A6119.medium-show.small-hide,
    .channel-html .i8A6119.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i8A6119:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8A6119:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A6119:before {
        content: none;
    }
}

.channel-html .d6860DC {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .d6860DC {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d6860DC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d6860DC {
        flex-grow: 0;
    }
}

.channel-html .d6860DC.large-show {
    display: flex;
}

.channel-html .d6860DC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6860DC.large-show.medium-show,
    .channel-html .d6860DC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6860DC.large-show.medium-hide,
    .channel-html .d6860DC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6860DC.medium-show.small-show,
    .channel-html .d6860DC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6860DC.medium-show.small-hide,
    .channel-html .d6860DC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p614CA0 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .p614CA0 {
        margin-top: 0px;
    }
}

.channel-html .j9D2201 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .iE87288 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iE87288 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iE87288 {
        margin-bottom: 10px;
    }
}

.channel-html .gF74F03 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .tC22ED4 {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tC22ED4 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tC22ED4 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tC22ED4 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tC22ED4 {
        margin-bottom: 5px;
    }
}

.channel-html .jC389EE {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jC389EE.large-show {
    display: flex;
}

.channel-html .jC389EE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jC389EE.large-show.medium-show,
    .channel-html .jC389EE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jC389EE.large-show.medium-hide,
    .channel-html .jC389EE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jC389EE.medium-show.small-show,
    .channel-html .jC389EE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jC389EE.medium-show.small-hide,
    .channel-html .jC389EE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j4AC5E1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nB71FB9 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB71FB9 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB71FB9 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB71FB9 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB71FB9 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB71FB9 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB71FB9 {
        overflow: hidden;
    }
}

.channel-html .nB71FB9.large-show {
    display: grid;
}

.channel-html .nB71FB9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nB71FB9.large-show.medium-show,
    .channel-html .nB71FB9.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nB71FB9.large-show.medium-hide,
    .channel-html .nB71FB9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nB71FB9.medium-show.small-show,
    .channel-html .nB71FB9.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nB71FB9.medium-show.small-hide,
    .channel-html .nB71FB9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nB71FB9 .bentobox-item {
    border-radius: 14px;
}

.channel-html .v80E84F {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .v80E84F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v80E84F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v80E84F {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v80E84F {
        overflow: visible;
    }
}

.channel-html .v80E84F.large-show {
    display: flex;
}

.channel-html .v80E84F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v80E84F.large-show.medium-show,
    .channel-html .v80E84F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v80E84F.large-show.medium-hide,
    .channel-html .v80E84F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v80E84F.medium-show.small-show,
    .channel-html .v80E84F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v80E84F.medium-show.small-hide,
    .channel-html .v80E84F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v80E84F:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v80E84F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v80E84F:before {
        content: none;
    }
}

.channel-html .gC7C3BB {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gC7C3BB {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gC7C3BB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gC7C3BB {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gC7C3BB {
        flex-grow: 0;
    }
}

.channel-html .gC7C3BB.large-show {
    display: flex;
}

.channel-html .gC7C3BB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gC7C3BB.large-show.medium-show,
    .channel-html .gC7C3BB.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gC7C3BB.large-show.medium-hide,
    .channel-html .gC7C3BB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gC7C3BB.medium-show.small-show,
    .channel-html .gC7C3BB.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gC7C3BB.medium-show.small-hide,
    .channel-html .gC7C3BB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f5EDA84 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f5EDA84 {
        margin-top: 0px;
    }
}

.channel-html .e141675 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .hC0E9DB {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC0E9DB {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hC0E9DB {
        margin-bottom: 9px;
    }
}

.channel-html .v70DCE7 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v70DCE7 {
        margin-top: 0px;
    }
}

.channel-html .e7D37D2 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .e7D37D2 {
        margin-top: 0px;
    }
}

.channel-html .rEE7992 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .z8B02C3 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z8B02C3 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z8B02C3 {
        margin-bottom: 9px;
    }
}

.channel-html .o5C35AD {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o5C35AD {
        margin-top: 0px;
    }
}

.channel-html .yB70741 {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yB70741 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yB70741 {
        margin-right: 5px;
    }
}

.channel-html .yF83C4A {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .yF83C4A.large-show {
    display: flex;
}

.channel-html .yF83C4A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .yF83C4A.large-show.medium-show,
    .channel-html .yF83C4A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .yF83C4A.large-show.medium-hide,
    .channel-html .yF83C4A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yF83C4A.medium-show.small-show,
    .channel-html .yF83C4A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yF83C4A.medium-show.small-hide,
    .channel-html .yF83C4A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k1D3019 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .iF1B5AD {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF1B5AD {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iF1B5AD {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF1B5AD {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iF1B5AD {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF1B5AD {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iF1B5AD {
        overflow: hidden;
    }
}

.channel-html .iF1B5AD.large-show {
    display: grid;
}

.channel-html .iF1B5AD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iF1B5AD.large-show.medium-show,
    .channel-html .iF1B5AD.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iF1B5AD.large-show.medium-hide,
    .channel-html .iF1B5AD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iF1B5AD.medium-show.small-show,
    .channel-html .iF1B5AD.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iF1B5AD.medium-show.small-hide,
    .channel-html .iF1B5AD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iF1B5AD .bentobox-item {
    border-radius: 14px;
}

.channel-html .w420131 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .w420131 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w420131 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w420131 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w420131 {
        overflow: visible;
    }
}

.channel-html .w420131.large-show {
    display: flex;
}

.channel-html .w420131.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w420131.large-show.medium-show,
    .channel-html .w420131.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w420131.large-show.medium-hide,
    .channel-html .w420131.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w420131.medium-show.small-show,
    .channel-html .w420131.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w420131.medium-show.small-hide,
    .channel-html .w420131.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w420131:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w420131:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w420131:before {
        content: none;
    }
}

.channel-html .s59043C {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s59043C {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s59043C {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s59043C {
        flex-grow: 0;
    }
}

.channel-html .s59043C.large-show {
    display: flex;
}

.channel-html .s59043C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s59043C.large-show.medium-show,
    .channel-html .s59043C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s59043C.large-show.medium-hide,
    .channel-html .s59043C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s59043C.medium-show.small-show,
    .channel-html .s59043C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s59043C.medium-show.small-hide,
    .channel-html .s59043C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iF235C3 {
    /** Margin */
    margin-top: -2px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF235C3 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF235C3 {
        margin-left: 0px;
    }
}

.channel-html .i1451D6 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .qDC7673 {
    margin-top: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qDC7673 {
        margin-top: 9px;
    }
}

.channel-html .v357292 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v357292 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v357292 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v357292 {
        margin-right: 5px;
    }
}

.channel-html .d6CE3A3 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d6CE3A3.large-show {
    display: flex;
}

.channel-html .d6CE3A3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6CE3A3.large-show.medium-show,
    .channel-html .d6CE3A3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6CE3A3.large-show.medium-hide,
    .channel-html .d6CE3A3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6CE3A3.medium-show.small-show,
    .channel-html .d6CE3A3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6CE3A3.medium-show.small-hide,
    .channel-html .d6CE3A3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u84C8AA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .rAF4942 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rAF4942 {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rAF4942 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rAF4942 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rAF4942 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rAF4942 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rAF4942 {
        overflow: hidden;
    }
}

.channel-html .rAF4942.large-show {
    display: grid;
}

.channel-html .rAF4942.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .rAF4942.large-show.medium-show,
    .channel-html .rAF4942.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .rAF4942.large-show.medium-hide,
    .channel-html .rAF4942.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .rAF4942.medium-show.small-show,
    .channel-html .rAF4942.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .rAF4942.medium-show.small-hide,
    .channel-html .rAF4942.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .rAF4942 .bentobox-item {
    border-radius: 14px;
}

.channel-html .xBA2491 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .xBA2491 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xBA2491 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xBA2491 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xBA2491 {
        overflow: visible;
    }
}

.channel-html .xBA2491.large-show {
    display: flex;
}

.channel-html .xBA2491.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xBA2491.large-show.medium-show,
    .channel-html .xBA2491.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xBA2491.large-show.medium-hide,
    .channel-html .xBA2491.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xBA2491.medium-show.small-show,
    .channel-html .xBA2491.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xBA2491.medium-show.small-hide,
    .channel-html .xBA2491.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xBA2491:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xBA2491:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xBA2491:before {
        content: none;
    }
}

.channel-html .oF091BF {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oF091BF {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oF091BF {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oF091BF {
        flex-grow: 0;
    }
}

.channel-html .oF091BF.large-show {
    display: flex;
}

.channel-html .oF091BF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .oF091BF.large-show.medium-show,
    .channel-html .oF091BF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .oF091BF.large-show.medium-hide,
    .channel-html .oF091BF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oF091BF.medium-show.small-show,
    .channel-html .oF091BF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oF091BF.medium-show.small-hide,
    .channel-html .oF091BF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qA16A49 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .qA16A49 {
        margin-top: 7px;
    }
}

.aFC4038 {
    margin-left: -8px;
}

.channel-html .bD53CDF {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bD53CDF {
        margin-top: 7px;
    }
}

.channel-html .c838CF0 {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c838CF0 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c838CF0 {
        margin-left: 5px;
    }
}

.channel-html .e7D60D0 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e7D60D0.large-show {
    display: flex;
}

.channel-html .e7D60D0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e7D60D0.large-show.medium-show,
    .channel-html .e7D60D0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e7D60D0.large-show.medium-hide,
    .channel-html .e7D60D0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e7D60D0.medium-show.small-show,
    .channel-html .e7D60D0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e7D60D0.medium-show.small-hide,
    .channel-html .e7D60D0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w78B902 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z65D0ED {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z65D0ED {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z65D0ED {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z65D0ED {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z65D0ED {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z65D0ED {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z65D0ED {
        overflow: hidden;
    }
}

.channel-html .z65D0ED.large-show {
    display: grid;
}

.channel-html .z65D0ED.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z65D0ED.large-show.medium-show,
    .channel-html .z65D0ED.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z65D0ED.large-show.medium-hide,
    .channel-html .z65D0ED.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z65D0ED.medium-show.small-show,
    .channel-html .z65D0ED.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z65D0ED.medium-show.small-hide,
    .channel-html .z65D0ED.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z65D0ED .bentobox-item {
    border-radius: 14px;
}

.channel-html .sF1A10C {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF1A10C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF1A10C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF1A10C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF1A10C {
        overflow: visible;
    }
}

.channel-html .sF1A10C.large-show {
    display: flex;
}

.channel-html .sF1A10C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF1A10C.large-show.medium-show,
    .channel-html .sF1A10C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF1A10C.large-show.medium-hide,
    .channel-html .sF1A10C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF1A10C.medium-show.small-show,
    .channel-html .sF1A10C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF1A10C.medium-show.small-hide,
    .channel-html .sF1A10C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sF1A10C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF1A10C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF1A10C:before {
        content: none;
    }
}

.channel-html .m675204 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m675204 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m675204 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m675204 {
        flex-grow: 0;
    }
}

.channel-html .m675204.large-show {
    display: flex;
}

.channel-html .m675204.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m675204.large-show.medium-show,
    .channel-html .m675204.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m675204.large-show.medium-hide,
    .channel-html .m675204.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m675204.medium-show.small-show,
    .channel-html .m675204.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m675204.medium-show.small-hide,
    .channel-html .m675204.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oC65750 {
    /** Margin */
    margin-top: 27px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oC65750 {
        margin-top: 19px;
    }
}

.kD153FE {
    margin-bottom: 38px;
}

@media only screen and (max-width: 1068px) {
    .kD153FE {
        margin-bottom: 23px;
    }
}

.channel-html .x58F6EF {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .c4A5A2A {
    width: 100%;
}

.channel-html .c4A5A2A[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .c4A5A2A[data-active-content|="true"] {
    display: block;
}

.channel-html .u07612C {
    margin-top: 36px;
    margin-left: 3px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u07612C {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u07612C {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u07612C {
        display: flex;
    }
}

.channel-html .u91372D {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u91372D {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u91372D {
        margin-right: 5px;
    }
}

.channel-html .d0E3243 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d0E3243.large-show {
    display: flex;
}

.channel-html .d0E3243.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d0E3243.large-show.medium-show,
    .channel-html .d0E3243.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d0E3243.large-show.medium-hide,
    .channel-html .d0E3243.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d0E3243.medium-show.small-show,
    .channel-html .d0E3243.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d0E3243.medium-show.small-hide,
    .channel-html .d0E3243.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r1FBDF2 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y5355D2 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5355D2 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5355D2 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5355D2 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5355D2 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5355D2 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5355D2 {
        overflow: hidden;
    }
}

.channel-html .y5355D2.large-show {
    display: grid;
}

.channel-html .y5355D2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y5355D2.large-show.medium-show,
    .channel-html .y5355D2.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y5355D2.large-show.medium-hide,
    .channel-html .y5355D2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y5355D2.medium-show.small-show,
    .channel-html .y5355D2.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y5355D2.medium-show.small-hide,
    .channel-html .y5355D2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y5355D2 .bentobox-item {
    border-radius: 14px;
}

.channel-html .k9B820F {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9B820F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9B820F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9B820F {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9B820F {
        overflow: visible;
    }
}

.channel-html .k9B820F.large-show {
    display: flex;
}

.channel-html .k9B820F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k9B820F.large-show.medium-show,
    .channel-html .k9B820F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k9B820F.large-show.medium-hide,
    .channel-html .k9B820F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k9B820F.medium-show.small-show,
    .channel-html .k9B820F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k9B820F.medium-show.small-hide,
    .channel-html .k9B820F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k9B820F:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k9B820F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9B820F:before {
        content: none;
    }
}

.channel-html .q6E9C10 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .q6E9C10 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q6E9C10 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q6E9C10 {
        flex-grow: 0;
    }
}

.channel-html .q6E9C10.large-show {
    display: flex;
}

.channel-html .q6E9C10.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q6E9C10.large-show.medium-show,
    .channel-html .q6E9C10.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q6E9C10.large-show.medium-hide,
    .channel-html .q6E9C10.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q6E9C10.medium-show.small-show,
    .channel-html .q6E9C10.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q6E9C10.medium-show.small-hide,
    .channel-html .q6E9C10.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l13C4E1 {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .l13C4E1 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .pABAEAE {
        margin-bottom: 2px;
    }
}

.channel-html .k29FDFA {
    color: #6e6e73;
    margin-top: 11px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k29FDFA {
        margin-top: 5px;
    }
}

.channel-html .zABF046 {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zABF046 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zABF046 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zABF046 {
        margin-right: 5px;
    }
}

.channel-html .j433FE9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .j433FE9.large-show {
    display: flex;
}

.channel-html .j433FE9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j433FE9.large-show.medium-show,
    .channel-html .j433FE9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j433FE9.large-show.medium-hide,
    .channel-html .j433FE9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j433FE9.medium-show.small-show,
    .channel-html .j433FE9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j433FE9.medium-show.small-hide,
    .channel-html .j433FE9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h4AFE75 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h1BB5E1 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1BB5E1 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1BB5E1 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1BB5E1 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1BB5E1 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1BB5E1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1BB5E1 {
        overflow: hidden;
    }
}

.channel-html .h1BB5E1.large-show {
    display: grid;
}

.channel-html .h1BB5E1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h1BB5E1.large-show.medium-show,
    .channel-html .h1BB5E1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h1BB5E1.large-show.medium-hide,
    .channel-html .h1BB5E1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h1BB5E1.medium-show.small-show,
    .channel-html .h1BB5E1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h1BB5E1.medium-show.small-hide,
    .channel-html .h1BB5E1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h1BB5E1 .bentobox-item {
    border-radius: 14px;
}

.channel-html .n95D8F5 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .n95D8F5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n95D8F5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n95D8F5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n95D8F5 {
        overflow: visible;
    }
}

.channel-html .n95D8F5.large-show {
    display: flex;
}

.channel-html .n95D8F5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n95D8F5.large-show.medium-show,
    .channel-html .n95D8F5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n95D8F5.large-show.medium-hide,
    .channel-html .n95D8F5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n95D8F5.medium-show.small-show,
    .channel-html .n95D8F5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n95D8F5.medium-show.small-hide,
    .channel-html .n95D8F5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n95D8F5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n95D8F5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n95D8F5:before {
        content: none;
    }
}

.channel-html .gF9B1FB {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gF9B1FB {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gF9B1FB {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF9B1FB {
        flex-grow: 0;
    }
}

.channel-html .gF9B1FB.large-show {
    display: flex;
}

.channel-html .gF9B1FB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gF9B1FB.large-show.medium-show,
    .channel-html .gF9B1FB.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gF9B1FB.large-show.medium-hide,
    .channel-html .gF9B1FB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gF9B1FB.medium-show.small-show,
    .channel-html .gF9B1FB.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gF9B1FB.medium-show.small-hide,
    .channel-html .gF9B1FB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .aE672EB {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .aE672EB {
        margin-top: 0px;
    }
}

.channel-html .c884CC3 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .m1C8660 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m1C8660 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m1C8660 {
        margin-bottom: 10px;
    }
}

.channel-html .d45F129 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .rC4521B {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC4521B {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4521B {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC4521B {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4521B {
        margin-bottom: 5px;
    }
}

.channel-html .w18A8D3 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .w18A8D3.large-show {
    display: flex;
}

.channel-html .w18A8D3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w18A8D3.large-show.medium-show,
    .channel-html .w18A8D3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w18A8D3.large-show.medium-hide,
    .channel-html .w18A8D3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w18A8D3.medium-show.small-show,
    .channel-html .w18A8D3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w18A8D3.medium-show.small-hide,
    .channel-html .w18A8D3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kC0FEB5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i700B46 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i700B46 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i700B46 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i700B46 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i700B46 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i700B46 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i700B46 {
        overflow: hidden;
    }
}

.channel-html .i700B46.large-show {
    display: grid;
}

.channel-html .i700B46.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i700B46.large-show.medium-show,
    .channel-html .i700B46.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i700B46.large-show.medium-hide,
    .channel-html .i700B46.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i700B46.medium-show.small-show,
    .channel-html .i700B46.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i700B46.medium-show.small-hide,
    .channel-html .i700B46.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i700B46 .bentobox-item {
    border-radius: 14px;
}

.channel-html .h1C6D02 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1C6D02 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1C6D02 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1C6D02 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1C6D02 {
        overflow: visible;
    }
}

.channel-html .h1C6D02.large-show {
    display: flex;
}

.channel-html .h1C6D02.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h1C6D02.large-show.medium-show,
    .channel-html .h1C6D02.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h1C6D02.large-show.medium-hide,
    .channel-html .h1C6D02.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h1C6D02.medium-show.small-show,
    .channel-html .h1C6D02.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h1C6D02.medium-show.small-hide,
    .channel-html .h1C6D02.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h1C6D02:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1C6D02:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1C6D02:before {
        content: none;
    }
}

.channel-html .a23C2CF {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .a23C2CF {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a23C2CF {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a23C2CF {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a23C2CF {
        flex-grow: 0;
    }
}

.channel-html .a23C2CF.large-show {
    display: flex;
}

.channel-html .a23C2CF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a23C2CF.large-show.medium-show,
    .channel-html .a23C2CF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a23C2CF.large-show.medium-hide,
    .channel-html .a23C2CF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a23C2CF.medium-show.small-show,
    .channel-html .a23C2CF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a23C2CF.medium-show.small-hide,
    .channel-html .a23C2CF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sF0068D {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF0068D {
        margin-top: 0px;
    }
}

.channel-html .dCAE3C9 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .a51499E {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a51499E {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a51499E {
        margin-bottom: 9px;
    }
}

.channel-html .w58FD35 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w58FD35 {
        margin-top: 0px;
    }
}

.channel-html .b063BE8 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .b063BE8 {
        margin-top: 0px;
    }
}

.channel-html .k8D8D4C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .hB360BB {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hB360BB {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hB360BB {
        margin-bottom: 9px;
    }
}

.channel-html .k947353 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k947353 {
        margin-top: 0px;
    }
}

.channel-html .uAC4CA0 {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAC4CA0 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAC4CA0 {
        margin-right: 5px;
    }
}

.channel-html .kD8BA83 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .kD8BA83.large-show {
    display: flex;
}

.channel-html .kD8BA83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kD8BA83.large-show.medium-show,
    .channel-html .kD8BA83.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kD8BA83.large-show.medium-hide,
    .channel-html .kD8BA83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kD8BA83.medium-show.small-show,
    .channel-html .kD8BA83.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kD8BA83.medium-show.small-hide,
    .channel-html .kD8BA83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tB983AF {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .iBD1706 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iBD1706 {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iBD1706 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iBD1706 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iBD1706 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iBD1706 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iBD1706 {
        overflow: hidden;
    }
}

.channel-html .iBD1706.large-show {
    display: grid;
}

.channel-html .iBD1706.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iBD1706.large-show.medium-show,
    .channel-html .iBD1706.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iBD1706.large-show.medium-hide,
    .channel-html .iBD1706.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iBD1706.medium-show.small-show,
    .channel-html .iBD1706.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iBD1706.medium-show.small-hide,
    .channel-html .iBD1706.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iBD1706 .bentobox-item {
    border-radius: 14px;
}

.channel-html .vD2AEE8 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD2AEE8 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD2AEE8 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD2AEE8 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD2AEE8 {
        overflow: visible;
    }
}

.channel-html .vD2AEE8.large-show {
    display: flex;
}

.channel-html .vD2AEE8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .vD2AEE8.large-show.medium-show,
    .channel-html .vD2AEE8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .vD2AEE8.large-show.medium-hide,
    .channel-html .vD2AEE8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vD2AEE8.medium-show.small-show,
    .channel-html .vD2AEE8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vD2AEE8.medium-show.small-hide,
    .channel-html .vD2AEE8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vD2AEE8:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD2AEE8:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD2AEE8:before {
        content: none;
    }
}

.channel-html .c2238F3 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c2238F3 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c2238F3 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c2238F3 {
        flex-grow: 0;
    }
}

.channel-html .c2238F3.large-show {
    display: flex;
}

.channel-html .c2238F3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c2238F3.large-show.medium-show,
    .channel-html .c2238F3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c2238F3.large-show.medium-hide,
    .channel-html .c2238F3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c2238F3.medium-show.small-show,
    .channel-html .c2238F3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c2238F3.medium-show.small-hide,
    .channel-html .c2238F3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y4B0DA7 {
    /** Margin */
    margin-top: -2px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y4B0DA7 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y4B0DA7 {
        margin-left: 0px;
    }
}

.channel-html .l87441C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .a782030 {
    margin-top: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a782030 {
        margin-top: 9px;
    }
}

.channel-html .p83BC22 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p83BC22 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p83BC22 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p83BC22 {
        margin-right: 5px;
    }
}

.channel-html .kABBC95 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .kABBC95.large-show {
    display: flex;
}

.channel-html .kABBC95.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kABBC95.large-show.medium-show,
    .channel-html .kABBC95.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kABBC95.large-show.medium-hide,
    .channel-html .kABBC95.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kABBC95.medium-show.small-show,
    .channel-html .kABBC95.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kABBC95.medium-show.small-hide,
    .channel-html .kABBC95.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m0137C6 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .a124C35 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a124C35 {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a124C35 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a124C35 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a124C35 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a124C35 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a124C35 {
        overflow: hidden;
    }
}

.channel-html .a124C35.large-show {
    display: grid;
}

.channel-html .a124C35.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a124C35.large-show.medium-show,
    .channel-html .a124C35.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a124C35.large-show.medium-hide,
    .channel-html .a124C35.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a124C35.medium-show.small-show,
    .channel-html .a124C35.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a124C35.medium-show.small-hide,
    .channel-html .a124C35.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a124C35 .bentobox-item {
    border-radius: 14px;
}

.channel-html .jCEDA2E {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCEDA2E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jCEDA2E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCEDA2E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jCEDA2E {
        overflow: visible;
    }
}

.channel-html .jCEDA2E.large-show {
    display: flex;
}

.channel-html .jCEDA2E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jCEDA2E.large-show.medium-show,
    .channel-html .jCEDA2E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jCEDA2E.large-show.medium-hide,
    .channel-html .jCEDA2E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jCEDA2E.medium-show.small-show,
    .channel-html .jCEDA2E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jCEDA2E.medium-show.small-hide,
    .channel-html .jCEDA2E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jCEDA2E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCEDA2E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jCEDA2E:before {
        content: none;
    }
}

.channel-html .qC4C6AA {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .qC4C6AA {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qC4C6AA {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qC4C6AA {
        flex-grow: 0;
    }
}

.channel-html .qC4C6AA.large-show {
    display: flex;
}

.channel-html .qC4C6AA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qC4C6AA.large-show.medium-show,
    .channel-html .qC4C6AA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qC4C6AA.large-show.medium-hide,
    .channel-html .qC4C6AA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qC4C6AA.medium-show.small-show,
    .channel-html .qC4C6AA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qC4C6AA.medium-show.small-hide,
    .channel-html .qC4C6AA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wB25936 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .wB25936 {
        margin-top: 7px;
    }
}

.m5B6AA1 {
    margin-left: -8px;
}

.channel-html .aEE50D0 {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aEE50D0 {
        margin-top: 7px;
    }
}

.channel-html .j1F16A7 {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j1F16A7 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j1F16A7 {
        margin-left: 5px;
    }
}

.channel-html .q2C3BF2 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .q2C3BF2.large-show {
    display: flex;
}

.channel-html .q2C3BF2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q2C3BF2.large-show.medium-show,
    .channel-html .q2C3BF2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q2C3BF2.large-show.medium-hide,
    .channel-html .q2C3BF2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q2C3BF2.medium-show.small-show,
    .channel-html .q2C3BF2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q2C3BF2.medium-show.small-hide,
    .channel-html .q2C3BF2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l748E81 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .wED5025 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wED5025 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wED5025 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wED5025 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wED5025 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wED5025 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wED5025 {
        overflow: hidden;
    }
}

.channel-html .wED5025.large-show {
    display: grid;
}

.channel-html .wED5025.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wED5025.large-show.medium-show,
    .channel-html .wED5025.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wED5025.large-show.medium-hide,
    .channel-html .wED5025.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wED5025.medium-show.small-show,
    .channel-html .wED5025.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wED5025.medium-show.small-hide,
    .channel-html .wED5025.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wED5025 .bentobox-item {
    border-radius: 14px;
}

.channel-html .e0AD307 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0AD307 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0AD307 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0AD307 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0AD307 {
        overflow: visible;
    }
}

.channel-html .e0AD307.large-show {
    display: flex;
}

.channel-html .e0AD307.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e0AD307.large-show.medium-show,
    .channel-html .e0AD307.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e0AD307.large-show.medium-hide,
    .channel-html .e0AD307.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e0AD307.medium-show.small-show,
    .channel-html .e0AD307.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e0AD307.medium-show.small-hide,
    .channel-html .e0AD307.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e0AD307:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0AD307:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0AD307:before {
        content: none;
    }
}

.channel-html .fA094C7 {
    min-height: 287px;
    /** Alignment */
    align-items: flex-end;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .fA094C7 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fA094C7 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fA094C7 {
        flex-grow: 0;
    }
}

.channel-html .fA094C7.large-show {
    display: flex;
}

.channel-html .fA094C7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .fA094C7.large-show.medium-show,
    .channel-html .fA094C7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .fA094C7.large-show.medium-hide,
    .channel-html .fA094C7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fA094C7.medium-show.small-show,
    .channel-html .fA094C7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fA094C7.medium-show.small-hide,
    .channel-html .fA094C7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a737683 {
    /** Margin */
    margin-top: 40px;
    margin-bottom: -7px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .a737683 {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a737683 {
        margin-bottom: -8px;
    }
}

.channel-html .jE3EFAB {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.j23FF6F {
    margin-top: 30px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1068px) {
    .j23FF6F {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .j23FF6F {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .j23FF6F {
        margin-bottom: 0px;
    }
}

.channel-html .b18A179 {
    width: 100%;
}

.channel-html .b18A179[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .b18A179[data-active-content|="true"] {
    display: block;
}

.channel-html .o0F1B67 {
    margin-top: 36px;
    margin-left: 3px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o0F1B67 {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o0F1B67 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o0F1B67 {
        display: flex;
    }
}

.channel-html .k431B93 {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k431B93 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k431B93 {
        margin-right: 5px;
    }
}

.channel-html .jC96B97 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jC96B97.large-show {
    display: flex;
}

.channel-html .jC96B97.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jC96B97.large-show.medium-show,
    .channel-html .jC96B97.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jC96B97.large-show.medium-hide,
    .channel-html .jC96B97.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jC96B97.medium-show.small-show,
    .channel-html .jC96B97.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jC96B97.medium-show.small-hide,
    .channel-html .jC96B97.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mE079A7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .b6590B5 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b6590B5 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b6590B5 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b6590B5 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b6590B5 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b6590B5 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b6590B5 {
        overflow: hidden;
    }
}

.channel-html .b6590B5.large-show {
    display: grid;
}

.channel-html .b6590B5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b6590B5.large-show.medium-show,
    .channel-html .b6590B5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b6590B5.large-show.medium-hide,
    .channel-html .b6590B5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b6590B5.medium-show.small-show,
    .channel-html .b6590B5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b6590B5.medium-show.small-hide,
    .channel-html .b6590B5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b6590B5 .bentobox-item {
    border-radius: 14px;
}

.channel-html .e825B53 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .e825B53 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e825B53 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e825B53 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e825B53 {
        overflow: visible;
    }
}

.channel-html .e825B53.large-show {
    display: flex;
}

.channel-html .e825B53.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e825B53.large-show.medium-show,
    .channel-html .e825B53.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e825B53.large-show.medium-hide,
    .channel-html .e825B53.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e825B53.medium-show.small-show,
    .channel-html .e825B53.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e825B53.medium-show.small-hide,
    .channel-html .e825B53.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e825B53:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e825B53:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e825B53:before {
        content: none;
    }
}

.channel-html .fBC7A86 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .fBC7A86 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fBC7A86 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fBC7A86 {
        flex-grow: 0;
    }
}

.channel-html .fBC7A86.large-show {
    display: flex;
}

.channel-html .fBC7A86.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .fBC7A86.large-show.medium-show,
    .channel-html .fBC7A86.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .fBC7A86.large-show.medium-hide,
    .channel-html .fBC7A86.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fBC7A86.medium-show.small-show,
    .channel-html .fBC7A86.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fBC7A86.medium-show.small-hide,
    .channel-html .fBC7A86.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c8FA1F6 {
    /** Margin */
    margin-top: 4px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c8FA1F6 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .lF405A7 {
        margin-bottom: 2px;
    }
}

.channel-html .eA1AC40 {
    color: #6e6e73;
    margin-top: 11px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eA1AC40 {
        margin-top: 5px;
    }
}

.channel-html .oBFE706 {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oBFE706 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oBFE706 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oBFE706 {
        margin-right: 5px;
    }
}

.channel-html .wA73837 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .wA73837.large-show {
    display: flex;
}

.channel-html .wA73837.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wA73837.large-show.medium-show,
    .channel-html .wA73837.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wA73837.large-show.medium-hide,
    .channel-html .wA73837.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wA73837.medium-show.small-show,
    .channel-html .wA73837.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wA73837.medium-show.small-hide,
    .channel-html .wA73837.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a865F21 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r63069B {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r63069B {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r63069B {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r63069B {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r63069B {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r63069B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r63069B {
        overflow: hidden;
    }
}

.channel-html .r63069B.large-show {
    display: grid;
}

.channel-html .r63069B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r63069B.large-show.medium-show,
    .channel-html .r63069B.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r63069B.large-show.medium-hide,
    .channel-html .r63069B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r63069B.medium-show.small-show,
    .channel-html .r63069B.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r63069B.medium-show.small-hide,
    .channel-html .r63069B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r63069B .bentobox-item {
    border-radius: 14px;
}

.channel-html .o5F846F {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .o5F846F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o5F846F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o5F846F {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o5F846F {
        overflow: visible;
    }
}

.channel-html .o5F846F.large-show {
    display: flex;
}

.channel-html .o5F846F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o5F846F.large-show.medium-show,
    .channel-html .o5F846F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o5F846F.large-show.medium-hide,
    .channel-html .o5F846F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o5F846F.medium-show.small-show,
    .channel-html .o5F846F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o5F846F.medium-show.small-hide,
    .channel-html .o5F846F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o5F846F:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o5F846F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o5F846F:before {
        content: none;
    }
}

.channel-html .j5F9A48 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5F9A48 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j5F9A48 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j5F9A48 {
        flex-grow: 0;
    }
}

.channel-html .j5F9A48.large-show {
    display: flex;
}

.channel-html .j5F9A48.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j5F9A48.large-show.medium-show,
    .channel-html .j5F9A48.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j5F9A48.large-show.medium-hide,
    .channel-html .j5F9A48.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j5F9A48.medium-show.small-show,
    .channel-html .j5F9A48.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j5F9A48.medium-show.small-hide,
    .channel-html .j5F9A48.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u454DC7 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .u454DC7 {
        margin-top: 0px;
    }
}

.channel-html .lAB465A {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .a808A15 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a808A15 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a808A15 {
        margin-bottom: 10px;
    }
}

.channel-html .zDA38CF {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .hF4C711 {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF4C711 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF4C711 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hF4C711 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hF4C711 {
        margin-bottom: 5px;
    }
}

.channel-html .q7FF54D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .q7FF54D.large-show {
    display: flex;
}

.channel-html .q7FF54D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q7FF54D.large-show.medium-show,
    .channel-html .q7FF54D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q7FF54D.large-show.medium-hide,
    .channel-html .q7FF54D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q7FF54D.medium-show.small-show,
    .channel-html .q7FF54D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q7FF54D.medium-show.small-hide,
    .channel-html .q7FF54D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y6F7FBD {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bE278F6 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bE278F6 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bE278F6 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bE278F6 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bE278F6 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bE278F6 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bE278F6 {
        overflow: hidden;
    }
}

.channel-html .bE278F6.large-show {
    display: grid;
}

.channel-html .bE278F6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .bE278F6.large-show.medium-show,
    .channel-html .bE278F6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .bE278F6.large-show.medium-hide,
    .channel-html .bE278F6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bE278F6.medium-show.small-show,
    .channel-html .bE278F6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bE278F6.medium-show.small-hide,
    .channel-html .bE278F6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bE278F6 .bentobox-item {
    border-radius: 14px;
}

.channel-html .xEB64E5 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .xEB64E5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xEB64E5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xEB64E5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xEB64E5 {
        overflow: visible;
    }
}

.channel-html .xEB64E5.large-show {
    display: flex;
}

.channel-html .xEB64E5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xEB64E5.large-show.medium-show,
    .channel-html .xEB64E5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xEB64E5.large-show.medium-hide,
    .channel-html .xEB64E5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xEB64E5.medium-show.small-show,
    .channel-html .xEB64E5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xEB64E5.medium-show.small-hide,
    .channel-html .xEB64E5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xEB64E5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xEB64E5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xEB64E5:before {
        content: none;
    }
}

.channel-html .y071B8A {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y071B8A {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y071B8A {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y071B8A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y071B8A {
        flex-grow: 0;
    }
}

.channel-html .y071B8A.large-show {
    display: flex;
}

.channel-html .y071B8A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y071B8A.large-show.medium-show,
    .channel-html .y071B8A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y071B8A.large-show.medium-hide,
    .channel-html .y071B8A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y071B8A.medium-show.small-show,
    .channel-html .y071B8A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y071B8A.medium-show.small-hide,
    .channel-html .y071B8A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i741C21 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .i741C21 {
        margin-top: 0px;
    }
}

.channel-html .i314FF1 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .w33C484 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w33C484 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w33C484 {
        margin-bottom: 9px;
    }
}

.channel-html .g97500B {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g97500B {
        margin-top: 0px;
    }
}

.channel-html .m8DBF50 {
    /** Margin */
    margin-top: -1px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m8DBF50 {
        margin-top: 0px;
    }
}

.channel-html .z714E5D {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .p697F1E {
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p697F1E {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p697F1E {
        margin-bottom: 9px;
    }
}

.channel-html .kE3E071 {
    color: #6e6e73;
    margin-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kE3E071 {
        margin-top: 0px;
    }
}

.channel-html .o4F58C3 {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o4F58C3 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o4F58C3 {
        margin-right: 5px;
    }
}

.channel-html .d34465E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d34465E.large-show {
    display: flex;
}

.channel-html .d34465E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d34465E.large-show.medium-show,
    .channel-html .d34465E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d34465E.large-show.medium-hide,
    .channel-html .d34465E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d34465E.medium-show.small-show,
    .channel-html .d34465E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d34465E.medium-show.small-hide,
    .channel-html .d34465E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y74FEE5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dED4A1B {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dED4A1B {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dED4A1B {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dED4A1B {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dED4A1B {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dED4A1B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dED4A1B {
        overflow: hidden;
    }
}

.channel-html .dED4A1B.large-show {
    display: grid;
}

.channel-html .dED4A1B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dED4A1B.large-show.medium-show,
    .channel-html .dED4A1B.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dED4A1B.large-show.medium-hide,
    .channel-html .dED4A1B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dED4A1B.medium-show.small-show,
    .channel-html .dED4A1B.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dED4A1B.medium-show.small-hide,
    .channel-html .dED4A1B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .dED4A1B .bentobox-item {
    border-radius: 14px;
}

.channel-html .mF4C65B {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .mF4C65B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mF4C65B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mF4C65B {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mF4C65B {
        overflow: visible;
    }
}

.channel-html .mF4C65B.large-show {
    display: flex;
}

.channel-html .mF4C65B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mF4C65B.large-show.medium-show,
    .channel-html .mF4C65B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mF4C65B.large-show.medium-hide,
    .channel-html .mF4C65B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mF4C65B.medium-show.small-show,
    .channel-html .mF4C65B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mF4C65B.medium-show.small-hide,
    .channel-html .mF4C65B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mF4C65B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .mF4C65B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mF4C65B:before {
        content: none;
    }
}

.channel-html .cB2A5F9 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB2A5F9 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cB2A5F9 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB2A5F9 {
        flex-grow: 0;
    }
}

.channel-html .cB2A5F9.large-show {
    display: flex;
}

.channel-html .cB2A5F9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB2A5F9.large-show.medium-show,
    .channel-html .cB2A5F9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cB2A5F9.large-show.medium-hide,
    .channel-html .cB2A5F9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB2A5F9.medium-show.small-show,
    .channel-html .cB2A5F9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cB2A5F9.medium-show.small-hide,
    .channel-html .cB2A5F9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oC69AEF {
    /** Margin */
    margin-top: -2px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oC69AEF {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oC69AEF {
        margin-left: 0px;
    }
}

.channel-html .iD905A6 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .v667B9D {
    margin-top: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v667B9D {
        margin-top: 9px;
    }
}

.channel-html .v8589E0 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v8589E0 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v8589E0 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v8589E0 {
        margin-right: 5px;
    }
}

.channel-html .rC14085 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .rC14085.large-show {
    display: flex;
}

.channel-html .rC14085.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .rC14085.large-show.medium-show,
    .channel-html .rC14085.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .rC14085.large-show.medium-hide,
    .channel-html .rC14085.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .rC14085.medium-show.small-show,
    .channel-html .rC14085.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .rC14085.medium-show.small-hide,
    .channel-html .rC14085.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mF54DBB {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nC2B69C {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC2B69C {
        grid-template-rows: minmax(200px, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC2B69C {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC2B69C {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC2B69C {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nC2B69C {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nC2B69C {
        overflow: hidden;
    }
}

.channel-html .nC2B69C.large-show {
    display: grid;
}

.channel-html .nC2B69C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nC2B69C.large-show.medium-show,
    .channel-html .nC2B69C.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nC2B69C.large-show.medium-hide,
    .channel-html .nC2B69C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nC2B69C.medium-show.small-show,
    .channel-html .nC2B69C.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nC2B69C.medium-show.small-hide,
    .channel-html .nC2B69C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .nC2B69C .bentobox-item {
    border-radius: 14px;
}

.channel-html .p55122C {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55122C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55122C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55122C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55122C {
        overflow: visible;
    }
}

.channel-html .p55122C.large-show {
    display: flex;
}

.channel-html .p55122C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p55122C.large-show.medium-show,
    .channel-html .p55122C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p55122C.large-show.medium-hide,
    .channel-html .p55122C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p55122C.medium-show.small-show,
    .channel-html .p55122C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p55122C.medium-show.small-hide,
    .channel-html .p55122C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p55122C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p55122C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p55122C:before {
        content: none;
    }
}

.channel-html .t18AB74 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t18AB74 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t18AB74 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t18AB74 {
        flex-grow: 0;
    }
}

.channel-html .t18AB74.large-show {
    display: flex;
}

.channel-html .t18AB74.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .t18AB74.large-show.medium-show,
    .channel-html .t18AB74.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .t18AB74.large-show.medium-hide,
    .channel-html .t18AB74.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t18AB74.medium-show.small-show,
    .channel-html .t18AB74.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t18AB74.medium-show.small-hide,
    .channel-html .t18AB74.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mD8F3B7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mD8F3B7 {
        margin-top: 7px;
    }
}

.iF32B3C {
    margin-left: -8px;
}

.channel-html .qED5B05 {
    color: #6e6e73;
    margin-top: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qED5B05 {
        margin-top: 7px;
    }
}

.channel-html .k70A8EE {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k70A8EE {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k70A8EE {
        margin-left: 5px;
    }
}

.channel-html .d4B3825 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d4B3825.large-show {
    display: flex;
}

.channel-html .d4B3825.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d4B3825.large-show.medium-show,
    .channel-html .d4B3825.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d4B3825.large-show.medium-hide,
    .channel-html .d4B3825.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d4B3825.medium-show.small-show,
    .channel-html .d4B3825.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d4B3825.medium-show.small-hide,
    .channel-html .d4B3825.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w7270F1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y307A31 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y307A31 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y307A31 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y307A31 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y307A31 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y307A31 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y307A31 {
        overflow: hidden;
    }
}

.channel-html .y307A31.large-show {
    display: grid;
}

.channel-html .y307A31.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y307A31.large-show.medium-show,
    .channel-html .y307A31.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y307A31.large-show.medium-hide,
    .channel-html .y307A31.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y307A31.medium-show.small-show,
    .channel-html .y307A31.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y307A31.medium-show.small-hide,
    .channel-html .y307A31.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y307A31 .bentobox-item {
    border-radius: 14px;
}

.channel-html .eCFA4AE {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .eCFA4AE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eCFA4AE {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eCFA4AE {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eCFA4AE {
        overflow: visible;
    }
}

.channel-html .eCFA4AE.large-show {
    display: flex;
}

.channel-html .eCFA4AE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .eCFA4AE.large-show.medium-show,
    .channel-html .eCFA4AE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .eCFA4AE.large-show.medium-hide,
    .channel-html .eCFA4AE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eCFA4AE.medium-show.small-show,
    .channel-html .eCFA4AE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eCFA4AE.medium-show.small-hide,
    .channel-html .eCFA4AE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eCFA4AE:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eCFA4AE:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eCFA4AE:before {
        content: none;
    }
}

.channel-html .sBE3E4A {
    min-height: 287px;
    /** Alignment */
    align-items: flex-end;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .sBE3E4A {
        min-height: 205px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sBE3E4A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sBE3E4A {
        flex-grow: 0;
    }
}

.channel-html .sBE3E4A.large-show {
    display: flex;
}

.channel-html .sBE3E4A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sBE3E4A.large-show.medium-show,
    .channel-html .sBE3E4A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sBE3E4A.large-show.medium-hide,
    .channel-html .sBE3E4A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sBE3E4A.medium-show.small-show,
    .channel-html .sBE3E4A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sBE3E4A.medium-show.small-hide,
    .channel-html .sBE3E4A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o0A912D {
    /** Margin */
    margin-top: 40px;
    margin-bottom: -7px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .o0A912D {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o0A912D {
        margin-bottom: -8px;
    }
}

.channel-html .r73E75B {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.zC57FA8 {
    margin-top: 30px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1068px) {
    .zC57FA8 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .zC57FA8 {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .zC57FA8 {
        margin-bottom: 0px;
    }
}

.channel-html .iEB0459 {
    /** Background Controls **/
    background-color: #f5f5f7;
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .iEB0459.large-show {
    display: flex;
}

.channel-html .iEB0459.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iEB0459.large-show.medium-show,
    .channel-html .iEB0459.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iEB0459.large-show.medium-hide,
    .channel-html .iEB0459.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iEB0459.medium-show.small-show,
    .channel-html .iEB0459.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iEB0459.medium-show.small-hide,
    .channel-html .iEB0459.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y5785A9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y5785A9 {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5785A9 {
        margin-top: 39px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5785A9 {
        margin-left: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y5785A9 {
        margin-bottom: 146px;
    }
}

.channel-html .y5785A9.large-show {
    display: flex;
}

.channel-html .y5785A9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y5785A9.large-show.medium-show,
    .channel-html .y5785A9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y5785A9.large-show.medium-hide,
    .channel-html .y5785A9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y5785A9.medium-show.small-show,
    .channel-html .y5785A9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y5785A9.medium-show.small-hide,
    .channel-html .y5785A9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z42314C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l6C3389 {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .l6C3389 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l6C3389 {
        margin-left: 24px;
    }
}

.channel-html .v1B0649 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .v1B0649 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1B0649 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1B0649 {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v1B0649 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v1B0649 {
        padding-right: 84px;
    }
}

.channel-html .l41C782 {
    pointer-events: none;
    color: #86868b;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
}

.channel-html .v415326 {
    position: relative;
    border: none;
    border-bottom: 1px solid #86868b;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .v415326 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .a1D1A7F {
    color: rgb(0, 0, 0);
    font-size: 17px;
    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: 240px;
    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 .a1D1A7F:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .z97EFD5 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .i46907A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .fA13F6A {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .fA13F6A {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fA13F6A {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fA13F6A {
        padding-right: 82px;
    }
}

.channel-html .fF64D3E {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .fF64D3E {
        margin-left: -5px;
    }
}

.channel-html .l0686BF[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .l0686BF[data-active-content|="true"] {
    display: block;
}

.channel-html .c44B41D {
    margin-top: 40px;
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 734px) {
    .channel-html .c44B41D {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c44B41D {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c44B41D {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sAB84E0 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sAB84E0 {
        margin-right: 10px;
    }
}

.channel-html .bA33EFC {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bA33EFC.large-show {
    display: flex;
}

.channel-html .bA33EFC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .bA33EFC.large-show.medium-show,
    .channel-html .bA33EFC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .bA33EFC.large-show.medium-hide,
    .channel-html .bA33EFC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bA33EFC.medium-show.small-show,
    .channel-html .bA33EFC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bA33EFC.medium-show.small-hide,
    .channel-html .bA33EFC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o421198 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l3C6357 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3C6357 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3C6357 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3C6357 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3C6357 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3C6357 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3C6357 {
        overflow: hidden;
    }
}

.channel-html .l3C6357.large-show {
    display: grid;
}

.channel-html .l3C6357.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l3C6357.large-show.medium-show,
    .channel-html .l3C6357.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l3C6357.large-show.medium-hide,
    .channel-html .l3C6357.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l3C6357.medium-show.small-show,
    .channel-html .l3C6357.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l3C6357.medium-show.small-hide,
    .channel-html .l3C6357.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l3C6357 .bentobox-item {
    border-radius: 14px;
}

.channel-html .u07308F {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .u07308F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u07308F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u07308F {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u07308F {
        overflow: visible;
    }
}

.channel-html .u07308F.large-show {
    display: flex;
}

.channel-html .u07308F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u07308F.large-show.medium-show,
    .channel-html .u07308F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u07308F.large-show.medium-hide,
    .channel-html .u07308F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u07308F.medium-show.small-show,
    .channel-html .u07308F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u07308F.medium-show.small-hide,
    .channel-html .u07308F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u07308F:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u07308F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u07308F:before {
        content: none;
    }
}

.channel-html .zD2DE34 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .zD2DE34 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zD2DE34 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zD2DE34 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zD2DE34 {
        flex-grow: 0;
    }
}

.channel-html .zD2DE34.large-show {
    display: flex;
}

.channel-html .zD2DE34.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zD2DE34.large-show.medium-show,
    .channel-html .zD2DE34.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zD2DE34.large-show.medium-hide,
    .channel-html .zD2DE34.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zD2DE34.medium-show.small-show,
    .channel-html .zD2DE34.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zD2DE34.medium-show.small-hide,
    .channel-html .zD2DE34.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .fB748CB {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .fB748CB {
        margin-top: 7px;
    }
}

.channel-html .f8B91AF {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .f8B91AF {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d4A0921 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d4A0921 {
        margin-bottom: 10px;
    }
}

.channel-html .uEC4EE7 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .uEC4EE7.large-show {
    display: flex;
}

.channel-html .uEC4EE7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .uEC4EE7.large-show.medium-show,
    .channel-html .uEC4EE7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .uEC4EE7.large-show.medium-hide,
    .channel-html .uEC4EE7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uEC4EE7.medium-show.small-show,
    .channel-html .uEC4EE7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uEC4EE7.medium-show.small-hide,
    .channel-html .uEC4EE7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o211A95 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .vCEDF43 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vCEDF43 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vCEDF43 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vCEDF43 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vCEDF43 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vCEDF43 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vCEDF43 {
        overflow: hidden;
    }
}

.channel-html .vCEDF43.large-show {
    display: grid;
}

.channel-html .vCEDF43.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .vCEDF43.large-show.medium-show,
    .channel-html .vCEDF43.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .vCEDF43.large-show.medium-hide,
    .channel-html .vCEDF43.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vCEDF43.medium-show.small-show,
    .channel-html .vCEDF43.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vCEDF43.medium-show.small-hide,
    .channel-html .vCEDF43.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vCEDF43 .bentobox-item {
    border-radius: 14px;
}

.channel-html .v3E1928 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .v3E1928 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v3E1928 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v3E1928 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v3E1928 {
        overflow: visible;
    }
}

.channel-html .v3E1928.large-show {
    display: flex;
}

.channel-html .v3E1928.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v3E1928.large-show.medium-show,
    .channel-html .v3E1928.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v3E1928.large-show.medium-hide,
    .channel-html .v3E1928.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v3E1928.medium-show.small-show,
    .channel-html .v3E1928.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v3E1928.medium-show.small-hide,
    .channel-html .v3E1928.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v3E1928:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v3E1928:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v3E1928:before {
        content: none;
    }
}

.channel-html .iD3D997 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .iD3D997 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD3D997 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD3D997 {
        flex-grow: 0;
    }
}

.channel-html .iD3D997.large-show {
    display: flex;
}

.channel-html .iD3D997.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD3D997.large-show.medium-show,
    .channel-html .iD3D997.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD3D997.large-show.medium-hide,
    .channel-html .iD3D997.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD3D997.medium-show.small-show,
    .channel-html .iD3D997.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD3D997.medium-show.small-hide,
    .channel-html .iD3D997.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s6D1A89 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .s6D1A89 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s6D1A89 {
        text-align: center;
    }
}

.channel-html .aDDCB8F {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .aDDCB8F {
        margin-bottom: 0px;
    }
}

.channel-html .f0E8CC8 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .f0E8CC8 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0E8CC8 {
        margin-bottom: 7px;
    }
}

.channel-html .y298076 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .o120DB1 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o120DB1 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o120DB1 {
        margin-right: 10px;
    }
}

.channel-html .qA3686C {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .qA3686C {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qA3686C {
        padding-right: 0px;
    }
}

.channel-html .qA3686C.large-show {
    display: flex;
}

.channel-html .qA3686C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qA3686C.large-show.medium-show,
    .channel-html .qA3686C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qA3686C.large-show.medium-hide,
    .channel-html .qA3686C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qA3686C.medium-show.small-show,
    .channel-html .qA3686C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qA3686C.medium-show.small-hide,
    .channel-html .qA3686C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j24C705 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c9DE675 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c9DE675 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c9DE675 {
        grid-template-rows: minmax(190px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c9DE675 {
        grid-template-columns: repeat(1, 0px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c9DE675 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c9DE675 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c9DE675 {
        overflow: hidden;
    }
}

.channel-html .c9DE675.large-show {
    display: grid;
}

.channel-html .c9DE675.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c9DE675.large-show.medium-show,
    .channel-html .c9DE675.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c9DE675.large-show.medium-hide,
    .channel-html .c9DE675.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c9DE675.medium-show.small-show,
    .channel-html .c9DE675.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c9DE675.medium-show.small-hide,
    .channel-html .c9DE675.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c9DE675 .bentobox-item {
    border-radius: 14px;
}

.channel-html .g905D04 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .g905D04 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g905D04 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g905D04 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g905D04 {
        overflow: visible;
    }
}

.channel-html .g905D04.large-show {
    display: flex;
}

.channel-html .g905D04.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g905D04.large-show.medium-show,
    .channel-html .g905D04.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g905D04.large-show.medium-hide,
    .channel-html .g905D04.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g905D04.medium-show.small-show,
    .channel-html .g905D04.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g905D04.medium-show.small-hide,
    .channel-html .g905D04.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g905D04:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g905D04:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g905D04:before {
        content: none;
    }
}

.channel-html .q2E3297 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .q2E3297 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2E3297 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q2E3297 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2E3297 {
        flex-grow: 0;
    }
}

.channel-html .q2E3297.large-show {
    display: flex;
}

.channel-html .q2E3297.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q2E3297.large-show.medium-show,
    .channel-html .q2E3297.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q2E3297.large-show.medium-hide,
    .channel-html .q2E3297.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q2E3297.medium-show.small-show,
    .channel-html .q2E3297.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q2E3297.medium-show.small-hide,
    .channel-html .q2E3297.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iF6EF9C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .iF6EF9C {
        text-align: center;
    }
}

.channel-html .e161441 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .iF6F57F {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .iF6F57F {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iF6F57F {
        margin-bottom: 7px;
    }
}

.channel-html .u56CEBE {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .u56CEBE {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lB433EB {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lB433EB {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lB433EB {
        margin-bottom: 10px;
    }
}

.channel-html .tE759E4 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .tE759E4 {
        min-height: 0px;
    }
}

.channel-html .tE759E4.large-show {
    display: flex;
}

.channel-html .tE759E4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tE759E4.large-show.medium-show,
    .channel-html .tE759E4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tE759E4.large-show.medium-hide,
    .channel-html .tE759E4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tE759E4.medium-show.small-show,
    .channel-html .tE759E4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tE759E4.medium-show.small-hide,
    .channel-html .tE759E4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t6D2B17 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t4B32B6 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4B32B6 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4B32B6 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4B32B6 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4B32B6 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4B32B6 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4B32B6 {
        overflow: hidden;
    }
}

.channel-html .t4B32B6.large-show {
    display: grid;
}

.channel-html .t4B32B6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .t4B32B6.large-show.medium-show,
    .channel-html .t4B32B6.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .t4B32B6.large-show.medium-hide,
    .channel-html .t4B32B6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t4B32B6.medium-show.small-show,
    .channel-html .t4B32B6.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t4B32B6.medium-show.small-hide,
    .channel-html .t4B32B6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .t4B32B6 .bentobox-item {
    border-radius: 14px;
}

.channel-html .u314212 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .u314212 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u314212 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u314212 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u314212 {
        overflow: visible;
    }
}

.channel-html .u314212.large-show {
    display: flex;
}

.channel-html .u314212.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u314212.large-show.medium-show,
    .channel-html .u314212.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u314212.large-show.medium-hide,
    .channel-html .u314212.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u314212.medium-show.small-show,
    .channel-html .u314212.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u314212.medium-show.small-hide,
    .channel-html .u314212.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u314212:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u314212:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u314212:before {
        content: none;
    }
}

.channel-html .n828BBD {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .n828BBD {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n828BBD {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n828BBD {
        flex-grow: 0;
    }
}

.channel-html .n828BBD.large-show {
    display: flex;
}

.channel-html .n828BBD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n828BBD.large-show.medium-show,
    .channel-html .n828BBD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n828BBD.large-show.medium-hide,
    .channel-html .n828BBD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n828BBD.medium-show.small-show,
    .channel-html .n828BBD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n828BBD.medium-show.small-hide,
    .channel-html .n828BBD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qE1456C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .qE1456C {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qE1456C {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qE1456C {
        text-align: center;
    }
}

.channel-html .k81A3DE {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .k81A3DE {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k81A3DE {
        padding-right: 10px;
    }
}

.channel-html .oE48715 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .oE48715 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qC066BC {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qC066BC {
        margin-right: 10px;
    }
}

.channel-html .g9816C4 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g9816C4.large-show {
    display: flex;
}

.channel-html .g9816C4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g9816C4.large-show.medium-show,
    .channel-html .g9816C4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g9816C4.large-show.medium-hide,
    .channel-html .g9816C4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g9816C4.medium-show.small-show,
    .channel-html .g9816C4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g9816C4.medium-show.small-hide,
    .channel-html .g9816C4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f2514E3 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .tD74674 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tD74674 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tD74674 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tD74674 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tD74674 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tD74674 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tD74674 {
        overflow: hidden;
    }
}

.channel-html .tD74674.large-show {
    display: grid;
}

.channel-html .tD74674.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tD74674.large-show.medium-show,
    .channel-html .tD74674.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tD74674.large-show.medium-hide,
    .channel-html .tD74674.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tD74674.medium-show.small-show,
    .channel-html .tD74674.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tD74674.medium-show.small-hide,
    .channel-html .tD74674.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tD74674 .bentobox-item {
    border-radius: 14px;
}

.channel-html .u2DA17B {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2DA17B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2DA17B {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2DA17B {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2DA17B {
        overflow: visible;
    }
}

.channel-html .u2DA17B.large-show {
    display: flex;
}

.channel-html .u2DA17B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u2DA17B.large-show.medium-show,
    .channel-html .u2DA17B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u2DA17B.large-show.medium-hide,
    .channel-html .u2DA17B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u2DA17B.medium-show.small-show,
    .channel-html .u2DA17B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u2DA17B.medium-show.small-hide,
    .channel-html .u2DA17B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u2DA17B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u2DA17B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u2DA17B:before {
        content: none;
    }
}

.channel-html .lAC0858 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .lAC0858 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lAC0858 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lAC0858 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lAC0858 {
        flex-grow: 0;
    }
}

.channel-html .lAC0858.large-show {
    display: flex;
}

.channel-html .lAC0858.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lAC0858.large-show.medium-show,
    .channel-html .lAC0858.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lAC0858.large-show.medium-hide,
    .channel-html .lAC0858.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lAC0858.medium-show.small-show,
    .channel-html .lAC0858.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lAC0858.medium-show.small-hide,
    .channel-html .lAC0858.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d0BBFB1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .d0BBFB1 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d0BBFB1 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .p14B4C0 {
        margin-left: -1px;
    }
}

.channel-html .z488911 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .z488911 {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f612693 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f612693 {
        margin-left: 10px;
    }
}

.channel-html .s296757 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .s296757 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s296757 {
        margin-bottom: 0px;
    }
}

.channel-html .s296757.large-show {
    display: flex;
}

.channel-html .s296757.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s296757.large-show.medium-show,
    .channel-html .s296757.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s296757.large-show.medium-hide,
    .channel-html .s296757.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s296757.medium-show.small-show,
    .channel-html .s296757.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s296757.medium-show.small-hide,
    .channel-html .s296757.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e41BD32 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h8E475D {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8E475D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8E475D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8E475D {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8E475D {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h8E475D {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h8E475D {
        overflow: hidden;
    }
}

.channel-html .h8E475D.large-show {
    display: grid;
}

.channel-html .h8E475D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h8E475D.large-show.medium-show,
    .channel-html .h8E475D.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h8E475D.large-show.medium-hide,
    .channel-html .h8E475D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h8E475D.medium-show.small-show,
    .channel-html .h8E475D.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h8E475D.medium-show.small-hide,
    .channel-html .h8E475D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h8E475D .bentobox-item {
    border-radius: 14px;
}

.channel-html .b80A9FA {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .b80A9FA {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b80A9FA {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b80A9FA {
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b80A9FA {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b80A9FA {
        overflow: visible;
    }
}

.channel-html .b80A9FA.large-show {
    display: flex;
}

.channel-html .b80A9FA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b80A9FA.large-show.medium-show,
    .channel-html .b80A9FA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b80A9FA.large-show.medium-hide,
    .channel-html .b80A9FA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b80A9FA.medium-show.small-show,
    .channel-html .b80A9FA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b80A9FA.medium-show.small-hide,
    .channel-html .b80A9FA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b80A9FA:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b80A9FA:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b80A9FA:before {
        content: none;
    }
}

.channel-html .kFEC1F9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .kFEC1F9 {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kFEC1F9 {
        margin-bottom: -7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kFEC1F9 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kFEC1F9 {
        flex-grow: 0;
    }
}

.channel-html .kFEC1F9.large-show {
    display: flex;
}

.channel-html .kFEC1F9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kFEC1F9.large-show.medium-show,
    .channel-html .kFEC1F9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kFEC1F9.large-show.medium-hide,
    .channel-html .kFEC1F9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kFEC1F9.medium-show.small-show,
    .channel-html .kFEC1F9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kFEC1F9.medium-show.small-hide,
    .channel-html .kFEC1F9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .rFF5B4E {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .rFF5B4E {
        margin-bottom: -1px;
    }
}

.channel-html .d7E8E66 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .d7E8E66 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d7E8E66 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .g6422EA {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .g6422EA {
        margin-bottom: -1px;
    }
}

.channel-html .uA4D5C9 {
    width: 100%;
}

.channel-html .uA4D5C9[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .uA4D5C9[data-active-content|="true"] {
    display: block;
}

.channel-html .v009130 {
    margin-top: 40px;
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 734px) {
    .channel-html .v009130 {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v009130 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v009130 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDC485D {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDC485D {
        margin-right: 10px;
    }
}

.channel-html .l1BCAB9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l1BCAB9.large-show {
    display: flex;
}

.channel-html .l1BCAB9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l1BCAB9.large-show.medium-show,
    .channel-html .l1BCAB9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l1BCAB9.large-show.medium-hide,
    .channel-html .l1BCAB9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l1BCAB9.medium-show.small-show,
    .channel-html .l1BCAB9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l1BCAB9.medium-show.small-hide,
    .channel-html .l1BCAB9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lC2AAEF {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .pD19C8C {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD19C8C {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD19C8C {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD19C8C {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD19C8C {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD19C8C {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD19C8C {
        overflow: hidden;
    }
}

.channel-html .pD19C8C.large-show {
    display: grid;
}

.channel-html .pD19C8C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD19C8C.large-show.medium-show,
    .channel-html .pD19C8C.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD19C8C.large-show.medium-hide,
    .channel-html .pD19C8C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD19C8C.medium-show.small-show,
    .channel-html .pD19C8C.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD19C8C.medium-show.small-hide,
    .channel-html .pD19C8C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pD19C8C .bentobox-item {
    border-radius: 14px;
}

.channel-html .pB79277 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .pB79277 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pB79277 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pB79277 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pB79277 {
        overflow: visible;
    }
}

.channel-html .pB79277.large-show {
    display: flex;
}

.channel-html .pB79277.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pB79277.large-show.medium-show,
    .channel-html .pB79277.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pB79277.large-show.medium-hide,
    .channel-html .pB79277.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pB79277.medium-show.small-show,
    .channel-html .pB79277.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pB79277.medium-show.small-hide,
    .channel-html .pB79277.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pB79277:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pB79277:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pB79277:before {
        content: none;
    }
}

.channel-html .l7D9B05 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .l7D9B05 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7D9B05 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l7D9B05 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7D9B05 {
        flex-grow: 0;
    }
}

.channel-html .l7D9B05.large-show {
    display: flex;
}

.channel-html .l7D9B05.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l7D9B05.large-show.medium-show,
    .channel-html .l7D9B05.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l7D9B05.large-show.medium-hide,
    .channel-html .l7D9B05.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l7D9B05.medium-show.small-show,
    .channel-html .l7D9B05.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l7D9B05.medium-show.small-hide,
    .channel-html .l7D9B05.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f6D9C85 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .f6D9C85 {
        margin-top: 7px;
    }
}

.channel-html .x6D6A38 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .x6D6A38 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c1146C4 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c1146C4 {
        margin-bottom: 10px;
    }
}

.channel-html .nC9BA61 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nC9BA61.large-show {
    display: flex;
}

.channel-html .nC9BA61.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nC9BA61.large-show.medium-show,
    .channel-html .nC9BA61.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nC9BA61.large-show.medium-hide,
    .channel-html .nC9BA61.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nC9BA61.medium-show.small-show,
    .channel-html .nC9BA61.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nC9BA61.medium-show.small-hide,
    .channel-html .nC9BA61.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pB1BB24 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jE02E7C {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jE02E7C {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jE02E7C {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jE02E7C {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jE02E7C {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jE02E7C {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jE02E7C {
        overflow: hidden;
    }
}

.channel-html .jE02E7C.large-show {
    display: grid;
}

.channel-html .jE02E7C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jE02E7C.large-show.medium-show,
    .channel-html .jE02E7C.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jE02E7C.large-show.medium-hide,
    .channel-html .jE02E7C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jE02E7C.medium-show.small-show,
    .channel-html .jE02E7C.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jE02E7C.medium-show.small-hide,
    .channel-html .jE02E7C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jE02E7C .bentobox-item {
    border-radius: 14px;
}

.channel-html .xC748C9 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .xC748C9 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xC748C9 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xC748C9 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xC748C9 {
        overflow: visible;
    }
}

.channel-html .xC748C9.large-show {
    display: flex;
}

.channel-html .xC748C9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xC748C9.large-show.medium-show,
    .channel-html .xC748C9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xC748C9.large-show.medium-hide,
    .channel-html .xC748C9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xC748C9.medium-show.small-show,
    .channel-html .xC748C9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xC748C9.medium-show.small-hide,
    .channel-html .xC748C9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xC748C9:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xC748C9:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xC748C9:before {
        content: none;
    }
}

.channel-html .j78872A {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .j78872A {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j78872A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j78872A {
        flex-grow: 0;
    }
}

.channel-html .j78872A.large-show {
    display: flex;
}

.channel-html .j78872A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j78872A.large-show.medium-show,
    .channel-html .j78872A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j78872A.large-show.medium-hide,
    .channel-html .j78872A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j78872A.medium-show.small-show,
    .channel-html .j78872A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j78872A.medium-show.small-hide,
    .channel-html .j78872A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l916E7F {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .l916E7F {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l916E7F {
        text-align: center;
    }
}

.channel-html .i31E5AC {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .aACF70A {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .aACF70A {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aACF70A {
        margin-bottom: 7px;
    }
}

.channel-html .b5E00AE {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .q2352B9 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2352B9 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2352B9 {
        margin-right: 10px;
    }
}

.channel-html .w90AE47 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .w90AE47 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w90AE47 {
        padding-right: 0px;
    }
}

.channel-html .w90AE47.large-show {
    display: flex;
}

.channel-html .w90AE47.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w90AE47.large-show.medium-show,
    .channel-html .w90AE47.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w90AE47.large-show.medium-hide,
    .channel-html .w90AE47.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w90AE47.medium-show.small-show,
    .channel-html .w90AE47.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w90AE47.medium-show.small-hide,
    .channel-html .w90AE47.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wEF4671 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .zAEC680 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zAEC680 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zAEC680 {
        grid-template-rows: minmax(190px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zAEC680 {
        grid-template-columns: repeat(1, 0px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zAEC680 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zAEC680 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zAEC680 {
        overflow: hidden;
    }
}

.channel-html .zAEC680.large-show {
    display: grid;
}

.channel-html .zAEC680.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zAEC680.large-show.medium-show,
    .channel-html .zAEC680.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zAEC680.large-show.medium-hide,
    .channel-html .zAEC680.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zAEC680.medium-show.small-show,
    .channel-html .zAEC680.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zAEC680.medium-show.small-hide,
    .channel-html .zAEC680.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zAEC680 .bentobox-item {
    border-radius: 14px;
}

.channel-html .wC8285F {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .wC8285F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wC8285F {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wC8285F {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wC8285F {
        overflow: visible;
    }
}

.channel-html .wC8285F.large-show {
    display: flex;
}

.channel-html .wC8285F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wC8285F.large-show.medium-show,
    .channel-html .wC8285F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wC8285F.large-show.medium-hide,
    .channel-html .wC8285F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wC8285F.medium-show.small-show,
    .channel-html .wC8285F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wC8285F.medium-show.small-hide,
    .channel-html .wC8285F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wC8285F:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wC8285F:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wC8285F:before {
        content: none;
    }
}

.channel-html .i62D1BE {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .i62D1BE {
        min-height: 205px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i62D1BE {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i62D1BE {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i62D1BE {
        flex-grow: 0;
    }
}

.channel-html .i62D1BE.large-show {
    display: flex;
}

.channel-html .i62D1BE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i62D1BE.large-show.medium-show,
    .channel-html .i62D1BE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i62D1BE.large-show.medium-hide,
    .channel-html .i62D1BE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i62D1BE.medium-show.small-show,
    .channel-html .i62D1BE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i62D1BE.medium-show.small-hide,
    .channel-html .i62D1BE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gCB3DF5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .gCB3DF5 {
        text-align: center;
    }
}

.channel-html .c3A145B {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .f06F653 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .f06F653 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f06F653 {
        margin-bottom: 7px;
    }
}

.channel-html .gCA331C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .gCA331C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCAF0A4 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCAF0A4 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nCAF0A4 {
        margin-bottom: 10px;
    }
}

.channel-html .iE21426 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .iE21426 {
        min-height: 0px;
    }
}

.channel-html .iE21426.large-show {
    display: flex;
}

.channel-html .iE21426.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iE21426.large-show.medium-show,
    .channel-html .iE21426.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iE21426.large-show.medium-hide,
    .channel-html .iE21426.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iE21426.medium-show.small-show,
    .channel-html .iE21426.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iE21426.medium-show.small-hide,
    .channel-html .iE21426.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c3A2454 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .tAE9B31 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tAE9B31 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tAE9B31 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tAE9B31 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tAE9B31 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tAE9B31 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tAE9B31 {
        overflow: hidden;
    }
}

.channel-html .tAE9B31.large-show {
    display: grid;
}

.channel-html .tAE9B31.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tAE9B31.large-show.medium-show,
    .channel-html .tAE9B31.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tAE9B31.large-show.medium-hide,
    .channel-html .tAE9B31.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tAE9B31.medium-show.small-show,
    .channel-html .tAE9B31.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tAE9B31.medium-show.small-hide,
    .channel-html .tAE9B31.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tAE9B31 .bentobox-item {
    border-radius: 14px;
}

.channel-html .l37BA86 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .l37BA86 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l37BA86 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l37BA86 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l37BA86 {
        overflow: visible;
    }
}

.channel-html .l37BA86.large-show {
    display: flex;
}

.channel-html .l37BA86.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l37BA86.large-show.medium-show,
    .channel-html .l37BA86.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l37BA86.large-show.medium-hide,
    .channel-html .l37BA86.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l37BA86.medium-show.small-show,
    .channel-html .l37BA86.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l37BA86.medium-show.small-hide,
    .channel-html .l37BA86.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l37BA86:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l37BA86:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l37BA86:before {
        content: none;
    }
}

.channel-html .s923365 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .s923365 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s923365 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s923365 {
        flex-grow: 0;
    }
}

.channel-html .s923365.large-show {
    display: flex;
}

.channel-html .s923365.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s923365.large-show.medium-show,
    .channel-html .s923365.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s923365.large-show.medium-hide,
    .channel-html .s923365.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s923365.medium-show.small-show,
    .channel-html .s923365.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s923365.medium-show.small-hide,
    .channel-html .s923365.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r84244D {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .r84244D {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r84244D {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r84244D {
        text-align: center;
    }
}

.channel-html .t4B89D9 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .t4B89D9 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4B89D9 {
        padding-right: 10px;
    }
}

.channel-html .b9C349D {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .b9C349D {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6B52F3 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6B52F3 {
        margin-right: 10px;
    }
}

.channel-html .y52296F {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y52296F.large-show {
    display: flex;
}

.channel-html .y52296F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y52296F.large-show.medium-show,
    .channel-html .y52296F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y52296F.large-show.medium-hide,
    .channel-html .y52296F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y52296F.medium-show.small-show,
    .channel-html .y52296F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y52296F.medium-show.small-hide,
    .channel-html .y52296F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u736BB5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s0E4EAB {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0E4EAB {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0E4EAB {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0E4EAB {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0E4EAB {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0E4EAB {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0E4EAB {
        overflow: hidden;
    }
}

.channel-html .s0E4EAB.large-show {
    display: grid;
}

.channel-html .s0E4EAB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s0E4EAB.large-show.medium-show,
    .channel-html .s0E4EAB.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s0E4EAB.large-show.medium-hide,
    .channel-html .s0E4EAB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s0E4EAB.medium-show.small-show,
    .channel-html .s0E4EAB.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s0E4EAB.medium-show.small-hide,
    .channel-html .s0E4EAB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s0E4EAB .bentobox-item {
    border-radius: 14px;
}

.channel-html .mA3CAAD {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .mA3CAAD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA3CAAD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mA3CAAD {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA3CAAD {
        overflow: visible;
    }
}

.channel-html .mA3CAAD.large-show {
    display: flex;
}

.channel-html .mA3CAAD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mA3CAAD.large-show.medium-show,
    .channel-html .mA3CAAD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mA3CAAD.large-show.medium-hide,
    .channel-html .mA3CAAD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mA3CAAD.medium-show.small-show,
    .channel-html .mA3CAAD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mA3CAAD.medium-show.small-hide,
    .channel-html .mA3CAAD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mA3CAAD:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .mA3CAAD:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA3CAAD:before {
        content: none;
    }
}

.channel-html .dF5115E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .dF5115E {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dF5115E {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dF5115E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dF5115E {
        flex-grow: 0;
    }
}

.channel-html .dF5115E.large-show {
    display: flex;
}

.channel-html .dF5115E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dF5115E.large-show.medium-show,
    .channel-html .dF5115E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dF5115E.large-show.medium-hide,
    .channel-html .dF5115E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dF5115E.medium-show.small-show,
    .channel-html .dF5115E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dF5115E.medium-show.small-hide,
    .channel-html .dF5115E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o9558E8 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .o9558E8 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o9558E8 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .h3C73CB {
        margin-left: -1px;
    }
}

.channel-html .sA094CE {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .sA094CE {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g840E00 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g840E00 {
        margin-left: 10px;
    }
}

.channel-html .r3F1F6D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .r3F1F6D {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r3F1F6D {
        margin-bottom: 0px;
    }
}

.channel-html .r3F1F6D.large-show {
    display: flex;
}

.channel-html .r3F1F6D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r3F1F6D.large-show.medium-show,
    .channel-html .r3F1F6D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r3F1F6D.large-show.medium-hide,
    .channel-html .r3F1F6D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r3F1F6D.medium-show.small-show,
    .channel-html .r3F1F6D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r3F1F6D.medium-show.small-hide,
    .channel-html .r3F1F6D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u7CE29C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d6C8A89 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d6C8A89 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d6C8A89 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d6C8A89 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d6C8A89 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d6C8A89 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d6C8A89 {
        overflow: hidden;
    }
}

.channel-html .d6C8A89.large-show {
    display: grid;
}

.channel-html .d6C8A89.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6C8A89.large-show.medium-show,
    .channel-html .d6C8A89.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d6C8A89.large-show.medium-hide,
    .channel-html .d6C8A89.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6C8A89.medium-show.small-show,
    .channel-html .d6C8A89.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d6C8A89.medium-show.small-hide,
    .channel-html .d6C8A89.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d6C8A89 .bentobox-item {
    border-radius: 14px;
}

.channel-html .w477BA7 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .w477BA7 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w477BA7 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w477BA7 {
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w477BA7 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w477BA7 {
        overflow: visible;
    }
}

.channel-html .w477BA7.large-show {
    display: flex;
}

.channel-html .w477BA7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w477BA7.large-show.medium-show,
    .channel-html .w477BA7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w477BA7.large-show.medium-hide,
    .channel-html .w477BA7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w477BA7.medium-show.small-show,
    .channel-html .w477BA7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w477BA7.medium-show.small-hide,
    .channel-html .w477BA7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w477BA7:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w477BA7:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w477BA7:before {
        content: none;
    }
}

.channel-html .q05C38D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .q05C38D {
        min-height: 195px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q05C38D {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q05C38D {
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q05C38D {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q05C38D {
        flex-grow: 0;
    }
}

.channel-html .q05C38D.large-show {
    display: flex;
}

.channel-html .q05C38D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q05C38D.large-show.medium-show,
    .channel-html .q05C38D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q05C38D.large-show.medium-hide,
    .channel-html .q05C38D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q05C38D.medium-show.small-show,
    .channel-html .q05C38D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q05C38D.medium-show.small-hide,
    .channel-html .q05C38D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l6F9A4B {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .l6F9A4B {
        padding-top: 9px;
    }
}

@media only screen and (max-width: 734px) {
    .nFFDF21 {
        margin-bottom: 17px;
    }
}

.channel-html .b970580 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .c1225BE {
    width: 100%;
}

.channel-html .c1225BE[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .c1225BE[data-active-content|="true"] {
    display: block;
}

.channel-html .oC6BC32 {
    margin-top: 40px;
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 734px) {
    .channel-html .oC6BC32 {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oC6BC32 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oC6BC32 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e406B66 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e406B66 {
        margin-right: 10px;
    }
}

.channel-html .k5BA76F {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k5BA76F.large-show {
    display: flex;
}

.channel-html .k5BA76F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k5BA76F.large-show.medium-show,
    .channel-html .k5BA76F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k5BA76F.large-show.medium-hide,
    .channel-html .k5BA76F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k5BA76F.medium-show.small-show,
    .channel-html .k5BA76F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k5BA76F.medium-show.small-hide,
    .channel-html .k5BA76F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c271A67 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .yA564A0 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA564A0 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA564A0 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA564A0 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA564A0 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yA564A0 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yA564A0 {
        overflow: hidden;
    }
}

.channel-html .yA564A0.large-show {
    display: grid;
}

.channel-html .yA564A0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .yA564A0.large-show.medium-show,
    .channel-html .yA564A0.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .yA564A0.large-show.medium-hide,
    .channel-html .yA564A0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yA564A0.medium-show.small-show,
    .channel-html .yA564A0.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yA564A0.medium-show.small-hide,
    .channel-html .yA564A0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yA564A0 .bentobox-item {
    border-radius: 14px;
}

.channel-html .o8E8BA5 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .o8E8BA5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8E8BA5 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o8E8BA5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8E8BA5 {
        overflow: visible;
    }
}

.channel-html .o8E8BA5.large-show {
    display: flex;
}

.channel-html .o8E8BA5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o8E8BA5.large-show.medium-show,
    .channel-html .o8E8BA5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o8E8BA5.large-show.medium-hide,
    .channel-html .o8E8BA5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o8E8BA5.medium-show.small-show,
    .channel-html .o8E8BA5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o8E8BA5.medium-show.small-hide,
    .channel-html .o8E8BA5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o8E8BA5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o8E8BA5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o8E8BA5:before {
        content: none;
    }
}

.channel-html .d35BCB7 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .d35BCB7 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d35BCB7 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d35BCB7 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d35BCB7 {
        flex-grow: 0;
    }
}

.channel-html .d35BCB7.large-show {
    display: flex;
}

.channel-html .d35BCB7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d35BCB7.large-show.medium-show,
    .channel-html .d35BCB7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d35BCB7.large-show.medium-hide,
    .channel-html .d35BCB7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d35BCB7.medium-show.small-show,
    .channel-html .d35BCB7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d35BCB7.medium-show.small-hide,
    .channel-html .d35BCB7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k07BE9D {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .k07BE9D {
        margin-top: 7px;
    }
}

.channel-html .rDA9247 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .rDA9247 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x56BF8F {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x56BF8F {
        margin-bottom: 10px;
    }
}

.channel-html .r2EB25B {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r2EB25B.large-show {
    display: flex;
}

.channel-html .r2EB25B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r2EB25B.large-show.medium-show,
    .channel-html .r2EB25B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r2EB25B.large-show.medium-hide,
    .channel-html .r2EB25B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r2EB25B.medium-show.small-show,
    .channel-html .r2EB25B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r2EB25B.medium-show.small-hide,
    .channel-html .r2EB25B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o09B3CF {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .w8B1848 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w8B1848 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w8B1848 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w8B1848 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w8B1848 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w8B1848 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w8B1848 {
        overflow: hidden;
    }
}

.channel-html .w8B1848.large-show {
    display: grid;
}

.channel-html .w8B1848.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w8B1848.large-show.medium-show,
    .channel-html .w8B1848.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w8B1848.large-show.medium-hide,
    .channel-html .w8B1848.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w8B1848.medium-show.small-show,
    .channel-html .w8B1848.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w8B1848.medium-show.small-hide,
    .channel-html .w8B1848.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w8B1848 .bentobox-item {
    border-radius: 14px;
}

.channel-html .e985691 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .e985691 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e985691 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e985691 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e985691 {
        overflow: visible;
    }
}

.channel-html .e985691.large-show {
    display: flex;
}

.channel-html .e985691.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e985691.large-show.medium-show,
    .channel-html .e985691.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e985691.large-show.medium-hide,
    .channel-html .e985691.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e985691.medium-show.small-show,
    .channel-html .e985691.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e985691.medium-show.small-hide,
    .channel-html .e985691.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e985691:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e985691:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e985691:before {
        content: none;
    }
}

.channel-html .xADABC5 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .xADABC5 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xADABC5 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xADABC5 {
        flex-grow: 0;
    }
}

.channel-html .xADABC5.large-show {
    display: flex;
}

.channel-html .xADABC5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xADABC5.large-show.medium-show,
    .channel-html .xADABC5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xADABC5.large-show.medium-hide,
    .channel-html .xADABC5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xADABC5.medium-show.small-show,
    .channel-html .xADABC5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xADABC5.medium-show.small-hide,
    .channel-html .xADABC5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q620A58 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .q620A58 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q620A58 {
        text-align: center;
    }
}

.channel-html .e8A1CF3 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .e8A1CF3 {
        margin-bottom: 0px;
    }
}

.channel-html .n5E5859 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .n5E5859 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n5E5859 {
        margin-bottom: 7px;
    }
}

.channel-html .a60A680 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .u9A2FE5 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u9A2FE5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u9A2FE5 {
        margin-right: 10px;
    }
}

.channel-html .k0623C9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .k0623C9 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k0623C9 {
        padding-right: 0px;
    }
}

.channel-html .k0623C9.large-show {
    display: flex;
}

.channel-html .k0623C9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k0623C9.large-show.medium-show,
    .channel-html .k0623C9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k0623C9.large-show.medium-hide,
    .channel-html .k0623C9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k0623C9.medium-show.small-show,
    .channel-html .k0623C9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k0623C9.medium-show.small-hide,
    .channel-html .k0623C9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x34D672 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .w4904DF {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w4904DF {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w4904DF {
        grid-template-rows: minmax(190px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w4904DF {
        grid-template-columns: repeat(1, 0px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w4904DF {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w4904DF {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w4904DF {
        overflow: hidden;
    }
}

.channel-html .w4904DF.large-show {
    display: grid;
}

.channel-html .w4904DF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w4904DF.large-show.medium-show,
    .channel-html .w4904DF.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w4904DF.large-show.medium-hide,
    .channel-html .w4904DF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w4904DF.medium-show.small-show,
    .channel-html .w4904DF.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w4904DF.medium-show.small-hide,
    .channel-html .w4904DF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w4904DF .bentobox-item {
    border-radius: 14px;
}

.channel-html .i7C4136 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i7C4136 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i7C4136 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i7C4136 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i7C4136 {
        overflow: visible;
    }
}

.channel-html .i7C4136.large-show {
    display: flex;
}

.channel-html .i7C4136.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i7C4136.large-show.medium-show,
    .channel-html .i7C4136.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i7C4136.large-show.medium-hide,
    .channel-html .i7C4136.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i7C4136.medium-show.small-show,
    .channel-html .i7C4136.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i7C4136.medium-show.small-hide,
    .channel-html .i7C4136.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i7C4136:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i7C4136:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i7C4136:before {
        content: none;
    }
}

.channel-html .r1D865F {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1D865F {
        min-height: 205px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1D865F {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1D865F {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1D865F {
        flex-grow: 0;
    }
}

.channel-html .r1D865F.large-show {
    display: flex;
}

.channel-html .r1D865F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r1D865F.large-show.medium-show,
    .channel-html .r1D865F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r1D865F.large-show.medium-hide,
    .channel-html .r1D865F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r1D865F.medium-show.small-show,
    .channel-html .r1D865F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r1D865F.medium-show.small-hide,
    .channel-html .r1D865F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p5554FE {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .p5554FE {
        text-align: center;
    }
}

.channel-html .y64ECA8 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .eE97212 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .eE97212 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eE97212 {
        margin-bottom: 7px;
    }
}

.channel-html .sCA83CF {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA83CF {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d50C28C {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d50C28C {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d50C28C {
        margin-bottom: 10px;
    }
}

.channel-html .iF4F8D8 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .iF4F8D8 {
        min-height: 0px;
    }
}

.channel-html .iF4F8D8.large-show {
    display: flex;
}

.channel-html .iF4F8D8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iF4F8D8.large-show.medium-show,
    .channel-html .iF4F8D8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iF4F8D8.large-show.medium-hide,
    .channel-html .iF4F8D8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iF4F8D8.medium-show.small-show,
    .channel-html .iF4F8D8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iF4F8D8.medium-show.small-hide,
    .channel-html .iF4F8D8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h843A8C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d75E21A {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d75E21A {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d75E21A {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d75E21A {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d75E21A {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d75E21A {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d75E21A {
        overflow: hidden;
    }
}

.channel-html .d75E21A.large-show {
    display: grid;
}

.channel-html .d75E21A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d75E21A.large-show.medium-show,
    .channel-html .d75E21A.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d75E21A.large-show.medium-hide,
    .channel-html .d75E21A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d75E21A.medium-show.small-show,
    .channel-html .d75E21A.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d75E21A.medium-show.small-hide,
    .channel-html .d75E21A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d75E21A .bentobox-item {
    border-radius: 14px;
}

.channel-html .c211C8E {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .c211C8E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c211C8E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c211C8E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c211C8E {
        overflow: visible;
    }
}

.channel-html .c211C8E.large-show {
    display: flex;
}

.channel-html .c211C8E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c211C8E.large-show.medium-show,
    .channel-html .c211C8E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c211C8E.large-show.medium-hide,
    .channel-html .c211C8E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c211C8E.medium-show.small-show,
    .channel-html .c211C8E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c211C8E.medium-show.small-hide,
    .channel-html .c211C8E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c211C8E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c211C8E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c211C8E:before {
        content: none;
    }
}

.channel-html .uC2EE20 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .uC2EE20 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC2EE20 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC2EE20 {
        flex-grow: 0;
    }
}

.channel-html .uC2EE20.large-show {
    display: flex;
}

.channel-html .uC2EE20.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .uC2EE20.large-show.medium-show,
    .channel-html .uC2EE20.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .uC2EE20.large-show.medium-hide,
    .channel-html .uC2EE20.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uC2EE20.medium-show.small-show,
    .channel-html .uC2EE20.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uC2EE20.medium-show.small-hide,
    .channel-html .uC2EE20.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sCA722A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA722A {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA722A {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA722A {
        text-align: center;
    }
}

.channel-html .m7E844A {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .m7E844A {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m7E844A {
        padding-right: 10px;
    }
}

.channel-html .kF0BC56 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .kF0BC56 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h161F91 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h161F91 {
        margin-right: 10px;
    }
}

.channel-html .zD7BD9D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .zD7BD9D.large-show {
    display: flex;
}

.channel-html .zD7BD9D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zD7BD9D.large-show.medium-show,
    .channel-html .zD7BD9D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zD7BD9D.large-show.medium-hide,
    .channel-html .zD7BD9D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zD7BD9D.medium-show.small-show,
    .channel-html .zD7BD9D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zD7BD9D.medium-show.small-hide,
    .channel-html .zD7BD9D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wE433B7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d375B42 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d375B42 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d375B42 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d375B42 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d375B42 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d375B42 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d375B42 {
        overflow: hidden;
    }
}

.channel-html .d375B42.large-show {
    display: grid;
}

.channel-html .d375B42.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d375B42.large-show.medium-show,
    .channel-html .d375B42.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d375B42.large-show.medium-hide,
    .channel-html .d375B42.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d375B42.medium-show.small-show,
    .channel-html .d375B42.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d375B42.medium-show.small-hide,
    .channel-html .d375B42.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d375B42 .bentobox-item {
    border-radius: 14px;
}

.channel-html .p9052E3 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9052E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p9052E3 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9052E3 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p9052E3 {
        overflow: visible;
    }
}

.channel-html .p9052E3.large-show {
    display: flex;
}

.channel-html .p9052E3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p9052E3.large-show.medium-show,
    .channel-html .p9052E3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p9052E3.large-show.medium-hide,
    .channel-html .p9052E3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p9052E3.medium-show.small-show,
    .channel-html .p9052E3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p9052E3.medium-show.small-hide,
    .channel-html .p9052E3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p9052E3:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p9052E3:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p9052E3:before {
        content: none;
    }
}

.channel-html .w2FB000 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .w2FB000 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w2FB000 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w2FB000 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2FB000 {
        flex-grow: 0;
    }
}

.channel-html .w2FB000.large-show {
    display: flex;
}

.channel-html .w2FB000.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w2FB000.large-show.medium-show,
    .channel-html .w2FB000.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w2FB000.large-show.medium-hide,
    .channel-html .w2FB000.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w2FB000.medium-show.small-show,
    .channel-html .w2FB000.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w2FB000.medium-show.small-hide,
    .channel-html .w2FB000.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gEF7F42 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .gEF7F42 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gEF7F42 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .v021661 {
        margin-left: -1px;
    }
}

.channel-html .gBBDD1C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .gBBDD1C {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i5FE236 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i5FE236 {
        margin-left: 10px;
    }
}

.channel-html .n82A613 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .n82A613 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n82A613 {
        margin-bottom: 0px;
    }
}

.channel-html .n82A613.large-show {
    display: flex;
}

.channel-html .n82A613.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n82A613.large-show.medium-show,
    .channel-html .n82A613.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n82A613.large-show.medium-hide,
    .channel-html .n82A613.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n82A613.medium-show.small-show,
    .channel-html .n82A613.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n82A613.medium-show.small-hide,
    .channel-html .n82A613.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q56F807 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l3BA333 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3BA333 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3BA333 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3BA333 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3BA333 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l3BA333 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l3BA333 {
        overflow: hidden;
    }
}

.channel-html .l3BA333.large-show {
    display: grid;
}

.channel-html .l3BA333.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l3BA333.large-show.medium-show,
    .channel-html .l3BA333.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l3BA333.large-show.medium-hide,
    .channel-html .l3BA333.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l3BA333.medium-show.small-show,
    .channel-html .l3BA333.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l3BA333.medium-show.small-hide,
    .channel-html .l3BA333.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l3BA333 .bentobox-item {
    border-radius: 14px;
}

.channel-html .gDB96A2 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDB96A2 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDB96A2 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDB96A2 {
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDB96A2 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDB96A2 {
        overflow: visible;
    }
}

.channel-html .gDB96A2.large-show {
    display: flex;
}

.channel-html .gDB96A2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gDB96A2.large-show.medium-show,
    .channel-html .gDB96A2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gDB96A2.large-show.medium-hide,
    .channel-html .gDB96A2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gDB96A2.medium-show.small-show,
    .channel-html .gDB96A2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gDB96A2.medium-show.small-hide,
    .channel-html .gDB96A2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gDB96A2:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDB96A2:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDB96A2:before {
        content: none;
    }
}

.channel-html .e5A3D23 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .e5A3D23 {
        min-height: 195px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e5A3D23 {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e5A3D23 {
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e5A3D23 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e5A3D23 {
        flex-grow: 0;
    }
}

.channel-html .e5A3D23.large-show {
    display: flex;
}

.channel-html .e5A3D23.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e5A3D23.large-show.medium-show,
    .channel-html .e5A3D23.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e5A3D23.large-show.medium-hide,
    .channel-html .e5A3D23.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e5A3D23.medium-show.small-show,
    .channel-html .e5A3D23.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e5A3D23.medium-show.small-hide,
    .channel-html .e5A3D23.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d3AB0A1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .d3AB0A1 {
        padding-top: 9px;
    }
}

@media only screen and (max-width: 734px) {
    .k7CBB0D {
        margin-bottom: 17px;
    }
}

.channel-html .y56FB89 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .bD6E35E {
    width: 100%;
}

.channel-html .bD6E35E[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .bD6E35E[data-active-content|="true"] {
    display: block;
}

.channel-html .xAD4B0F {
    margin-top: 40px;
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 734px) {
    .channel-html .xAD4B0F {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xAD4B0F {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xAD4B0F {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nAE3C40 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nAE3C40 {
        margin-right: 10px;
    }
}

.channel-html .h35D795 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h35D795.large-show {
    display: flex;
}

.channel-html .h35D795.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h35D795.large-show.medium-show,
    .channel-html .h35D795.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h35D795.large-show.medium-hide,
    .channel-html .h35D795.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h35D795.medium-show.small-show,
    .channel-html .h35D795.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h35D795.medium-show.small-hide,
    .channel-html .h35D795.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oC2531C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .zA7A0F1 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA7A0F1 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA7A0F1 {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA7A0F1 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA7A0F1 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA7A0F1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA7A0F1 {
        overflow: hidden;
    }
}

.channel-html .zA7A0F1.large-show {
    display: grid;
}

.channel-html .zA7A0F1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zA7A0F1.large-show.medium-show,
    .channel-html .zA7A0F1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zA7A0F1.large-show.medium-hide,
    .channel-html .zA7A0F1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zA7A0F1.medium-show.small-show,
    .channel-html .zA7A0F1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zA7A0F1.medium-show.small-hide,
    .channel-html .zA7A0F1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zA7A0F1 .bentobox-item {
    border-radius: 14px;
}

.channel-html .g59BA52 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .g59BA52 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g59BA52 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g59BA52 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g59BA52 {
        overflow: visible;
    }
}

.channel-html .g59BA52.large-show {
    display: flex;
}

.channel-html .g59BA52.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g59BA52.large-show.medium-show,
    .channel-html .g59BA52.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g59BA52.large-show.medium-hide,
    .channel-html .g59BA52.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g59BA52.medium-show.small-show,
    .channel-html .g59BA52.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g59BA52.medium-show.small-hide,
    .channel-html .g59BA52.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g59BA52:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g59BA52:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g59BA52:before {
        content: none;
    }
}

.channel-html .lE44246 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .lE44246 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lE44246 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lE44246 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lE44246 {
        flex-grow: 0;
    }
}

.channel-html .lE44246.large-show {
    display: flex;
}

.channel-html .lE44246.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lE44246.large-show.medium-show,
    .channel-html .lE44246.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lE44246.large-show.medium-hide,
    .channel-html .lE44246.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lE44246.medium-show.small-show,
    .channel-html .lE44246.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lE44246.medium-show.small-hide,
    .channel-html .lE44246.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yAE938D {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .yAE938D {
        margin-top: 7px;
    }
}

.channel-html .p147D93 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .p147D93 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n8FD801 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n8FD801 {
        margin-bottom: 10px;
    }
}

.channel-html .nB2C586 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nB2C586.large-show {
    display: flex;
}

.channel-html .nB2C586.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nB2C586.large-show.medium-show,
    .channel-html .nB2C586.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nB2C586.large-show.medium-hide,
    .channel-html .nB2C586.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nB2C586.medium-show.small-show,
    .channel-html .nB2C586.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nB2C586.medium-show.small-hide,
    .channel-html .nB2C586.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o231C58 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p00D034 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p00D034 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p00D034 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p00D034 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p00D034 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p00D034 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p00D034 {
        overflow: hidden;
    }
}

.channel-html .p00D034.large-show {
    display: grid;
}

.channel-html .p00D034.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p00D034.large-show.medium-show,
    .channel-html .p00D034.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p00D034.large-show.medium-hide,
    .channel-html .p00D034.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p00D034.medium-show.small-show,
    .channel-html .p00D034.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p00D034.medium-show.small-hide,
    .channel-html .p00D034.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p00D034 .bentobox-item {
    border-radius: 14px;
}

.channel-html .bB63FD1 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .bB63FD1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bB63FD1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bB63FD1 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bB63FD1 {
        overflow: visible;
    }
}

.channel-html .bB63FD1.large-show {
    display: flex;
}

.channel-html .bB63FD1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .bB63FD1.large-show.medium-show,
    .channel-html .bB63FD1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .bB63FD1.large-show.medium-hide,
    .channel-html .bB63FD1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bB63FD1.medium-show.small-show,
    .channel-html .bB63FD1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bB63FD1.medium-show.small-hide,
    .channel-html .bB63FD1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bB63FD1:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bB63FD1:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bB63FD1:before {
        content: none;
    }
}

.channel-html .q9F7EA7 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .q9F7EA7 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q9F7EA7 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q9F7EA7 {
        flex-grow: 0;
    }
}

.channel-html .q9F7EA7.large-show {
    display: flex;
}

.channel-html .q9F7EA7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q9F7EA7.large-show.medium-show,
    .channel-html .q9F7EA7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q9F7EA7.large-show.medium-hide,
    .channel-html .q9F7EA7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q9F7EA7.medium-show.small-show,
    .channel-html .q9F7EA7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q9F7EA7.medium-show.small-hide,
    .channel-html .q9F7EA7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f5B76BB {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .f5B76BB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f5B76BB {
        text-align: center;
    }
}

.channel-html .n68769C {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .v0E7ABF {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .v0E7ABF {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0E7ABF {
        margin-bottom: 7px;
    }
}

.channel-html .h16A372 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .w1ADCB2 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1ADCB2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1ADCB2 {
        margin-right: 10px;
    }
}

.channel-html .v5ABB01 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .v5ABB01 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v5ABB01 {
        padding-right: 0px;
    }
}

.channel-html .v5ABB01.large-show {
    display: flex;
}

.channel-html .v5ABB01.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v5ABB01.large-show.medium-show,
    .channel-html .v5ABB01.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v5ABB01.large-show.medium-hide,
    .channel-html .v5ABB01.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v5ABB01.medium-show.small-show,
    .channel-html .v5ABB01.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v5ABB01.medium-show.small-hide,
    .channel-html .v5ABB01.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a984A92 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jA8699F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jA8699F {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA8699F {
        grid-template-rows: minmax(190px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jA8699F {
        grid-template-columns: repeat(1, 0px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA8699F {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jA8699F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA8699F {
        overflow: hidden;
    }
}

.channel-html .jA8699F.large-show {
    display: grid;
}

.channel-html .jA8699F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jA8699F.large-show.medium-show,
    .channel-html .jA8699F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jA8699F.large-show.medium-hide,
    .channel-html .jA8699F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jA8699F.medium-show.small-show,
    .channel-html .jA8699F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jA8699F.medium-show.small-hide,
    .channel-html .jA8699F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jA8699F .bentobox-item {
    border-radius: 14px;
}

.channel-html .d4C4DC1 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .d4C4DC1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d4C4DC1 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d4C4DC1 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d4C4DC1 {
        overflow: visible;
    }
}

.channel-html .d4C4DC1.large-show {
    display: flex;
}

.channel-html .d4C4DC1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d4C4DC1.large-show.medium-show,
    .channel-html .d4C4DC1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d4C4DC1.large-show.medium-hide,
    .channel-html .d4C4DC1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d4C4DC1.medium-show.small-show,
    .channel-html .d4C4DC1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d4C4DC1.medium-show.small-hide,
    .channel-html .d4C4DC1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d4C4DC1:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d4C4DC1:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d4C4DC1:before {
        content: none;
    }
}

.channel-html .s2FD90E {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s2FD90E {
        min-height: 205px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2FD90E {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s2FD90E {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2FD90E {
        flex-grow: 0;
    }
}

.channel-html .s2FD90E.large-show {
    display: flex;
}

.channel-html .s2FD90E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s2FD90E.large-show.medium-show,
    .channel-html .s2FD90E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s2FD90E.large-show.medium-hide,
    .channel-html .s2FD90E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s2FD90E.medium-show.small-show,
    .channel-html .s2FD90E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s2FD90E.medium-show.small-hide,
    .channel-html .s2FD90E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k822B62 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .k822B62 {
        text-align: center;
    }
}

.channel-html .n6CFC57 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .x0057C0 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .x0057C0 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x0057C0 {
        margin-bottom: 7px;
    }
}

.channel-html .pE6510F {
    color: #6e6e73;
    padding-left: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .pE6510F {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pE6510F {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEDD58F {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEDD58F {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEDD58F {
        margin-bottom: 10px;
    }
}

.channel-html .b4F0EB7 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .b4F0EB7 {
        min-height: 0px;
    }
}

.channel-html .b4F0EB7.large-show {
    display: flex;
}

.channel-html .b4F0EB7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b4F0EB7.large-show.medium-show,
    .channel-html .b4F0EB7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b4F0EB7.large-show.medium-hide,
    .channel-html .b4F0EB7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b4F0EB7.medium-show.small-show,
    .channel-html .b4F0EB7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b4F0EB7.medium-show.small-hide,
    .channel-html .b4F0EB7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hFC23A6 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g11BA8D {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g11BA8D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g11BA8D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g11BA8D {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g11BA8D {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g11BA8D {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g11BA8D {
        overflow: hidden;
    }
}

.channel-html .g11BA8D.large-show {
    display: grid;
}

.channel-html .g11BA8D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g11BA8D.large-show.medium-show,
    .channel-html .g11BA8D.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g11BA8D.large-show.medium-hide,
    .channel-html .g11BA8D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g11BA8D.medium-show.small-show,
    .channel-html .g11BA8D.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g11BA8D.medium-show.small-hide,
    .channel-html .g11BA8D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g11BA8D .bentobox-item {
    border-radius: 14px;
}

.channel-html .aBEE65C {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .aBEE65C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aBEE65C {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aBEE65C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aBEE65C {
        overflow: visible;
    }
}

.channel-html .aBEE65C.large-show {
    display: flex;
}

.channel-html .aBEE65C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .aBEE65C.large-show.medium-show,
    .channel-html .aBEE65C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .aBEE65C.large-show.medium-hide,
    .channel-html .aBEE65C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aBEE65C.medium-show.small-show,
    .channel-html .aBEE65C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aBEE65C.medium-show.small-hide,
    .channel-html .aBEE65C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .aBEE65C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aBEE65C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aBEE65C:before {
        content: none;
    }
}

.channel-html .f183DC4 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .f183DC4 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f183DC4 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f183DC4 {
        flex-grow: 0;
    }
}

.channel-html .f183DC4.large-show {
    display: flex;
}

.channel-html .f183DC4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f183DC4.large-show.medium-show,
    .channel-html .f183DC4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f183DC4.large-show.medium-hide,
    .channel-html .f183DC4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f183DC4.medium-show.small-show,
    .channel-html .f183DC4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f183DC4.medium-show.small-hide,
    .channel-html .f183DC4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c6EFA4D {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .c6EFA4D {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6EFA4D {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c6EFA4D {
        text-align: center;
    }
}

.channel-html .g7FCCB8 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .g7FCCB8 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g7FCCB8 {
        padding-right: 10px;
    }
}

.channel-html .zF661BF {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .zF661BF {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD5EA97 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD5EA97 {
        margin-right: 10px;
    }
}

.channel-html .e370BEC {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e370BEC.large-show {
    display: flex;
}

.channel-html .e370BEC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e370BEC.large-show.medium-show,
    .channel-html .e370BEC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e370BEC.large-show.medium-hide,
    .channel-html .e370BEC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e370BEC.medium-show.small-show,
    .channel-html .e370BEC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e370BEC.medium-show.small-hide,
    .channel-html .e370BEC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m744EA7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f90E64D {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f90E64D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f90E64D {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f90E64D {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f90E64D {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f90E64D {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f90E64D {
        overflow: hidden;
    }
}

.channel-html .f90E64D.large-show {
    display: grid;
}

.channel-html .f90E64D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f90E64D.large-show.medium-show,
    .channel-html .f90E64D.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f90E64D.large-show.medium-hide,
    .channel-html .f90E64D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f90E64D.medium-show.small-show,
    .channel-html .f90E64D.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f90E64D.medium-show.small-hide,
    .channel-html .f90E64D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f90E64D .bentobox-item {
    border-radius: 14px;
}

.channel-html .w6E2037 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .w6E2037 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6E2037 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w6E2037 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6E2037 {
        overflow: visible;
    }
}

.channel-html .w6E2037.large-show {
    display: flex;
}

.channel-html .w6E2037.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w6E2037.large-show.medium-show,
    .channel-html .w6E2037.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w6E2037.large-show.medium-hide,
    .channel-html .w6E2037.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w6E2037.medium-show.small-show,
    .channel-html .w6E2037.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w6E2037.medium-show.small-hide,
    .channel-html .w6E2037.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w6E2037:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w6E2037:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w6E2037:before {
        content: none;
    }
}

.channel-html .iB44C70 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .iB44C70 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB44C70 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB44C70 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iB44C70 {
        flex-grow: 0;
    }
}

.channel-html .iB44C70.large-show {
    display: flex;
}

.channel-html .iB44C70.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iB44C70.large-show.medium-show,
    .channel-html .iB44C70.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iB44C70.large-show.medium-hide,
    .channel-html .iB44C70.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iB44C70.medium-show.small-show,
    .channel-html .iB44C70.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iB44C70.medium-show.small-hide,
    .channel-html .iB44C70.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s545EB9 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .s545EB9 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s545EB9 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .oC93035 {
        margin-left: -1px;
    }
}

.channel-html .hB614BD {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .hB614BD {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a14EE7E {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a14EE7E {
        margin-left: 10px;
    }
}

.channel-html .o7AE5B9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .o7AE5B9 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7AE5B9 {
        margin-bottom: 0px;
    }
}

.channel-html .o7AE5B9.large-show {
    display: flex;
}

.channel-html .o7AE5B9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o7AE5B9.large-show.medium-show,
    .channel-html .o7AE5B9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o7AE5B9.large-show.medium-hide,
    .channel-html .o7AE5B9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o7AE5B9.medium-show.small-show,
    .channel-html .o7AE5B9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o7AE5B9.medium-show.small-hide,
    .channel-html .o7AE5B9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wC83268 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .pD8C7E9 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD8C7E9 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD8C7E9 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD8C7E9 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD8C7E9 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD8C7E9 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD8C7E9 {
        overflow: hidden;
    }
}

.channel-html .pD8C7E9.large-show {
    display: grid;
}

.channel-html .pD8C7E9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD8C7E9.large-show.medium-show,
    .channel-html .pD8C7E9.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD8C7E9.large-show.medium-hide,
    .channel-html .pD8C7E9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD8C7E9.medium-show.small-show,
    .channel-html .pD8C7E9.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD8C7E9.medium-show.small-hide,
    .channel-html .pD8C7E9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pD8C7E9 .bentobox-item {
    border-radius: 14px;
}

.channel-html .a33B354 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .a33B354 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a33B354 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a33B354 {
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a33B354 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a33B354 {
        overflow: visible;
    }
}

.channel-html .a33B354.large-show {
    display: flex;
}

.channel-html .a33B354.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a33B354.large-show.medium-show,
    .channel-html .a33B354.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a33B354.large-show.medium-hide,
    .channel-html .a33B354.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a33B354.medium-show.small-show,
    .channel-html .a33B354.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a33B354.medium-show.small-hide,
    .channel-html .a33B354.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a33B354:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a33B354:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a33B354:before {
        content: none;
    }
}

.channel-html .q9B743C {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .q9B743C {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q9B743C {
        margin-bottom: -7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q9B743C {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q9B743C {
        flex-grow: 0;
    }
}

.channel-html .q9B743C.large-show {
    display: flex;
}

.channel-html .q9B743C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q9B743C.large-show.medium-show,
    .channel-html .q9B743C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q9B743C.large-show.medium-hide,
    .channel-html .q9B743C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q9B743C.medium-show.small-show,
    .channel-html .q9B743C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q9B743C.medium-show.small-hide,
    .channel-html .q9B743C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y3F3D33 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .y3F3D33 {
        margin-bottom: -1px;
    }
}

.channel-html .u03C298 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .u03C298 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u03C298 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .g081935 {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .g081935 {
        margin-bottom: -1px;
    }
}

.channel-html .o3B20B0 {
    width: 100%;
}

.channel-html .o3B20B0[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .o3B20B0[data-active-content|="true"] {
    display: block;
}

.channel-html .h1A0138 {
    margin-top: 40px;
    margin-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 734px) {
    .channel-html .h1A0138 {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h1A0138 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h1A0138 {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lD5C5F7 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lD5C5F7 {
        margin-right: 10px;
    }
}

.channel-html .y0752FE {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y0752FE.large-show {
    display: flex;
}

.channel-html .y0752FE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y0752FE.large-show.medium-show,
    .channel-html .y0752FE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y0752FE.large-show.medium-hide,
    .channel-html .y0752FE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y0752FE.medium-show.small-show,
    .channel-html .y0752FE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y0752FE.medium-show.small-hide,
    .channel-html .y0752FE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g56A70D {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .oD1485C {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oD1485C {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD1485C {
        grid-template-rows: minmax(150px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oD1485C {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD1485C {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oD1485C {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD1485C {
        overflow: hidden;
    }
}

.channel-html .oD1485C.large-show {
    display: grid;
}

.channel-html .oD1485C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .oD1485C.large-show.medium-show,
    .channel-html .oD1485C.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .oD1485C.large-show.medium-hide,
    .channel-html .oD1485C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oD1485C.medium-show.small-show,
    .channel-html .oD1485C.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oD1485C.medium-show.small-hide,
    .channel-html .oD1485C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oD1485C .bentobox-item {
    border-radius: 14px;
}

.channel-html .m38FACD {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .m38FACD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m38FACD {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m38FACD {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m38FACD {
        overflow: visible;
    }
}

.channel-html .m38FACD.large-show {
    display: flex;
}

.channel-html .m38FACD.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m38FACD.large-show.medium-show,
    .channel-html .m38FACD.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m38FACD.large-show.medium-hide,
    .channel-html .m38FACD.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m38FACD.medium-show.small-show,
    .channel-html .m38FACD.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m38FACD.medium-show.small-hide,
    .channel-html .m38FACD.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m38FACD:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m38FACD:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m38FACD:before {
        content: none;
    }
}

.channel-html .g349129 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .g349129 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g349129 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g349129 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g349129 {
        flex-grow: 0;
    }
}

.channel-html .g349129.large-show {
    display: flex;
}

.channel-html .g349129.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g349129.large-show.medium-show,
    .channel-html .g349129.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g349129.large-show.medium-hide,
    .channel-html .g349129.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g349129.medium-show.small-show,
    .channel-html .g349129.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g349129.medium-show.small-hide,
    .channel-html .g349129.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v7A1BF1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .v7A1BF1 {
        margin-top: 7px;
    }
}

.channel-html .b1B1B91 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .b1B1B91 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l524B4F {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l524B4F {
        margin-bottom: 10px;
    }
}

.channel-html .qDA9A7E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .qDA9A7E.large-show {
    display: flex;
}

.channel-html .qDA9A7E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qDA9A7E.large-show.medium-show,
    .channel-html .qDA9A7E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qDA9A7E.large-show.medium-hide,
    .channel-html .qDA9A7E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qDA9A7E.medium-show.small-show,
    .channel-html .qDA9A7E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qDA9A7E.medium-show.small-hide,
    .channel-html .qDA9A7E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z581BD5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .cBF092B {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBF092B {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBF092B {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBF092B {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBF092B {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBF092B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBF092B {
        overflow: hidden;
    }
}

.channel-html .cBF092B.large-show {
    display: grid;
}

.channel-html .cBF092B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBF092B.large-show.medium-show,
    .channel-html .cBF092B.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBF092B.large-show.medium-hide,
    .channel-html .cBF092B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBF092B.medium-show.small-show,
    .channel-html .cBF092B.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBF092B.medium-show.small-hide,
    .channel-html .cBF092B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cBF092B .bentobox-item {
    border-radius: 14px;
}

.channel-html .mE1D866 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .mE1D866 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mE1D866 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mE1D866 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mE1D866 {
        overflow: visible;
    }
}

.channel-html .mE1D866.large-show {
    display: flex;
}

.channel-html .mE1D866.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mE1D866.large-show.medium-show,
    .channel-html .mE1D866.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mE1D866.large-show.medium-hide,
    .channel-html .mE1D866.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mE1D866.medium-show.small-show,
    .channel-html .mE1D866.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mE1D866.medium-show.small-hide,
    .channel-html .mE1D866.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mE1D866:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .mE1D866:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mE1D866:before {
        content: none;
    }
}

.channel-html .m6411CC {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .m6411CC {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m6411CC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m6411CC {
        flex-grow: 0;
    }
}

.channel-html .m6411CC.large-show {
    display: flex;
}

.channel-html .m6411CC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m6411CC.large-show.medium-show,
    .channel-html .m6411CC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m6411CC.large-show.medium-hide,
    .channel-html .m6411CC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m6411CC.medium-show.small-show,
    .channel-html .m6411CC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m6411CC.medium-show.small-hide,
    .channel-html .m6411CC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mC67CE3 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .mC67CE3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC67CE3 {
        text-align: center;
    }
}

.channel-html .r31C97F {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .e96A253 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .e96A253 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e96A253 {
        margin-bottom: 7px;
    }
}

.channel-html .r908AB9 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .n70031C {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n70031C {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n70031C {
        margin-right: 10px;
    }
}

.channel-html .w64ABB8 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .w64ABB8 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w64ABB8 {
        padding-right: 0px;
    }
}

.channel-html .w64ABB8.large-show {
    display: flex;
}

.channel-html .w64ABB8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w64ABB8.large-show.medium-show,
    .channel-html .w64ABB8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w64ABB8.large-show.medium-hide,
    .channel-html .w64ABB8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w64ABB8.medium-show.small-show,
    .channel-html .w64ABB8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w64ABB8.medium-show.small-hide,
    .channel-html .w64ABB8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y5A7C6F {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k55EB55 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k55EB55 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k55EB55 {
        grid-template-rows: minmax(190px, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k55EB55 {
        grid-template-columns: repeat(1, 0px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k55EB55 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k55EB55 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k55EB55 {
        overflow: hidden;
    }
}

.channel-html .k55EB55.large-show {
    display: grid;
}

.channel-html .k55EB55.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k55EB55.large-show.medium-show,
    .channel-html .k55EB55.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k55EB55.large-show.medium-hide,
    .channel-html .k55EB55.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k55EB55.medium-show.small-show,
    .channel-html .k55EB55.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k55EB55.medium-show.small-hide,
    .channel-html .k55EB55.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k55EB55 .bentobox-item {
    border-radius: 14px;
}

.channel-html .eEF616E {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .eEF616E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEF616E {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .eEF616E {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEF616E {
        overflow: visible;
    }
}

.channel-html .eEF616E.large-show {
    display: flex;
}

.channel-html .eEF616E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .eEF616E.large-show.medium-show,
    .channel-html .eEF616E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .eEF616E.large-show.medium-hide,
    .channel-html .eEF616E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eEF616E.medium-show.small-show,
    .channel-html .eEF616E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eEF616E.medium-show.small-hide,
    .channel-html .eEF616E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eEF616E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eEF616E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eEF616E:before {
        content: none;
    }
}

.channel-html .nACB557 {
    min-height: 287px;
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .nACB557 {
        min-height: 205px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nACB557 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nACB557 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nACB557 {
        flex-grow: 0;
    }
}

.channel-html .nACB557.large-show {
    display: flex;
}

.channel-html .nACB557.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .nACB557.large-show.medium-show,
    .channel-html .nACB557.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .nACB557.large-show.medium-hide,
    .channel-html .nACB557.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nACB557.medium-show.small-show,
    .channel-html .nACB557.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .nACB557.medium-show.small-hide,
    .channel-html .nACB557.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .u991956 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .u991956 {
        text-align: center;
    }
}

.channel-html .zC9B1F3 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .dE7FCC3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .dE7FCC3 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dE7FCC3 {
        margin-bottom: 7px;
    }
}

.channel-html .p19254A {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .p19254A {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z06E1EA {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z06E1EA {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z06E1EA {
        margin-bottom: 10px;
    }
}

.channel-html .l214A14 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .l214A14 {
        min-height: 0px;
    }
}

.channel-html .l214A14.large-show {
    display: flex;
}

.channel-html .l214A14.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l214A14.large-show.medium-show,
    .channel-html .l214A14.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l214A14.large-show.medium-hide,
    .channel-html .l214A14.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l214A14.medium-show.small-show,
    .channel-html .l214A14.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l214A14.medium-show.small-hide,
    .channel-html .l214A14.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q02E273 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .oA6E65F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oA6E65F {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oA6E65F {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oA6E65F {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oA6E65F {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oA6E65F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oA6E65F {
        overflow: hidden;
    }
}

.channel-html .oA6E65F.large-show {
    display: grid;
}

.channel-html .oA6E65F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .oA6E65F.large-show.medium-show,
    .channel-html .oA6E65F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .oA6E65F.large-show.medium-hide,
    .channel-html .oA6E65F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oA6E65F.medium-show.small-show,
    .channel-html .oA6E65F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .oA6E65F.medium-show.small-hide,
    .channel-html .oA6E65F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oA6E65F .bentobox-item {
    border-radius: 14px;
}

.channel-html .d8E9DCA {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8E9DCA {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8E9DCA {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8E9DCA {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8E9DCA {
        overflow: visible;
    }
}

.channel-html .d8E9DCA.large-show {
    display: flex;
}

.channel-html .d8E9DCA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d8E9DCA.large-show.medium-show,
    .channel-html .d8E9DCA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d8E9DCA.large-show.medium-hide,
    .channel-html .d8E9DCA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d8E9DCA.medium-show.small-show,
    .channel-html .d8E9DCA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d8E9DCA.medium-show.small-hide,
    .channel-html .d8E9DCA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d8E9DCA:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d8E9DCA:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8E9DCA:before {
        content: none;
    }
}

.channel-html .cFBC716 {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .cFBC716 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cFBC716 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cFBC716 {
        flex-grow: 0;
    }
}

.channel-html .cFBC716.large-show {
    display: flex;
}

.channel-html .cFBC716.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cFBC716.large-show.medium-show,
    .channel-html .cFBC716.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cFBC716.large-show.medium-hide,
    .channel-html .cFBC716.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cFBC716.medium-show.small-show,
    .channel-html .cFBC716.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cFBC716.medium-show.small-hide,
    .channel-html .cFBC716.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f4D474B {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .f4D474B {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4D474B {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4D474B {
        text-align: center;
    }
}

.channel-html .gC83275 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .gC83275 {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gC83275 {
        padding-right: 10px;
    }
}

.channel-html .p6F2878 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .p6F2878 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5C741F {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5C741F {
        margin-right: 10px;
    }
}

.channel-html .u83B43D {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .u83B43D.large-show {
    display: flex;
}

.channel-html .u83B43D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u83B43D.large-show.medium-show,
    .channel-html .u83B43D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u83B43D.large-show.medium-hide,
    .channel-html .u83B43D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u83B43D.medium-show.small-show,
    .channel-html .u83B43D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u83B43D.medium-show.small-hide,
    .channel-html .u83B43D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r96ABC9 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bDE99DC {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 313px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDE99DC {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bDE99DC {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDE99DC {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bDE99DC {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDE99DC {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bDE99DC {
        overflow: hidden;
    }
}

.channel-html .bDE99DC.large-show {
    display: grid;
}

.channel-html .bDE99DC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .bDE99DC.large-show.medium-show,
    .channel-html .bDE99DC.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .bDE99DC.large-show.medium-hide,
    .channel-html .bDE99DC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bDE99DC.medium-show.small-show,
    .channel-html .bDE99DC.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .bDE99DC.medium-show.small-hide,
    .channel-html .bDE99DC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .bDE99DC .bentobox-item {
    border-radius: 14px;
}

.channel-html .zADCB49 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .zADCB49 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zADCB49 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zADCB49 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zADCB49 {
        overflow: visible;
    }
}

.channel-html .zADCB49.large-show {
    display: flex;
}

.channel-html .zADCB49.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zADCB49.large-show.medium-show,
    .channel-html .zADCB49.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zADCB49.large-show.medium-hide,
    .channel-html .zADCB49.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zADCB49.medium-show.small-show,
    .channel-html .zADCB49.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zADCB49.medium-show.small-hide,
    .channel-html .zADCB49.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zADCB49:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zADCB49:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zADCB49:before {
        content: none;
    }
}

.channel-html .p3AABC9 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .p3AABC9 {
        min-height: 190px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p3AABC9 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p3AABC9 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p3AABC9 {
        flex-grow: 0;
    }
}

.channel-html .p3AABC9.large-show {
    display: flex;
}

.channel-html .p3AABC9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p3AABC9.large-show.medium-show,
    .channel-html .p3AABC9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p3AABC9.large-show.medium-hide,
    .channel-html .p3AABC9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p3AABC9.medium-show.small-show,
    .channel-html .p3AABC9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p3AABC9.medium-show.small-hide,
    .channel-html .p3AABC9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hA4B936 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .hA4B936 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA4B936 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .xFAAA07 {
        margin-left: -1px;
    }
}

.channel-html .u13E121 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .u13E121 {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA939C6 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA939C6 {
        margin-left: 10px;
    }
}

.channel-html .q80234E {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .q80234E {
        min-height: 190px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q80234E {
        margin-bottom: 0px;
    }
}

.channel-html .q80234E.large-show {
    display: flex;
}

.channel-html .q80234E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q80234E.large-show.medium-show,
    .channel-html .q80234E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q80234E.large-show.medium-hide,
    .channel-html .q80234E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q80234E.medium-show.small-show,
    .channel-html .q80234E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q80234E.medium-show.small-hide,
    .channel-html .q80234E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m5B795F {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f0FA409 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, undefined);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f0FA409 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0FA409 {
        grid-template-rows: minmax(undefined, 1fr);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f0FA409 {
        grid-template-columns: repeat(1, 224px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0FA409 {
        grid-template-columns: repeat(1, 150px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f0FA409 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0FA409 {
        overflow: hidden;
    }
}

.channel-html .f0FA409.large-show {
    display: grid;
}

.channel-html .f0FA409.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f0FA409.large-show.medium-show,
    .channel-html .f0FA409.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f0FA409.large-show.medium-hide,
    .channel-html .f0FA409.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f0FA409.medium-show.small-show,
    .channel-html .f0FA409.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f0FA409.medium-show.small-hide,
    .channel-html .f0FA409.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f0FA409 .bentobox-item {
    border-radius: 14px;
}

.channel-html .h487167 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .h487167 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h487167 {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h487167 {
        grid-column-end: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h487167 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h487167 {
        overflow: visible;
    }
}

.channel-html .h487167.large-show {
    display: flex;
}

.channel-html .h487167.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h487167.large-show.medium-show,
    .channel-html .h487167.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h487167.large-show.medium-hide,
    .channel-html .h487167.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h487167.medium-show.small-show,
    .channel-html .h487167.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h487167.medium-show.small-hide,
    .channel-html .h487167.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h487167:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h487167:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h487167:before {
        content: none;
    }
}

.channel-html .xBFBA28 {
    /** Alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 734px) {
    .channel-html .xBFBA28 {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xBFBA28 {
        margin-bottom: -7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xBFBA28 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xBFBA28 {
        flex-grow: 0;
    }
}

.channel-html .xBFBA28.large-show {
    display: flex;
}

.channel-html .xBFBA28.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xBFBA28.large-show.medium-show,
    .channel-html .xBFBA28.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xBFBA28.large-show.medium-hide,
    .channel-html .xBFBA28.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xBFBA28.medium-show.small-show,
    .channel-html .xBFBA28.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xBFBA28.medium-show.small-hide,
    .channel-html .xBFBA28.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b18CAF9 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .b18CAF9 {
        margin-bottom: -1px;
    }
}

.channel-html .e0764A0 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .e0764A0 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0764A0 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .oEE4EA2 {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .oEE4EA2 {
        margin-bottom: -1px;
    }
}

.channel-html .p957243 {
    /** Background Controls **/
    /** Visibility */
    /** Layout */
    align-items: center;
    /** Height */
    /** Margin */
    /** Padding */
    padding-bottom: 65px;
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p957243.large-show {
    display: flex;
}

.channel-html .p957243.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p957243.large-show.medium-show,
    .channel-html .p957243.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p957243.large-show.medium-hide,
    .channel-html .p957243.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p957243.medium-show.small-show,
    .channel-html .p957243.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p957243.medium-show.small-hide,
    .channel-html .p957243.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p957243 {
        margin-top: -63px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p957243 {
        padding-bottom: 30px;
    }
}

.channel-html .c89D16C {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    padding-top: 116px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c89D16C {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c89D16C {
        padding-top: 95.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        padding-top: 67px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c89D16C {
        padding-right: 0px;
    }
}

.channel-html .c89D16C.large-show {
    display: flex;
}

.channel-html .c89D16C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c89D16C.large-show.medium-show,
    .channel-html .c89D16C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c89D16C.large-show.medium-hide,
    .channel-html .c89D16C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c89D16C.medium-show.small-show,
    .channel-html .c89D16C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c89D16C.medium-show.small-hide,
    .channel-html .c89D16C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uDE056E {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: left;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .uDE056E {
        margin-left: 57px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uDE056E {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uDE056E {
        margin-bottom: 0px;
    }
}

.channel-html .b4EFDBE {
    color: #1d1d1f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

.channel-html .p054DBC {
    color: #1d1d1f;
    margin-top: 7px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p054DBC {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p054DBC {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p054DBC {
        margin-bottom: -60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p054DBC {
        padding-right: 83px;
    }
}

.channel-html .z148AD2 {
    /** Alignment */
    /** Margin */
    margin-top: 42px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .z148AD2 {
        margin-top: 86px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z148AD2 {
        margin-top: 68px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z148AD2 {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z148AD2 {
        margin-bottom: 40px;
    }
}

.channel-html .z148AD2.large-show {
    display: flex;
}

.channel-html .z148AD2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z148AD2.large-show.medium-show,
    .channel-html .z148AD2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z148AD2.large-show.medium-hide,
    .channel-html .z148AD2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z148AD2.medium-show.small-show,
    .channel-html .z148AD2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z148AD2.medium-show.small-hide,
    .channel-html .z148AD2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k01C4BC {
    /** Background Controls **/
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    margin-top: -60px;
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k01C4BC.large-show {
    display: flex;
}

.channel-html .k01C4BC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k01C4BC.large-show.medium-show,
    .channel-html .k01C4BC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k01C4BC.large-show.medium-hide,
    .channel-html .k01C4BC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k01C4BC.medium-show.small-show,
    .channel-html .k01C4BC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k01C4BC.medium-show.small-hide,
    .channel-html .k01C4BC.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k01C4BC {
        margin-top: -90px;
    }
}

.channel-html .f3CBA3D {
    /** Alignment */
    /** Margin */
    margin-top: 87.5px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3CBA3D {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3CBA3D {
        margin-top: 68px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3CBA3D {
        margin-left: -1px;
    }
}

.channel-html .f3CBA3D.large-show {
    display: flex;
}

.channel-html .f3CBA3D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f3CBA3D.large-show.medium-show,
    .channel-html .f3CBA3D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f3CBA3D.large-show.medium-hide,
    .channel-html .f3CBA3D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f3CBA3D.medium-show.small-show,
    .channel-html .f3CBA3D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f3CBA3D.medium-show.small-hide,
    .channel-html .f3CBA3D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d8497A4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .d8497A4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8497A4 {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d8497A4 {
        text-align: left;
    }
}

.channel-html .w1D8DE1 {
    color: #1d1d1f;
    margin-top: 8px;
    padding-left: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w1D8DE1 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1D8DE1 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1D8DE1 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w1D8DE1 {
        padding-right: 44px;
    }
}

.channel-html .mEFBCE2 {
    /** Alignment */
    /** Margin */
    margin-top: 54px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mEFBCE2 {
        margin-top: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mEFBCE2 {
        margin-top: 39px;
    }
}

.channel-html .mEFBCE2.large-show {
    display: flex;
}

.channel-html .mEFBCE2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mEFBCE2.large-show.medium-show,
    .channel-html .mEFBCE2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mEFBCE2.large-show.medium-hide,
    .channel-html .mEFBCE2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mEFBCE2.medium-show.small-show,
    .channel-html .mEFBCE2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mEFBCE2.medium-show.small-hide,
    .channel-html .mEFBCE2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x5DCF6C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c8E4228 {
    grid-gap: 10px;
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c8E4228 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c8E4228 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c8E4228 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c8E4228 {
        overflow: hidden;
    }
}

.channel-html .c8E4228.large-show {
    display: grid;
}

.channel-html .c8E4228.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c8E4228.large-show.medium-show,
    .channel-html .c8E4228.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c8E4228.large-show.medium-hide,
    .channel-html .c8E4228.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c8E4228.medium-show.small-show,
    .channel-html .c8E4228.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c8E4228.medium-show.small-hide,
    .channel-html .c8E4228.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c8E4228 .bentobox-item {
    border-radius: 18px;
}

.channel-html .i5DADB4 {
    /** Background **/
    background-color: #f5f5f7;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .i5DADB4 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i5DADB4 {
        overflow: visible;
    }
}

.channel-html .i5DADB4.large-show {
    display: flex;
}

.channel-html .i5DADB4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i5DADB4.large-show.medium-show,
    .channel-html .i5DADB4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i5DADB4.large-show.medium-hide,
    .channel-html .i5DADB4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i5DADB4.medium-show.small-show,
    .channel-html .i5DADB4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i5DADB4.medium-show.small-hide,
    .channel-html .i5DADB4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i5DADB4:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i5DADB4:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i5DADB4:before {
        content: none;
    }
}

.channel-html .g1AC6C0 {
    /** Alignment */
    /** Margin */
    margin-top: 40px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g1AC6C0 {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g1AC6C0 {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g1AC6C0 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g1AC6C0 {
        flex-grow: 0;
    }
}

.channel-html .g1AC6C0.large-show {
    display: flex;
}

.channel-html .g1AC6C0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g1AC6C0.large-show.medium-show,
    .channel-html .g1AC6C0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g1AC6C0.large-show.medium-hide,
    .channel-html .g1AC6C0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g1AC6C0.medium-show.small-show,
    .channel-html .g1AC6C0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g1AC6C0.medium-show.small-hide,
    .channel-html .g1AC6C0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xAB407A {
    /** Margin */
    margin-top: -3px;
    /** Padding */
    padding-left: 43px;
    padding-right: 43px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .xAB407A {
        margin-top: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xAB407A {
        text-align: left;
    }
}

@media only screen and (max-width: 1068px) {
    .s38B792 {
        margin-top: 11px;
    }
}

.channel-html .n5D3FA6 {
    /** Margin */
    margin-bottom: 23px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n5D3FA6 {
        margin-top: -11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n5D3FA6 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n5D3FA6 {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n5D3FA6 {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n5D3FA6 {
        padding-right: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n5D3FA6 {
        text-align: left;
    }
}

.channel-html .k91BBA9 {
    color: #1d1d1f;
    margin-top: 26px;
    padding-left: 42px;
    padding-right: 42px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k91BBA9 {
        margin-top: 26.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k91BBA9 {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k91BBA9 {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k91BBA9 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k91BBA9 {
        padding-right: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k91BBA9 {
        padding-right: 0px;
    }
}

.channel-html .f3F20DC {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 65px;
    padding-right: 65px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3F20DC {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3F20DC {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3F20DC {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3F20DC {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3F20DC {
        padding-right: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3F20DC {
        padding-right: 30px;
    }
}

.channel-html .h831225 {
    /** Margin */
    margin-top: 0px;
    margin-bottom: -7px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .h831225 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h831225 {
        margin-top: -22px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h831225 {
        margin-bottom: -7px;
    }
}

.g4A34C2 {
    margin-left: 15.5px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1068px) {
    .g4A34C2 {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .g4A34C2 {
        margin-left: 13px;
    }
}

.channel-html .u98B191 {
    /** Margin */
    /** Padding */
    padding-left: 10px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .u98B191 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u98B191 {
        padding-left: 0px;
    }
}

.channel-html .wA473BF {
    grid-gap: 10px;
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .wA473BF {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wA473BF {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wA473BF {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wA473BF {
        overflow: hidden;
    }
}

.channel-html .wA473BF.large-show {
    display: grid;
}

.channel-html .wA473BF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .wA473BF.large-show.medium-show,
    .channel-html .wA473BF.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .wA473BF.large-show.medium-hide,
    .channel-html .wA473BF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wA473BF.medium-show.small-show,
    .channel-html .wA473BF.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .wA473BF.medium-show.small-hide,
    .channel-html .wA473BF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wA473BF .bentobox-item {
    border-radius: 18px;
}

.channel-html .l387790 {
    /** Background **/
    background-color: #f5f5f7;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .l387790 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l387790 {
        overflow: visible;
    }
}

.channel-html .l387790.large-show {
    display: flex;
}

.channel-html .l387790.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l387790.large-show.medium-show,
    .channel-html .l387790.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l387790.large-show.medium-hide,
    .channel-html .l387790.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l387790.medium-show.small-show,
    .channel-html .l387790.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l387790.medium-show.small-hide,
    .channel-html .l387790.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l387790:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l387790:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l387790:before {
        content: none;
    }
}

.channel-html .v08894F {
    /** Alignment */
    /** Margin */
    margin-top: 39px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v08894F {
        margin-top: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v08894F {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v08894F {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v08894F {
        flex-grow: 0;
    }
}

.channel-html .v08894F.large-show {
    display: flex;
}

.channel-html .v08894F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v08894F.large-show.medium-show,
    .channel-html .v08894F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v08894F.large-show.medium-hide,
    .channel-html .v08894F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v08894F.medium-show.small-show,
    .channel-html .v08894F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v08894F.medium-show.small-hide,
    .channel-html .v08894F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e980373 {
    /** Margin */
    margin-top: 3px;
    /** Padding */
    padding-left: 43px;
    padding-right: 43px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .e980373 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e980373 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e980373 {
        padding-left: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e980373 {
        text-align: left;
    }
}

.channel-html .j79859E {
    /** Margin */
    margin-top: -10px;
    margin-bottom: 33px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .j79859E {
        margin-top: -8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j79859E {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j79859E {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j79859E {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j79859E {
        padding-right: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j79859E {
        text-align: left;
    }
}

.channel-html .k161BAF {
    color: #1d1d1f;
    margin-top: 36px;
    padding-left: 42px;
    padding-right: 42px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k161BAF {
        margin-top: 25.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k161BAF {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k161BAF {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k161BAF {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k161BAF {
        padding-right: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k161BAF {
        padding-right: 0px;
    }
}

.channel-html .fECFB09 {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 62px;
    padding-right: 62px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .fECFB09 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fECFB09 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fECFB09 {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fECFB09 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fECFB09 {
        padding-right: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fECFB09 {
        padding-right: 10px;
    }
}

.channel-html .z95A40D {
    /** Margin */
    margin-top: 9px;
    margin-bottom: 60px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .z95A40D {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z95A40D {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z95A40D {
        margin-bottom: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z95A40D {
        margin-bottom: 48px;
    }
}

.channel-html .sA7275F {
    /** Background Controls **/
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .sA7275F.large-show {
    display: flex;
}

.channel-html .sA7275F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sA7275F.large-show.medium-show,
    .channel-html .sA7275F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sA7275F.large-show.medium-hide,
    .channel-html .sA7275F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sA7275F.medium-show.small-show,
    .channel-html .sA7275F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sA7275F.medium-show.small-hide,
    .channel-html .sA7275F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sD4A4C8 {
    /** Alignment */
    /** Margin */
    margin-top: 94.5px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD4A4C8 {
        margin-top: 79px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sD4A4C8 {
        margin-top: 53px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD4A4C8 {
        margin-left: -1px;
    }
}

.channel-html .sD4A4C8.large-show {
    display: flex;
}

.channel-html .sD4A4C8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sD4A4C8.large-show.medium-show,
    .channel-html .sD4A4C8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sD4A4C8.large-show.medium-hide,
    .channel-html .sD4A4C8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sD4A4C8.medium-show.small-show,
    .channel-html .sD4A4C8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sD4A4C8.medium-show.small-hide,
    .channel-html .sD4A4C8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f0E9EA4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .f0E9EA4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0E9EA4 {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0E9EA4 {
        text-align: left;
    }
}

.channel-html .aEC18C9 {
    color: #1d1d1f;
    margin-top: 9px;
    padding-left: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aEC18C9 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aEC18C9 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aEC18C9 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aEC18C9 {
        padding-right: 0px;
    }
}

.channel-html .j6F849C {
    /** Alignment */
    /** Margin */
    margin-top: 54px;
    margin-bottom: 70px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .j6F849C {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j6F849C {
        margin-top: 39px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j6F849C {
        margin-bottom: 95px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j6F849C {
        margin-bottom: 9px;
    }
}

.channel-html .j6F849C.large-show {
    display: flex;
}

.channel-html .j6F849C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j6F849C.large-show.medium-show,
    .channel-html .j6F849C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j6F849C.large-show.medium-hide,
    .channel-html .j6F849C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j6F849C.medium-show.small-show,
    .channel-html .j6F849C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j6F849C.medium-show.small-hide,
    .channel-html .j6F849C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sC3346B {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .a5C79E1 {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a5C79E1 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a5C79E1 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a5C79E1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a5C79E1 {
        overflow: hidden;
    }
}

.channel-html .a5C79E1.large-show {
    display: grid;
}

.channel-html .a5C79E1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a5C79E1.large-show.medium-show,
    .channel-html .a5C79E1.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a5C79E1.large-show.medium-hide,
    .channel-html .a5C79E1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a5C79E1.medium-show.small-show,
    .channel-html .a5C79E1.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a5C79E1.medium-show.small-hide,
    .channel-html .a5C79E1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a5C79E1 .bentobox-item {
    border-radius: 18px;
}

.channel-html .f3E16F8 {
    /** Background **/
    background-color: #f5f5f7;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3E16F8 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3E16F8 {
        overflow: visible;
    }
}

.channel-html .f3E16F8.large-show {
    display: flex;
}

.channel-html .f3E16F8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f3E16F8.large-show.medium-show,
    .channel-html .f3E16F8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f3E16F8.large-show.medium-hide,
    .channel-html .f3E16F8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f3E16F8.medium-show.small-show,
    .channel-html .f3E16F8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f3E16F8.medium-show.small-hide,
    .channel-html .f3E16F8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f3E16F8:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f3E16F8:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f3E16F8:before {
        content: none;
    }
}

.channel-html .lC8EF3A {
    /** Alignment */
    /** Margin */
    margin-top: 63px;
    margin-bottom: 50px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lC8EF3A {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lC8EF3A {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lC8EF3A {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lC8EF3A {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lC8EF3A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lC8EF3A {
        flex-grow: 0;
    }
}

.channel-html .lC8EF3A.large-show {
    display: flex;
}

.channel-html .lC8EF3A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lC8EF3A.large-show.medium-show,
    .channel-html .lC8EF3A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lC8EF3A.large-show.medium-hide,
    .channel-html .lC8EF3A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lC8EF3A.medium-show.small-show,
    .channel-html .lC8EF3A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lC8EF3A.medium-show.small-hide,
    .channel-html .lC8EF3A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b7C8770 {
    /** Margin */
    margin-top: -6px;
    /** Padding */
    padding-left: 43px;
    padding-right: 43px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .b7C8770 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b7C8770 {
        text-align: left;
    }
}

.channel-html .t643893 {
    /** Margin */
    margin-top: -13px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t643893 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t643893 {
        margin-top: -14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t643893 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t643893 {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t643893 {
        padding-right: 55px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t643893 {
        text-align: left;
    }
}

.channel-html .dD6AF9A {
    color: #1d1d1f;
    margin-top: 26.5px;
    padding-left: 130px;
    padding-right: 130px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dD6AF9A {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dD6AF9A {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dD6AF9A {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dD6AF9A {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dD6AF9A {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dD6AF9A {
        padding-right: 0px;
    }
}

.channel-html .f6E6C29 {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 85px;
    padding-right: 85px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
    margin-bottom: 3px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f6E6C29 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f6E6C29 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f6E6C29 {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f6E6C29 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f6E6C29 {
        padding-right: 45px;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f6E6C29 {
        padding-right: 0px;
    }
}

.channel-html .d2764EF {
    /** Margin */
    /** Padding */
    padding-left: 10px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .d2764EF {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d2764EF {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d2764EF {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d2764EF {
        padding-bottom: 0px;
    }
}

.channel-html .yD0C88E {
    grid-gap: 10px;
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yD0C88E {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yD0C88E {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yD0C88E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yD0C88E {
        overflow: hidden;
    }
}

.channel-html .yD0C88E.large-show {
    display: grid;
}

.channel-html .yD0C88E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .yD0C88E.large-show.medium-show,
    .channel-html .yD0C88E.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .yD0C88E.large-show.medium-hide,
    .channel-html .yD0C88E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yD0C88E.medium-show.small-show,
    .channel-html .yD0C88E.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yD0C88E.medium-show.small-hide,
    .channel-html .yD0C88E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .yD0C88E .bentobox-item {
    border-radius: 18px;
}

.channel-html .y14CEC5 {
    /** Background **/
    background-color: #f5f5f7;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .y14CEC5 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y14CEC5 {
        overflow: visible;
    }
}

.channel-html .y14CEC5.large-show {
    display: flex;
}

.channel-html .y14CEC5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y14CEC5.large-show.medium-show,
    .channel-html .y14CEC5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y14CEC5.large-show.medium-hide,
    .channel-html .y14CEC5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y14CEC5.medium-show.small-show,
    .channel-html .y14CEC5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y14CEC5.medium-show.small-hide,
    .channel-html .y14CEC5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y14CEC5:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y14CEC5:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y14CEC5:before {
        content: none;
    }
}

.channel-html .t7A7A6F {
    /** Alignment */
    /** Margin */
    margin-top: 67px;
    margin-bottom: 78px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t7A7A6F {
        margin-top: 56px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t7A7A6F {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t7A7A6F {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t7A7A6F {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t7A7A6F {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t7A7A6F {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t7A7A6F {
        flex-grow: 0;
    }
}

.channel-html .t7A7A6F.large-show {
    display: flex;
}

.channel-html .t7A7A6F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .t7A7A6F.large-show.medium-show,
    .channel-html .t7A7A6F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .t7A7A6F.large-show.medium-hide,
    .channel-html .t7A7A6F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t7A7A6F.medium-show.small-show,
    .channel-html .t7A7A6F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t7A7A6F.medium-show.small-hide,
    .channel-html .t7A7A6F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pBB1A52 {
    /** Margin */
    margin-top: -17px;
    margin-left: -12px;
    /** Padding */
    padding-left: 50px;
    padding-right: 43px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBB1A52 {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBB1A52 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBB1A52 {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBB1A52 {
        margin-left: -19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBB1A52 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBB1A52 {
        text-align: left;
    }
}

.channel-html .uAE5E69 {
    /** Margin */
    margin-top: -16px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAE5E69 {
        margin-top: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAE5E69 {
        margin-top: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAE5E69 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAE5E69 {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAE5E69 {
        padding-right: 43px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uAE5E69 {
        text-align: left;
    }
}

.channel-html .a4B5875 {
    color: #1d1d1f;
    margin-top: 29.5px;
    padding-left: 120px;
    padding-right: 120px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a4B5875 {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a4B5875 {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a4B5875 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a4B5875 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a4B5875 {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a4B5875 {
        padding-right: 0px;
    }
}

.channel-html .b2237E1 {
    color: #1d1d1f;
    margin-top: 5px;
    padding-left: 55px;
    padding-right: 55px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
    margin-bottom: 3px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2237E1 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2237E1 {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2237E1 {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2237E1 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2237E1 {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2237E1 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2237E1 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b2237E1 {
        padding-right: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b2237E1 {
        padding-right: 0px;
    }
}

.channel-html .xD3679A {
    /** Background Controls **/
    background-color: #f5f5f7;
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .xD3679A.large-show {
    display: flex;
}

.channel-html .xD3679A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xD3679A.large-show.medium-show,
    .channel-html .xD3679A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xD3679A.large-show.medium-hide,
    .channel-html .xD3679A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xD3679A.medium-show.small-show,
    .channel-html .xD3679A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xD3679A.medium-show.small-hide,
    .channel-html .xD3679A.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xD3679A {
        margin-top: -17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xD3679A {
        margin-top: 31px;
    }
}

.channel-html .l7885CE {
    /** Alignment */
    /** Margin */
    margin-top: 11px;
    margin-bottom: 10px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l7885CE.large-show {
    display: flex;
}

.channel-html .l7885CE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l7885CE.large-show.medium-show,
    .channel-html .l7885CE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l7885CE.large-show.medium-hide,
    .channel-html .l7885CE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l7885CE.medium-show.small-show,
    .channel-html .l7885CE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l7885CE.medium-show.small-hide,
    .channel-html .l7885CE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a6409B5 {
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .a6409B5 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a6409B5 {
        text-align: left;
    }
}

.channel-html .n936475 {
    margin-top: 91px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n936475 {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n936475 {
        margin-top: 49px;
    }
}

.channel-html .d1FB978 {
    /** Margin */
    margin-top: 53px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .d1FB978 {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d1FB978 {
        margin-top: 40px;
    }
}

.channel-html .n668E83 {
    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 .n668E83 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n668E83 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n668E83 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n668E83 {
        overflow: hidden;
    }
}

.channel-html .n668E83.large-show {
    display: grid;
}

.channel-html .n668E83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n668E83.large-show.medium-show,
    .channel-html .n668E83.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n668E83.large-show.medium-hide,
    .channel-html .n668E83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n668E83.medium-show.small-show,
    .channel-html .n668E83.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n668E83.medium-show.small-hide,
    .channel-html .n668E83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n668E83 .bentobox-item {
    border-radius: 18px;
}

.channel-html .m5C61C4 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .m5C61C4 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m5C61C4 {
        overflow: visible;
    }
}

.channel-html .m5C61C4.large-show {
    display: flex;
}

.channel-html .m5C61C4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m5C61C4.large-show.medium-show,
    .channel-html .m5C61C4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m5C61C4.large-show.medium-hide,
    .channel-html .m5C61C4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m5C61C4.medium-show.small-show,
    .channel-html .m5C61C4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m5C61C4.medium-show.small-hide,
    .channel-html .m5C61C4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m5C61C4:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m5C61C4:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m5C61C4:before {
        content: none;
    }
}

.channel-html .k98C066 {
    min-height: 415px;
    /** Alignment */
    /** Margin */
    margin-bottom: -50px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .k98C066 {
        min-height: 386px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k98C066 {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k98C066 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k98C066 {
        margin-bottom: -9px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k98C066 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k98C066 {
        flex-grow: 0;
    }
}

.channel-html .k98C066.large-show {
    display: flex;
}

.channel-html .k98C066.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k98C066.large-show.medium-show,
    .channel-html .k98C066.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k98C066.large-show.medium-hide,
    .channel-html .k98C066.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k98C066.medium-show.small-show,
    .channel-html .k98C066.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k98C066.medium-show.small-hide,
    .channel-html .k98C066.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zCA3E0E {
    /** Margin */
    margin-top: 20px;
    margin-bottom: 53px;
    /** Padding */
    padding-top: 40px;
    padding-left: 46px;
    padding-bottom: 70px;
    padding-right: 0px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zCA3E0E {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zCA3E0E {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zCA3E0E {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        padding-left: 34px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zCA3E0E {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zCA3E0E {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zCA3E0E {
        padding-right: 30px;
    }
}

.channel-html .zE26EE0 {
    color: #1d1d1f;
    margin-top: 29px;
    margin-left: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zE26EE0 {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zE26EE0 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zE26EE0 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zE26EE0 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zE26EE0 {
        padding-left: 0px;
    }
}

.channel-html .o164250 {
    color: #1d1d1f;
    margin-top: 8px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o164250 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o164250 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o164250 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o164250 {
        padding-left: 0px;
    }
}

.channel-html .o307B2E {
    color: #1d1d1f;
    margin-top: 18px;
    margin-left: -1px;
    padding-right: 100px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o307B2E {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o307B2E {
        margin-top: 14px;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o307B2E {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o307B2E {
        padding-right: 35px;
    }
}

.channel-html .u825988 {
    /** Alignment */
    /** Margin */
    margin-top: 12px;
    margin-left: -1px;
    /** Padding */
    padding-right: 100px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .u825988 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u825988 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u825988 {
        margin-left: 0px;
    }
}

.channel-html .u825988.large-show {
    display: flex;
}

.channel-html .u825988.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u825988.large-show.medium-show,
    .channel-html .u825988.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u825988.large-show.medium-hide,
    .channel-html .u825988.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u825988.medium-show.small-show,
    .channel-html .u825988.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u825988.medium-show.small-hide,
    .channel-html .u825988.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .rC46E0A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .rC46E0A {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC46E0A {
        padding-right: 30px;
    }
}

.channel-html .j699CC3 {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.channel-html .j699CC3:before {
    background: none;
}

.channel-html .uC063ED {
    /** Margin */
    margin-top: 70px;
    margin-left: -63px;
    /** Padding */
    padding-left: 30px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC063ED {
        margin-top: 92px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC063ED {
        margin-top: 35.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC063ED {
        margin-left: -19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC063ED {
        margin-left: 1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC063ED {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC063ED {
        margin-bottom: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC063ED {
        padding-left: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC063ED {
        padding-left: 9px;
    }
}

.t2592FC {
    margin-top: -4px;
    margin-bottom: 4px;
}

@media only screen and (max-width: 1068px) {
    .t2592FC {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 734px) {
    .t2592FC {
        margin-bottom: 1px;
    }
}

.channel-html .g263FAA {
    /** Background Controls **/
    background-color: #f5f5f7;
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g263FAA.large-show {
    display: flex;
}

.channel-html .g263FAA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g263FAA.large-show.medium-show,
    .channel-html .g263FAA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g263FAA.large-show.medium-hide,
    .channel-html .g263FAA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g263FAA.medium-show.small-show,
    .channel-html .g263FAA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g263FAA.medium-show.small-hide,
    .channel-html .g263FAA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jADB980 {
    /** Alignment */
    /** Margin */
    margin-top: 10px;
    margin-bottom: 10px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jADB980.large-show {
    display: flex;
}

.channel-html .jADB980.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .jADB980.large-show.medium-show,
    .channel-html .jADB980.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .jADB980.large-show.medium-hide,
    .channel-html .jADB980.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jADB980.medium-show.small-show,
    .channel-html .jADB980.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .jADB980.medium-show.small-hide,
    .channel-html .jADB980.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cB9E282 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .m07CB52 {
    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 .m07CB52 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m07CB52 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m07CB52 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m07CB52 {
        overflow: hidden;
    }
}

.channel-html .m07CB52.large-show {
    display: grid;
}

.channel-html .m07CB52.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m07CB52.large-show.medium-show,
    .channel-html .m07CB52.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m07CB52.large-show.medium-hide,
    .channel-html .m07CB52.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m07CB52.medium-show.small-show,
    .channel-html .m07CB52.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m07CB52.medium-show.small-hide,
    .channel-html .m07CB52.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m07CB52 .bentobox-item {
    border-radius: 18px;
}

.channel-html .f7302A7 {
    /** Background **/
    background-color: #ffffff;
    /** Grid **/
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    /** Overflow **/
    overflow: visible;
    /** Height ** /
  
  
    /** Visibility **/
    /** Gradient Border **/
}

@media only screen and (max-width: 1068px) {
    .channel-html .f7302A7 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f7302A7 {
        overflow: visible;
    }
}

.channel-html .f7302A7.large-show {
    display: flex;
}

.channel-html .f7302A7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f7302A7.large-show.medium-show,
    .channel-html .f7302A7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f7302A7.large-show.medium-hide,
    .channel-html .f7302A7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f7302A7.medium-show.small-show,
    .channel-html .f7302A7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f7302A7.medium-show.small-hide,
    .channel-html .f7302A7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f7302A7:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f7302A7:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f7302A7:before {
        content: none;
    }
}

.channel-html .kDC45BC {
    /** Alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 0;
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

@media only screen and (max-width: 1068px) {
    .channel-html .kDC45BC {
        min-height: 355px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kDC45BC {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kDC45BC {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kDC45BC {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kDC45BC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kDC45BC {
        flex-grow: 0;
    }
}

.channel-html .kDC45BC.large-show {
    display: flex;
}

.channel-html .kDC45BC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kDC45BC.large-show.medium-show,
    .channel-html .kDC45BC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kDC45BC.large-show.medium-hide,
    .channel-html .kDC45BC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kDC45BC.medium-show.small-show,
    .channel-html .kDC45BC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kDC45BC.medium-show.small-hide,
    .channel-html .kDC45BC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wF8517A {
    /** Margin */
    margin-top: 80px;
    margin-bottom: 80px;
    /** Padding */
    padding-top: 0px;
    padding-left: 46px;
    padding-bottom: 0px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF8517A {
        margin-top: 61px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF8517A {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF8517A {
        margin-bottom: 59px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF8517A {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wF8517A {
        padding-left: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wF8517A {
        padding-left: 43px;
    }
}

.channel-html .rF13280 {
    color: #1d1d1f;
    margin-left: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rF13280 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rF13280 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rF13280 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rF13280 {
        padding-right: 24px;
    }
}

.channel-html .dEF419A {
    color: #1d1d1f;
    margin-top: 8px;
    margin-left: -2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF419A {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF419A {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF419A {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF419A {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dEF419A {
        padding-right: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dEF419A {
        padding-right: 25px;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.008rem;
        font-weight: 600;
    }
}

.channel-html .gDFE7C0 {
    /** Alignment */
    /** Margin */
    margin-top: 16px;
    margin-left: 0px;
    margin-bottom: 15px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDFE7C0 {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDFE7C0 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDFE7C0 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDFE7C0 {
        margin-bottom: 2px;
    }
}

.channel-html .gDFE7C0.large-show {
    display: flex;
}

.channel-html .gDFE7C0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gDFE7C0.large-show.medium-show,
    .channel-html .gDFE7C0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gDFE7C0.large-show.medium-hide,
    .channel-html .gDFE7C0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gDFE7C0.medium-show.small-show,
    .channel-html .gDFE7C0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gDFE7C0.medium-show.small-hide,
    .channel-html .gDFE7C0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xE2D344 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .xE2D344 {
        padding-right: 0px;
    }
}

.channel-html .hEF6138 {
    margin-left: 0px;
    list-style: none;
}

.channel-html .iCB4E02 {
    /** Alignment */
    align-items: flex-start;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .iCB4E02 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCB4E02 {
        align-items: flex-start;
    }
}

.channel-html .iCB4E02.large-show {
    display: flex;
}

.channel-html .iCB4E02.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iCB4E02.large-show.medium-show,
    .channel-html .iCB4E02.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iCB4E02.large-show.medium-hide,
    .channel-html .iCB4E02.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iCB4E02.medium-show.small-show,
    .channel-html .iCB4E02.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iCB4E02.medium-show.small-hide,
    .channel-html .iCB4E02.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k9A8E7E {
    /** Margin */
    margin-top: 0.5px;
    margin-left: -1px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .k9A8E7E {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k9A8E7E {
        margin-left: -1px;
    }
}

.zD4AE51 {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .zD4AE51 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .zD4AE51 {
        margin-top: 5px;
    }
}

.channel-html .w5C4F82 {
    /** Margin */
    margin-left: 10.5px;
    margin-bottom: -2px;
    /** Padding */
    padding-top: 2px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .w5C4F82 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w5C4F82 {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w5C4F82 {
        padding-left: 3px;
    }
}

.channel-html .dD0C535 {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

.channel-html .tEE474C {
    /** Alignment */
    align-items: flex-start;
    /** Margin */
    margin-top: -3px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .tEE474C {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tEE474C {
        align-items: flex-start;
    }
}

.channel-html .tEE474C.large-show {
    display: flex;
}

.channel-html .tEE474C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tEE474C.large-show.medium-show,
    .channel-html .tEE474C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tEE474C.large-show.medium-hide,
    .channel-html .tEE474C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tEE474C.medium-show.small-show,
    .channel-html .tEE474C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tEE474C.medium-show.small-hide,
    .channel-html .tEE474C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hD4C13E {
    /** Margin */
    margin-top: 0.5px;
    margin-left: -1px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .hD4C13E {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hD4C13E {
        margin-left: -1px;
    }
}

.pD76B3D {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .pD76B3D {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .pD76B3D {
        margin-top: 5px;
    }
}

.channel-html .t33DCEC {
    /** Margin */
    margin-left: 10.5px;
    margin-bottom: 2px;
    /** Padding */
    padding-top: 2px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t33DCEC {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t33DCEC {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t33DCEC {
        padding-left: 3px;
        margin-bottom: -2px;
    }
}

.channel-html .j4CF02C {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .j4CF02C {
        padding-right: 15px;
    }
}

.channel-html .s020027 {
    /** Alignment */
    align-items: flex-start;
    /** Margin */
    margin-top: -5px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s020027 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s020027 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s020027 {
        margin-top: 0px;
    }
}

.channel-html .s020027.large-show {
    display: flex;
}

.channel-html .s020027.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s020027.large-show.medium-show,
    .channel-html .s020027.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s020027.large-show.medium-hide,
    .channel-html .s020027.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s020027.medium-show.small-show,
    .channel-html .s020027.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s020027.medium-show.small-hide,
    .channel-html .s020027.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lF36F1A {
    /** Margin */
    margin-top: 0.5px;
    margin-left: -1px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .lF36F1A {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF36F1A {
        margin-left: -1px;
    }
}

.rD301BA {
    margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
    .rD301BA {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .rD301BA {
        margin-top: 5px;
    }
}

.channel-html .f41B32E {
    /** Margin */
    margin-left: 10.5px;
    margin-bottom: -2px;
    /** Padding */
    padding-top: 2px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f41B32E {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f41B32E {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f41B32E {
        padding-left: 3px;
    }
}

.channel-html .c1EE396 {
    margin-left: -1px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .c1EE396 {
        padding-right: 30px;
    }
}

.channel-html .y9E5893 {
    /** Alignment */
    /** Margin */
    margin-top: 1px;
    margin-left: -1px;
    /** Padding */
    padding-left: 0px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y9E5893 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y9E5893 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y9E5893 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y9E5893 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y9E5893 {
        padding-right: 0px;
    }
}

.channel-html .y9E5893.large-show {
    display: flex;
}

.channel-html .y9E5893.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y9E5893.large-show.medium-show,
    .channel-html .y9E5893.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y9E5893.large-show.medium-hide,
    .channel-html .y9E5893.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y9E5893.medium-show.small-show,
    .channel-html .y9E5893.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y9E5893.medium-show.small-hide,
    .channel-html .y9E5893.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p0201DC {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .p0201DC {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0201DC {
        padding-right: 63px;
    }
}

.channel-html .oB3F54E {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.channel-html .oB3F54E:before {
    background: none;
}

.channel-html .s2390CB {
    /** Margin */
    margin-top: 6px;
    margin-left: -8px;
    /** Padding */
    padding-left: 4px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s2390CB {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2390CB {
        margin-top: 32.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s2390CB {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2390CB {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2390CB {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s2390CB {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s2390CB {
        padding-left: 9px;
    }
}

.pC5C1FE {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .pC5C1FE {
        margin-left: -9px;
    }
}

@media only screen and (max-width: 1068px) {
    .pC5C1FE {
        margin-bottom: 0px;
    }
}

.channel-html .gAA3E0F {
    /** Background Controls **/
    background-color: #f5f5f7;
    /** Visibility */
    /** Layout */
    /** Height */
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .gAA3E0F.large-show {
    display: flex;
}

.channel-html .gAA3E0F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .gAA3E0F.large-show.medium-show,
    .channel-html .gAA3E0F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .gAA3E0F.large-show.medium-hide,
    .channel-html .gAA3E0F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gAA3E0F.medium-show.small-show,
    .channel-html .gAA3E0F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .gAA3E0F.medium-show.small-hide,
    .channel-html .gAA3E0F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .kB42B3F {
    /** Margin */
    margin-top: 37px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB42B3F {
        margin-left: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kB42B3F {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kB42B3F {
        margin-right: 19px;
    }
}

.channel-html .l8D217C {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l8D217C.large-show {
    display: flex;
}

.channel-html .l8D217C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l8D217C.large-show.medium-show,
    .channel-html .l8D217C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l8D217C.large-show.medium-hide,
    .channel-html .l8D217C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l8D217C.medium-show.small-show,
    .channel-html .l8D217C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l8D217C.medium-show.small-hide,
    .channel-html .l8D217C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .aE10598 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .nEB2A2C {
    color: #6e6e73;
    margin-left: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

.channel-html .xC77770 {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.channel-html .z3247A2 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z3247A2.large-show {
    display: flex;
}

.channel-html .z3247A2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z3247A2.large-show.medium-show,
    .channel-html .z3247A2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z3247A2.large-show.medium-hide,
    .channel-html .z3247A2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z3247A2.medium-show.small-show,
    .channel-html .z3247A2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z3247A2.medium-show.small-hide,
    .channel-html .z3247A2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jD8A038 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .u4F83E4 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 7px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .u4F83E4 {
        padding-right: 0px;
    }
}

.channel-html .r8002CF {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r8002CF.large-show {
    display: flex;
}

.channel-html .r8002CF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r8002CF.large-show.medium-show,
    .channel-html .r8002CF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r8002CF.large-show.medium-hide,
    .channel-html .r8002CF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r8002CF.medium-show.small-show,
    .channel-html .r8002CF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r8002CF.medium-show.small-hide,
    .channel-html .r8002CF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .vA00372 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .dDDA1FC {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 6px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDDA1FC {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDDA1FC {
        padding-right: 0px;
    }
}

.channel-html .sB525C7 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .sB525C7.large-show {
    display: flex;
}

.channel-html .sB525C7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sB525C7.large-show.medium-show,
    .channel-html .sB525C7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sB525C7.large-show.medium-hide,
    .channel-html .sB525C7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sB525C7.medium-show.small-show,
    .channel-html .sB525C7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sB525C7.medium-show.small-hide,
    .channel-html .sB525C7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wCDE42B {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .cED3E38 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

.channel-html .pAC711F {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .pAC711F.large-show {
    display: flex;
}

.channel-html .pAC711F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pAC711F.large-show.medium-show,
    .channel-html .pAC711F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pAC711F.large-show.medium-hide,
    .channel-html .pAC711F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pAC711F.medium-show.small-show,
    .channel-html .pAC711F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pAC711F.medium-show.small-hide,
    .channel-html .pAC711F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k852D47 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t76C80E {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .t76C80E {
        padding-right: 0px;
    }
}

.channel-html .tA4C582 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .tA4C582.large-show {
    display: flex;
}

.channel-html .tA4C582.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tA4C582.large-show.medium-show,
    .channel-html .tA4C582.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tA4C582.large-show.medium-hide,
    .channel-html .tA4C582.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tA4C582.medium-show.small-show,
    .channel-html .tA4C582.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tA4C582.medium-show.small-hide,
    .channel-html .tA4C582.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x696599 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .m6906FA {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .m6906FA {
        padding-right: 0px;
    }
}

.channel-html .k7079C1 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k7079C1.large-show {
    display: flex;
}

.channel-html .k7079C1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k7079C1.large-show.medium-show,
    .channel-html .k7079C1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k7079C1.large-show.medium-hide,
    .channel-html .k7079C1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k7079C1.medium-show.small-show,
    .channel-html .k7079C1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k7079C1.medium-show.small-hide,
    .channel-html .k7079C1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .s73B0B0 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .v0FDB0B {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0FDB0B {
        margin-right: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0FDB0B {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v0FDB0B {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0FDB0B {
        padding-right: 0px;
    }
}

.channel-html .c147CE2 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c147CE2.large-show {
    display: flex;
}

.channel-html .c147CE2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c147CE2.large-show.medium-show,
    .channel-html .c147CE2.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c147CE2.large-show.medium-hide,
    .channel-html .c147CE2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c147CE2.medium-show.small-show,
    .channel-html .c147CE2.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c147CE2.medium-show.small-hide,
    .channel-html .c147CE2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p5F3015 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .yF79032 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .yF79032 {
        margin-right: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yF79032 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yF79032 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yF79032 {
        padding-right: 0px;
    }
}

.channel-html .k1ED952 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k1ED952.large-show {
    display: flex;
}

.channel-html .k1ED952.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k1ED952.large-show.medium-show,
    .channel-html .k1ED952.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k1ED952.large-show.medium-hide,
    .channel-html .k1ED952.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k1ED952.medium-show.small-show,
    .channel-html .k1ED952.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k1ED952.medium-show.small-hide,
    .channel-html .k1ED952.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x941AAA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .yB045D1 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .yB045D1 {
        padding-right: 0px;
    }
}

.channel-html .m5D6D15 {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .m5D6D15.large-show {
    display: flex;
}

.channel-html .m5D6D15.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m5D6D15.large-show.medium-show,
    .channel-html .m5D6D15.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m5D6D15.large-show.medium-hide,
    .channel-html .m5D6D15.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m5D6D15.medium-show.small-show,
    .channel-html .m5D6D15.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m5D6D15.medium-show.small-hide,
    .channel-html .m5D6D15.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gE649F5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c587A10 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 734px) {
    .channel-html .c587A10 {
        padding-right: 0px;
    }
}

.channel-html .sF18F0F {
    /** Alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .sF18F0F.large-show {
    display: flex;
}

.channel-html .sF18F0F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF18F0F.large-show.medium-show,
    .channel-html .sF18F0F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF18F0F.large-show.medium-hide,
    .channel-html .sF18F0F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF18F0F.medium-show.small-show,
    .channel-html .sF18F0F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF18F0F.medium-show.small-hide,
    .channel-html .sF18F0F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c2287E3 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z597071 {
    color: #6e6e73;
    margin-left: -0.5px;
    padding-right: 2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
    word-break: normal;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z597071 {
        padding-right: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z597071 {
        padding-right: 8px;
    }
}

@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;
    }
}

.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 .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;
}

@media (max-width: 1068px) {
    .channel-compare .compare-row {
        justify-items: center;
    }
}

.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: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--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 .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 .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: normal;
    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 .z20615F {
    width: 100%;
    --columns: 5;
    --grid-column: 5;
    --static-enabled: false;
    --column-data: 0, 1, 2, 3, 4, 1, 3, 4, 3, 4;
    --allowed-columns: 5, 3, 2;
}

.channel-html .z20615F .compare-column-0 {
    display: flex;
    order: 1;
}

.channel-html .z20615F .compare-column-1 {
    display: flex;
    order: 2;
}

.channel-html .z20615F .compare-column-2 {
    display: flex;
    order: 3;
}

.channel-html .z20615F .compare-column-3 {
    display: flex;
    order: 4;
}

.channel-html .z20615F .compare-column-4 {
    display: flex;
    order: 5;
}

.channel-html .z20615F .compare-static-0 {
    display: flex;
    order: 1;
}

.channel-html .z20615F .compare-static-1 {
    display: flex;
    order: 2;
}

.channel-html .z20615F .compare-static-2 {
    display: flex;
    order: 3;
}

.channel-html .z20615F .compare-static-3 {
    display: flex;
    order: 4;
}

.channel-html .z20615F .compare-static-4 {
    display: flex;
    order: 5;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F {
        --columns: 3;
        --grid-column: 3;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F .compare-column-2 {
        display: flex;
        order: 3;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F .compare-column-3 {
        display: none;
        order: 4;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F .compare-column-4 {
        display: none;
        order: 5;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z20615F {
        --static-enabled: false;
    }

    .channel-html .z20615F .compare-static-0 {
        display: none;
    }

    .channel-html .z20615F .compare-static-2 {
        display: none;
    }

    .channel-html .z20615F .compare-static-1 {
        display: flex;
        order: 1;
    }

    .channel-html .z20615F .compare-static-3 {
        display: flex;
        order: 2;
    }

    .channel-html .z20615F .compare-static-4 {
        display: flex;
        order: 3;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F {
        --columns: 2;
        --grid-column: 2;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F .compare-column-2 {
        display: none;
        order: 3;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F .compare-column-3 {
        display: none;
        order: 4;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F .compare-column-4 {
        display: none;
        order: 5;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z20615F {
        --static-enabled: false;
    }

    .channel-html .z20615F .compare-static-0 {
        display: none;
    }

    .channel-html .z20615F .compare-static-1 {
        display: none;
    }

    .channel-html .z20615F .compare-static-2 {
        display: none;
    }

    .channel-html .z20615F .compare-static-1 {
        display: none;
    }

    .channel-html .z20615F .compare-static-3 {
        display: flex;
        order: 1;
    }

    .channel-html .z20615F .compare-static-4 {
        display: flex;
        order: 2;
    }
}

.z20615F .image-header_iphone_15_pro_tigry {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_tigry_large.png);
}

.z20615F .image-header_iphone_6_plus_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_6_plus_space_gray_large.png);
}

.z20615F .image-icon_chip_a18pro_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a18pro_elevated_large.png);
}

.z20615F .image-icon_port_usb_c_elevated {
    width: 49px;
    height: 19px;
    background-size: 49px 19px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_port_usb_c_elevated_large.png);
}

.z20615F .image-icon_iphone11pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone11pro_camera_elevated_large.png);
}

.z20615F .image-header_iphone_x_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_x_silver_large.png);
}

.z20615F .image-header_iphone_15_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_15_pink_large.png);
}

.z20615F .image-header_iphone_11_pro_max_midnight_green {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_max_midnight_green_large.png);
}

.z20615F .image-icon_5g_radiowaves_elevated {
    width: 49px;
    height: 35px;
    background-size: 49px 35px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_5g_radiowaves_elevated_large.png);
}

.z20615F .image-header_iphone_14_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_14_blue_large.png);
}

.z20615F .image-header_iphone_12_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_12_purple_large.png);
}

.z20615F .image-icon_iphone16promax_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone16promax_camera_elevated_large.png);
}

.z20615F .image-icon_iphone13promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone13promax_camera_elevated_large.png);
}

.z20615F .image-header_iphone_6s_plus_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_6s_plus_space_gray_large.png);
}

.z20615F .image-icon_chip_a14_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a14_elevated_large.png);
}

.z20615F .image-header_iphone_13_pro_max_sierra_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_max_sierra_blue_large.png);
}

.z20615F .image-icon_iphone6splus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone6splus_camera_elevated_large.png);
}

.z20615F .image-icon_iphone16pro_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone16pro_camera_elevated_large.png);
}

.z20615F .image-icon_iphonexs_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphonexs_camera_elevated_large.png);
}

.z20615F .image-header_iphone_13_mini_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_13_mini_pink_large.png);
}

.z20615F .image-icon_iphone11promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone11promax_camera_elevated_large.png);
}

.z20615F .image-icon_chip_a12_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a12_elevated_large.png);
}

.z20615F .image-icon_chip_a16_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a16_elevated_large.png);
}

.z20615F .image-header_iphone_12_pro_pacific_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_pacific_blue_large.png);
}

.z20615F .image-header_iphone_11_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_11_purple_large.png);
}

.z20615F .image-header_iphone_14_pro_twilight_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_twilight_purple_large.png);
}

.z20615F .image-icon_iphone13_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone13_camera_elevated_large.png);
}

.z20615F .image-header_iphone_16_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_16_blue_large.png);
}

.z20615F .image-header_iphone_6_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_6_space_gray_large.png);
}

.z20615F .image-header_iphone_8_plus_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_8_plus_silver_large.png);
}

.z20615F .image-header_iphone_13_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_13_pink_large.png);
}

.z20615F .image-icon_iphone16plus_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone16plus_camera_elevated_large.png);
}

.z20615F .image-icon_4g_radiowaves_elevated {
    width: 49px;
    height: 35px;
    background-size: 49px 35px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_4g_radiowaves_elevated_large.png);
}

.z20615F .image-icon_chip_a15_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a15_elevated_large.png);
}

.z20615F .image-header_iphone_16_pro_max_rose_titanium {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_max_rose_titanium_large.png);
}

.z20615F .image-icon_iphone12promax_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone12promax_camera_elevated_large.png);
}

.z20615F .image-header_iphone_14_plus_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_14_plus_blue_large.png);
}

.z20615F .image-header_iphone_13_pro_sierra_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_sierra_blue_large.png);
}

.z20615F .image-icon_iphone6s_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone6s_camera_elevated_large.png);
}

.z20615F .image-icon_iphonese_gen1_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphonese_gen1_camera_elevated_large.png);
}

.z20615F .image-header_iphone_15_pro_max_tigry {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_max_tigry_large.png);
}

.z20615F .image-icon_iphone14promax_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone14promax_camera_elevated_large.png);
}

.z20615F .image-icon_apple_intelligence_elevated {
    width: 42px;
    height: 43px;
    background-size: 42px 43px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_apple_intelligence_elevated_large.png);
}

.z20615F .image-icon_port_lightning_elevated {
    width: 49px;
    height: 19px;
    background-size: 49px 19px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_port_lightning_elevated_large.png);
}

.z20615F .image-header_iphone_xs_max_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_xs_max_silver_large.png);
}

.z20615F .image-header_iphone_8_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_8_silver_large.png);
}

.z20615F .image-header_iphone_12_pro_max_pacific_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_max_pacific_blue_large.png);
}

.z20615F .image-header_iphone_xr_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_xr_blue_large.png);
}

.z20615F .image-icon_iphonese_gen3_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphonese_gen3_camera_elevated_large.png);
}

.z20615F .image-icon_chip_a17pro_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a17pro_elevated_large.png);
}

.z20615F .image-header_iphone_16_plus_blue {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_16_plus_blue_large.png);
}

.z20615F .image-header_iphone_11_pro_midnight_green {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_midnight_green_large.png);
}

.z20615F .image-icon_iphone11_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone11_camera_elevated_large.png);
}

.z20615F .image-header_iphone_14_pro_max_twilight_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_max_twilight_purple_large.png);
}

.z20615F .image-header_iphone_7_plus_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_7_plus_black_large.png);
}

.z20615F .image-header_iphone_se_gen03_midnight {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_se_gen03_midnight_large.png);
}

.z20615F .image-header_iphone_12_mini_purple {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_12_mini_purple_large.png);
}

.z20615F .image-icon_iphone14_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone14_camera_elevated_large.png);
}

.z20615F .image-icon_battery_100percent_elevated {
    width: 48px;
    height: 26px;
    background-size: 48px 26px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_battery_100percent_elevated_large.png);
}

.z20615F .image-icon_iphone14plus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone14plus_camera_elevated_large.png);
}

.z20615F .image-icon_iphone_landscape_camera_button_elevated {
    width: 38px;
    height: 36px;
    background-size: 38px 36px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone_landscape_camera_button_elevated_large.png);
}

.z20615F .image-header_iphone_16e_white {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_16e_white_large.png);
}

.z20615F .image-icon_iphone13pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone13pro_camera_elevated_large.png);
}

.z20615F .image-header_iphone_15_plus_pink {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_15_plus_pink_large.png);
}

.z20615F .image-icon_iphone12pro_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone12pro_camera_elevated_large.png);
}

.z20615F .image-icon_sos_circle_elevated {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_sos_circle_elevated_large.png);
}

.z20615F .image-icon_iphone15plus_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone15plus_camera_elevated_large.png);
}

.z20615F .image-icon_chip_a18_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a18_elevated_large.png);
}

.z20615F .image-header_iphone_se_gen02_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_se_gen02_black_large.png);
}

.z20615F .image-header_iphone_se_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_se_space_gray_large.png);
}

.z20615F .image-icon_iphone14pro_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone14pro_camera_elevated_large.png);
}

.z20615F .image-icon_faceid_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_faceid_elevated_large.png);
}

.z20615F .image-header_iphone_16_pro_rose_titanium {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_rose_titanium_large.png);
}

.z20615F .image-header_iphone_6s_space_gray {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_6s_space_gray_large.png);
}

.z20615F .image-icon_chip_a11_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a11_elevated_large.png);
}

.z20615F .image-icon_touchid_elevated {
    width: 42px;
    height: 41px;
    background-size: 42px 41px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_touchid_elevated_large.png);
}

.z20615F .image-icon_chip_a13_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a13_elevated_large.png);
}

.z20615F .image-icon_iphone16e_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone16e_camera_elevated_large.png);
}

.z20615F .image-header_iphone_xs_silver {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_xs_silver_large.png);
}

.z20615F .image-icon_chip_a9_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a9_elevated_large.png);
}

.z20615F .image-icon_iphone8plus_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone8plus_camera_elevated_large.png);
}

.z20615F .image-header_iphone_7_black {
    width: 166px;
    height: 208px;
    background-size: 166px 208px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/header_iphone_7_black_large.png);
}

.z20615F .image-icon_chip_a10_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a10_elevated_large.png);
}

.z20615F .image-icon_iphone12_camera_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone12_camera_elevated_large.png);
}

.z20615F .image-icon_iphonexr_camera_elevated {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphonexr_camera_elevated_large.png);
}

.z20615F .image-icon_chip_a8_elevated {
    width: 39px;
    height: 38px;
    background-size: 39px 38px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_chip_a8_elevated_large.png);
}

.z20615F .image-icon_iphone15promax_camera_elevated {
    width: 38px;
    height: 39px;
    background-size: 38px 39px;
    background-repeat: no-repeat;
    background-image: url(/npi/iPhone16e/images/icon_iphone15promax_camera_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) {
    .z20615F .image-header_iphone_15_pro_tigry {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_tigry_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) {
    .z20615F .image-header_iphone_6_plus_space_gray {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_plus_space_gray_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) {
    .z20615F .image-icon_chip_a18pro_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a18pro_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) {
    .z20615F .image-icon_port_usb_c_elevated {
        width: 49px;
        height: 19px;
        background-size: 49px 19px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_port_usb_c_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) {
    .z20615F .image-icon_iphone11pro_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone11pro_camera_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) {
    .z20615F .image-header_iphone_x_silver {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_x_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) {
    .z20615F .image-header_iphone_15_pink {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pink_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) {
    .z20615F .image-header_iphone_11_pro_max_midnight_green {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_max_midnight_green_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) {
    .z20615F .image-icon_5g_radiowaves_elevated {
        width: 49px;
        height: 35px;
        background-size: 49px 35px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_5g_radiowaves_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) {
    .z20615F .image-header_iphone_14_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_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) {
    .z20615F .image-header_iphone_12_purple {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_purple_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) {
    .z20615F .image-icon_iphone16promax_camera_elevated {
        width: 38px;
        height: 39px;
        background-size: 38px 39px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone16promax_camera_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) {
    .z20615F .image-icon_iphone13promax_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone13promax_camera_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) {
    .z20615F .image-header_iphone_6s_plus_space_gray {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_plus_space_gray_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) {
    .z20615F .image-icon_chip_a14_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a14_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) {
    .z20615F .image-header_iphone_13_pro_max_sierra_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_max_sierra_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) {
    .z20615F .image-icon_iphone6splus_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone6splus_camera_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) {
    .z20615F .image-icon_iphone16pro_camera_elevated {
        width: 38px;
        height: 39px;
        background-size: 38px 39px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone16pro_camera_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) {
    .z20615F .image-icon_iphonexs_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphonexs_camera_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) {
    .z20615F .image-header_iphone_13_mini_pink {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_mini_pink_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) {
    .z20615F .image-icon_iphone11promax_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone11promax_camera_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) {
    .z20615F .image-icon_chip_a12_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a12_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) {
    .z20615F .image-icon_chip_a16_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a16_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) {
    .z20615F .image-header_iphone_12_pro_pacific_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_pacific_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) {
    .z20615F .image-header_iphone_11_purple {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_purple_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) {
    .z20615F .image-header_iphone_14_pro_twilight_purple {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_twilight_purple_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) {
    .z20615F .image-icon_iphone13_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone13_camera_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) {
    .z20615F .image-header_iphone_16_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_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) {
    .z20615F .image-header_iphone_6_space_gray {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_space_gray_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) {
    .z20615F .image-header_iphone_8_plus_silver {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_plus_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) {
    .z20615F .image-header_iphone_13_pink {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pink_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) {
    .z20615F .image-icon_iphone16plus_camera_elevated {
        width: 38px;
        height: 39px;
        background-size: 38px 39px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone16plus_camera_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) {
    .z20615F .image-icon_4g_radiowaves_elevated {
        width: 49px;
        height: 35px;
        background-size: 49px 35px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_4g_radiowaves_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) {
    .z20615F .image-icon_chip_a15_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a15_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) {
    .z20615F .image-header_iphone_16_pro_max_rose_titanium {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_max_rose_titanium_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) {
    .z20615F .image-icon_iphone12promax_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone12promax_camera_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) {
    .z20615F .image-header_iphone_14_plus_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_plus_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) {
    .z20615F .image-header_iphone_13_pro_sierra_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_sierra_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) {
    .z20615F .image-icon_iphone6s_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone6s_camera_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) {
    .z20615F .image-icon_iphonese_gen1_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphonese_gen1_camera_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) {
    .z20615F .image-header_iphone_15_pro_max_tigry {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_max_tigry_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) {
    .z20615F .image-icon_iphone14promax_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone14promax_camera_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) {
    .z20615F .image-icon_apple_intelligence_elevated {
        width: 42px;
        height: 43px;
        background-size: 42px 43px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/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) {
    .z20615F .image-icon_port_lightning_elevated {
        width: 49px;
        height: 19px;
        background-size: 49px 19px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_port_lightning_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) {
    .z20615F .image-header_iphone_xs_max_silver {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_max_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) {
    .z20615F .image-header_iphone_8_silver {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_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) {
    .z20615F .image-header_iphone_12_pro_max_pacific_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_max_pacific_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) {
    .z20615F .image-header_iphone_xr_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xr_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) {
    .z20615F .image-icon_iphonese_gen3_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphonese_gen3_camera_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) {
    .z20615F .image-icon_chip_a17pro_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a17pro_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) {
    .z20615F .image-header_iphone_16_plus_blue {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_plus_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) {
    .z20615F .image-header_iphone_11_pro_midnight_green {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_midnight_green_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) {
    .z20615F .image-icon_iphone11_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone11_camera_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) {
    .z20615F .image-header_iphone_14_pro_max_twilight_purple {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_max_twilight_purple_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) {
    .z20615F .image-header_iphone_7_plus_black {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_plus_black_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) {
    .z20615F .image-header_iphone_se_gen03_midnight {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen03_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) {
    .z20615F .image-header_iphone_12_mini_purple {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_mini_purple_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) {
    .z20615F .image-icon_iphone14_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone14_camera_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) {
    .z20615F .image-icon_battery_100percent_elevated {
        width: 48px;
        height: 26px;
        background-size: 48px 26px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_battery_100percent_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) {
    .z20615F .image-icon_iphone14plus_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone14plus_camera_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) {
    .z20615F .image-icon_iphone_landscape_camera_button_elevated {
        width: 38px;
        height: 36px;
        background-size: 38px 36px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone_landscape_camera_button_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) {
    .z20615F .image-header_iphone_16e_white {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16e_white_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) {
    .z20615F .image-icon_iphone13pro_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone13pro_camera_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) {
    .z20615F .image-header_iphone_15_plus_pink {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_plus_pink_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) {
    .z20615F .image-icon_iphone12pro_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone12pro_camera_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) {
    .z20615F .image-icon_sos_circle_elevated {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_sos_circle_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) {
    .z20615F .image-icon_iphone15plus_camera_elevated {
        width: 38px;
        height: 39px;
        background-size: 38px 39px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone15plus_camera_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) {
    .z20615F .image-icon_chip_a18_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a18_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) {
    .z20615F .image-header_iphone_se_gen02_black {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen02_black_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) {
    .z20615F .image-header_iphone_se_space_gray {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_space_gray_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) {
    .z20615F .image-icon_iphone14pro_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone14pro_camera_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) {
    .z20615F .image-icon_faceid_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_faceid_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) {
    .z20615F .image-header_iphone_16_pro_rose_titanium {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_rose_titanium_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) {
    .z20615F .image-header_iphone_6s_space_gray {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_space_gray_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) {
    .z20615F .image-icon_chip_a11_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a11_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) {
    .z20615F .image-icon_touchid_elevated {
        width: 42px;
        height: 41px;
        background-size: 42px 41px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/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) {
    .z20615F .image-icon_chip_a13_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a13_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) {
    .z20615F .image-icon_iphone16e_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone16e_camera_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) {
    .z20615F .image-header_iphone_xs_silver {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_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) {
    .z20615F .image-icon_chip_a9_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a9_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) {
    .z20615F .image-icon_iphone8plus_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone8plus_camera_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) {
    .z20615F .image-header_iphone_7_black {
        width: 166px;
        height: 208px;
        background-size: 166px 208px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_black_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) {
    .z20615F .image-icon_chip_a10_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a10_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) {
    .z20615F .image-icon_iphone12_camera_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone12_camera_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) {
    .z20615F .image-icon_iphonexr_camera_elevated {
        width: 38px;
        height: 38px;
        background-size: 38px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphonexr_camera_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) {
    .z20615F .image-icon_chip_a8_elevated {
        width: 39px;
        height: 38px;
        background-size: 39px 38px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_chip_a8_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) {
    .z20615F .image-icon_iphone15promax_camera_elevated {
        width: 38px;
        height: 39px;
        background-size: 38px 39px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/icon_iphone15promax_camera_elevated_large_2x.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_15_pro_tigry {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_tigry_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_6_plus_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_plus_space_gray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_x_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_x_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_15_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pink_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_11_pro_max_midnight_green {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_max_midnight_green_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_14_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_12_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_purple_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_6s_plus_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_plus_space_gray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_13_pro_max_sierra_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_max_sierra_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_13_mini_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_mini_pink_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_12_pro_pacific_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_pacific_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_11_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_purple_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_14_pro_twilight_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_twilight_purple_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_16_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_6_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_space_gray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_8_plus_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_plus_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_13_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pink_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_16_pro_max_rose_titanium {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_max_rose_titanium_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_14_plus_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_plus_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_13_pro_sierra_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_sierra_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_15_pro_max_tigry {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_max_tigry_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_xs_max_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_max_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_8_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_12_pro_max_pacific_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_max_pacific_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_xr_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xr_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_16_plus_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_plus_blue_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_11_pro_midnight_green {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_midnight_green_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_14_pro_max_twilight_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_max_twilight_purple_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_7_plus_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_plus_black_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_se_gen03_midnight {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen03_midnight_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_12_mini_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_mini_purple_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_16e_white {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16e_white_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_15_plus_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_plus_pink_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_se_gen02_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen02_black_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_se_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_space_gray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_16_pro_rose_titanium {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_rose_titanium_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_6s_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_space_gray_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_xs_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_silver_small.png);
    }
}

@media only screen and (max-width: 734px) {
    .z20615F .image-header_iphone_7_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_black_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) {
    .z20615F .image-header_iphone_15_pro_tigry {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_tigry_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) {
    .z20615F .image-header_iphone_6_plus_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_plus_space_gray_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) {
    .z20615F .image-header_iphone_x_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_x_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) {
    .z20615F .image-header_iphone_15_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pink_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) {
    .z20615F .image-header_iphone_11_pro_max_midnight_green {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_max_midnight_green_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) {
    .z20615F .image-header_iphone_14_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_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) {
    .z20615F .image-header_iphone_12_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_purple_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) {
    .z20615F .image-header_iphone_6s_plus_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_plus_space_gray_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) {
    .z20615F .image-header_iphone_13_pro_max_sierra_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_max_sierra_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) {
    .z20615F .image-header_iphone_13_mini_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_mini_pink_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) {
    .z20615F .image-header_iphone_12_pro_pacific_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_pacific_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) {
    .z20615F .image-header_iphone_11_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_purple_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) {
    .z20615F .image-header_iphone_14_pro_twilight_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_twilight_purple_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) {
    .z20615F .image-header_iphone_16_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_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) {
    .z20615F .image-header_iphone_6_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6_space_gray_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) {
    .z20615F .image-header_iphone_8_plus_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_plus_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) {
    .z20615F .image-header_iphone_13_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pink_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) {
    .z20615F .image-header_iphone_16_pro_max_rose_titanium {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_max_rose_titanium_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) {
    .z20615F .image-header_iphone_14_plus_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_plus_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) {
    .z20615F .image-header_iphone_13_pro_sierra_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_13_pro_sierra_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) {
    .z20615F .image-header_iphone_15_pro_max_tigry {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_pro_max_tigry_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) {
    .z20615F .image-header_iphone_xs_max_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_max_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) {
    .z20615F .image-header_iphone_8_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_8_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) {
    .z20615F .image-header_iphone_12_pro_max_pacific_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_pro_max_pacific_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) {
    .z20615F .image-header_iphone_xr_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xr_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) {
    .z20615F .image-header_iphone_16_plus_blue {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_plus_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) {
    .z20615F .image-header_iphone_11_pro_midnight_green {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_11_pro_midnight_green_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) {
    .z20615F .image-header_iphone_14_pro_max_twilight_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_14_pro_max_twilight_purple_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) {
    .z20615F .image-header_iphone_7_plus_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_plus_black_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) {
    .z20615F .image-header_iphone_se_gen03_midnight {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen03_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) {
    .z20615F .image-header_iphone_12_mini_purple {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_12_mini_purple_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) {
    .z20615F .image-header_iphone_16e_white {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16e_white_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) {
    .z20615F .image-header_iphone_15_plus_pink {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_15_plus_pink_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) {
    .z20615F .image-header_iphone_se_gen02_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_gen02_black_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) {
    .z20615F .image-header_iphone_se_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_se_space_gray_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) {
    .z20615F .image-header_iphone_16_pro_rose_titanium {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_16_pro_rose_titanium_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) {
    .z20615F .image-header_iphone_6s_space_gray {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_6s_space_gray_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) {
    .z20615F .image-header_iphone_xs_silver {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_xs_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) {
    .z20615F .image-header_iphone_7_black {
        width: 97px;
        height: 121px;
        background-size: 97px 121px;
        background-repeat: no-repeat;
        background-image: url(/npi/iPhone16e/images/header_iphone_7_black_small_2x.png);
    }
}


.channel-html .vF2AD15 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .vF2AD15 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vF2AD15 {
        margin-right: 0px;
    }
}

.channel-html .tDB8213.large-show {
    display: flex;
}

.channel-html .tDB8213.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tDB8213.large-show.medium-show,
    .channel-html .tDB8213.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tDB8213.large-show.medium-hide,
    .channel-html .tDB8213.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tDB8213.medium-show.small-show,
    .channel-html .tDB8213.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tDB8213.medium-show.small-hide,
    .channel-html .tDB8213.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pBA5781 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBA5781 {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBA5781 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pBA5781 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBA5781 {
        overflow: hidden;
    }
}

.channel-html .pBA5781.large-show {
    display: grid;
}

.channel-html .pBA5781.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pBA5781.large-show.medium-show,
    .channel-html .pBA5781.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pBA5781.large-show.medium-hide,
    .channel-html .pBA5781.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pBA5781.medium-show.small-show,
    .channel-html .pBA5781.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pBA5781.medium-show.small-hide,
    .channel-html .pBA5781.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pBA5781 .bentobox-item {
    border-radius: 18px;
}

.channel-html .pE5804D {
    background-color: #ffffff;
    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 .pE5804D {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pE5804D {
        overflow: visible;
    }
}

.channel-html .pE5804D.large-show {
    display: flex;
}

.channel-html .pE5804D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pE5804D.large-show.medium-show,
    .channel-html .pE5804D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pE5804D.large-show.medium-hide,
    .channel-html .pE5804D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pE5804D.medium-show.small-show,
    .channel-html .pE5804D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pE5804D.medium-show.small-hide,
    .channel-html .pE5804D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pE5804D:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pE5804D:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pE5804D:before {
        content: none;
    }
}

.channel-html .vDD9980 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vDD9980 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vDD9980 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vDD9980 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vDD9980 {
        flex-grow: 0;
    }
}

.channel-html .vDD9980.large-show {
    display: flex;
}

.channel-html .vDD9980.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .vDD9980.large-show.medium-show,
    .channel-html .vDD9980.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .vDD9980.large-show.medium-hide,
    .channel-html .vDD9980.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vDD9980.medium-show.small-show,
    .channel-html .vDD9980.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .vDD9980.medium-show.small-hide,
    .channel-html .vDD9980.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gB983E7 {
    margin-top: 4px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB983E7 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB983E7 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gB983E7 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB983E7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB983E7 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gB983E7 {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .d2783EB {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .d2783EB {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .d2783EB {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .d2783EB {
        margin-bottom: 0px;
    }
}

.channel-html .i91722A {
    color: #1d1d1f;
    margin-top: 34px;
    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 .i91722A {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i91722A {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i91722A {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i91722A {
        padding-right: 0px;
    }
}

.channel-html .vB7B030 {
    color: #1d1d1f;
    margin-top: 0px;
    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 .vB7B030 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB7B030 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB7B030 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vB7B030 {
        padding-right: 0px;
    }
}

.channel-html .qFAF3D1 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .qFAF3D1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qFAF3D1 {
        margin-right: 0px;
    }
}

.channel-html .k0F9E6C.large-show {
    display: flex;
}

.channel-html .k0F9E6C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k0F9E6C.large-show.medium-show,
    .channel-html .k0F9E6C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k0F9E6C.large-show.medium-hide,
    .channel-html .k0F9E6C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k0F9E6C.medium-show.small-show,
    .channel-html .k0F9E6C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k0F9E6C.medium-show.small-hide,
    .channel-html .k0F9E6C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w32FEF5 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 600px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w32FEF5 {
        grid-template-columns: repeat(1, 418px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w32FEF5 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w32FEF5 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w32FEF5 {
        overflow: hidden;
    }
}

.channel-html .w32FEF5.large-show {
    display: grid;
}

.channel-html .w32FEF5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w32FEF5.large-show.medium-show,
    .channel-html .w32FEF5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w32FEF5.large-show.medium-hide,
    .channel-html .w32FEF5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w32FEF5.medium-show.small-show,
    .channel-html .w32FEF5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w32FEF5.medium-show.small-hide,
    .channel-html .w32FEF5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w32FEF5 .bentobox-item {
    border-radius: 18px;
}

.channel-html .d1E8251 {
    background-color: #ffffff;
    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 .d1E8251 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d1E8251 {
        overflow: visible;
    }
}

.channel-html .d1E8251.large-show {
    display: flex;
}

.channel-html .d1E8251.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d1E8251.large-show.medium-show,
    .channel-html .d1E8251.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d1E8251.large-show.medium-hide,
    .channel-html .d1E8251.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d1E8251.medium-show.small-show,
    .channel-html .d1E8251.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d1E8251.medium-show.small-hide,
    .channel-html .d1E8251.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d1E8251:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d1E8251:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d1E8251:before {
        content: none;
    }
}

.channel-html .qBDEAEC {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qBDEAEC {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qBDEAEC {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qBDEAEC {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qBDEAEC {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qBDEAEC {
        flex-grow: 0;
    }
}

.channel-html .qBDEAEC.large-show {
    display: flex;
}

.channel-html .qBDEAEC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qBDEAEC.large-show.medium-show,
    .channel-html .qBDEAEC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qBDEAEC.large-show.medium-hide,
    .channel-html .qBDEAEC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qBDEAEC.medium-show.small-show,
    .channel-html .qBDEAEC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qBDEAEC.medium-show.small-hide,
    .channel-html .qBDEAEC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j88B17D {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j88B17D {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j88B17D {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88B17D {
        text-align: center;
    }
}

.channel-html .s648FFB {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 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 .s648FFB {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s648FFB {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s648FFB {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s648FFB {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s648FFB {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s648FFB {
        padding-right: 40px;
    }
}

.channel-html .v08B195 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 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 .v08B195 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v08B195 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v08B195 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v08B195 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v08B195 {
        padding-right: 50px;
    }
}

.channel-html .jCC5AF6 {
    color: #6e6e73;
    padding-right: 24px;
    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 .jCC5AF6 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jCC5AF6 {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jCC5AF6 {
        padding-right: 17px;
    }
}

.channel-html .nB3EB40 {
    margin-top: 4px;
    margin-left: 53px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB3EB40 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nB3EB40 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB3EB40 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nB3EB40 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .p8F369D {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .p8F369D {
        margin-left: 3px;
    }
}

.channel-html .h13AD49 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .h13AD49 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h13AD49 {
        margin-right: 0px;
    }
}

.channel-html .xD8F883.large-show {
    display: flex;
}

.channel-html .xD8F883.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xD8F883.large-show.medium-show,
    .channel-html .xD8F883.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xD8F883.large-show.medium-hide,
    .channel-html .xD8F883.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xD8F883.medium-show.small-show,
    .channel-html .xD8F883.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xD8F883.medium-show.small-hide,
    .channel-html .xD8F883.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l65713F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l65713F {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l65713F {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l65713F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l65713F {
        overflow: hidden;
    }
}

.channel-html .l65713F.large-show {
    display: grid;
}

.channel-html .l65713F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l65713F.large-show.medium-show,
    .channel-html .l65713F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l65713F.large-show.medium-hide,
    .channel-html .l65713F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l65713F.medium-show.small-show,
    .channel-html .l65713F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l65713F.medium-show.small-hide,
    .channel-html .l65713F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l65713F .bentobox-item {
    border-radius: 18px;
}

.channel-html .f9E2447 {
    background-color: #ffffff;
    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 .f9E2447 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9E2447 {
        overflow: visible;
    }
}

.channel-html .f9E2447.large-show {
    display: flex;
}

.channel-html .f9E2447.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f9E2447.large-show.medium-show,
    .channel-html .f9E2447.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f9E2447.large-show.medium-hide,
    .channel-html .f9E2447.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f9E2447.medium-show.small-show,
    .channel-html .f9E2447.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f9E2447.medium-show.small-hide,
    .channel-html .f9E2447.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f9E2447:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f9E2447:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f9E2447:before {
        content: none;
    }
}

.channel-html .l888B7B {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l888B7B {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l888B7B {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l888B7B {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l888B7B {
        flex-grow: 0;
    }
}

.channel-html .l888B7B.large-show {
    display: flex;
}

.channel-html .l888B7B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l888B7B.large-show.medium-show,
    .channel-html .l888B7B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l888B7B.large-show.medium-hide,
    .channel-html .l888B7B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l888B7B.medium-show.small-show,
    .channel-html .l888B7B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l888B7B.medium-show.small-hide,
    .channel-html .l888B7B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .jDB1AA5 {
    margin-top: 4px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jDB1AA5 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDB1AA5 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jDB1AA5 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDB1AA5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDB1AA5 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jDB1AA5 {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .yF57373 {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .yF57373 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .yF57373 {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .yF57373 {
        margin-bottom: 0px;
    }
}

.channel-html .dA0A4CD {
    color: #1d1d1f;
    margin-top: 34px;
    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 .dA0A4CD {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dA0A4CD {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dA0A4CD {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dA0A4CD {
        padding-right: 0px;
    }
}

.channel-html .v580F70 {
    color: #1d1d1f;
    margin-top: 0px;
    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 .v580F70 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v580F70 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v580F70 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v580F70 {
        padding-right: 0px;
    }
}

.channel-html .xFFD879 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .xFFD879 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xFFD879 {
        margin-right: 0px;
    }
}

.channel-html .f6874D5.large-show {
    display: flex;
}

.channel-html .f6874D5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f6874D5.large-show.medium-show,
    .channel-html .f6874D5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f6874D5.large-show.medium-hide,
    .channel-html .f6874D5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f6874D5.medium-show.small-show,
    .channel-html .f6874D5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f6874D5.medium-show.small-hide,
    .channel-html .f6874D5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sA98800 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 600px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sA98800 {
        grid-template-columns: repeat(1, 418px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sA98800 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sA98800 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sA98800 {
        overflow: hidden;
    }
}

.channel-html .sA98800.large-show {
    display: grid;
}

.channel-html .sA98800.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sA98800.large-show.medium-show,
    .channel-html .sA98800.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sA98800.large-show.medium-hide,
    .channel-html .sA98800.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sA98800.medium-show.small-show,
    .channel-html .sA98800.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sA98800.medium-show.small-hide,
    .channel-html .sA98800.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sA98800 .bentobox-item {
    border-radius: 18px;
}

.channel-html .lD4D4FC {
    background-color: #ffffff;
    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 .lD4D4FC {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lD4D4FC {
        overflow: visible;
    }
}

.channel-html .lD4D4FC.large-show {
    display: flex;
}

.channel-html .lD4D4FC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lD4D4FC.large-show.medium-show,
    .channel-html .lD4D4FC.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lD4D4FC.large-show.medium-hide,
    .channel-html .lD4D4FC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lD4D4FC.medium-show.small-show,
    .channel-html .lD4D4FC.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lD4D4FC.medium-show.small-hide,
    .channel-html .lD4D4FC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lD4D4FC:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lD4D4FC:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lD4D4FC:before {
        content: none;
    }
}

.channel-html .n3EE7D8 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n3EE7D8 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3EE7D8 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3EE7D8 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n3EE7D8 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3EE7D8 {
        flex-grow: 0;
    }
}

.channel-html .n3EE7D8.large-show {
    display: flex;
}

.channel-html .n3EE7D8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n3EE7D8.large-show.medium-show,
    .channel-html .n3EE7D8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n3EE7D8.large-show.medium-hide,
    .channel-html .n3EE7D8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n3EE7D8.medium-show.small-show,
    .channel-html .n3EE7D8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n3EE7D8.medium-show.small-hide,
    .channel-html .n3EE7D8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .e72B146 {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e72B146 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e72B146 {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e72B146 {
        text-align: center;
    }
}

.channel-html .cE8EFC4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 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 .cE8EFC4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE8EFC4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE8EFC4 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cE8EFC4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE8EFC4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE8EFC4 {
        padding-right: 40px;
    }
}

.channel-html .oE13D32 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 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 .oE13D32 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oE13D32 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oE13D32 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oE13D32 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oE13D32 {
        padding-right: 50px;
    }
}

.channel-html .iD7B333 {
    color: #6e6e73;
    padding-right: 24px;
    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 .iD7B333 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD7B333 {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD7B333 {
        padding-right: 17px;
    }
}

.channel-html .pF30DE5 {
    margin-top: 4px;
    margin-left: 53px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pF30DE5 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pF30DE5 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pF30DE5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pF30DE5 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .qE5C544 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .qE5C544 {
        margin-left: 3px;
    }
}

.channel-html .pBBB0C6 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .pBBB0C6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pBBB0C6 {
        margin-right: 0px;
    }
}

.channel-html .s58673B.large-show {
    display: flex;
}

.channel-html .s58673B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s58673B.large-show.medium-show,
    .channel-html .s58673B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s58673B.large-show.medium-hide,
    .channel-html .s58673B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s58673B.medium-show.small-show,
    .channel-html .s58673B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s58673B.medium-show.small-hide,
    .channel-html .s58673B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r9FF932 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r9FF932 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r9FF932 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r9FF932 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r9FF932 {
        overflow: hidden;
    }
}

.channel-html .r9FF932.large-show {
    display: grid;
}

.channel-html .r9FF932.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r9FF932.large-show.medium-show,
    .channel-html .r9FF932.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r9FF932.large-show.medium-hide,
    .channel-html .r9FF932.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r9FF932.medium-show.small-show,
    .channel-html .r9FF932.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r9FF932.medium-show.small-hide,
    .channel-html .r9FF932.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r9FF932 .bentobox-item {
    border-radius: 18px;
}

.channel-html .j8F0212 {
    background-color: #ffffff;
    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 .j8F0212 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j8F0212 {
        overflow: visible;
    }
}

.channel-html .j8F0212.large-show {
    display: flex;
}

.channel-html .j8F0212.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j8F0212.large-show.medium-show,
    .channel-html .j8F0212.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j8F0212.large-show.medium-hide,
    .channel-html .j8F0212.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j8F0212.medium-show.small-show,
    .channel-html .j8F0212.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j8F0212.medium-show.small-hide,
    .channel-html .j8F0212.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j8F0212:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j8F0212:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j8F0212:before {
        content: none;
    }
}

.channel-html .p0DE3A5 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p0DE3A5 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0DE3A5 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0DE3A5 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p0DE3A5 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p0DE3A5 {
        flex-grow: 0;
    }
}

.channel-html .p0DE3A5.large-show {
    display: flex;
}

.channel-html .p0DE3A5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p0DE3A5.large-show.medium-show,
    .channel-html .p0DE3A5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p0DE3A5.large-show.medium-hide,
    .channel-html .p0DE3A5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p0DE3A5.medium-show.small-show,
    .channel-html .p0DE3A5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p0DE3A5.medium-show.small-hide,
    .channel-html .p0DE3A5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uC423F0 {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC423F0 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uC423F0 {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uC423F0 {
        text-align: center;
    }
}

.channel-html .k433784 {
    margin-bottom: 0px;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-right: 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 .k433784 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k433784 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k433784 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k433784 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k433784 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k433784 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k433784 {
        padding-right: 40px;
    }
}

.channel-html .gA74E50 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 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 .gA74E50 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA74E50 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA74E50 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA74E50 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gA74E50 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gA74E50 {
        padding-right: 50px;
    }
}

.channel-html .m201E5F {
    color: #6e6e73;
    padding-left: 80px;
    padding-right: 24px;
    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 .m201E5F {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m201E5F {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .m201E5F {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m201E5F {
        padding-right: 17px;
    }
}

.channel-html .h4E6522 {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h4E6522 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h4E6522 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h4E6522 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h4E6522 {
        text-align: center;
    }
}

.d8524B0 {
    margin-top: 60px;
    margin-bottom: -35px;
}

@media only screen and (max-width: 734px) {
    .d8524B0 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .d8524B0 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .d8524B0 {
        margin-left: 3px;
    }
}

.channel-html .q2636B5 {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q2636B5 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q2636B5 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2636B5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q2636B5 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .b736859 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .b736859 {
        margin-left: 3px;
    }
}

.channel-html .xCB36F8 {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xCB36F8 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xCB36F8 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xCB36F8 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xCB36F8 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xCB36F8 {
        padding-bottom: 0px;
    }
}

.channel-html .q660403 {
    margin-top: 0px;
}

.channel-html .q660403.large-show {
    display: flex;
}

.channel-html .q660403.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q660403.large-show.medium-show,
    .channel-html .q660403.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q660403.large-show.medium-hide,
    .channel-html .q660403.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q660403.medium-show.small-show,
    .channel-html .q660403.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q660403.medium-show.small-hide,
    .channel-html .q660403.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n87A067 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n87A067 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n87A067 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n87A067 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n87A067 {
        overflow: hidden;
    }
}

.channel-html .n87A067.large-show {
    display: grid;
}

.channel-html .n87A067.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n87A067.large-show.medium-show,
    .channel-html .n87A067.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n87A067.large-show.medium-hide,
    .channel-html .n87A067.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n87A067.medium-show.small-show,
    .channel-html .n87A067.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n87A067.medium-show.small-hide,
    .channel-html .n87A067.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n87A067 .bentobox-item {
    border-radius: 18px;
}

.channel-html .q47DD83 {
    background-color: #000000;
    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 .q47DD83 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q47DD83 {
        overflow: visible;
    }
}

.channel-html .q47DD83.large-show {
    display: flex;
}

.channel-html .q47DD83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q47DD83.large-show.medium-show,
    .channel-html .q47DD83.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q47DD83.large-show.medium-hide,
    .channel-html .q47DD83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q47DD83.medium-show.small-show,
    .channel-html .q47DD83.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q47DD83.medium-show.small-hide,
    .channel-html .q47DD83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q47DD83:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q47DD83:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q47DD83:before {
        content: none;
    }
}

.channel-html .aA95009 {
    min-height: 635px;
    margin-top: 52px;
    margin-bottom: 29px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA95009 {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aA95009 {
        min-height: 504px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA95009 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aA95009 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA95009 {
        margin-bottom: -32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aA95009 {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aA95009 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aA95009 {
        flex-grow: 0;
    }
}

.channel-html .aA95009.large-show {
    display: flex;
}

.channel-html .aA95009.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .aA95009.large-show.medium-show,
    .channel-html .aA95009.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .aA95009.large-show.medium-hide,
    .channel-html .aA95009.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aA95009.medium-show.small-show,
    .channel-html .aA95009.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .aA95009.medium-show.small-hide,
    .channel-html .aA95009.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pF7CE85 {
    text-align: center;
}

.channel-html .e54DF97 {
    color: #ffffff;
    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 .e54DF97 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e54DF97 {
        margin-bottom: 0px;
    }
}

.oEB4D36 {
    margin-top: 44px;
}

@media only screen and (max-width: 1068px) {
    .oEB4D36 {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .oEB4D36 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .oEB4D36 {
        margin-left: -2px;
    }
}

.channel-html .l1E052D {
    margin-top: 23px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l1E052D {
        margin-top: -53px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l1E052D {
        margin-top: 7px;
    }
}

.channel-html .f976D12 {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f976D12 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f976D12 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f976D12 {
        padding-left: 24px;
    }
}

.channel-html .f976D12.large-show {
    display: flex;
}

.channel-html .f976D12.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .f976D12.large-show.medium-show,
    .channel-html .f976D12.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .f976D12.large-show.medium-hide,
    .channel-html .f976D12.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f976D12.medium-show.small-show,
    .channel-html .f976D12.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .f976D12.medium-show.small-hide,
    .channel-html .f976D12.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .g4AB9AF {
    margin-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g4AB9AF {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g4AB9AF {
        margin-bottom: 18px;
    }
}

.channel-html .pF284A5 {
    display: inline-block;
    width: 121px;
}

.channel-html .s5880DB {
    color: #86868b;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.029rem;
    font-weight: 600;
    pointer-events: none;
}

.channel-html .f650CDB {
    display: inline-block;
    position: relative;
    border: none;
    border-bottom: 1px solid #6e6e73;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .f650CDB {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .n77C724 {
    font-size: 17px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    margin: 0;
    width: 240px;
    color: white;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 6px 0;
    padding-right: 15px;
}

.channel-html .n77C724:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .n77C724 option {
    background-color: #1d1d1f;
}

.channel-html .a9930A4 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .z7B7490 {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z7B7490 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z7B7490 {
        padding-left: 24px;
    }
}

.channel-html .z7B7490.large-show {
    display: flex;
}

.channel-html .z7B7490.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z7B7490.large-show.medium-show,
    .channel-html .z7B7490.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z7B7490.large-show.medium-hide,
    .channel-html .z7B7490.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z7B7490.medium-show.small-show,
    .channel-html .z7B7490.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z7B7490.medium-show.small-hide,
    .channel-html .z7B7490.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iFDF825 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iFDF825 {
        padding-top: 12px;
    }
}

.channel-html .dEA1B16[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .dEA1B16[data-active-content|="true"] {
    display: block;
}

.channel-html .u098665 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u098665 {
        margin-top: -14px;
    }
}

.channel-html .u098665.large-show {
    display: flex;
}

.channel-html .u098665.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u098665.large-show.medium-show,
    .channel-html .u098665.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u098665.large-show.medium-hide,
    .channel-html .u098665.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u098665.medium-show.small-show,
    .channel-html .u098665.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u098665.medium-show.small-hide,
    .channel-html .u098665.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iB5E4A5 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iB5E4A5 {
        margin-bottom: 11px;
    }
}

.channel-html .o674545 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .zB78682 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .zB78682 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB78682 {
        margin-bottom: 11px;
    }
}

.channel-html .y06A5E2 {
    margin-top: -10px;
    margin-left: -64px;
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y06A5E2 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y06A5E2 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y06A5E2 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y06A5E2 {
        margin-left: -32px;
    }
}

.channel-html .p813322 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .hAA8316 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .i43C796 {
    color: #ffffff;
    margin-top: 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 .i43C796 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i43C796 {
        padding-bottom: -8px;
    }
}

.channel-html .s6BDF7A {
    width: 100%;
}

.channel-html .s6BDF7A[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .s6BDF7A[data-active-content|="true"] {
    display: block;
}

.channel-html .o52238F {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o52238F {
        margin-top: -14px;
    }
}

.channel-html .o52238F.large-show {
    display: flex;
}

.channel-html .o52238F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o52238F.large-show.medium-show,
    .channel-html .o52238F.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o52238F.large-show.medium-hide,
    .channel-html .o52238F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o52238F.medium-show.small-show,
    .channel-html .o52238F.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o52238F.medium-show.small-hide,
    .channel-html .o52238F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z47D4DB {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z47D4DB {
        margin-bottom: 11px;
    }
}

.channel-html .j2B68B4 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .c1535B6 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .c1535B6 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c1535B6 {
        margin-bottom: 11px;
    }
}

.channel-html .x9511A6 {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x9511A6 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x9511A6 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x9511A6 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x9511A6 {
        margin-left: -32px;
    }
}

.channel-html .yD3A639 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .yD3A639 {
        margin-right: -18px;
    }
}

.channel-html .s7F300B {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .a59339F {
    color: #ffffff;
    margin-top: 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 .a59339F {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a59339F {
        padding-bottom: -8px;
    }
}

.channel-html .p830DA9 {
    width: 100%;
}

.channel-html .p830DA9[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .p830DA9[data-active-content|="true"] {
    display: block;
}

.channel-html .p4AB124 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p4AB124 {
        margin-top: -14px;
    }
}

.channel-html .p4AB124.large-show {
    display: flex;
}

.channel-html .p4AB124.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .p4AB124.large-show.medium-show,
    .channel-html .p4AB124.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .p4AB124.large-show.medium-hide,
    .channel-html .p4AB124.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p4AB124.medium-show.small-show,
    .channel-html .p4AB124.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .p4AB124.medium-show.small-hide,
    .channel-html .p4AB124.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c5C3A6E {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5C3A6E {
        margin-bottom: 11px;
    }
}

.channel-html .i57C04D {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .lE4F164 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .lE4F164 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lE4F164 {
        margin-bottom: 11px;
    }
}

.channel-html .g26D66B {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g26D66B {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g26D66B {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g26D66B {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g26D66B {
        margin-left: -32px;
    }
}

.channel-html .l6B9AB1 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .l6B9AB1 {
        margin-right: -18px;
    }
}

.channel-html .aEE2F45 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .g6EA391 {
    color: #ffffff;
    margin-top: 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 .g6EA391 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g6EA391 {
        padding-bottom: -8px;
    }
}

.channel-html .kDEDF8E {
    width: 100%;
}

.channel-html .kDEDF8E[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .kDEDF8E[data-active-content|="true"] {
    display: block;
}

.channel-html .i579E42 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i579E42 {
        margin-top: -14px;
    }
}

.channel-html .i579E42.large-show {
    display: flex;
}

.channel-html .i579E42.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i579E42.large-show.medium-show,
    .channel-html .i579E42.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i579E42.large-show.medium-hide,
    .channel-html .i579E42.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i579E42.medium-show.small-show,
    .channel-html .i579E42.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i579E42.medium-show.small-hide,
    .channel-html .i579E42.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .hCC8BEF {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hCC8BEF {
        margin-bottom: 11px;
    }
}

.channel-html .dFB2DEA {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .x00F85C {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .x00F85C {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x00F85C {
        margin-bottom: 11px;
    }
}

.channel-html .vC17618 {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC17618 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC17618 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vC17618 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vC17618 {
        margin-left: -32px;
    }
}

.channel-html .l32A037 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .l32A037 {
        margin-right: -18px;
    }
}

.channel-html .n62356A {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .iD2D4D7 {
    color: #ffffff;
    margin-top: 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 .iD2D4D7 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD2D4D7 {
        padding-bottom: -8px;
    }
}

.channel-html .nE901E9 {
    width: 100%;
}

.channel-html .nE901E9[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .nE901E9[data-active-content|="true"] {
    display: block;
}

.channel-html .k38FBA4 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k38FBA4 {
        margin-top: -14px;
    }
}

.channel-html .k38FBA4.large-show {
    display: flex;
}

.channel-html .k38FBA4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k38FBA4.large-show.medium-show,
    .channel-html .k38FBA4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k38FBA4.large-show.medium-hide,
    .channel-html .k38FBA4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k38FBA4.medium-show.small-show,
    .channel-html .k38FBA4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k38FBA4.medium-show.small-hide,
    .channel-html .k38FBA4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h7111B4 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h7111B4 {
        margin-bottom: 11px;
    }
}

.channel-html .z7E54B4 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .oF0DE0C {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .oF0DE0C {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oF0DE0C {
        margin-bottom: 11px;
    }
}

.channel-html .l58C834 {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l58C834 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l58C834 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l58C834 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l58C834 {
        margin-left: -32px;
    }
}

.channel-html .a704F03 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .a704F03 {
        margin-right: -18px;
    }
}

.channel-html .bE838C0 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .j03AA50 {
    color: #ffffff;
    margin-top: 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 .j03AA50 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j03AA50 {
        padding-bottom: -8px;
    }
}

.channel-html .u7A38F6 {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .u7A38F6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u7A38F6 {
        margin-right: 0px;
    }
}

.channel-html .h252D55.large-show {
    display: flex;
}

.channel-html .h252D55.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h252D55.large-show.medium-show,
    .channel-html .h252D55.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h252D55.large-show.medium-hide,
    .channel-html .h252D55.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h252D55.medium-show.small-show,
    .channel-html .h252D55.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h252D55.medium-show.small-hide,
    .channel-html .h252D55.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c160399 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c160399 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c160399 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c160399 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c160399 {
        overflow: hidden;
    }
}

.channel-html .c160399.large-show {
    display: grid;
}

.channel-html .c160399.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c160399.large-show.medium-show,
    .channel-html .c160399.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c160399.large-show.medium-hide,
    .channel-html .c160399.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c160399.medium-show.small-show,
    .channel-html .c160399.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c160399.medium-show.small-hide,
    .channel-html .c160399.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c160399 .bentobox-item {
    border-radius: 18px;
}

.channel-html .q487B9B {
    background-color: #ffffff;
    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 .q487B9B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q487B9B {
        overflow: hidden;
    }
}

.channel-html .q487B9B.large-show {
    display: flex;
}

.channel-html .q487B9B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .q487B9B.large-show.medium-show,
    .channel-html .q487B9B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .q487B9B.large-show.medium-hide,
    .channel-html .q487B9B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q487B9B.medium-show.small-show,
    .channel-html .q487B9B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .q487B9B.medium-show.small-hide,
    .channel-html .q487B9B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q487B9B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q487B9B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q487B9B:before {
        content: none;
    }
}

.channel-html .y720A19 {
    min-height: 600px;
    margin-bottom: -9px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y720A19 {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y720A19 {
        min-height: 486px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y720A19 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y720A19 {
        flex-grow: 0;
    }
}

.channel-html .y720A19.large-show {
    display: flex;
}

.channel-html .y720A19.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y720A19.large-show.medium-show,
    .channel-html .y720A19.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y720A19.large-show.medium-hide,
    .channel-html .y720A19.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y720A19.medium-show.small-show,
    .channel-html .y720A19.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y720A19.medium-show.small-hide,
    .channel-html .y720A19.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wBAC89D {
    text-align: center;
}

.channel-html .z71CF2F {
    color: #000000;
    margin-top: 52px;
    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 .z71CF2F {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z71CF2F {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z71CF2F {
        margin-left: -2px;
    }
}

.channel-html .o12EAAD {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
    font-size: 14px;
}

.yDF74D7 {
    margin-top: 40px;
    margin-left: 83px;
}

@media only screen and (max-width: 1068px) {
    .yDF74D7 {
        margin-top: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .yDF74D7 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .yDF74D7 {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .yDF74D7 {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 1068px) {
    .yDF74D7 {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 734px) {
    .yDF74D7 {
        margin-bottom: 2px;
    }
}

.channel-html .oB7B295 {
    margin-top: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .oB7B295 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB7B295 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oB7B295 {
        margin-right: 0px;
    }
}

.channel-html .z6ACD56 {
    margin-top: -20px;
    padding-top: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .z6ACD56 {
        margin-bottom: 0px;
    }
}

.channel-html .z6ACD56.large-show {
    display: flex;
}

.channel-html .z6ACD56.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z6ACD56.large-show.medium-show,
    .channel-html .z6ACD56.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z6ACD56.large-show.medium-hide,
    .channel-html .z6ACD56.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z6ACD56.medium-show.small-show,
    .channel-html .z6ACD56.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z6ACD56.medium-show.small-hide,
    .channel-html .z6ACD56.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v39CBB0 {
    margin-top: 41px;
}

.channel-html .cBFDB13 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBFDB13 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBFDB13 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cBFDB13 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cBFDB13 {
        overflow: hidden;
    }
}

.channel-html .cBFDB13.large-show {
    display: grid;
}

.channel-html .cBFDB13.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBFDB13.large-show.medium-show,
    .channel-html .cBFDB13.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cBFDB13.large-show.medium-hide,
    .channel-html .cBFDB13.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBFDB13.medium-show.small-show,
    .channel-html .cBFDB13.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cBFDB13.medium-show.small-hide,
    .channel-html .cBFDB13.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cBFDB13 .bentobox-item {
    border-radius: 18px;
}

.channel-html .sB07772 {
    background-color: #000000;
    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 .sB07772 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sB07772 {
        overflow: hidden;
    }
}

.channel-html .sB07772.large-show {
    display: flex;
}

.channel-html .sB07772.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sB07772.large-show.medium-show,
    .channel-html .sB07772.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sB07772.large-show.medium-hide,
    .channel-html .sB07772.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sB07772.medium-show.small-show,
    .channel-html .sB07772.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sB07772.medium-show.small-hide,
    .channel-html .sB07772.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sB07772:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sB07772:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sB07772:before {
        content: none;
    }
}

.channel-html .z10AA20 {
    min-height: 500px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z10AA20 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z10AA20 {
        min-height: 364px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z10AA20 {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .z10AA20 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z10AA20 {
        flex-grow: 0;
    }
}

.channel-html .z10AA20.large-show {
    display: flex;
}

.channel-html .z10AA20.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z10AA20.large-show.medium-show,
    .channel-html .z10AA20.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z10AA20.large-show.medium-hide,
    .channel-html .z10AA20.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z10AA20.medium-show.small-show,
    .channel-html .z10AA20.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z10AA20.medium-show.small-hide,
    .channel-html .z10AA20.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .c167D60 {
    margin-bottom: -7px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c167D60 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c167D60 {
        text-align: center;
    }
}

.hCDB878 {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .hCDB878 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .hCDB878 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .hCDB878 {
        margin-bottom: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .hCDB878 {
        margin-bottom: -4px;
    }
}

.channel-html .s50DB50 {
    margin-top: -107px;
    margin-left: 42px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s50DB50 {
        margin-top: -102px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s50DB50 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s50DB50 {
        margin-left: 41px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s50DB50 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s50DB50 {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s50DB50 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s50DB50 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s50DB50 {
        text-align: center;
    }
}

.channel-html .j6150FB {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .j6150FB {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j6150FB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j6150FB {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j6150FB {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j6150FB {
        padding-right: 0px;
    }
}

.channel-html .r282BC7 {
    margin-top: -107px;
    margin-left: 42px;
}

@media only screen and (max-width: 734px) {
    .channel-html .r282BC7 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r282BC7 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r282BC7 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r282BC7 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r282BC7 {
        text-align: center;
    }
}

.channel-html .a71480A {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .a71480A {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a71480A {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a71480A {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a71480A {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a71480A {
        padding-right: 0px;
    }
}

.channel-html .x6E1C37 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .x6E1C37 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6E1C37 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x6E1C37 {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6E1C37 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6E1C37 {
        padding-right: 0px;
    }
}

.channel-html .sF0B292 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .sF0B292 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF0B292 {
        margin-right: 0px;
    }
}

.channel-html .sF391FE.large-show {
    display: flex;
}

.channel-html .sF391FE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF391FE.large-show.medium-show,
    .channel-html .sF391FE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .sF391FE.large-show.medium-hide,
    .channel-html .sF391FE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF391FE.medium-show.small-show,
    .channel-html .sF391FE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .sF391FE.medium-show.small-hide,
    .channel-html .sF391FE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uBBE57F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBBE57F {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uBBE57F {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBBE57F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uBBE57F {
        overflow: hidden;
    }
}

.channel-html .uBBE57F.large-show {
    display: grid;
}

.channel-html .uBBE57F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .uBBE57F.large-show.medium-show,
    .channel-html .uBBE57F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .uBBE57F.large-show.medium-hide,
    .channel-html .uBBE57F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uBBE57F.medium-show.small-show,
    .channel-html .uBBE57F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .uBBE57F.medium-show.small-hide,
    .channel-html .uBBE57F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .uBBE57F .bentobox-item {
    border-radius: 18px;
}

.channel-html .h3AAC0C {
    background-color: #ffffff;
    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 .h3AAC0C {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h3AAC0C {
        overflow: visible;
    }
}

.channel-html .h3AAC0C.large-show {
    display: flex;
}

.channel-html .h3AAC0C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h3AAC0C.large-show.medium-show,
    .channel-html .h3AAC0C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h3AAC0C.large-show.medium-hide,
    .channel-html .h3AAC0C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h3AAC0C.medium-show.small-show,
    .channel-html .h3AAC0C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h3AAC0C.medium-show.small-hide,
    .channel-html .h3AAC0C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .h3AAC0C:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h3AAC0C:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h3AAC0C:before {
        content: none;
    }
}

.channel-html .b08FDC5 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b08FDC5 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b08FDC5 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b08FDC5 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b08FDC5 {
        flex-grow: 0;
    }
}

.channel-html .b08FDC5.large-show {
    display: flex;
}

.channel-html .b08FDC5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .b08FDC5.large-show.medium-show,
    .channel-html .b08FDC5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .b08FDC5.large-show.medium-hide,
    .channel-html .b08FDC5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b08FDC5.medium-show.small-show,
    .channel-html .b08FDC5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .b08FDC5.medium-show.small-hide,
    .channel-html .b08FDC5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .sF94C5B {
    margin-top: 4px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF94C5B {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF94C5B {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sF94C5B {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF94C5B {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF94C5B {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sF94C5B {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .p6EC728 {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .p6EC728 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .p6EC728 {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .p6EC728 {
        margin-bottom: 0px;
    }
}

.channel-html .o7B9581 {
    color: #1d1d1f;
    margin-top: 34px;
    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 .o7B9581 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7B9581 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7B9581 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7B9581 {
        padding-right: 0px;
    }
}

.channel-html .oD3889B {
    color: #1d1d1f;
    margin-top: 0px;
    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 .oD3889B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD3889B {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD3889B {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oD3889B {
        padding-right: 0px;
    }
}

.channel-html .y8F495C {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .y8F495C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y8F495C {
        margin-right: 0px;
    }
}

.channel-html .x1A7732.large-show {
    display: flex;
}

.channel-html .x1A7732.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .x1A7732.large-show.medium-show,
    .channel-html .x1A7732.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .x1A7732.large-show.medium-hide,
    .channel-html .x1A7732.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x1A7732.medium-show.small-show,
    .channel-html .x1A7732.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x1A7732.medium-show.small-hide,
    .channel-html .x1A7732.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l466028 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 600px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l466028 {
        grid-template-columns: repeat(1, 418px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l466028 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l466028 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l466028 {
        overflow: hidden;
    }
}

.channel-html .l466028.large-show {
    display: grid;
}

.channel-html .l466028.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l466028.large-show.medium-show,
    .channel-html .l466028.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l466028.large-show.medium-hide,
    .channel-html .l466028.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l466028.medium-show.small-show,
    .channel-html .l466028.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l466028.medium-show.small-hide,
    .channel-html .l466028.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l466028 .bentobox-item {
    border-radius: 18px;
}

.channel-html .w51A1DA {
    background-color: #ffffff;
    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 .w51A1DA {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w51A1DA {
        overflow: visible;
    }
}

.channel-html .w51A1DA.large-show {
    display: flex;
}

.channel-html .w51A1DA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w51A1DA.large-show.medium-show,
    .channel-html .w51A1DA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w51A1DA.large-show.medium-hide,
    .channel-html .w51A1DA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w51A1DA.medium-show.small-show,
    .channel-html .w51A1DA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w51A1DA.medium-show.small-hide,
    .channel-html .w51A1DA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w51A1DA:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w51A1DA:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w51A1DA:before {
        content: none;
    }
}

.channel-html .iD44224 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD44224 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD44224 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD44224 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD44224 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD44224 {
        flex-grow: 0;
    }
}

.channel-html .iD44224.large-show {
    display: flex;
}

.channel-html .iD44224.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD44224.large-show.medium-show,
    .channel-html .iD44224.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .iD44224.large-show.medium-hide,
    .channel-html .iD44224.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD44224.medium-show.small-show,
    .channel-html .iD44224.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .iD44224.medium-show.small-hide,
    .channel-html .iD44224.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q67D30B {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q67D30B {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q67D30B {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q67D30B {
        text-align: center;
    }
}

.channel-html .rC4BA2B {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 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 .rC4BA2B {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4BA2B {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4BA2B {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC4BA2B {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4BA2B {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC4BA2B {
        padding-right: 40px;
    }
}

.channel-html .oBEE45B {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 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 .oBEE45B {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oBEE45B {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oBEE45B {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oBEE45B {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oBEE45B {
        padding-right: 50px;
    }
}

.channel-html .l2B5567 {
    color: #6e6e73;
    padding-right: 24px;
    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 .l2B5567 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l2B5567 {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l2B5567 {
        padding-right: 17px;
    }
}

.channel-html .iCFFB86 {
    margin-top: 4px;
    margin-left: 53px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iCFFB86 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iCFFB86 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCFFB86 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCFFB86 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .j3DA16A {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .j3DA16A {
        margin-left: 3px;
    }
}

.channel-html .k71BA2D {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .k71BA2D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k71BA2D {
        margin-right: 0px;
    }
}

.channel-html .g3B6876.large-show {
    display: flex;
}

.channel-html .g3B6876.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g3B6876.large-show.medium-show,
    .channel-html .g3B6876.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g3B6876.large-show.medium-hide,
    .channel-html .g3B6876.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g3B6876.medium-show.small-show,
    .channel-html .g3B6876.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g3B6876.medium-show.small-hide,
    .channel-html .g3B6876.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y4A22CC {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y4A22CC {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y4A22CC {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y4A22CC {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y4A22CC {
        overflow: hidden;
    }
}

.channel-html .y4A22CC.large-show {
    display: grid;
}

.channel-html .y4A22CC.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .y4A22CC.large-show.medium-show,
    .channel-html .y4A22CC.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .y4A22CC.large-show.medium-hide,
    .channel-html .y4A22CC.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y4A22CC.medium-show.small-show,
    .channel-html .y4A22CC.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .y4A22CC.medium-show.small-hide,
    .channel-html .y4A22CC.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .y4A22CC .bentobox-item {
    border-radius: 18px;
}

.channel-html .xE7BA55 {
    background-color: #ffffff;
    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 .xE7BA55 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xE7BA55 {
        overflow: visible;
    }
}

.channel-html .xE7BA55.large-show {
    display: flex;
}

.channel-html .xE7BA55.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xE7BA55.large-show.medium-show,
    .channel-html .xE7BA55.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xE7BA55.large-show.medium-hide,
    .channel-html .xE7BA55.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xE7BA55.medium-show.small-show,
    .channel-html .xE7BA55.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xE7BA55.medium-show.small-hide,
    .channel-html .xE7BA55.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xE7BA55:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xE7BA55:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xE7BA55:before {
        content: none;
    }
}

.channel-html .i2C07B5 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i2C07B5 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i2C07B5 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i2C07B5 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i2C07B5 {
        flex-grow: 0;
    }
}

.channel-html .i2C07B5.large-show {
    display: flex;
}

.channel-html .i2C07B5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i2C07B5.large-show.medium-show,
    .channel-html .i2C07B5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i2C07B5.large-show.medium-hide,
    .channel-html .i2C07B5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i2C07B5.medium-show.small-show,
    .channel-html .i2C07B5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i2C07B5.medium-show.small-hide,
    .channel-html .i2C07B5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .rC27FD7 {
    margin-top: 4px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC27FD7 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC27FD7 {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rC27FD7 {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC27FD7 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC27FD7 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rC27FD7 {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .s08898F {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .s08898F {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .s08898F {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .s08898F {
        margin-bottom: 0px;
    }
}

.channel-html .d5155E6 {
    color: #1d1d1f;
    margin-top: 34px;
    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 .d5155E6 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5155E6 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5155E6 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d5155E6 {
        padding-right: 0px;
    }
}

.channel-html .l88FC06 {
    color: #1d1d1f;
    margin-top: 0px;
    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 .l88FC06 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l88FC06 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l88FC06 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l88FC06 {
        padding-right: 0px;
    }
}

.channel-html .t25C375 {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t25C375 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t25C375 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t25C375 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t25C375 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t25C375 {
        padding-bottom: 0px;
    }
}

.channel-html .d9380FE {
    margin-top: 0px;
}

.channel-html .d9380FE.large-show {
    display: flex;
}

.channel-html .d9380FE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .d9380FE.large-show.medium-show,
    .channel-html .d9380FE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .d9380FE.large-show.medium-hide,
    .channel-html .d9380FE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d9380FE.medium-show.small-show,
    .channel-html .d9380FE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .d9380FE.medium-show.small-hide,
    .channel-html .d9380FE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i51C880 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i51C880 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i51C880 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i51C880 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i51C880 {
        overflow: hidden;
    }
}

.channel-html .i51C880.large-show {
    display: grid;
}

.channel-html .i51C880.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i51C880.large-show.medium-show,
    .channel-html .i51C880.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i51C880.large-show.medium-hide,
    .channel-html .i51C880.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i51C880.medium-show.small-show,
    .channel-html .i51C880.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i51C880.medium-show.small-hide,
    .channel-html .i51C880.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i51C880 .bentobox-item {
    border-radius: 18px;
}

.channel-html .zB8C3D3 {
    background-color: #000000;
    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 .zB8C3D3 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB8C3D3 {
        overflow: visible;
    }
}

.channel-html .zB8C3D3.large-show {
    display: flex;
}

.channel-html .zB8C3D3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zB8C3D3.large-show.medium-show,
    .channel-html .zB8C3D3.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zB8C3D3.large-show.medium-hide,
    .channel-html .zB8C3D3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zB8C3D3.medium-show.small-show,
    .channel-html .zB8C3D3.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zB8C3D3.medium-show.small-hide,
    .channel-html .zB8C3D3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zB8C3D3:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zB8C3D3:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zB8C3D3:before {
        content: none;
    }
}

.channel-html .fE29C82 {
    min-height: 600px;
    margin-top: 52px;
    margin-bottom: 29px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .fE29C82 {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE29C82 {
        min-height: 504px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fE29C82 {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE29C82 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fE29C82 {
        margin-bottom: -32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE29C82 {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fE29C82 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE29C82 {
        flex-grow: 0;
    }
}

.channel-html .fE29C82.large-show {
    display: flex;
}

.channel-html .fE29C82.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .fE29C82.large-show.medium-show,
    .channel-html .fE29C82.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .fE29C82.large-show.medium-hide,
    .channel-html .fE29C82.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fE29C82.medium-show.small-show,
    .channel-html .fE29C82.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .fE29C82.medium-show.small-hide,
    .channel-html .fE29C82.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .wA4135E {
    text-align: center;
}

.channel-html .q95B245 {
    color: #ffffff;
    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 .q95B245 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q95B245 {
        margin-bottom: 0px;
    }
}

.o88E216 {
    margin-top: 44px;
}

@media only screen and (max-width: 1068px) {
    .o88E216 {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .o88E216 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .o88E216 {
        margin-left: -2px;
    }
}

.channel-html .uBFBC47 {
    margin-top: 23px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBFBC47 {
        margin-top: -53px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uBFBC47 {
        margin-top: 7px;
    }
}

.channel-html .s16F49D {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s16F49D {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s16F49D {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s16F49D {
        padding-left: 24px;
    }
}

.channel-html .s16F49D.large-show {
    display: flex;
}

.channel-html .s16F49D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .s16F49D.large-show.medium-show,
    .channel-html .s16F49D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .s16F49D.large-show.medium-hide,
    .channel-html .s16F49D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s16F49D.medium-show.small-show,
    .channel-html .s16F49D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .s16F49D.medium-show.small-hide,
    .channel-html .s16F49D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .d25FE4C {
    margin-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d25FE4C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d25FE4C {
        margin-bottom: 18px;
    }
}

.channel-html .vAACEEA {
    display: inline-block;
    width: 121px;
}

.channel-html .r370A44 {
    color: #86868b;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.029rem;
    font-weight: 600;
    pointer-events: none;
}

.channel-html .cAFDE64 {
    display: inline-block;
    position: relative;
    border: none;
    border-bottom: 1px solid #6e6e73;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .cAFDE64 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .o07F9BC {
    font-size: 17px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    margin: 0;
    width: 240px;
    color: white;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 6px 0;
    padding-right: 15px;
}

.channel-html .o07F9BC:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .o07F9BC option {
    background-color: #1d1d1f;
}

.channel-html .b18CDE5 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .mA24F7D {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .mA24F7D {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA24F7D {
        padding-left: 24px;
    }
}

.channel-html .mA24F7D.large-show {
    display: flex;
}

.channel-html .mA24F7D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mA24F7D.large-show.medium-show,
    .channel-html .mA24F7D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mA24F7D.large-show.medium-hide,
    .channel-html .mA24F7D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mA24F7D.medium-show.small-show,
    .channel-html .mA24F7D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mA24F7D.medium-show.small-hide,
    .channel-html .mA24F7D.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a146394 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a146394 {
        padding-top: 12px;
    }
}

.channel-html .e859E70[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .e859E70[data-active-content|="true"] {
    display: block;
}

.channel-html .n63EA1B {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n63EA1B {
        margin-top: -14px;
    }
}

.channel-html .n63EA1B.large-show {
    display: flex;
}

.channel-html .n63EA1B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n63EA1B.large-show.medium-show,
    .channel-html .n63EA1B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n63EA1B.large-show.medium-hide,
    .channel-html .n63EA1B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n63EA1B.medium-show.small-show,
    .channel-html .n63EA1B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n63EA1B.medium-show.small-hide,
    .channel-html .n63EA1B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f33B12F {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f33B12F {
        margin-bottom: 11px;
    }
}

.channel-html .dF8B2C5 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .i161E89 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .i161E89 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i161E89 {
        margin-bottom: 11px;
    }
}

.channel-html .fD6480E {
    margin-top: -10px;
    margin-left: -64px;
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .fD6480E {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fD6480E {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fD6480E {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fD6480E {
        margin-left: -32px;
    }
}

.channel-html .i939923 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .u78CA49 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .b5C08D8 {
    color: #ffffff;
    margin-top: 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 .b5C08D8 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b5C08D8 {
        padding-bottom: -8px;
    }
}

.channel-html .v60456A {
    width: 100%;
}

.channel-html .v60456A[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .v60456A[data-active-content|="true"] {
    display: block;
}

.channel-html .x32A4B9 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x32A4B9 {
        margin-top: -14px;
    }
}

.channel-html .x32A4B9.large-show {
    display: flex;
}

.channel-html .x32A4B9.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .x32A4B9.large-show.medium-show,
    .channel-html .x32A4B9.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .x32A4B9.large-show.medium-hide,
    .channel-html .x32A4B9.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x32A4B9.medium-show.small-show,
    .channel-html .x32A4B9.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x32A4B9.medium-show.small-hide,
    .channel-html .x32A4B9.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v777693 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v777693 {
        margin-bottom: 11px;
    }
}

.channel-html .rBD9BF1 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .gCCD21D {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .gCCD21D {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gCCD21D {
        margin-bottom: 11px;
    }
}

.channel-html .zDFDF01 {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zDFDF01 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zDFDF01 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zDFDF01 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zDFDF01 {
        margin-left: -32px;
    }
}

.channel-html .v8CA5B4 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .v8CA5B4 {
        margin-right: -18px;
    }
}

.channel-html .y19B13A {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .b4EB07E {
    color: #ffffff;
    margin-top: 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 .b4EB07E {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b4EB07E {
        padding-bottom: -8px;
    }
}

.channel-html .l0CEC1F {
    width: 100%;
}

.channel-html .l0CEC1F[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .l0CEC1F[data-active-content|="true"] {
    display: block;
}

.channel-html .g84827C {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g84827C {
        margin-top: -14px;
    }
}

.channel-html .g84827C.large-show {
    display: flex;
}

.channel-html .g84827C.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .g84827C.large-show.medium-show,
    .channel-html .g84827C.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .g84827C.large-show.medium-hide,
    .channel-html .g84827C.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g84827C.medium-show.small-show,
    .channel-html .g84827C.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .g84827C.medium-show.small-hide,
    .channel-html .g84827C.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .iF0A340 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iF0A340 {
        margin-bottom: 11px;
    }
}

.channel-html .jA7D7A4 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .cE5C5A6 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .cE5C5A6 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cE5C5A6 {
        margin-bottom: 11px;
    }
}

.channel-html .zDEF86A {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zDEF86A {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zDEF86A {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .zDEF86A {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zDEF86A {
        margin-left: -32px;
    }
}

.channel-html .i0AE2A5 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .i0AE2A5 {
        margin-right: -18px;
    }
}

.channel-html .gAF59FB {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .t4EA91F {
    color: #ffffff;
    margin-top: 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 .t4EA91F {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4EA91F {
        padding-bottom: -8px;
    }
}

.channel-html .rCFDDCB {
    width: 100%;
}

.channel-html .rCFDDCB[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .rCFDDCB[data-active-content|="true"] {
    display: block;
}

.channel-html .l2F3503 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l2F3503 {
        margin-top: -14px;
    }
}

.channel-html .l2F3503.large-show {
    display: flex;
}

.channel-html .l2F3503.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l2F3503.large-show.medium-show,
    .channel-html .l2F3503.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l2F3503.large-show.medium-hide,
    .channel-html .l2F3503.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l2F3503.medium-show.small-show,
    .channel-html .l2F3503.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l2F3503.medium-show.small-hide,
    .channel-html .l2F3503.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j39A196 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j39A196 {
        margin-bottom: 11px;
    }
}

.channel-html .q484FC6 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .uF2AC78 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .uF2AC78 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uF2AC78 {
        margin-bottom: 11px;
    }
}

.channel-html .a506933 {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a506933 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a506933 {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a506933 {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a506933 {
        margin-left: -32px;
    }
}

.channel-html .hCD914E {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .hCD914E {
        margin-right: -18px;
    }
}

.channel-html .s4F5B50 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .l1D3362 {
    color: #ffffff;
    margin-top: 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 .l1D3362 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l1D3362 {
        padding-bottom: -8px;
    }
}

.channel-html .x5EC44A {
    width: 100%;
}

.channel-html .x5EC44A[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .x5EC44A[data-active-content|="true"] {
    display: block;
}

.channel-html .eB0E00A {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eB0E00A {
        margin-top: -14px;
    }
}

.channel-html .eB0E00A.large-show {
    display: flex;
}

.channel-html .eB0E00A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .eB0E00A.large-show.medium-show,
    .channel-html .eB0E00A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .eB0E00A.large-show.medium-hide,
    .channel-html .eB0E00A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eB0E00A.medium-show.small-show,
    .channel-html .eB0E00A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .eB0E00A.medium-show.small-hide,
    .channel-html .eB0E00A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .oF117D1 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oF117D1 {
        margin-bottom: 11px;
    }
}

.channel-html .n69CF92 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .m8D922F {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .m8D922F {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m8D922F {
        margin-bottom: 11px;
    }
}

.channel-html .s0ED43C {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0ED43C {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0ED43C {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0ED43C {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0ED43C {
        margin-left: -32px;
    }
}

.channel-html .w27CDE4 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .w27CDE4 {
        margin-right: -18px;
    }
}

.channel-html .f04AD3C {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .o14A6E3 {
    color: #ffffff;
    margin-top: 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 .o14A6E3 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o14A6E3 {
        padding-bottom: -8px;
    }
}

.channel-html .t3A66E4 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .t3A66E4 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t3A66E4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t3A66E4 {
        margin-right: 0px;
    }
}

.channel-html .dDC35A8 {
    padding-top: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .dDC35A8 {
        margin-bottom: 0px;
    }
}

.channel-html .dDC35A8.large-show {
    display: flex;
}

.channel-html .dDC35A8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .dDC35A8.large-show.medium-show,
    .channel-html .dDC35A8.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .dDC35A8.large-show.medium-hide,
    .channel-html .dDC35A8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dDC35A8.medium-show.small-show,
    .channel-html .dDC35A8.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .dDC35A8.medium-show.small-hide,
    .channel-html .dDC35A8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l10696E {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l10696E {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l10696E {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l10696E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l10696E {
        overflow: hidden;
    }
}

.channel-html .l10696E.large-show {
    display: grid;
}

.channel-html .l10696E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .l10696E.large-show.medium-show,
    .channel-html .l10696E.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .l10696E.large-show.medium-hide,
    .channel-html .l10696E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l10696E.medium-show.small-show,
    .channel-html .l10696E.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .l10696E.medium-show.small-hide,
    .channel-html .l10696E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .l10696E .bentobox-item {
    border-radius: 18px;
}

.channel-html .cDCCF29 {
    background-color: #000000;
    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 .cDCCF29 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cDCCF29 {
        overflow: hidden;
    }
}

.channel-html .cDCCF29.large-show {
    display: flex;
}

.channel-html .cDCCF29.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .cDCCF29.large-show.medium-show,
    .channel-html .cDCCF29.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .cDCCF29.large-show.medium-hide,
    .channel-html .cDCCF29.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cDCCF29.medium-show.small-show,
    .channel-html .cDCCF29.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .cDCCF29.medium-show.small-hide,
    .channel-html .cDCCF29.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .cDCCF29:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .cDCCF29:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cDCCF29:before {
        content: none;
    }
}

.channel-html .h556DEE {
    min-height: 532px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h556DEE {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h556DEE {
        min-height: 364px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h556DEE {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h556DEE {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h556DEE {
        flex-grow: 0;
    }
}

.channel-html .h556DEE.large-show {
    display: flex;
}

.channel-html .h556DEE.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h556DEE.large-show.medium-show,
    .channel-html .h556DEE.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h556DEE.large-show.medium-hide,
    .channel-html .h556DEE.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h556DEE.medium-show.small-show,
    .channel-html .h556DEE.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h556DEE.medium-show.small-hide,
    .channel-html .h556DEE.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .z1214FC {
    margin-bottom: -7px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z1214FC {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z1214FC {
        text-align: center;
    }
}

.hF75E51 {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .hF75E51 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .hF75E51 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .hF75E51 {
        margin-bottom: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .hF75E51 {
        margin-bottom: -4px;
    }
}

.channel-html .s777545 {
    margin-top: -140px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s777545 {
        margin-top: -130px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s777545 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s777545 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s777545 {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s777545 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s777545 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s777545 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s777545 {
        text-align: center;
    }
}

.channel-html .i6C8334 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .i6C8334 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i6C8334 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i6C8334 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i6C8334 {
        padding-right: 0px;
    }
}

.channel-html .y240FF6 {
    margin-top: -107px;
    margin-left: 42px;
}

@media only screen and (max-width: 734px) {
    .channel-html .y240FF6 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y240FF6 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y240FF6 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y240FF6 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y240FF6 {
        text-align: center;
    }
}

.channel-html .oFBAF23 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .oFBAF23 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oFBAF23 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oFBAF23 {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oFBAF23 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oFBAF23 {
        padding-right: 0px;
    }
}

.channel-html .qEE09A8 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .qEE09A8 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEE09A8 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qEE09A8 {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEE09A8 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qEE09A8 {
        padding-right: 0px;
    }
}

.channel-html .xC953BD {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .xC953BD {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xC953BD {
        margin-right: 0px;
    }
}

.channel-html .e3E3CB4.large-show {
    display: flex;
}

.channel-html .e3E3CB4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .e3E3CB4.large-show.medium-show,
    .channel-html .e3E3CB4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .e3E3CB4.large-show.medium-hide,
    .channel-html .e3E3CB4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e3E3CB4.medium-show.small-show,
    .channel-html .e3E3CB4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .e3E3CB4.medium-show.small-hide,
    .channel-html .e3E3CB4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r89FC6A {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r89FC6A {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r89FC6A {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r89FC6A {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r89FC6A {
        overflow: hidden;
    }
}

.channel-html .r89FC6A.large-show {
    display: grid;
}

.channel-html .r89FC6A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r89FC6A.large-show.medium-show,
    .channel-html .r89FC6A.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r89FC6A.large-show.medium-hide,
    .channel-html .r89FC6A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r89FC6A.medium-show.small-show,
    .channel-html .r89FC6A.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r89FC6A.medium-show.small-hide,
    .channel-html .r89FC6A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r89FC6A .bentobox-item {
    border-radius: 18px;
}

.channel-html .tC7AECA {
    background-color: #ffffff;
    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 .tC7AECA {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tC7AECA {
        overflow: visible;
    }
}

.channel-html .tC7AECA.large-show {
    display: flex;
}

.channel-html .tC7AECA.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tC7AECA.large-show.medium-show,
    .channel-html .tC7AECA.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tC7AECA.large-show.medium-hide,
    .channel-html .tC7AECA.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tC7AECA.medium-show.small-show,
    .channel-html .tC7AECA.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tC7AECA.medium-show.small-hide,
    .channel-html .tC7AECA.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tC7AECA:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tC7AECA:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tC7AECA:before {
        content: none;
    }
}

.channel-html .t0C58E0 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0C58E0 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0C58E0 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0C58E0 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0C58E0 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0C58E0 {
        flex-grow: 0;
    }
}

.channel-html .t0C58E0.large-show {
    display: flex;
}

.channel-html .t0C58E0.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .t0C58E0.large-show.medium-show,
    .channel-html .t0C58E0.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .t0C58E0.large-show.medium-hide,
    .channel-html .t0C58E0.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t0C58E0.medium-show.small-show,
    .channel-html .t0C58E0.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .t0C58E0.medium-show.small-hide,
    .channel-html .t0C58E0.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .b3107E8 {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b3107E8 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b3107E8 {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b3107E8 {
        text-align: center;
    }
}

.channel-html .yCB4FB4 {
    margin-bottom: 0px;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-right: 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 .yCB4FB4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yCB4FB4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yCB4FB4 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yCB4FB4 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yCB4FB4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yCB4FB4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yCB4FB4 {
        padding-right: 40px;
    }
}

.channel-html .u7B4AE8 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 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 .u7B4AE8 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u7B4AE8 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u7B4AE8 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u7B4AE8 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u7B4AE8 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u7B4AE8 {
        padding-right: 50px;
    }
}

.channel-html .f43B9A6 {
    color: #6e6e73;
    padding-left: 80px;
    padding-right: 24px;
    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 .f43B9A6 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f43B9A6 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f43B9A6 {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f43B9A6 {
        padding-right: 17px;
    }
}

.channel-html .o03BF84 {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o03BF84 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o03BF84 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o03BF84 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o03BF84 {
        text-align: center;
    }
}

.oD9EF18 {
    margin-top: 60px;
    margin-bottom: -35px;
}

@media only screen and (max-width: 734px) {
    .oD9EF18 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .oD9EF18 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .oD9EF18 {
        margin-left: 3px;
    }
}

.channel-html .c156DB6 {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c156DB6 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c156DB6 {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c156DB6 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c156DB6 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .s414D7C {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .s414D7C {
        margin-left: 3px;
    }
}

.channel-html .bE624C5 {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .bE624C5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bE624C5 {
        margin-right: 0px;
    }
}

.channel-html .c915EDB.large-show {
    display: flex;
}

.channel-html .c915EDB.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c915EDB.large-show.medium-show,
    .channel-html .c915EDB.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c915EDB.large-show.medium-hide,
    .channel-html .c915EDB.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c915EDB.medium-show.small-show,
    .channel-html .c915EDB.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c915EDB.medium-show.small-hide,
    .channel-html .c915EDB.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xB53681 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 980px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xB53681 {
        grid-template-columns: repeat(1, 692px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xB53681 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .xB53681 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xB53681 {
        overflow: hidden;
    }
}

.channel-html .xB53681.large-show {
    display: grid;
}

.channel-html .xB53681.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .xB53681.large-show.medium-show,
    .channel-html .xB53681.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .xB53681.large-show.medium-hide,
    .channel-html .xB53681.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xB53681.medium-show.small-show,
    .channel-html .xB53681.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .xB53681.medium-show.small-hide,
    .channel-html .xB53681.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .xB53681 .bentobox-item {
    border-radius: 18px;
}

.channel-html .qBA5422 {
    background-color: #ffffff;
    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 .qBA5422 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qBA5422 {
        overflow: visible;
    }
}

.channel-html .qBA5422.large-show {
    display: flex;
}

.channel-html .qBA5422.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .qBA5422.large-show.medium-show,
    .channel-html .qBA5422.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .qBA5422.large-show.medium-hide,
    .channel-html .qBA5422.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qBA5422.medium-show.small-show,
    .channel-html .qBA5422.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .qBA5422.medium-show.small-hide,
    .channel-html .qBA5422.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .qBA5422:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .qBA5422:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qBA5422:before {
        content: none;
    }
}

.channel-html .a1143D7 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a1143D7 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1143D7 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1143D7 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .a1143D7 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a1143D7 {
        flex-grow: 0;
    }
}

.channel-html .a1143D7.large-show {
    display: flex;
}

.channel-html .a1143D7.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a1143D7.large-show.medium-show,
    .channel-html .a1143D7.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a1143D7.large-show.medium-hide,
    .channel-html .a1143D7.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a1143D7.medium-show.small-show,
    .channel-html .a1143D7.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a1143D7.medium-show.small-hide,
    .channel-html .a1143D7.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .gDAA709 {
    margin-top: -2px;
    margin-left: 40px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDAA709 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gDAA709 {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gDAA709 {
        text-align: center;
    }
}

.channel-html .n3B4A80 {
    margin-bottom: 0px;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-right: 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 .n3B4A80 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3B4A80 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n3B4A80 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3B4A80 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n3B4A80 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3B4A80 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n3B4A80 {
        padding-right: 40px;
    }
}

.channel-html .w57B806 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 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 .w57B806 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w57B806 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w57B806 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w57B806 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w57B806 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w57B806 {
        padding-right: 50px;
    }
}

.channel-html .l46C690 {
    color: #6e6e73;
    padding-left: 80px;
    padding-right: 24px;
    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 .l46C690 {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l46C690 {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l46C690 {
        padding-right: 33px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l46C690 {
        padding-right: 17px;
    }
}

.channel-html .hA6109D {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .hA6109D {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hA6109D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA6109D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA6109D {
        text-align: center;
    }
}

.d036B47 {
    margin-top: 60px;
    margin-bottom: -35px;
}

@media only screen and (max-width: 734px) {
    .d036B47 {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .d036B47 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .d036B47 {
        margin-left: 3px;
    }
}

.channel-html .sCA37AC {
    margin-top: 4px;
    margin-left: 53px;
    padding-left: 0px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sCA37AC {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sCA37AC {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA37AC {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sCA37AC {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .pA17F0F {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .pA17F0F {
        margin-left: 3px;
    }
}

.channel-html .wA07603 {
    margin-top: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .wA07603 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wA07603 {
        margin-right: 0px;
    }
}

.channel-html .h484F60.large-show {
    display: flex;
}

.channel-html .h484F60.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h484F60.large-show.medium-show,
    .channel-html .h484F60.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h484F60.large-show.medium-hide,
    .channel-html .h484F60.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h484F60.medium-show.small-show,
    .channel-html .h484F60.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h484F60.medium-show.small-hide,
    .channel-html .h484F60.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mC1C757 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .mC1C757 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC1C757 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mC1C757 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC1C757 {
        overflow: hidden;
    }
}

.channel-html .mC1C757.large-show {
    display: grid;
}

.channel-html .mC1C757.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .mC1C757.large-show.medium-show,
    .channel-html .mC1C757.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .mC1C757.large-show.medium-hide,
    .channel-html .mC1C757.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mC1C757.medium-show.small-show,
    .channel-html .mC1C757.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .mC1C757.medium-show.small-hide,
    .channel-html .mC1C757.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .mC1C757 .bentobox-item {
    border-radius: 18px;
}

.channel-html .zA3E19E {
    background-color: #ffffff;
    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 .zA3E19E {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA3E19E {
        overflow: hidden;
    }
}

.channel-html .zA3E19E.large-show {
    display: flex;
}

.channel-html .zA3E19E.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .zA3E19E.large-show.medium-show,
    .channel-html .zA3E19E.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .zA3E19E.large-show.medium-hide,
    .channel-html .zA3E19E.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zA3E19E.medium-show.small-show,
    .channel-html .zA3E19E.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .zA3E19E.medium-show.small-hide,
    .channel-html .zA3E19E.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .zA3E19E:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .zA3E19E:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zA3E19E:before {
        content: none;
    }
}

.channel-html .x631B83 {
    min-height: 510px;
    margin-bottom: -9px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x631B83 {
        min-height: 400px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x631B83 {
        min-height: 486px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x631B83 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x631B83 {
        flex-grow: 0;
    }
}

.channel-html .x631B83.large-show {
    display: flex;
}

.channel-html .x631B83.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .x631B83.large-show.medium-show,
    .channel-html .x631B83.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .x631B83.large-show.medium-hide,
    .channel-html .x631B83.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x631B83.medium-show.small-show,
    .channel-html .x631B83.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x631B83.medium-show.small-hide,
    .channel-html .x631B83.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .eB929CE {
    text-align: center;
}

.channel-html .mBC5864 {
    color: #000000;
    margin-top: 52px;
    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 .mBC5864 {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mBC5864 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mBC5864 {
        margin-left: -2px;
    }
}

.channel-html .rB6551B {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
    font-size: 14px;
}

.cD83CF4 {
    margin-top: 40px;
    margin-left: 48px;
}

@media only screen and (max-width: 1068px) {
    .cD83CF4 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .cD83CF4 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .cD83CF4 {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .cD83CF4 {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .cD83CF4 {
        margin-bottom: 2px;
    }
}

.channel-html .eCD5888 {
    text-align: center;
}

.channel-html .k094C0D {
    color: #000000;
    margin-top: 52px;
    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 .k094C0D {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k094C0D {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k094C0D {
        margin-left: -2px;
    }
}

.channel-html .m313BEB {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.l95143A {
    margin-top: 40px;
    margin-left: 83px;
}

@media only screen and (max-width: 1068px) {
    .l95143A {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .l95143A {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .l95143A {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .l95143A {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .l95143A {
        margin-bottom: 2px;
    }
}

.channel-html .rEAAF43 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .rEAAF43 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rEAAF43 {
        margin-right: 0px;
    }
}

.channel-html .k4D29E5.large-show {
    display: flex;
}

.channel-html .k4D29E5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k4D29E5.large-show.medium-show,
    .channel-html .k4D29E5.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k4D29E5.large-show.medium-hide,
    .channel-html .k4D29E5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k4D29E5.medium-show.small-show,
    .channel-html .k4D29E5.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k4D29E5.medium-show.small-hide,
    .channel-html .k4D29E5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tCB6AA5 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tCB6AA5 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tCB6AA5 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .tCB6AA5 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tCB6AA5 {
        overflow: hidden;
    }
}

.channel-html .tCB6AA5.large-show {
    display: grid;
}

.channel-html .tCB6AA5.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .tCB6AA5.large-show.medium-show,
    .channel-html .tCB6AA5.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .tCB6AA5.large-show.medium-hide,
    .channel-html .tCB6AA5.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tCB6AA5.medium-show.small-show,
    .channel-html .tCB6AA5.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .tCB6AA5.medium-show.small-hide,
    .channel-html .tCB6AA5.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .tCB6AA5 .bentobox-item {
    border-radius: 18px;
}

.channel-html .r2E60C4 {
    background-color: #ffffff;
    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 .r2E60C4 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r2E60C4 {
        overflow: visible;
    }
}

.channel-html .r2E60C4.large-show {
    display: flex;
}

.channel-html .r2E60C4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r2E60C4.large-show.medium-show,
    .channel-html .r2E60C4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r2E60C4.large-show.medium-hide,
    .channel-html .r2E60C4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r2E60C4.medium-show.small-show,
    .channel-html .r2E60C4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r2E60C4.medium-show.small-hide,
    .channel-html .r2E60C4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r2E60C4:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r2E60C4:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r2E60C4:before {
        content: none;
    }
}

.channel-html .c5EC058 {
    min-height: 500px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5EC058 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5EC058 {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c5EC058 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c5EC058 {
        flex-grow: 0;
    }
}

.channel-html .c5EC058.large-show {
    display: flex;
}

.channel-html .c5EC058.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c5EC058.large-show.medium-show,
    .channel-html .c5EC058.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c5EC058.large-show.medium-hide,
    .channel-html .c5EC058.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c5EC058.medium-show.small-show,
    .channel-html .c5EC058.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c5EC058.medium-show.small-hide,
    .channel-html .c5EC058.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .q63511E {
    margin-top: 4px;
    text-align: center;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q63511E {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q63511E {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .q63511E {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q63511E {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q63511E {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q63511E {
        text-align: center;
    }
}

@media only screen and (max-width: 1068px) {
    .d650C6C {
        margin-left: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .d650C6C {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .d650C6C {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .d650C6C {
        margin-bottom: 0px;
    }
}

.channel-html .o33B145 {
    color: #1d1d1f;
    margin-top: 34px;
    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 .o33B145 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o33B145 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o33B145 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o33B145 {
        padding-right: 0px;
    }
}

.channel-html .r53F305 {
    color: #1d1d1f;
    margin-top: 0px;
    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 .r53F305 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53F305 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53F305 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r53F305 {
        padding-right: 0px;
    }
}

.channel-html .s618946 {
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s618946 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s618946 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s618946 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s618946 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s618946 {
        padding-bottom: 0px;
    }
}

.channel-html .w11F289 {
    margin-top: 0px;
}

.channel-html .w11F289.large-show {
    display: flex;
}

.channel-html .w11F289.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w11F289.large-show.medium-show,
    .channel-html .w11F289.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w11F289.large-show.medium-hide,
    .channel-html .w11F289.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w11F289.medium-show.small-show,
    .channel-html .w11F289.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w11F289.medium-show.small-hide,
    .channel-html .w11F289.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x9EABB8 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x9EABB8 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x9EABB8 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x9EABB8 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x9EABB8 {
        overflow: hidden;
    }
}

.channel-html .x9EABB8.large-show {
    display: grid;
}

.channel-html .x9EABB8.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .x9EABB8.large-show.medium-show,
    .channel-html .x9EABB8.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .x9EABB8.large-show.medium-hide,
    .channel-html .x9EABB8.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x9EABB8.medium-show.small-show,
    .channel-html .x9EABB8.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .x9EABB8.medium-show.small-hide,
    .channel-html .x9EABB8.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x9EABB8 .bentobox-item {
    border-radius: 18px;
}

.channel-html .k4FE5D4 {
    background-color: #000000;
    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 .k4FE5D4 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k4FE5D4 {
        overflow: visible;
    }
}

.channel-html .k4FE5D4.large-show {
    display: flex;
}

.channel-html .k4FE5D4.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k4FE5D4.large-show.medium-show,
    .channel-html .k4FE5D4.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k4FE5D4.large-show.medium-hide,
    .channel-html .k4FE5D4.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k4FE5D4.medium-show.small-show,
    .channel-html .k4FE5D4.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k4FE5D4.medium-show.small-hide,
    .channel-html .k4FE5D4.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .k4FE5D4:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k4FE5D4:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k4FE5D4:before {
        content: none;
    }
}

.channel-html .h49F29A {
    min-height: 600px;
    margin-top: 52px;
    margin-bottom: 29px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h49F29A {
        min-height: 530px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h49F29A {
        min-height: 504px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h49F29A {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h49F29A {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h49F29A {
        margin-bottom: -32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h49F29A {
        margin-bottom: 33px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h49F29A {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h49F29A {
        flex-grow: 0;
    }
}

.channel-html .h49F29A.large-show {
    display: flex;
}

.channel-html .h49F29A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h49F29A.large-show.medium-show,
    .channel-html .h49F29A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h49F29A.large-show.medium-hide,
    .channel-html .h49F29A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h49F29A.medium-show.small-show,
    .channel-html .h49F29A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h49F29A.medium-show.small-hide,
    .channel-html .h49F29A.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a0EDDB8 {
    text-align: center;
}

.channel-html .hA04D91 {
    color: #ffffff;
    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 .hA04D91 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hA04D91 {
        margin-bottom: 0px;
    }
}

.hFF688D {
    margin-top: 44px;
}

@media only screen and (max-width: 1068px) {
    .hFF688D {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .hFF688D {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .hFF688D {
        margin-left: -2px;
    }
}

.channel-html .r1848E6 {
    margin-top: 23px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r1848E6 {
        margin-top: -53px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r1848E6 {
        margin-top: 7px;
    }
}

.channel-html .h9FD454 {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h9FD454 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h9FD454 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h9FD454 {
        padding-left: 24px;
    }
}

.channel-html .h9FD454.large-show {
    display: flex;
}

.channel-html .h9FD454.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .h9FD454.large-show.medium-show,
    .channel-html .h9FD454.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .h9FD454.large-show.medium-hide,
    .channel-html .h9FD454.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h9FD454.medium-show.small-show,
    .channel-html .h9FD454.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .h9FD454.medium-show.small-hide,
    .channel-html .h9FD454.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .v4219F4 {
    margin-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v4219F4 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v4219F4 {
        margin-bottom: 18px;
    }
}

.channel-html .w57A1AA {
    display: inline-block;
    width: 121px;
}

.channel-html .nE30E85 {
    color: #86868b;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.029rem;
    font-weight: 600;
    pointer-events: none;
}

.channel-html .jAEBDD6 {
    display: inline-block;
    position: relative;
    border: none;
    border-bottom: 1px solid #6e6e73;
    border-radius: 0px;
    transition: border-color 200ms ease;
    width: 240px;
}

@media (max-width: 1068px) {
    .channel-html .jAEBDD6 {
        border: none;
        border-bottom: 1px solid #86868b;
        border-radius: 0px;
    }
}

.channel-html .f426E40 {
    font-size: 17px;
    line-height: 1.4285914286;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    margin: 0;
    width: 240px;
    color: white;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 6px 0;
    padding-right: 15px;
}

.channel-html .f426E40:focus {
    border-radius: 0px;
    box-shadow: 0 0 0 4px rgb(0, 113, 227);
}

.channel-html .f426E40 option {
    background-color: #1d1d1f;
}

.channel-html .x09B586 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1;
    color: rgb(0, 102, 204);
    padding-right: 0px;
    padding-top: 10px;
    pointer-events: none;
    right: 0;
}

.channel-html .j88033A {
    padding-left: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j88033A {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j88033A {
        padding-left: 24px;
    }
}

.channel-html .j88033A.large-show {
    display: flex;
}

.channel-html .j88033A.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .j88033A.large-show.medium-show,
    .channel-html .j88033A.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .j88033A.large-show.medium-hide,
    .channel-html .j88033A.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j88033A.medium-show.small-show,
    .channel-html .j88033A.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .j88033A.medium-show.small-hide,
    .channel-html .j88033A.medium-hide.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mF5B7D3 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mF5B7D3 {
        padding-top: 12px;
    }
}

.channel-html .a552120[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .a552120[data-active-content|="true"] {
    display: block;
}

.channel-html .k5AFF27 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k5AFF27 {
        margin-top: -14px;
    }
}

.channel-html .k5AFF27.large-show {
    display: flex;
}

.channel-html .k5AFF27.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .k5AFF27.large-show.medium-show,
    .channel-html .k5AFF27.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .k5AFF27.large-show.medium-hide,
    .channel-html .k5AFF27.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k5AFF27.medium-show.small-show,
    .channel-html .k5AFF27.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .k5AFF27.medium-show.small-hide,
    .channel-html .k5AFF27.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x7CB3EB {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x7CB3EB {
        margin-bottom: 11px;
    }
}

.channel-html .t1120ED {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .fE9CEAB {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .fE9CEAB {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE9CEAB {
        margin-bottom: 11px;
    }
}

.channel-html .iCA154C {
    margin-top: -10px;
    margin-left: -64px;
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .iCA154C {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCA154C {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iCA154C {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCA154C {
        margin-left: -32px;
    }
}

.channel-html .h842AC8 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .q662D46 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .w101D8B {
    color: #ffffff;
    margin-top: 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 .w101D8B {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w101D8B {
        padding-bottom: -8px;
    }
}

.channel-html .t5A28B2 {
    width: 100%;
}

.channel-html .t5A28B2[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .t5A28B2[data-active-content|="true"] {
    display: block;
}

.channel-html .u612083 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u612083 {
        margin-top: -14px;
    }
}

.channel-html .u612083.large-show {
    display: flex;
}

.channel-html .u612083.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .u612083.large-show.medium-show,
    .channel-html .u612083.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .u612083.large-show.medium-hide,
    .channel-html .u612083.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u612083.medium-show.small-show,
    .channel-html .u612083.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .u612083.medium-show.small-hide,
    .channel-html .u612083.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .lFD499C {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lFD499C {
        margin-bottom: 11px;
    }
}

.channel-html .q245633 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .r474CC1 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .r474CC1 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r474CC1 {
        margin-bottom: 11px;
    }
}

.channel-html .e6C762D {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e6C762D {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e6C762D {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .e6C762D {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e6C762D {
        margin-left: -32px;
    }
}

.channel-html .p63CBDB {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .p63CBDB {
        margin-right: -18px;
    }
}

.channel-html .f134DC9 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .cF5EFA6 {
    color: #ffffff;
    margin-top: 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 .cF5EFA6 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .cF5EFA6 {
        padding-bottom: -8px;
    }
}

.channel-html .l428FA6 {
    width: 100%;
}

.channel-html .l428FA6[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .l428FA6[data-active-content|="true"] {
    display: block;
}

.channel-html .z234EBF {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z234EBF {
        margin-top: -14px;
    }
}

.channel-html .z234EBF.large-show {
    display: flex;
}

.channel-html .z234EBF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .z234EBF.large-show.medium-show,
    .channel-html .z234EBF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .z234EBF.large-show.medium-hide,
    .channel-html .z234EBF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z234EBF.medium-show.small-show,
    .channel-html .z234EBF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .z234EBF.medium-show.small-hide,
    .channel-html .z234EBF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .p809BF6 {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p809BF6 {
        margin-bottom: 11px;
    }
}

.channel-html .iD8A5C4 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .cB3157F {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .cB3157F {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cB3157F {
        margin-bottom: 11px;
    }
}

.channel-html .c224E1D {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c224E1D {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c224E1D {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c224E1D {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c224E1D {
        margin-left: -32px;
    }
}

.channel-html .lF06839 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .lF06839 {
        margin-right: -18px;
    }
}

.channel-html .h565CB4 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .gD952C8 {
    color: #ffffff;
    margin-top: 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 .gD952C8 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gD952C8 {
        padding-bottom: -8px;
    }
}

.channel-html .i24985E {
    width: 100%;
}

.channel-html .i24985E[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .i24985E[data-active-content|="true"] {
    display: block;
}

.channel-html .v68F2B1 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v68F2B1 {
        margin-top: -14px;
    }
}

.channel-html .v68F2B1.large-show {
    display: flex;
}

.channel-html .v68F2B1.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .v68F2B1.large-show.medium-show,
    .channel-html .v68F2B1.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .v68F2B1.large-show.medium-hide,
    .channel-html .v68F2B1.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v68F2B1.medium-show.small-show,
    .channel-html .v68F2B1.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .v68F2B1.medium-show.small-hide,
    .channel-html .v68F2B1.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .i8D793E {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8D793E {
        margin-bottom: 11px;
    }
}

.channel-html .p5DB224 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .f4CDC42 {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .f4CDC42 {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f4CDC42 {
        margin-bottom: 11px;
    }
}

.channel-html .i421C7B {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .i421C7B {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i421C7B {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i421C7B {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i421C7B {
        margin-left: -32px;
    }
}

.channel-html .w146DA1 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .w146DA1 {
        margin-right: -18px;
    }
}

.channel-html .sAB37ED {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .b875028 {
    color: #ffffff;
    margin-top: 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 .b875028 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b875028 {
        padding-bottom: -8px;
    }
}

.channel-html .vA76C22 {
    width: 100%;
}

.channel-html .vA76C22[data-element-type="gallery-item"] {
    display: none;
}

.channel-html .vA76C22[data-active-content|="true"] {
    display: block;
}

.channel-html .lC17858 {
    margin-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .lC17858 {
        margin-top: -14px;
    }
}

.channel-html .lC17858.large-show {
    display: flex;
}

.channel-html .lC17858.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .lC17858.large-show.medium-show,
    .channel-html .lC17858.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .lC17858.large-show.medium-hide,
    .channel-html .lC17858.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lC17858.medium-show.small-show,
    .channel-html .lC17858.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .lC17858.medium-show.small-hide,
    .channel-html .lC17858.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .j7CDBAB {
    margin-bottom: 11px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j7CDBAB {
        margin-bottom: 11px;
    }
}

.channel-html .d12DA58 {
    color: #86868b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.channel-html .iCE400B {
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 13px;
    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 .iCE400B {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iCE400B {
        margin-bottom: 11px;
    }
}

.channel-html .y0EC0DB {
    margin-top: -10px;
    margin-left: -64px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0EC0DB {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0EC0DB {
        margin-top: -12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .y0EC0DB {
        margin-left: -68px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y0EC0DB {
        margin-left: -32px;
    }
}

.channel-html .nE124E5 {
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .nE124E5 {
        margin-right: -18px;
    }
}

.channel-html .b3432B6 {
    margin-top: 1px;
    background: linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
    -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 .j0BCFEB {
    color: #ffffff;
    margin-top: 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 .j0BCFEB {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j0BCFEB {
        padding-bottom: -8px;
    }
}

.channel-html .x716B1A {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .x716B1A {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x716B1A {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x716B1A {
        margin-right: 0px;
    }
}

.channel-html .yFE3078 {
    padding-top: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .yFE3078 {
        margin-bottom: 0px;
    }
}

.channel-html .yFE3078.large-show {
    display: flex;
}

.channel-html .yFE3078.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .yFE3078.large-show.medium-show,
    .channel-html .yFE3078.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .yFE3078.large-show.medium-hide,
    .channel-html .yFE3078.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yFE3078.medium-show.small-show,
    .channel-html .yFE3078.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .yFE3078.medium-show.small-hide,
    .channel-html .yFE3078.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o7638D2 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 480px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o7638D2 {
        grid-template-columns: repeat(1, 336px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7638D2 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o7638D2 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o7638D2 {
        overflow: hidden;
    }
}

.channel-html .o7638D2.large-show {
    display: grid;
}

.channel-html .o7638D2.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o7638D2.large-show.medium-show,
    .channel-html .o7638D2.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o7638D2.large-show.medium-hide,
    .channel-html .o7638D2.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o7638D2.medium-show.small-show,
    .channel-html .o7638D2.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o7638D2.medium-show.small-hide,
    .channel-html .o7638D2.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .o7638D2 .bentobox-item {
    border-radius: 18px;
}

.channel-html .a2A972B {
    background-color: #000000;
    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 .a2A972B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2A972B {
        overflow: hidden;
    }
}

.channel-html .a2A972B.large-show {
    display: flex;
}

.channel-html .a2A972B.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .a2A972B.large-show.medium-show,
    .channel-html .a2A972B.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .a2A972B.large-show.medium-hide,
    .channel-html .a2A972B.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a2A972B.medium-show.small-show,
    .channel-html .a2A972B.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .a2A972B.medium-show.small-hide,
    .channel-html .a2A972B.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .a2A972B:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .a2A972B:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a2A972B:before {
        content: none;
    }
}

.channel-html .o3BDB25 {
    min-height: 606px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .o3BDB25 {
        min-height: 420px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o3BDB25 {
        min-height: 364px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o3BDB25 {
        margin-bottom: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .o3BDB25 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .o3BDB25 {
        flex-grow: 0;
    }
}

.channel-html .o3BDB25.large-show {
    display: flex;
}

.channel-html .o3BDB25.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .o3BDB25.large-show.medium-show,
    .channel-html .o3BDB25.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .o3BDB25.large-show.medium-hide,
    .channel-html .o3BDB25.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o3BDB25.medium-show.small-show,
    .channel-html .o3BDB25.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .o3BDB25.medium-show.small-hide,
    .channel-html .o3BDB25.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .f0CE453 {
    margin-bottom: -7px;
    text-align: left;
    z-index: 12;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f0CE453 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f0CE453 {
        text-align: center;
    }
}

.e684E1C {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .e684E1C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .e684E1C {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .e684E1C {
        margin-bottom: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .e684E1C {
        margin-bottom: -4px;
    }
}

.channel-html .jA16966 {
    margin-top: -140px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .jA16966 {
        margin-top: -130px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA16966 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA16966 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .jA16966 {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA16966 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA16966 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jA16966 {
        text-align: center;
    }
}

.channel-html .eF3DB48 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .eF3DB48 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eF3DB48 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eF3DB48 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eF3DB48 {
        padding-right: 0px;
    }
}

.channel-html .x7BCCF4 {
    margin-top: -107px;
    margin-left: 42px;
}

@media only screen and (max-width: 734px) {
    .channel-html .x7BCCF4 {
        margin-top: -138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7BCCF4 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7BCCF4 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7BCCF4 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x7BCCF4 {
        text-align: center;
    }
}

.channel-html .s311146 {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .s311146 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s311146 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s311146 {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s311146 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s311146 {
        padding-right: 0px;
    }
}

.channel-html .j8D3CAF {
    color: #ffffff;
    margin-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: 1068px) {
    .channel-html .j8D3CAF {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j8D3CAF {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j8D3CAF {
        margin-left: -13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j8D3CAF {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j8D3CAF {
        padding-right: 0px;
    }
}

.channel-html .d753884 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .d753884 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d753884 {
        margin-right: 0px;
    }
}

.channel-html .kFA815D.large-show {
    display: flex;
}

.channel-html .kFA815D.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .kFA815D.large-show.medium-show,
    .channel-html .kFA815D.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .kFA815D.large-show.medium-hide,
    .channel-html .kFA815D.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kFA815D.medium-show.small-show,
    .channel-html .kFA815D.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .kFA815D.medium-show.small-hide,
    .channel-html .kFA815D.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w66B8F3 {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 600px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .w66B8F3 {
        grid-template-columns: repeat(1, 418px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w66B8F3 {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w66B8F3 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w66B8F3 {
        overflow: hidden;
    }
}

.channel-html .w66B8F3.large-show {
    display: grid;
}

.channel-html .w66B8F3.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .w66B8F3.large-show.medium-show,
    .channel-html .w66B8F3.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .w66B8F3.large-show.medium-hide,
    .channel-html .w66B8F3.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w66B8F3.medium-show.small-show,
    .channel-html .w66B8F3.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .w66B8F3.medium-show.small-hide,
    .channel-html .w66B8F3.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .w66B8F3 .bentobox-item {
    border-radius: 18px;
}

.channel-html .m616BD6 {
    background-color: #ffffff;
    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 .m616BD6 {
        overflow: visible;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m616BD6 {
        overflow: visible;
    }
}

.channel-html .m616BD6.large-show {
    display: flex;
}

.channel-html .m616BD6.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .m616BD6.large-show.medium-show,
    .channel-html .m616BD6.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .m616BD6.large-show.medium-hide,
    .channel-html .m616BD6.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m616BD6.medium-show.small-show,
    .channel-html .m616BD6.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .m616BD6.medium-show.small-hide,
    .channel-html .m616BD6.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .m616BD6:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .m616BD6:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m616BD6:before {
        content: none;
    }
}

.channel-html .pD89F80 {
    min-height: 506px;
    align-items: center;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD89F80 {
        min-height: 390px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD89F80 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD89F80 {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD89F80 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD89F80 {
        flex-grow: 0;
    }
}

.channel-html .pD89F80.large-show {
    display: flex;
}

.channel-html .pD89F80.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD89F80.large-show.medium-show,
    .channel-html .pD89F80.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .pD89F80.large-show.medium-hide,
    .channel-html .pD89F80.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD89F80.medium-show.small-show,
    .channel-html .pD89F80.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .pD89F80.medium-show.small-hide,
    .channel-html .pD89F80.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .pD77B78 {
    margin-top: 4px;
    margin-left: 30px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD77B78 {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pD77B78 {
        margin-left: -11px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD77B78 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pD77B78 {
        text-align: center;
    }
}

.u37CD3C {
    margin-left: 2px;
}

@media only screen and (max-width: 734px) {
    .u37CD3C {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .u37CD3C {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .u37CD3C {
        margin-left: 3px;
    }
}

.channel-html .l7F8BA6 {
    margin-top: -2px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l7F8BA6 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l7F8BA6 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l7F8BA6 {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        padding-right: 9px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l7F8BA6 {
        text-align: center;
    }
}

.channel-html .mC9FAD4 {
    margin-bottom: 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 .mC9FAD4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC9FAD4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mC9FAD4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC9FAD4 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mC9FAD4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC9FAD4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mC9FAD4 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mC9FAD4 {
        padding-right: 40px;
    }
}

.channel-html .t4699F1 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 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 .t4699F1 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4699F1 {
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4699F1 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4699F1 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t4699F1 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t4699F1 {
        padding-right: 40px;
    }
}

.channel-html .g87FBAD {
    color: #6e6e73;
    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 .g87FBAD {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g87FBAD {
        padding-left: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g87FBAD {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g87FBAD {
        padding-right: 17px;
    }
}

.channel-html .u375C4E {
    margin-top: 4px;
    margin-left: 40px;
    text-align: center;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u375C4E {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u375C4E {
        margin-left: -8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u375C4E {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u375C4E {
        text-align: center;
    }
}

.zAFB28D {
    margin-left: 20px;
}

@media only screen and (max-width: 734px) {
    .zAFB28D {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .zAFB28D {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .zAFB28D {
        margin-left: 3px;
    }
}

.channel-html .u253B23 {
    margin-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 734px) {
    .channel-html .u253B23 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u253B23 {
        margin-right: 0px;
    }
}

.channel-html .i730805 {
    margin-left: 0px;
}

.channel-html .i730805.large-show {
    display: flex;
}

.channel-html .i730805.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .i730805.large-show.medium-show,
    .channel-html .i730805.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .i730805.large-show.medium-hide,
    .channel-html .i730805.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i730805.medium-show.small-show,
    .channel-html .i730805.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .i730805.medium-show.small-hide,
    .channel-html .i730805.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r752E0F {
    grid-template-rows: minmax(undefined, 1fr);
    grid-template-columns: repeat(1, 360px);
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .r752E0F {
        grid-template-columns: repeat(1, 254px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r752E0F {
        grid-template-columns: repeat(1, 320px);
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r752E0F {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r752E0F {
        overflow: hidden;
    }
}

.channel-html .r752E0F.large-show {
    display: grid;
}

.channel-html .r752E0F.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .r752E0F.large-show.medium-show,
    .channel-html .r752E0F.large-hide.medium-show {
        display: grid;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .r752E0F.large-show.medium-hide,
    .channel-html .r752E0F.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r752E0F.medium-show.small-show,
    .channel-html .r752E0F.medium-hide.small-show {
        display: grid;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .r752E0F.medium-show.small-hide,
    .channel-html .r752E0F.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .r752E0F .bentobox-item {
    border-radius: 18px;
}

.channel-html .n4C25BF {
    background-color: #ffffff;
    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 .n4C25BF {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n4C25BF {
        overflow: hidden;
    }
}

.channel-html .n4C25BF.large-show {
    display: flex;
}

.channel-html .n4C25BF.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .n4C25BF.large-show.medium-show,
    .channel-html .n4C25BF.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .n4C25BF.large-show.medium-hide,
    .channel-html .n4C25BF.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n4C25BF.medium-show.small-show,
    .channel-html .n4C25BF.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .n4C25BF.medium-show.small-hide,
    .channel-html .n4C25BF.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .n4C25BF:before {
    content: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .n4C25BF:before {
        content: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n4C25BF:before {
        content: none;
    }
}

.channel-html .c226564 {
    min-height: 510px;
    margin-bottom: -9px;
    flex-grow: 0;
}

@media only screen and (max-width: 1068px) {
    .channel-html .c226564 {
        min-height: 400px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c226564 {
        min-height: 486px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c226564 {
        flex-grow: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c226564 {
        flex-grow: 0;
    }
}

.channel-html .c226564.large-show {
    display: flex;
}

.channel-html .c226564.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {

    .channel-html .c226564.large-show.medium-show,
    .channel-html .c226564.large-hide.medium-show {
        display: flex;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .c226564.large-show.medium-hide,
    .channel-html .c226564.large-hide.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c226564.medium-show.small-show,
    .channel-html .c226564.medium-hide.small-show {
        display: flex;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .c226564.medium-show.small-hide,
    .channel-html .c226564.medium-hide.small-hide {
        display: none;
    }
}

.channel-html .x116030 {
    text-align: center;
}

.channel-html .w60EE91 {
    color: #000000;
    margin-top: 52px;
    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 .w60EE91 {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w60EE91 {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w60EE91 {
        margin-left: -2px;
    }
}

.channel-html .i292452 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
    font-size: 14px;
}

.g57A23B {
    margin-top: 40px;
    margin-left: 48px;
}

@media only screen and (max-width: 1068px) {
    .g57A23B {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .g57A23B {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .g57A23B {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .g57A23B {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .g57A23B {
        margin-bottom: 2px;
    }
}

.channel-html .x87B300 {
    text-align: center;
}

.channel-html .zC8D2BD {
    color: #000000;
    margin-top: 52px;
    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 .zC8D2BD {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC8D2BD {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .zC8D2BD {
        margin-left: -2px;
    }
}

.channel-html .x133268 {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: break-word;
}

.y11158A {
    margin-top: 40px;
    margin-left: 20px;
}

@media only screen and (max-width: 1068px) {
    .y11158A {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 734px) {
    .y11158A {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .y11158A {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .y11158A {
        margin-left: 54px;
    }
}

@media only screen and (max-width: 734px) {
    .y11158A {
        margin-bottom: 2px;
    }
}

.channel-html br.large {
    display: block;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.large {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.large {
        display: none;
    }
}

.channel-html br.medium {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.medium {
        display: block;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.medium {
        display: none;
    }
}

.channel-html br.small {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.small {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.small {
        display: block;
    }
}

.channel-html br.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.large-hide {
        display: block;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.large-hide {
        display: block;
    }
}

.channel-html br.medium-hide {
    display: block;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.medium-hide {
        display: block;
    }
}

.channel-html br.small-hide {
    display: block;
}

@media only screen and (max-width: 1068px) {
    .channel-html br.small-hide {
        display: block;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html br.small-hide {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .static-layout .z20615F .compare-static-0,
    .channel-html .static-layout .z20615F .compare-static-1,
    .channel-html .static-layout .z20615F .compare-static-2,
    .channel-html .static-layout .z20615F .compare-static-3,
    .channel-html .static-layout .z20615F .compare-static-4,
    .channel-html .static-layout .z20615F .compare-static-5,
    .channel-html .static-layout .z20615F .compare-static-6 {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .static-layout .z20615F .compare-column-0,
    .channel-html .static-layout .z20615F .compare-column-1,
    .channel-html .static-layout .z20615F .compare-column-2,
    .channel-html .static-layout .z20615F .compare-column-3,
    .channel-html .static-layout .z20615F .compare-column-4,
    .channel-html .static-layout .z20615F .compare-column-5,
    .channel-html .static-layout .z20615F .compare-column-6 {
        display: none;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .static-layout .z20615F .compare-static-1,
    .channel-html .static-layout .z20615F .compare-column-1 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .static-layout .z20615F .compare-static-3,
    .channel-html .static-layout .z20615F .compare-column-3 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 1068px) {

    .channel-html .static-layout .z20615F .compare-static-4,
    .channel-html .static-layout .z20615F .compare-column-4 {
        display: flex;
        order: 3;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .static-layout .z20615F .compare-static-1,
    .channel-html .static-layout .z20615F .compare-static-2,
    .channel-html .static-layout .z20615F .compare-static-3,
    .channel-html .static-layout .z20615F .compare-static-4,
    .channel-html .static-layout .z20615F .compare-static-5,
    .channel-html .static-layout .z20615F .compare-static-0 {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .static-layout .z20615F .compare-column-1,
    .channel-html .static-layout .z20615F .compare-column-2,
    .channel-html .static-layout .z20615F .compare-column-3,
    .channel-html .static-layout .z20615F .compare-column-4,
    .channel-html .static-layout .z20615F .compare-column-5,
    .channel-html .static-layout .z20615F .compare-column-0 {
        display: none;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .static-layout .z20615F .compare-static-3,
    .channel-html .static-layout .z20615F .compare-column-3 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 734px) {

    .channel-html .static-layout .z20615F .compare-static-4,
    .channel-html .static-layout .z20615F .compare-column-4 {
        display: flex;
        order: 2;
    }
}

.channel-html .o12EAAX {
    color: #6e6e73;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    word-break: normal;
    font-size: 14px;
}

@media only screen and (max-width: 1068px) {
    .yDF74D7 {
        margin-bottom: -29px;
    }
}

.channel-html .uAC0B12 {
    margin-top: -2px;
}

.channel-html .z71CF2F {
    margin-top: 53px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z71CF2F {
        margin-top: 26px;
    }
}

.channel-html .u7A38F6 .z71CF2F {
    margin-top: 53px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u7A38F6 .z71CF2F {
        margin-top: 31px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u7A38F6 .z71CF2F {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uAC0B12 {
        margin-top: -1px;
    }
}

.yDF74D7 {
    margin-top: 45px;
}

@media only screen and (max-width: 1068px) {
    .yDF74D7 {
        margin-left: 57px;
        margin-top: 27px;
        margin-bottom: -28px;
    }
}

@media only screen and (max-width: 734px) {
    .yDF74D7 {
        margin-left: 54px;
        margin-top: 32px;
    }
}

.channel-html .y720A19 {
    max-height: 699px;
    min-height: 699px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .y720A19 {
        max-height: 541px;
        min-height: 541px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y720A19 {
        max-height: initial;
        min-height: initial;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fF64D3E .channel-custom-font-channel-custom-font-48-subheadline-upgraders {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ---------------- */
/* Fix vari */
/* ---------------- */
.channel-html.eA28449 [data-element-type="gallery-item"] {
    background: transparent !important;
}