/*
CSS BASE - LANDING PREVENTA
*/
.img-banner{
    max-width: 100%;
    height: auto;

}
.tnd-mt-50px{
    margin-top: 50px!important;
}
.tnd-mt-40px{
    margin-top: 40px!important;
}
.tnd-visible-sm{
    display: none !important;
}
@media (min-width: 768px) {
    .tnd-hidden-sm {
        display: none !important;
    }
    .tnd-visible-sm {
        display: block !important;
    }
}
.center-text{
    text-align: -webkit-center!important;
    padding-top: 20px!important;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('{{ asset("/fonts/HelveticaNeue-Medium") }}')  format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
Bold: HelveticaNeueBold.ttf
Bold italic: HelveticaNeue-HeavyItalic.otf
*/

header { padding: 0 5%; background-color: #EF3829 }

.btnCompra1{ background-color: #1f97ae !important; }
.btnCompra2{ background-color: #da1d19 !important; }
header nav { width:84%; height: 50px }
header nav .brand { line-height:45px }
header nav .brand img { height: 30px;vertical-align: middle }
header, main, footer { /*width:100%*/ }
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    font-weight: 300;
}
header {
    /* display: none; */
    padding: 0 12%;
    background-color: #000000;
    /*border-bottom: solid white 0.25px;*/
}
header nav a.btn {
    padding: 0.5em 1.6em;
    margin-top: 8px;
    float: right;
}
a.btn {
    padding: 1em 2em;
    border: none;
    color: white !important;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none !important;
}
a.btn.secundary {
    background-color: #1f97ae;
    font-family: system-ui;

}
footer {
    padding: 2em;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 0.8em;
    display: block;
    font-family: system-ui;
}
@font-face {
    font-family: 'SF-Pro-Display-Regular';
    src: url('{{ asset("/fonts/SF-Pro-Display-Regular") }}')  format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Display-Semibold';
    src: url('{{ asset("/fonts/SF-Pro-Display-Semibold") }}')  format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
CSS LANDING IPHONE 13
*/

.channel-html {
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.channel-html,
.channel-html:before,
.channel-html:after,
.channel-html *,
.channel-html *:before,
.channel-html *:after {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    float: initial;
    pointer-events: auto;
    letter-spacing: normal;
}

.channel-html *,
.channel-html *:before,
.channel-html *:after {
    float: inherit;
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}

.channel-html div,
.channel-html article,
.channel-html details,
.channel-html figure,
.channel-html footer,
.channel-html header,
.channel-html nav,
.channel-html section {
    display: block;
}

.channel-html img {
    border: 0;
    vertical-align: middle;
}

.channel-html ul {
    list-style: none;
}

.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;
    direction: ltr;
    text-align: left;
}

.channel-html,
.channel-html select,
.channel-html button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html sup {
    font-size: 0.6em;
    vertical-align: top;
    position: relative;
    bottom: -0.2em;
}

h1 .channel-html sup,
h2 .channel-html sup,
h3 .channel-html sup {
    font-size: 0.4em;
}

.channel-html sup a {
    vertical-align: inherit;
    color: inherit;
}

.channel-html sup a:hover {
    color: #0066cc;
    text-decoration: none;
}

.channel-html html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.channel-html body {
    margin: 0;
    padding: 0;
}

.channel-html ul,
.channel-html li,
.channel-html dd,
.channel-html h1,
.channel-html h2,
.channel-html h3,
.channel-html h4,
.channel-html h5,
.channel-html h6,
.channel-html p,
.channel-html figure,
.channel-html button {
    margin: 0;
    padding: 0;
}

.channel-html caption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

.channel-html caption {
    text-align: left;
}

.channel-html table {
    border-collapse: collapse;
    border-spacing: 0;
}

.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 {
    outline: 4px solid rgba(0, 125, 250, 0.6);
    outline-offset: 1px;
}

.channel-html :focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.channel-html :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: none;
}

.channel-html ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.channel-html html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    font-size: 106.25%;
    quotes: "“""”";
}

.channel-html body {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    background-color: white;
    color: #1d1d1f;
    font-style: normal;
}

.channel-html body,
.channel-html select,
.channel-html button {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
}

.channel-html h1,
.channel-html h2,
.channel-html h3,
.channel-html h4,
.channel-html h5,
.channel-html h6 {
    font-weight: 600;
    color: #1d1d1f;
}

.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: 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: 0.4em;
}

p+.channel-html h1,
ul+.channel-html h1,
p+.channel-html h2,
ul+.channel-html h2,
p+.channel-html h3,
ul+.channel-html h3,
p+.channel-html h4,
ul+.channel-html h4,
p+.channel-html h5,
ul+.channel-html h5,
p+.channel-html h6,
ul+.channel-html h6 {
    margin-top: 1.6em;
}

.channel-html p+*,
.channel-html ul+* {
    margin-top: 0.8em;
}

.channel-html ul {
    margin-left: 1.1764705882em;
}

.channel-html ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

nav .channel-html ul {
    margin: 0;
    list-style: none;
}

.channel-html li li {
    font-size: 1em;
}

.channel-html a,
.channel-html .link {
    color: #0066cc;
    letter-spacing: inherit;
}

.channel-html a:link,
.channel-html a:visited,
.channel-html .link:link,
.channel-html .link:visited {
    text-decoration: none;
}

.channel-html a:hover,
.channel-html .link:hover {
    text-decoration: underline;
}

.channel-html a:active,
.channel-html .link:active {
    text-decoration: none;
}

.channel-html a:disabled,
.channel-html .link:disabled {
    opacity: 0.32;
}

.channel-html b {
    font-weight: 600;
}

.channel-html i {
    font-style: italic;
}

.channel-html sup {
    position: relative;
    font-size: 0.6em;
    vertical-align: baseline;
}

.channel-html sup {
    top: -0.5em;
}

.channel-html .footnote a {
    vertical-align: inherit;
    color: inherit;
}

.channel-html .footnote a:hover {
    color: #0066cc;
    text-decoration: none;
}

.channel-html .footnote-reduced {
    font-size: 0.45em;
}

sup.channel-html .footnote-reduced {
    top: -0.86em;
}

.channel-html .footnote-diamond {
    position: relative;
    vertical-align: baseline;
    font-size: 0.6em;
    top: -0.5em;
}

.channel-html .footnote-diamond.footnote-reduced {
    font-size: 0.45em;
    top: -0.86em;
}

.channel-html .visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.channel-html .column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0px;
}

.channel-html .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.channel-html .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.channel-html .large-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.channel-html .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.channel-html .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.channel-html .large-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.channel-html .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.channel-html .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.channel-html .large-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.channel-html .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.channel-html .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.channel-html .large-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.channel-html .large-last {
    margin-left: auto;
}

@media only screen and (max-width: 1068px) {
    .channel-html .medium-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .channel-html .medium-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .channel-html .medium-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .channel-html .medium-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .channel-html .medium-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .channel-html .medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .channel-html .medium-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .channel-html .medium-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .channel-html .medium-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .channel-html .medium-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .channel-html .medium-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .channel-html .medium-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .channel-html .medium-last {
        margin-left: auto;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .channel-html .small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .channel-html .small-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .channel-html .small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .channel-html .small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .channel-html .small-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .channel-html .small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .channel-html .small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .channel-html .small-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .channel-html .small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .channel-html .small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .channel-html .small-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .channel-html .small-last {
        margin-left: 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 only screen and (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 only screen and (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-left: 0.3em;
    top: 0;
}

.channel-html .icon-apple::before,
.channel-html .icon-apple::after {
    content: "\f8ff";
}

.channel-html .icon-chevronright::before,
.channel-html .icon-chevronright::after {
    content: "\f301";
}

.channel-html .icon-plus::before,
.channel-html .icon-plus::after {
    content: "\f309";
}

.channel-html .more::before,
.channel-html .more::after {
    content: "\f301";
}

.channel-html .icon-wrapper .icon,
.channel-html .icon-wrapper .more::after,
.channel-html .icon-wrapper .icon-after::after {
    display: inline;
    position: static;
}

.channel-html a.icon-wrapper {
    text-decoration: none;
}

.channel-html a.icon-wrapper:hover .icon-copy {
    text-decoration: underline;
}

.channel-html .icon-wrapper {
    unicode-bidi: bidi-override;
}

.channel-html .icon-copy {
    unicode-bidi: embed;
}

.channel-html body {
    min-width: 320px;
}

.channel-html .large-hide {
    display: none;
}

.channel-html .large-show, .channel-html .large-break {
    display: block;
}

@media only screen and (max-width: 1068px) {
    .channel-html .medium-hide {
        display: none;
    }

    .channel-html .medium-show {
        display: block;
    }

    .channel-html .large-break {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .small-hide {
        display: none;
    }

    .channel-html .small-show {
        display: block;
    }
}

.channel-html .typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-headline-super {
        font-size: 64px;
        line-height: 1.0625;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-headline-super {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-headline-elevated {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-headline-elevated {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-headline-elevated {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-headline {
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-headline {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-headline {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-headline-reduced {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-headline-reduced {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-headline-reduced {
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-eyebrow-super {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-eyebrow-super {
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-eyebrow-super {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-eyebrow-elevated {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-eyebrow-elevated {
        font-size: 24px;
        line-height: 1.1666666667;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-eyebrow-elevated {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-eyebrow {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-eyebrow {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-eyebrow-reduced {
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-eyebrow-reduced {
        font-size: 19px;
        line-height: 1.2105263158;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-intro-elevated {
    font-size: 24px;
    line-height: 1.3334133333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-intro-elevated {
        font-size: 21px;
        line-height: 1.381002381;
        font-weight: 400;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-intro {
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 734px) {
    .channel-html .typography-intro {
        font-size: 19px;
        line-height: 1.4211026316;
        font-weight: 400;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-label {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-html .typography-label {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-html .typography-body {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .typography-body-reduced {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .typography-caption {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .typography-sosumi {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html [class*=typography-eyebrow] {
    display: block;
    margin-bottom: 0.4em;
}

.channel-html [class*=typography-eyebrow]+* {
    margin-top: 0;
}

.channel-html .typography-headline+.typography-intro {
    margin-top: 1.2em;
}

.channel-html .typography-headline-super+.typography-intro-elevated {
    margin-top: 1.6em;
}

.channel-html .typography-headline-elevated+.typography-intro-elevated {
    margin-top: 1.4em;
}

.channel-html .typography-headline-reduced+p,
.channel-html .typography-headline-reduced+ul,
.channel-html .typography-headline-reduced+.typography-body {
    margin-top: 1em;
}

.channel-html .button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 980px;
    background: #0071e3;
    color: white;
}

.channel-html .button:hover {
    text-decoration: none;
}

.channel-html .button:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none;
}

.channel-html .button:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.channel-html .button:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow: none;
}

.channel-html .button:active {
    outline: none;
}

.channel-html .button:disabled {
    cursor: default;
}

.channel-html .button:hover {
    background: #0077ED;
}

.channel-html .button:active {
    background: #006EDB;
}

.channel-html .button:disabled {
    background: #0071e3;
    color: white;
    opacity: 0.32;
}

.channel-html .button-secondary {
    background: #e8e8ed;
    color: black;
}

.channel-html .button-secondary:hover {
    background: #EBEBF0;
}

.channel-html .button-secondary:active {
    background: #E6E6EB;
}

.channel-html .button-secondary:disabled {
    background: #e8e8ed;
    color: black;
    opacity: 0.56;
}

.channel-html .button-super {
    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    min-width: 28px;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.channel-html .button-elevated {
    font-size: 17px;
    line-height: 1.1764805882;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    min-width: 26px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.channel-html .button-reduced {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    min-width: 23px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.channel-html .badge {
    margin-right: 2em;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    min-width: 5em;
    position: relative;
    z-index: 1;
    color: #1d1d1f;
}

.channel-html .badge .badge-content {
    margin: 1em 0;
    padding-top: 4px;
    padding-bottom: 2px;
    position: relative;
    z-index: 1;
}

.channel-html .badge .badge-value {
    left: -2px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.channel-html .badge .badge-caption {
    left: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.channel-html .badge .badge-caption:first-child {
    top: auto;
    bottom: 100%;
}

.channel-html .badge .badge-caption {
    color: #1d1d1f;
}

.channel-html .badge .badge-value {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-right {
    margin-right: 2em;
    text-align: right;
}

@media only screen and (max-width: 1068px) {
    .channel-html .badge-right {
        margin-right: 1em;
    }
}

.channel-html .badge-right .badge-caption {
    margin-left: -0.3em;
}

.channel-html .badge-super .badge-value {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-super .badge-caption {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-elevated .badge-value {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-elevated .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-reduced .badge-value {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .badge-reduced .badge-caption {
    font-size: 14px;
    line-height: 1.2857742857;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.channel-html .colornav {
    display: inline-block;
    text-align: center;
}

.channel-html .colornav-items {
    display: inline-block;
    list-style: none;
    margin: 0 -1px;
    padding-top: 17px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .colornav-items {
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 13px;
    }
}

.channel-html .colornav-item {
    float: left;
    margin: -1px 5px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .colornav-item {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.channel-html .colornav-value {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .colornav-link {
    border: 2px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    color: #1d1d1f;
    cursor: pointer;
    float: left;
    margin-bottom: 2.4705882353em;
    padding: 3px;
    position: relative;
    width: 42px;
    height: 42px;
    z-index: 1;
}

@media only screen and (max-width: 1068px) {
    .channel-html .colornav-link {
        margin-bottom: 2.5882352941em;
        padding: 2px;
        width: 36px;
        height: 36px;
    }
}

.channel-html .colornav-value:checked~.colornav-link {
    border-color: #0071e3;
    cursor: default;
}

.channel-html .colornav-link:focus,
.channel-html .colornav-value:focus~.colornav-link {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none;
}

.channel-html .colornav-link:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.channel-html .colornav-link:focus[data-focus-method=touch]:not(input):not(textarea):not(select),
.channel-html .colornav-value:focus~.colornav-link[data-focus-method=mouse]:not(input):not(textarea):not(select),
.channel-html .colornav-value:focus~.colornav-link[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow: none;
}

.channel-html .colornav-swatch {
    background: #f5f5f7 center center;
    border-radius: 50%;
    display: block;
    width: 32px;
    height: 32px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .colornav-swatch {
        width: 28px;
        height: 28px;
    }
}

.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;
}

.channel-html .colornav-label,
.channel-html .colornav-label-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.channel-html .colornav-label {
    overflow: visible;
}

.channel-html .colornav-value:checked~.colornav-link .colornav-label {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: -50px;
    padding-top: 7px;
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    width: 100px;
    height: auto;
    z-index: 1;
}

@media only screen and (max-width: 1068px) {
    .channel-html .colornav-value:checked~.colornav-link .colornav-label {
        padding-top: 4px;
    }
}

.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;
}

.channel-html .section-background {
    position: relative;
    background-repeat: no-repeat;
}

.channel-html .badge {
    white-space: normal;
}

.channel-html .badge .badge-content {
    margin: 0 !important;
}

.channel-html .badge-content span:nth-child(3) {
    top: 0.2em !important;
    position: relative !important;
    display: inline-block !important;
}

.channel-html .badge-caption-up {
    word-wrap: break-word;
    bottom: 0.3em !important;
    position: relative !important;
    display: inline-block !important;
}

.channel-html .badge .badge-caption-up.helvetica-neue,
.channel-html .badge .badge-caption-bottom.helvetica-neue {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.channel-html .bento-box {
    margin-left: 0;
}

@media only screen and (min-width: 1069px) {
    .channel-html .bento-box.large-hide {
        display: none;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .channel-html .bento-box.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bento-box.small-hide {
        display: none;
    }
}

.channel-html .bentobox-item {
    display: flex;
    flex-direction: column;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-mask: -webkit-radial-gradient(white, black);
}

.channel-html .button {
    padding-left: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 19px;
}

@media only screen and (max-width: 734px) {
    .channel-html .button {
        padding-left: 19px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 19px;
    }
}

.channel-html .button-channel {
    background: transparent;
    border: 1px solid #1d1d1f;
    color: #1d1d1f;
}

.channel-html .button-channel:hover {
    background: transparent;
    border: 1px solid #6e6e73;
    color: #6e6e73;
}

.channel-html .colornav-items {
    margin-left: 0;
    padding-top: 0;
}

.channel-html .colornav-swatch {
    position: relative;
}



/*
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 viewport-list() {
			@include 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 viewport-list() {
			@include 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>
*/

.channel-compare .compare-wrapper {
    position: relative;
}

.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 only screen and (max-width: 1068px) {
    .channel-compare .compare-section {
        padding-top: 53px;
        padding-bottom: 25px;
    }
}

@media only screen and (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-header-row,
.channel-compare .compare-row {
    --column-gap: 31px;
    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 only screen and (max-width: 1068px) {

    .channel-compare .compare-header-row,
    .channel-compare .compare-row {
        --column-gap: 28px;
    }
}

@media only screen and (max-width: 734px) {

    .channel-compare .compare-header-row,
    .channel-compare .compare-row {
        --column-gap: 18px;
    }
}

.channel-compare .compare-row {
    margin-bottom: 55px;
}

.channel-compare .compare-row.compare-template-border-bottom .compare-column {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .compare-row.compare-template-border-bottom .compare-column {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare-row.compare-template-border-bottom .compare-column {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-compare .compare-row {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare-row {
        margin-bottom: 34px;
    }
}

.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-column {
    display: none;
    box-sizing: border-box;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader {
    width: 100%;
}

.channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    padding-bottom: 27px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 33px;
    padding-bottom: 27px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        font-size: 21px;
        line-height: 1.1904761905;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style {
        margin-bottom: 17px;
        padding-bottom: 13px;
    }
}

.channel-compare .compare.with-fullwidthrowheader .compare-column {
    text-align: center;
    justify-content: center;
}

.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 only screen and (max-width: 1068px) {
    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-size: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash {
        font-size: 12px;
    }
}

.channel-compare .compare .copy.helvetica-neue {
    font-weight: 500;
    line-height: 1.235;
}

.compare-wrapper {
    width: 100%;
}



.channel-compare .selector-table {
    padding-top: 10px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .selector-table {
        margin-bottom: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .selector-table {
        margin-bottom: 24px;
    }
}

.channel-compare .selector-table .compare-row {
    margin: 0;
}

.channel-compare .selector-table .compare-rowheader {
    height: 0;
}

.channel-compare .selector-dropdown {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 19px;
    line-height: 1.4737642105;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    width: 100%;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding: 16px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .selector-dropdown {
        font-size: 17px;
        line-height: 1.3529611765;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .selector-dropdown {
        font-size: 14px;
        line-height: 1.4285914286;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-compare .selector-dropdown:focus {
    border-radius: 12px;
    box-shadow: 0 0 0 4px rgba(131, 192, 253, 0.5);
}

@media only screen and (max-width: 734px) {
    .channel-compare .selector-dropdown {
        font-size: 100%;
        padding-bottom: 11px;
        padding-left: 0px;
        padding-top: 11px;
    }

    .channel-compare .selector-dropdown:focus {
        border-radius: 5px;
    }
}

.channel-compare .selector-icon {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    color: #0066cc;
    padding-right: 10px;
    padding-top: 15px;
    pointer-events: none;
    right: 6px;
}

.channel-compare .selector-icon:after {
    pointer-events: none;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .selector-icon {
        top: 2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .selector-icon {
        font-size: 24px;
        top: -8px;
        padding-right: 0;
        right: 0px;
    }
}

.channel-compare .static-dropdown {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    font-size: 19px;
    line-height: 1.4737642105;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    width: 100%;
    margin: 0;
    padding-bottom: 7px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .static-dropdown {
        font-size: 17px;
        line-height: 1.3529611765;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .static-dropdown {
        font-size: 14px;
        line-height: 1.4285914286;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}



.channel-compare .badge {
    min-width: 0;
    margin: 0 auto;
}

.channel-compare .badge .badge-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 .badge-content {
    margin: 0;
    padding: 0;
}

.channel-compare .badge-content .badge-caption {
    position: static;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

@media only screen and (max-width: 1068px) {
    .channel-compare .badge-content .badge-caption {
        font-size: 14px;
        line-height: 1.4285914286;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .badge-content .badge-caption {
        font-size: 12px;
        line-height: 1.3333733333;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .badge-content .badge-caption {
        font-size: 12px;
    }
}

.channel-compare .badge-content .badge-caption p {
    color: #1d1d1f;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-compare .badge-content .badge-caption.copy {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.235;
}

.channel-compare .badge-content .badge-caption.copy.mdash {
    font-weight: 600;
}

.channel-compare .badge-content .badge-value {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    line-height: 0.74em;
    margin-bottom: -6px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .badge-content .badge-value {
        font-size: 48px;
        line-height: 1.0834933333;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .badge-content .badge-value {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
    }
}

.channel-compare .badge-content .badge-elevated .badge-caption p {
    color: #86868b;
}

.channel-compare .badge-content .image-icon-wrapper {
    position: relative;
    text-align: center;
}

.channel-compare .badge-content .image-icon-wrapper figure {
    display: block;
    margin: auto;
}

.channel-compare .badge-content .badge-row {
    padding: 0 50px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .badge-content .badge-row {
        padding: 0 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .badge-content .badge-row {
        padding: 0 0;
    }
}

.channel-compare .badge-content .badge-row:first-child .badge-caption {
    margin-bottom: -10px;
}

.channel-compare .badge-content .badge-row:not(:last-child) {
    margin-bottom: 22px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .badge-content .badge-row:not(:last-child) {
        margin-bottom: 14px;
    }
}

.channel-compare .compare-template-border-bottom .button-container {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .compare-template-border-bottom .button-container {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .compare-template-border-bottom .button-container {
        margin-bottom: 20px;
    }
}

.channel-compare .button {
    background: transparent;
    border: 1px solid #1d1d1f;
    color: #1d1d1f;
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
}

@media only screen and (max-width: 734px) {
    .channel-compare .button {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px;
    }
}

.channel-compare .button:hover {
    background: transparent;
    border: 1px solid #6e6e73;
    color: #6e6e73;
}

.channel-compare .button-container {
    margin-bottom: 73px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .button-container {
        margin-bottom: 47px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .button-container {
        margin-bottom: 37px;
    }
}

.channel-compare .button-container .copy.helvetica-neue {
    font-weight: 400;
}

.channel-compare .compare-template-border-bottom .row-colors {
    margin-bottom: 0;
}

.channel-compare .multi-row .compare-template-preview-item-color-nav {
    margin-bottom: 41px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav {
        margin-bottom: 27px;
    }
}

.channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
    margin-bottom: 75px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child {
        margin-bottom: 41px;
    }
}

.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-bottom: 27px;
    margin-top: 29px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .row-colors {
        padding-bottom: 22px;
        margin-bottom: 22px;
        margin-top: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .row-colors {
        padding-bottom: 17px;
        margin-bottom: 18px;
        margin-top: 18px;
    }
}

.channel-compare .colornav-item {
    display: inline-block;
    margin: 0 0 0 9px;
}

.channel-compare .colornav-item:first-child {
    margin-left: 0;
}

.channel-compare .colornav-swatch {
    width: 22px;
    height: 22px;
}

@media only screen and (max-width: 1068px) {
    .channel-compare .colornav-swatch {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-compare .colornav-swatch {
        width: 14px;
        height: 14px;
    }
}

.channel-compare .swatch-image {
    position: relative;
    left: calc(100% + 5px);
}

@media only screen and (max-width: 734px) {
    .channel-compare .swatch-image {
        left: calc(100% + 3px);
    }
}

.channel-compare .embed-image {
    align-self: flex-end;
}



.mdash-container:first-child {
    height: 100%;
}



.channel-html .copy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.channel-html .copy.helvetica-neue {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: normal;
}

.channel-html .typography-caption li {
    padding-bottom: 10px;
}

.channel-html a.footer-link {
    color: #555555;
}

@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-after {
    display: inline-block;
}

.channel-html .icon-after::after {
    background: inherit;
    background-size: 5em 100%;
    background-position: -60px center;
}

.visually-hidden-text {
    font-size: 0.0001em;
    text-indent: -9999px;
    line-height: 0;
}

.channel-html .link-wrapper {
    display: inline-flex;
}

body {
    margin: 0;
    overflow-x: hidden;
}



@media only screen and (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 only screen and (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 only screen and (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;
}

.channel-html .section .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .section .section-content {
        width: 692px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .section .section-content {
        width: 280px;
    }
}

.channel-html .section.large-show {
    display: flex;
}

@media only screen and (max-width: 1068px) {
    .channel-html .section.medium-show {
        display: flex !important;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .section.small-show {
        display: flex !important;
    }
}

.channel-html .section.large-hide {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .channel-html .section.medium-hide {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .section.small-hide {
        display: none !important;
    }
}

.image-header_iphone_13_pink {
    width: 171px;
    height: 232px;
    background-size: 171px 232px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_large.png?1630972260180);
}

.image-chip {
    width: 1032px;
    height: 699px;
    background-size: 1032px 699px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/chip_large.png?1630972260181);
}

.image-accessories_magsafe {
    width: 474px;
    height: 338px;
    background-size: 474px 338px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_large.png?1630972260181);
}

.image-5g {
    width: 497px;
    height: 958px;
    background-size: 497px 958px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/5g_large.png?1630972260181);
}

.image-design_finish {
    width: 325px;
    height: 214px;
    background-size: 325px 214px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/design_finish_large.png?1630972260182);
}

.image-design {
    width: 84px;
    height: 561px;
    background-size: 84px 561px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/design_large.png?1630972260183);
}

.image-icon_iphone_13_battery {
    width: 100px;
    height: 49px;
    background-size: 100px 49px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_large.png?1630972260183);
}

.image-battery_icon {
    width: 85px;
    height: 41px;
    background-size: 85px 41px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/battery_icon_large.png?1630972260184);
}

.image-design_resistant {
    width: 319px;
    height: 59px;
    background-size: 319px 59px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/design_resistant_large.png?1630972260184);
}

.image-accessories_wordmark_airtag {
    width: 75px;
    height: 23px;
    background-size: 75px 23px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_large.png?1630972260185);
}

.image-icon_camera_iphone_13_pro_max {
    width: 70px;
    height: 77px;
    background-size: 70px 77px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_large.png?1630972260185);
}

.image-icon_5g {
    width: 92px;
    height: 68px;
    background-size: 92px 68px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_5g_large.png?1630972260185);
}

.image-hero_wordmark {
    width: 190px;
    height: 32px;
    background-size: 190px 32px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_large.png?1630972260186);
}

.image-chip_icon {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/chip_icon_large.png?1630972260186);
}

.image-cinematic {
    width: 850px;
    height: 420px;
    background-size: 850px 420px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/cinematic_large.png?1630972260186);
}

.image-battery {
    width: 1103px;
    height: 730px;
    background-size: 1103px 730px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/battery_large.png?1630972260187);
}

.image-display_iphone_13 {
    width: 152px;
    height: 301px;
    background-size: 152px 301px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_large.png?1630972260187);
}

.image-header_iphone_13_pro_sierra_blue {
    width: 183px;
    height: 233px;
    background-size: 183px 233px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_large.png?1630972260187);
}

.image-display_iphone_13_mini {
    width: 136px;
    height: 271px;
    background-size: 136px 271px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_large.png?1630972260188);
}

.image-camera_icon {
    width: 67px;
    height: 67px;
    background-size: 67px 67px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/camera_icon_large.png?1630972260188);
}

.image-why_icon_privacy {
    width: 29px;
    height: 37px;
    background-size: 29px 37px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_large.png?1630972260188);
}

.image-accessories_airtag {
    width: 431px;
    height: 380px;
    background-size: 431px 380px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_large.png?1630972260188);
}

.image-why_icon_performance {
    width: 35px;
    height: 37px;
    background-size: 35px 37px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_large.png?1630972260189);
}

.image-cinematic_icon {
    width: 70px;
    height: 65px;
    background-size: 70px 65px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_large.png?1630972260189);
}

.image-icon_camera_iphone_13 {
    width: 70px;
    height: 77px;
    background-size: 70px 77px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_large.png?1630972260189);
}

.image-icon_A15_chip {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_large.png?1630972260189);
}

.image-why_icon_durable {
    width: 42px;
    height: 39px;
    background-size: 42px 39px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_large.png?1630972260189);
}

.image-display_icon_ceramic {
    width: 46px;
    height: 52px;
    background-size: 46px 52px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_large.png?1630972260189);
}

.image-accessories_icon_checkmark {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_large.png?1630972260189);
}

.image-camera {
    width: 623px;
    height: 851px;
    background-size: 623px 851px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/camera_large.png?1630972260190);
}

.image-header_iphone_13_mini_pink {
    width: 157px;
    height: 209px;
    background-size: 157px 209px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_large.png?1630972260191);
}

.image-why_icon_sustainability {
    width: 37px;
    height: 39px;
    background-size: 37px 39px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_large.png?1630972260191);
}

.image-icon_ceramic_shield {
    width: 69px;
    height: 80px;
    background-size: 69px 80px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_large.png?1630972260192);
}

.image-display_ceramic {
    width: 268px;
    height: 198px;
    background-size: 268px 198px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/display_ceramic_large.png?1630972260192);
}

.image-hero {
    width: 1073px;
    height: 439px;
    background-size: 1073px 439px;
    background-repeat: no-repeat;
    background-image: url(../../images/preventa/apple/iphone13/hero_large.png?1630972260192);
}

@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) {
    .image-design_finish {
        width: 325px;
        height: 214px;
        background-size: 325px 214px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_finish_large_2x.png?1630972260180);
    }
}

@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) {
    .image-why_icon_sustainability {
        width: 37px;
        height: 39px;
        background-size: 37px 39px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_large_2x.png?1630972260180);
    }
}

@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) {
    .image-accessories_icon_checkmark {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_large_2x.png?1630972260180);
    }
}

@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) {
    .image-why_icon_durable {
        width: 42px;
        height: 39px;
        background-size: 42px 39px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_large_2x.png?1630972260180);
    }
}

@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) {
    .image-icon_camera_iphone_13_pro_max {
        width: 70px;
        height: 77px;
        background-size: 70px 77px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_large_2x.png?1630972260181);
    }
}

@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) {
    .image-icon_5g {
        width: 92px;
        height: 68px;
        background-size: 92px 68px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_5g_large_2x.png?1630972260181);
    }
}

@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) {
    .image-icon_camera_iphone_13 {
        width: 70px;
        height: 77px;
        background-size: 70px 77px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_large_2x.png?1630972260181);
    }
}

@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) {
    .image-header_iphone_13_mini_pink {
        width: 157px;
        height: 209px;
        background-size: 157px 209px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_large_2x.png?1630972260182);
    }
}

@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) {
    .image-accessories_wordmark_airtag {
        width: 75px;
        height: 23px;
        background-size: 75px 23px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_large_2x.png?1630972260182);
    }
}

@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) {
    .image-chip_icon {
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_icon_large_2x.png?1630972260183);
    }
}

@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) {
    .image-battery {
        width: 1103px;
        height: 730px;
        background-size: 1103px 730px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_large_2x.png?1630972260183);
    }
}

@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) {
    .image-accessories_airtag {
        width: 431px;
        height: 380px;
        background-size: 431px 380px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_large_2x.png?1630972260183);
    }
}

@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) {
    .image-cinematic_icon {
        width: 70px;
        height: 65px;
        background-size: 70px 65px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_large_2x.png?1630972260184);
    }
}

@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) {
    .image-design {
        width: 84px;
        height: 561px;
        background-size: 84px 561px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_large_2x.png?1630972260184);
    }
}

@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) {
    .image-battery_icon {
        width: 85px;
        height: 41px;
        background-size: 85px 41px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_icon_large_2x.png?1630972260184);
    }
}

@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) {
    .image-why_icon_privacy {
        width: 29px;
        height: 37px;
        background-size: 29px 37px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_large_2x.png?1630972260185);
    }
}

@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) {
    .image-camera_icon {
        width: 67px;
        height: 67px;
        background-size: 67px 67px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_icon_large_2x.png?1630972260185);
    }
}

@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) {
    .image-icon_A15_chip {
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_large_2x.png?1630972260185);
    }
}

@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) {
    .image-cinematic {
        width: 850px;
        height: 420px;
        background-size: 850px 420px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_large_2x.png?1630972260185);
    }
}

@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) {
    .image-icon_iphone_13_battery {
        width: 100px;
        height: 49px;
        background-size: 100px 49px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_large_2x.png?1630972260185);
    }
}

@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) {
    .image-hero_wordmark {
        width: 190px;
        height: 32px;
        background-size: 190px 32px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_large_2x.png?1630972260185);
    }
}

@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) {
    .image-design_resistant {
        width: 319px;
        height: 59px;
        background-size: 319px 59px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_resistant_large_2x.png?1630972260185);
    }
}

@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) {
    .image-header_iphone_13_pro_sierra_blue {
        width: 183px;
        height: 233px;
        background-size: 183px 233px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_large_2x.png?1630972260186);
    }
}

@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) {
    .image-chip {
        width: 1032px;
        height: 699px;
        background-size: 1032px 699px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_large_2x.png?1630972260186);
    }
}

@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) {
    .image-display_iphone_13 {
        width: 152px;
        height: 301px;
        background-size: 152px 301px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_large_2x.png?1630972260187);
    }
}

@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) {
    .image-header_iphone_13_pink {
        width: 171px;
        height: 232px;
        background-size: 171px 232px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_large_2x.png?1630972260187);
    }
}

@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) {
    .image-display_iphone_13_mini {
        width: 136px;
        height: 271px;
        background-size: 136px 271px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_large_2x.png?1630972260188);
    }
}

@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) {
    .image-why_icon_performance {
        width: 35px;
        height: 37px;
        background-size: 35px 37px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_large_2x.png?1630972260189);
    }
}

@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) {
    .image-hero {
        width: 1073px;
        height: 439px;
        background-size: 1073px 439px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_large_2x.png?1630972260189);
    }
}

@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) {
    .image-camera {
        width: 623px;
        height: 851px;
        background-size: 623px 851px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_large_2x.png?1630972260189);
    }
}

@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) {
    .image-display_icon_ceramic {
        width: 46px;
        height: 52px;
        background-size: 46px 52px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_large_2x.png?1630972260190);
    }
}

@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) {
    .image-5g {
        width: 497px;
        height: 958px;
        background-size: 497px 958px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/5g_large_2x.png?1630972260191);
    }
}

@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) {
    .image-display_ceramic {
        width: 268px;
        height: 198px;
        background-size: 268px 198px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_ceramic_large_2x.png?1630972260191);
    }
}

@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) {
    .image-accessories_magsafe {
        width: 474px;
        height: 338px;
        background-size: 474px 338px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_large_2x.png?1630972260192);
    }
}

@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) {
    .image-icon_ceramic_shield {
        width: 69px;
        height: 80px;
        background-size: 69px 80px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_large_2x.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_camera_iphone_13_pro_max {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_medium.png?1630972260180);
    }
}

@media only screen and (max-width:1068px) {
    .image-why_icon_sustainability {
        width: 33px;
        height: 35px;
        background-size: 33px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_medium.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) {
    .image-cinematic_icon {
        width: 54px;
        height: 51px;
        background-size: 54px 51px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_medium.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) {
    .image-why_icon_durable {
        width: 37px;
        height: 35px;
        background-size: 37px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_medium.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) {
    .image-camera_icon {
        width: 54px;
        height: 54px;
        background-size: 54px 54px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_icon_medium.png?1630972260184);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_A15_chip {
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_medium.png?1630972260184);
    }
}

@media only screen and (max-width:1068px) {
    .image-header_iphone_13_mini_pink {
        width: 132px;
        height: 175px;
        background-size: 132px 175px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_medium.png?1630972260185);
    }
}

@media only screen and (max-width:1068px) {
    .image-design {
        width: 63px;
        height: 401px;
        background-size: 63px 401px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_medium.png?1630972260185);
    }
}

@media only screen and (max-width:1068px) {
    .image-battery_icon {
        width: 63px;
        height: 30px;
        background-size: 63px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_icon_medium.png?1630972260185);
    }
}

@media only screen and (max-width:1068px) {
    .image-chip {
        width: 514px;
        height: 349px;
        background-size: 514px 349px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_medium.png?1630972260185);
    }
}

@media only screen and (max-width:1068px) {
    .image-hero_wordmark {
        width: 137px;
        height: 24px;
        background-size: 137px 24px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_medium.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) {
    .image-why_icon_privacy {
        width: 28px;
        height: 35px;
        background-size: 28px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_medium.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) {
    .image-accessories_magsafe {
        width: 375px;
        height: 297px;
        background-size: 375px 297px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_medium.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_ceramic_shield {
        width: 53px;
        height: 61px;
        background-size: 53px 61px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_medium.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) {
    .image-accessories_airtag {
        width: 271px;
        height: 325px;
        background-size: 271px 325px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_medium.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) {
    .image-display_iphone_13 {
        width: 112px;
        height: 224px;
        background-size: 112px 224px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_medium.png?1630972260188);
    }
}

@media only screen and (max-width:1068px) {
    .image-display_icon_ceramic {
        width: 33px;
        height: 36px;
        background-size: 33px 36px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_medium.png?1630972260188);
    }
}

@media only screen and (max-width:1068px) {
    .image-hero {
        width: 694px;
        height: 309px;
        background-size: 694px 309px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_medium.png?1630972260188);
    }
}

@media only screen and (max-width:1068px) {
    .image-header_iphone_13_pro_sierra_blue {
        width: 154px;
        height: 196px;
        background-size: 154px 196px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_medium.png?1630972260188);
    }
}

@media only screen and (max-width:1068px) {
    .image-accessories_wordmark_airtag {
        width: 74px;
        height: 22px;
        background-size: 74px 22px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_medium.png?1630972260188);
    }
}

@media only screen and (max-width:1068px) {
    .image-header_iphone_13_pink {
        width: 144px;
        height: 195px;
        background-size: 144px 195px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_medium.png?1630972260190);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_5g {
        width: 73px;
        height: 54px;
        background-size: 73px 54px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_5g_medium.png?1630972260190);
    }
}

@media only screen and (max-width:1068px) {
    .image-cinematic {
        width: 427px;
        height: 212px;
        background-size: 427px 212px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_medium.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) {
    .image-design_resistant {
        width: 218px;
        height: 41px;
        background-size: 218px 41px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_resistant_medium.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) {
    .image-accessories_icon_checkmark {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_medium.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_camera_iphone_13 {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_medium.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) {
    .image-design_finish {
        width: 288px;
        height: 138px;
        background-size: 288px 138px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_finish_medium.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) {
    .image-chip_icon {
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_icon_medium.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) {
    .image-display_iphone_13_mini {
        width: 101px;
        height: 202px;
        background-size: 101px 202px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_medium.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) {
    .image-why_icon_performance {
        width: 34px;
        height: 35px;
        background-size: 34px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_medium.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) {
    .image-camera {
        width: 211px;
        height: 425px;
        background-size: 211px 425px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_medium.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) {
    .image-display_ceramic {
        width: 175px;
        height: 144px;
        background-size: 175px 144px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_ceramic_medium.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) {
    .image-battery {
        width: 519px;
        height: 351px;
        background-size: 519px 351px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_medium.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) {
    .image-icon_iphone_13_battery {
        width: 69px;
        height: 34px;
        background-size: 69px 34px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_medium.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-design_finish {
        width: 288px;
        height: 138px;
        background-size: 288px 138px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_finish_medium_2x.png?1630972260180);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-design_resistant {
        width: 218px;
        height: 41px;
        background-size: 218px 41px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_resistant_medium_2x.png?1630972260180);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-accessories_icon_checkmark {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_medium_2x.png?1630972260181);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-battery {
        width: 519px;
        height: 351px;
        background-size: 519px 351px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_medium_2x.png?1630972260181);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-chip {
        width: 514px;
        height: 349px;
        background-size: 514px 349px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_medium_2x.png?1630972260181);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_5g {
        width: 73px;
        height: 54px;
        background-size: 73px 54px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_5g_medium_2x.png?1630972260181);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-why_icon_durable {
        width: 37px;
        height: 35px;
        background-size: 37px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_medium_2x.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-chip_icon {
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_icon_medium_2x.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_ceramic_shield {
        width: 53px;
        height: 61px;
        background-size: 53px 61px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_medium_2x.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-accessories_wordmark_airtag {
        width: 74px;
        height: 22px;
        background-size: 74px 22px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_medium_2x.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_iphone_13_battery {
        width: 69px;
        height: 34px;
        background-size: 69px 34px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_medium_2x.png?1630972260182);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-display_iphone_13_mini {
        width: 101px;
        height: 202px;
        background-size: 101px 202px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_medium_2x.png?1630972260183);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-display_ceramic {
        width: 175px;
        height: 144px;
        background-size: 175px 144px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_ceramic_medium_2x.png?1630972260183);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-why_icon_performance {
        width: 34px;
        height: 35px;
        background-size: 34px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_medium_2x.png?1630972260184);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-display_icon_ceramic {
        width: 33px;
        height: 36px;
        background-size: 33px 36px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_medium_2x.png?1630972260184);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-why_icon_sustainability {
        width: 33px;
        height: 35px;
        background-size: 33px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_medium_2x.png?1630972260185);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-header_iphone_13_pro_sierra_blue {
        width: 154px;
        height: 196px;
        background-size: 154px 196px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_medium_2x.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-design {
        width: 63px;
        height: 401px;
        background-size: 63px 401px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_medium_2x.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-accessories_airtag {
        width: 271px;
        height: 325px;
        background-size: 271px 325px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_medium_2x.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-accessories_magsafe {
        width: 375px;
        height: 297px;
        background-size: 375px 297px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_medium_2x.png?1630972260186);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-cinematic_icon {
        width: 54px;
        height: 51px;
        background-size: 54px 51px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_medium_2x.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_camera_iphone_13_pro_max {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_medium_2x.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-5g {
        width: 347px;
        height: 678px;
        background-size: 347px 678px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/5g_medium_2x.png?1630972260187);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-cinematic {
        width: 427px;
        height: 212px;
        background-size: 427px 212px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_medium_2x.png?1630972260189);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-why_icon_privacy {
        width: 28px;
        height: 35px;
        background-size: 28px 35px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_medium_2x.png?1630972260189);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-camera_icon {
        width: 54px;
        height: 54px;
        background-size: 54px 54px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_icon_medium_2x.png?1630972260190);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-display_iphone_13 {
        width: 112px;
        height: 224px;
        background-size: 112px 224px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_medium_2x.png?1630972260190);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-hero_wordmark {
        width: 137px;
        height: 24px;
        background-size: 137px 24px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_medium_2x.png?1630972260190);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-camera {
        width: 211px;
        height: 425px;
        background-size: 211px 425px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_medium_2x.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-hero {
        width: 694px;
        height: 309px;
        background-size: 694px 309px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_medium_2x.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-header_iphone_13_pink {
        width: 144px;
        height: 195px;
        background-size: 144px 195px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_medium_2x.png?1630972260191);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-header_iphone_13_mini_pink {
        width: 132px;
        height: 175px;
        background-size: 132px 175px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_medium_2x.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_camera_iphone_13 {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_medium_2x.png?1630972260192);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-icon_A15_chip {
        width: 52px;
        height: 52px;
        background-size: 52px 52px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_medium_2x.png?1630972260193);
    }
}

@media only screen and (max-width:1068px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1068px) and (min-resolution:1.5dppx),
only screen and (max-width:1068px) and (min-resolution:144dpi) {
    .image-battery_icon {
        width: 63px;
        height: 30px;
        background-size: 63px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_icon_medium_2x.png?1630972260193);
    }
}

@media only screen and (max-width:734px) {
    .image-chip_icon {
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_icon_small.png?1630972260180);
    }
}

@media only screen and (max-width:734px) {
    .image-display_iphone_13_mini {
        width: 72px;
        height: 140px;
        background-size: 72px 140px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_small.png?1630972260180);
    }
}

@media only screen and (max-width:734px) {
    .image-chip {
        width: 500px;
        height: 339px;
        background-size: 500px 339px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_small.png?1630972260180);
    }
}

@media only screen and (max-width:734px) {
    .image-why_icon_durable {
        width: 36px;
        height: 33px;
        background-size: 36px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_small.png?1630972260181);
    }
}

@media only screen and (max-width:734px) {
    .image-why_icon_performance {
        width: 32px;
        height: 33px;
        background-size: 32px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_small.png?1630972260181);
    }
}

@media only screen and (max-width:734px) {
    .image-accessories_magsafe {
        width: 443px;
        height: 326px;
        background-size: 443px 326px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_small.png?1630972260181);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_iphone_13_battery {
        width: 61px;
        height: 30px;
        background-size: 61px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_small.png?1630972260183);
    }
}

@media only screen and (max-width:734px) {
    .image-display_ceramic {
        width: 142px;
        height: 117px;
        background-size: 142px 117px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_ceramic_small.png?1630972260183);
    }
}

@media only screen and (max-width:734px) {
    .image-camera_icon {
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_icon_small.png?1630972260183);
    }
}

@media only screen and (max-width:734px) {
    .image-header_iphone_13_pink {
        width: 80px;
        height: 107px;
        background-size: 80px 107px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_small.png?1630972260184);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_A15_chip {
        width: 43px;
        height: 43px;
        background-size: 43px 43px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_small.png?1630972260185);
    }
}

@media only screen and (max-width:734px) {
    .image-design {
        width: 44px;
        height: 301px;
        background-size: 44px 301px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_small.png?1630972260185);
    }
}

@media only screen and (max-width:734px) {
    .image-hero {
        width: 323px;
        height: 144px;
        background-size: 323px 144px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_small.png?1630972260185);
    }
}

@media only screen and (max-width:734px) {
    .image-accessories_airtag {
        width: 273px;
        height: 345px;
        background-size: 273px 345px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_small.png?1630972260185);
    }
}

@media only screen and (max-width:734px) {
    .image-hero_wordmark {
        width: 118px;
        height: 21px;
        background-size: 118px 21px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_small.png?1630972260186);
    }
}

@media only screen and (max-width:734px) {
    .image-header_iphone_13_pro_sierra_blue {
        width: 86px;
        height: 109px;
        background-size: 86px 109px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_small.png?1630972260186);
    }
}

@media only screen and (max-width:734px) {
    .image-design_finish {
        width: 155px;
        height: 109px;
        background-size: 155px 109px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_finish_small.png?1630972260186);
    }
}

@media only screen and (max-width:734px) {
    .image-accessories_icon_checkmark {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_small.png?1630972260186);
    }
}

@media only screen and (max-width:734px) {
    .image-cinematic {
        width: 416px;
        height: 207px;
        background-size: 416px 207px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_small.png?1630972260187);
    }
}

@media only screen and (max-width:734px) {
    .image-header_iphone_13_mini_pink {
        width: 73px;
        height: 97px;
        background-size: 73px 97px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_small.png?1630972260187);
    }
}

@media only screen and (max-width:734px) {
    .image-why_icon_sustainability {
        width: 31px;
        height: 33px;
        background-size: 31px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_small.png?1630972260187);
    }
}

@media only screen and (max-width:734px) {
    .image-why_icon_privacy {
        width: 26px;
        height: 33px;
        background-size: 26px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_small.png?1630972260187);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_5g {
        width: 58px;
        height: 43px;
        background-size: 58px 43px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_5g_small.png?1630972260188);
    }
}

@media only screen and (max-width:734px) {
    .image-design_resistant {
        width: 159px;
        height: 31px;
        background-size: 159px 31px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_resistant_small.png?1630972260189);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_camera_iphone_13_pro_max {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_small.png?1630972260190);
    }
}

@media only screen and (max-width:734px) {
    .image-battery {
        width: 501px;
        height: 340px;
        background-size: 501px 340px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_small.png?1630972260190);
    }
}

@media only screen and (max-width:734px) {
    .image-camera {
        width: 205px;
        height: 412px;
        background-size: 205px 412px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_small.png?1630972260190);
    }
}

@media only screen and (max-width:734px) {
    .image-battery_icon {
        width: 63px;
        height: 30px;
        background-size: 63px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_icon_small.png?1630972260190);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_camera_iphone_13 {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_small.png?1630972260191);
    }
}

@media only screen and (max-width:734px) {
    .image-display_icon_ceramic {
        width: 23px;
        height: 27px;
        background-size: 23px 27px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_small.png?1630972260191);
    }
}

@media only screen and (max-width:734px) {
    .image-cinematic_icon {
        width: 53px;
        height: 49px;
        background-size: 53px 49px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_small.png?1630972260192);
    }
}

@media only screen and (max-width:734px) {
    .image-accessories_wordmark_airtag {
        width: 75px;
        height: 22px;
        background-size: 75px 22px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_small.png?1630972260192);
    }
}

@media only screen and (max-width:734px) {
    .image-display_iphone_13 {
        width: 78px;
        height: 154px;
        background-size: 78px 154px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_small.png?1630972260192);
    }
}

@media only screen and (max-width:734px) {
    .image-icon_ceramic_shield {
        width: 43px;
        height: 50px;
        background-size: 43px 50px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_small.png?1630972260192);
    }
}

@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) {
    .image-display_iphone_13_mini {
        width: 72px;
        height: 140px;
        background-size: 72px 140px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_mini_small_2x.png?1630972260180);
    }
}

@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) {
    .image-header_iphone_13_pro_sierra_blue {
        width: 86px;
        height: 109px;
        background-size: 86px 109px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pro_sierra_blue_small_2x.png?1630972260180);
    }
}

@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) {
    .image-icon_camera_iphone_13_pro_max {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_pro_max_small_2x.png?1630972260181);
    }
}

@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) {
    .image-why_icon_privacy {
        width: 26px;
        height: 33px;
        background-size: 26px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_privacy_small_2x.png?1630972260181);
    }
}

@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) {
    .image-accessories_airtag {
        width: 273px;
        height: 345px;
        background-size: 273px 345px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_airtag_small_2x.png?1630972260181);
    }
}

@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) {
    .image-display_ceramic {
        width: 142px;
        height: 117px;
        background-size: 142px 117px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_ceramic_small_2x.png?1630972260182);
    }
}

@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) {
    .image-design {
        width: 44px;
        height: 301px;
        background-size: 44px 301px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_small_2x.png?1630972260182);
    }
}

@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) {
    .image-accessories_magsafe {
        width: 443px;
        height: 326px;
        background-size: 443px 326px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_magsafe_small_2x.png?1630972260182);
    }
}

@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) {
    .image-hero {
        width: 323px;
        height: 144px;
        background-size: 323px 144px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_small_2x.png?1630972260183);
    }
}

@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) {
    .image-icon_A15_chip {
        width: 43px;
        height: 43px;
        background-size: 43px 43px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_A15_chip_small_2x.png?1630972260183);
    }
}

@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) {
    .image-icon_iphone_13_battery {
        width: 61px;
        height: 30px;
        background-size: 61px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_iphone_13_battery_small_2x.png?1630972260184);
    }
}

@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) {
    .image-why_icon_durable {
        width: 36px;
        height: 33px;
        background-size: 36px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_durable_small_2x.png?1630972260184);
    }
}

@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) {
    .image-why_icon_performance {
        width: 32px;
        height: 33px;
        background-size: 32px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_performance_small_2x.png?1630972260184);
    }
}

@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) {
    .image-camera_icon {
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_icon_small_2x.png?1630972260184);
    }
}

@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) {
    .image-icon_5g {
        width: 58px;
        height: 43px;
        background-size: 58px 43px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_5g_small_2x.png?1630972260185);
    }
}

@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) {
    .image-icon_camera_iphone_13 {
        width: 52px;
        height: 57px;
        background-size: 52px 57px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_camera_iphone_13_small_2x.png?1630972260185);
    }
}

@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) {
    .image-design_finish {
        width: 155px;
        height: 109px;
        background-size: 155px 109px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_finish_small_2x.png?1630972260186);
    }
}

@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) {
    .image-cinematic_icon {
        width: 53px;
        height: 49px;
        background-size: 53px 49px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_icon_small_2x.png?1630972260186);
    }
}

@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) {
    .image-battery {
        width: 501px;
        height: 340px;
        background-size: 501px 340px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_small_2x.png?1630972260186);
    }
}

@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) {
    .image-camera {
        width: 205px;
        height: 412px;
        background-size: 205px 412px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/camera_small_2x.png?1630972260187);
    }
}

@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) {
    .image-battery_icon {
        width: 63px;
        height: 30px;
        background-size: 63px 30px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/battery_icon_small_2x.png?1630972260187);
    }
}

@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) {
    .image-header_iphone_13_mini_pink {
        width: 73px;
        height: 97px;
        background-size: 73px 97px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_mini_pink_small_2x.png?1630972260187);
    }
}

@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) {
    .image-hero_wordmark {
        width: 118px;
        height: 21px;
        background-size: 118px 21px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/hero_wordmark_small_2x.png?1630972260187);
    }
}

@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) {
    .image-accessories_wordmark_airtag {
        width: 75px;
        height: 22px;
        background-size: 75px 22px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_wordmark_airtag_small_2x.png?1630972260187);
    }
}

@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) {
    .image-why_icon_sustainability {
        width: 31px;
        height: 33px;
        background-size: 31px 33px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/why_icon_sustainability_small_2x.png?1630972260188);
    }
}

@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) {
    .image-display_icon_ceramic {
        width: 23px;
        height: 27px;
        background-size: 23px 27px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_icon_ceramic_small_2x.png?1630972260189);
    }
}

@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) {
    .image-cinematic {
        width: 416px;
        height: 207px;
        background-size: 416px 207px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/cinematic_small_2x.png?1630972260190);
    }
}

@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) {
    .image-display_iphone_13 {
        width: 78px;
        height: 154px;
        background-size: 78px 154px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/display_iphone_13_small_2x.png?1630972260190);
    }
}

@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) {
    .image-5g {
        width: 284px;
        height: 548px;
        background-size: 284px 548px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/5g_small_2x.png?1630972260190);
    }
}

@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) {
    .image-chip {
        width: 500px;
        height: 339px;
        background-size: 500px 339px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_small_2x.png?1630972260190);
    }
}

@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) {
    .image-accessories_icon_checkmark {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/accessories_icon_checkmark_small_2x.png?1630972260191);
    }
}

@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) {
    .image-header_iphone_13_pink {
        width: 80px;
        height: 107px;
        background-size: 80px 107px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/header_iphone_13_pink_small_2x.png?1630972260191);
    }
}

@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) {
    .image-chip_icon {
        width: 55px;
        height: 55px;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/chip_icon_small_2x.png?1630972260191);
    }
}

@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) {
    .image-design_resistant {
        width: 159px;
        height: 31px;
        background-size: 159px 31px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/design_resistant_small_2x.png?1630972260192);
    }
}

@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) {
    .image-icon_ceramic_shield {
        width: 43px;
        height: 50px;
        background-size: 43px 50px;
        background-repeat: no-repeat;
        background-image: url(../../images/preventa/apple/iphone13/icon_ceramic_shield_small_2x.png?1630972260193);
    }
}

.channel-html {
    background-color: #161617;
}

.channel-html .channel-custom-font-custom-80-headline-super {
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -0.015rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-80-headline-super {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -0.009rem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-80-headline-super {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.004rem;
    }
}

.channel-html .channel-custom-font-custom-48-headline {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.003rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-48-headline {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0rem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-48-headline {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.004rem;
    }
}

.channel-html .channel-custom-font-custom-40-headline-reduced {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-40-headline-reduced {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.004rem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-40-headline-reduced {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.007rem;
    }
}

.channel-html .channel-custom-font-custom-32-headline-hero {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.004rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-32-headline-hero {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.007rem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-32-headline-hero {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 0.012rem;
    }
}

.channel-html .channel-custom-font-custom-24-eyebrow {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.009rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-24-eyebrow {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.011rem;
    }
}

.channel-html .channel-custom-font-custom-24-intro-elevated {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.009rem;
    font-weight: 400;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-24-intro-elevated {
        font-size: 21px;
        line-height: 29px;
        letter-spacing: 0.011rem;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-24-intro-elevated {
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 0.012rem;
    }
}

.channel-html .channel-custom-font-custom-21-eyebrow-reduced {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.011rem;
    font-weight: 600;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-21-eyebrow-reduced {
        font-size: 19px;
        line-height: 23px;
        letter-spacing: 0.012rem;
    }
}

.channel-html .channel-custom-font-custom-21-intro {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.011rem;
    font-weight: 400;
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-custom-21-intro {
        font-size: 19px;
        line-height: 27px;
        letter-spacing: 0.012rem;
    }
}

.channel-html .channel-custom-font-custom-17-body-reduced {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.022rem;
    font-weight: 400;
}

.channel-html .channel-custom-font-custom-17-body-reduced-flex-subhead {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.022rem;
    font-weight: 500;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-17-body-reduced-flex-subhead {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.016rem;
    }
}

.channel-html .channel-custom-font-custom-17-body-reduced-flex {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.022rem;
    font-weight: 400;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-custom-17-body-reduced-flex {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.016rem;
    }
}

.channel-html .channel-custom-font-custom-14-body-reduced-subhead {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
    font-weight: 500;
}

.channel-html .channel-custom-font-custom-14-body-reduced {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.016rem;
    font-weight: 400;
}

.channel-html .channel-custom-font-custom-12-sosumi-subhead {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.channel-html .channel-custom-font-custom-12-sosumi {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.channel-html .channel-custom-font-80-headline-super-CUSTOM {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-80-headline-super-CUSTOM {
        font-size: 64px;
        line-height: 1;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-80-headline-super-CUSTOM {
        font-size: 32px;
        line-height: 1;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

.channel-html .channel-custom-font-19-callouts-CUSTOM {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-19-callouts-CUSTOM {
        font-size: 19px;
        line-height: 1.2;
        letter-spacing: -0.015rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-19-callouts-CUSTOM {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

.channel-html .channel-custom-font-48-resistant-CUSTOM {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-48-resistant-CUSTOM {
        font-size: 32px;
        line-height: 1;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-48-resistant-CUSTOM {
        font-size: 21px;
        line-height: 1;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

.channel-html .channel-custom-font-21-bento-CUSTOM {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0rem;
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .channel-html .channel-custom-font-21-bento-CUSTOM {
        font-size: 17px;
        line-height: 1.2;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .channel-custom-font-21-bento-CUSTOM {
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0rem;
        font-weight: 600;
    }
}

.channel-html .m5E7E14 {
    background-color: #34283c;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m5E7E14 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m5E7E14 {
        overflow: hidden;
    }
}

.channel-html .l4E12FB {
    /** alignment */
    /** Margin */
    margin-top: 100px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .l4E12FB {
        margin-top: 94px;
    }
}

.channel-html .nD2F47A {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .j48C087 {
    /** alignment */
    justify-content: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .j48C087 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j48C087 {
        margin-top: -33px;
    }
}

.channel-html .f066C89 {
    /** Margin */
    /** Padding */
    padding-left: 29px;
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .f066C89 {
        padding-left: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f066C89 {
        padding-left: 0px;
    }
}

.channel-html .s391D6D {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .j903B7B {
    color: #fec2eb;
    margin-top: 38px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .j903B7B {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j903B7B {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j903B7B {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j903B7B {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j903B7B {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j903B7B {
        padding-right: 10px;
    }
}

.channel-html .i8A79DB {
    color: #f5f5f7;
    margin-top: 42px;
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A79DB {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8A79DB {
        padding-left: 46px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A79DB {
        padding-left: 26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .i8A79DB {
        padding-right: 46px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .i8A79DB {
        padding-right: 26px;
    }
}

.channel-html .dC8D619 {
    color: #f5f5f7;
    margin-top: 28px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dC8D619 {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dC8D619 {
        margin-top: 34px;
    }
}

.channel-html .u76E9E8 {
    /** Margin */
    margin-top: 30px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .u76E9E8 {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u76E9E8 {
        margin-top: 34px;
    }
}

.channel-html .q026EF2 {
    /** Color */
    color: #f5f5f7;
    background: #34283c;
    border: solid 1px #f5f5f7;
}

.channel-html .q026EF2:hover {
    background: #34283c;
}

.channel-html .y3F1569 {
    /** Margin */
    margin-top: 78px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .y3F1569 {
        margin-top: 42px;
    }
}

.channel-html .n916BCF {
    /** Margin */
    margin-left: -46px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n916BCF {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n916BCF {
        margin-left: -21px;
    }
}

.channel-html .r7BC191 {
    background-color: #F5F5F7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r7BC191 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r7BC191 {
        overflow: hidden;
    }
}

.channel-html .p45655B {
    /** alignment */
    /** Margin */
    margin-top: 58px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .p45655B {
        margin-top: 52px;
    }
}

.channel-html .tD073FC {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r38F209 {
    color: #34283c;
}

.channel-html .oA35A4D {
    color: #34283c;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oA35A4D {
        padding-right: 20px;
    }
}

.channel-html .bDF5F8A {
    /** Margin */
    margin-top: 60px;
    /** Padding */
    padding-right: 36px;
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDF5F8A {
        margin-top: 49px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bDF5F8A {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDF5F8A {
        padding-right: 0px;
    }
}

.channel-html .a0825F4 {
    color: #1D1D1F;
    margin-top: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .a0825F4 {
        padding-right: 12px;
    }
}

.channel-html .g491C37 {
    /** alignment */
    /** Margin */
    margin-top: 50px;
    margin-bottom: 55px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .g491C37 {
        margin-top: 44px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g491C37 {
        margin-bottom: -110px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g491C37 {
        margin-bottom: -70px;
    }
}

.channel-html .v000DCA {
    /** Margin */
    margin-left: 1px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v000DCA {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v000DCA {
        margin-left: -20px;
    }
}

.channel-html .o9B0FBE {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .bC5D878 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h19EF4D {
    display: grid;
    height: 460px;
    grid-gap: 5px;
    grid-template-rows: 460px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 427px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .h19EF4D {
        grid-template-rows: 325px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h19EF4D {
        grid-template-rows: 262px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h19EF4D {
        grid-template-columns: repeat(1, 302px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h19EF4D {
        grid-template-columns: repeat(1, 213px);
    }
}

.channel-html .h19EF4D .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h19EF4D .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h19EF4D .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .o6F1472 {
    background-color: #34283c;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .o6F1472:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .lE0CA2F {
    /** alignment */
    align-items: flex-end;
    /** Margin */
    margin-top: 33px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .lE0CA2F {
        margin-top: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lE0CA2F {
        margin-top: 20px;
    }
}

.channel-html .b57AEEB {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .z5188B5 {
    color: #fec2eb;
    padding-top: 1px;
    padding-left: 61px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z5188B5 {
        padding-left: 38px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z5188B5 {
        padding-left: 30px;
    }
}

.channel-html .g1FED81 {
    /** Margin */
    margin-top: 22px;
    margin-left: 58px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g1FED81 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g1FED81 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g1FED81 {
        margin-left: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g1FED81 {
        margin-left: 28px;
    }
}

.channel-html .jD4E764 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e6CEDB5 {
    color: #fec2eb;
    padding-right: 27px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .e6CEDB5 {
        padding-right: 8px;
    }
}

.channel-html .v9CE4B5 {
    /** Margin */
    margin-top: 18px;
    margin-left: 22px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9CE4B5 {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9CE4B5 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v9CE4B5 {
        margin-left: 17px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v9CE4B5 {
        margin-left: 11px;
    }
}

.channel-html .u0D8674 {
    /** alignment */
    /** Margin */
    margin-top: 18px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .u0D8674 {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0D8674 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0D8674 {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0D8674 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0D8674 {
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0D8674 {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u0D8674 {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u0D8674 {
        flex-grow: 1;
    }
}

.channel-html .t8410A8 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .t8410A8 {
        text-align: center;
    }
}

.channel-html .gFF6EDB {
    color: #f5f5f7;
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFF6EDB {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFF6EDB {
        padding-left: 14px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gFF6EDB {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gFF6EDB {
        padding-right: 14px;
    }
}

.channel-html .bC94E2C {
    /** alignment */
    /** Margin */
    margin-top: 14px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .bC94E2C {
        margin-top: -125px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .bC94E2C {
        margin-top: -188px;
    }
}

.channel-html .uC5B686 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f638C39 {
    display: grid;
    height: 125px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 427px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .f638C39 {
        grid-template-rows: 90px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f638C39 {
        grid-template-rows: 63px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f638C39 {
        grid-template-columns: repeat(1, 302px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f638C39 {
        grid-template-columns: repeat(1, 213px);
    }
}

.channel-html .f638C39 .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f638C39 .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f638C39 .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .jD613B4 {
    background-color: #2d2e39;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .jD613B4:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .wE1B2D6 {
    /** alignment */
    justify-content: center;
    /** Margin */
    margin-top: 32px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .wE1B2D6 {
        justify-content: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE1B2D6 {
        justify-content: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .wE1B2D6 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wE1B2D6 {
        margin-top: 15px;
    }
}

.channel-html .hFEDBEF {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFEDBEF {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hFEDBEF {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFEDBEF {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFEDBEF {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hFEDBEF {
        padding-left: 0px;
    }
}

.channel-html .gF4AFDD {
    /** Margin */
    margin-top: 10px;
    margin-right: 3px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .gF4AFDD {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF4AFDD {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .gF4AFDD {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .gF4AFDD {
        margin-right: 0px;
    }
}

.channel-html .oCFABF2 {
    /** Margin */
    margin-left: 32px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oCFABF2 {
        margin-left: 23px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oCFABF2 {
        margin-left: 37px;
    }
}

.channel-html .kEB4AFC {
    display: grid;
    height: 600px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 197px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .kEB4AFC {
        grid-template-rows: 425px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEB4AFC {
        grid-template-rows: 335px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kEB4AFC {
        grid-template-columns: repeat(1, 140px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEB4AFC {
        grid-template-columns: repeat(1, 97px);
    }
}

.channel-html .kEB4AFC .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kEB4AFC .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kEB4AFC .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .fC70379 {
    background-color: #0d3139;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .fC70379:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .oCE4DA8 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 33px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .oCE4DA8 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oCE4DA8 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oCE4DA8 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .oCE4DA8 {
        flex-grow: 1;
    }
}

.channel-html .j095157 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .j095157 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j095157 {
        text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j095157 {
        text-align: center;
    }
}

.channel-html .x67C9BC {
    color: #f5f5f7;
    margin-top: -33px;
    margin-left: 60px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67C9BC {
        margin-top: -24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67C9BC {
        margin-top: -18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67C9BC {
        margin-left: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67C9BC {
        margin-left: 20px;
    }
}

.channel-html .x67C9BC {
    writing-mode: vertical-rl;
    max-width: unset;
    transform: rotate(180deg);
    transform-origin: left center;
    inline-size: 600px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x67C9BC {
        writing-mode: vertical-rl;
        max-width: unset;
        transform: rotate(180deg);
        inline-size: 425px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x67C9BC {
        writing-mode: vertical-rl;
        max-width: unset;
        transform: rotate(180deg);
        transform-origin: left center;
        inline-size: 325px;
    }
}

.channel-html .e0700C1 {
    /** Margin */
    margin-left: -24px;
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .e0700C1 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e0700C1 {
        margin-left: -5px;
    }
}

.channel-html .kB19BF2 {
    /** Margin */
    margin-top: 6px;
    margin-left: 22px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .kB19BF2 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kB19BF2 {
        margin-left: 4px;
    }
}

.channel-html .x6A8B3C {
    /** Margin */
    margin-left: 48px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .x6A8B3C {
        margin-left: 92px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x6A8B3C {
        margin-left: 0px;
    }
}

.channel-html .gD31988 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .xDF66C5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .u5A7323 {
    display: grid;
    height: 292px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 325px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .u5A7323 {
        grid-template-rows: 208px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u5A7323 {
        grid-template-rows: 177px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u5A7323 {
        grid-template-columns: repeat(1, 230px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u5A7323 {
        grid-template-columns: repeat(1, 155px);
    }
}

.channel-html .u5A7323 .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u5A7323 .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u5A7323 .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .k2C5F34 {
    background-color: #162238;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .k2C5F34:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .hCA87EB {
    /** alignment */
    /** Margin */
    margin-top: 33px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .j323D56 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .pB2F228 {
    /** Margin */
    margin-top: -34px;
    margin-left: 60px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .pB2F228 {
        margin-top: -32px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .pB2F228 {
        margin-left: 33px;
    }
}

.channel-html .l50226F {
    /** alignment */
    align-items: flex-end;
    /** Margin */
    margin-top: -40px;
    /** Padding */
    padding-bottom: 34px;
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 1;
    /** 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 .l50226F {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l50226F {
        padding-bottom: 22px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .l50226F {
        flex-grow: 1;
    }
}

.channel-html .lDCB44D {
    /** Margin */
    margin-left: 40px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lDCB44D {
        margin-left: 20px;
    }
}

.channel-html .wCAEA04 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f56B2F6 {
    color: #f5f5f7;
    margin-top: 6px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .f56B2F6 {
        padding-right: 0px;
    }
}

.channel-html .gDFF721 {
    /** alignment */
    /** Margin */
    margin-top: 14px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .gDFF721 {
        margin-top: -74px;
    }
}

.channel-html .pDF42D4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p7E6131 {
    display: grid;
    height: 293px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 325px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .p7E6131 {
        grid-template-rows: 207px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p7E6131 {
        grid-template-rows: 177px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .p7E6131 {
        grid-template-columns: repeat(1, 230px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p7E6131 {
        grid-template-columns: repeat(1, 155px);
    }
}

.channel-html .p7E6131 .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .p7E6131 .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p7E6131 .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .gEEC4D7 {
    background-color: #3f1921;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .gEEC4D7:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .f27E5A2 {
    /** alignment */
    align-items: center;
    justify-content: center;
    /** Margin */
    margin-top: 22px;
    /** Padding */
    padding-bottom: 16px;
    /** Layer controls */
    /** Interaction controls */
    flex-grow: 1;
    /** 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 .f27E5A2 {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f27E5A2 {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f27E5A2 {
        flex-grow: 1;
    }
}

.channel-html .z9AAB00 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .h50B895 {
    color: #f5f5f7;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h50B895 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h50B895 {
        padding-right: 20px;
    }
}

.channel-html .l7F47F5 {
    /** alignment */
    align-items: flex-end;
    justify-content: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .l7F47F5 {
        align-items: flex-start;
    }
}

.channel-html .hE61F73 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t5C19B5 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t5C19B5 {
        margin-left: -32px;
    }
}

.channel-html .u84C7D1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .u84C7D1 {
        margin-top: -255px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u84C7D1 {
        margin-left: -20px;
    }
}

.channel-html .dDD1945 {
    display: grid;
    height: 292px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 325px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDD1945 {
        grid-template-rows: 208px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDD1945 {
        grid-template-rows: 177px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDD1945 {
        grid-template-columns: repeat(1, 230px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDD1945 {
        grid-template-columns: repeat(1, 155px);
    }
}

.channel-html .dDD1945 .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dDD1945 .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dDD1945 .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .sA7B1E8 {
    background-color: #162238;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .sA7B1E8:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .aE76C00 {
    /** alignment */
    align-items: flex-end;
    /** Margin */
    margin-top: 33px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .bCF7494 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i32DDFE {
    /** Margin */
    margin-top: -34px;
    margin-left: 66px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .i32DDFE {
        margin-left: 14px;
    }
}

.channel-html .v0BA69C {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .v0BA69C {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0BA69C {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0BA69C {
        margin-top: -20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0BA69C {
        padding-bottom: 21px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v0BA69C {
        flex-grow: 1;
    }
}

.channel-html .cDB7F7A {
    /** Margin */
    margin-left: 40px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .cDB7F7A {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .cDB7F7A {
        margin-left: 15px;
    }
}

.channel-html .b23259C {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .rA1F4A6 {
    color: #f5f5f7;
    margin-top: 6px;
    padding-right: 52px;
}

@media only screen and (max-width: 734px) {
    .channel-html .rA1F4A6 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rA1F4A6 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rA1F4A6 {
        padding-right: 0px;
    }
}

.channel-html .wDD3EF2 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .wDD3EF2 {
        margin-top: -255px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .wDD3EF2 {
        margin-left: 49px;
    }
}

.channel-html .kA4C5FB {
    display: grid;
    height: 293px;
    grid-gap: 5px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 325px);
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA4C5FB {
        grid-template-rows: 207px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA4C5FB {
        grid-template-rows: 177px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA4C5FB {
        grid-template-columns: repeat(1, 230px);
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA4C5FB {
        grid-template-columns: repeat(1, 155px);
    }
}

.channel-html .kA4C5FB .bentobox-item {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kA4C5FB .bentobox-item {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kA4C5FB .bentobox-item {
        border-radius: 10px;
    }
}

.channel-html .q17B049 {
    background-color: #3f1921;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    position: relative;
}

.channel-html .q17B049:before {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.channel-html .x846200 {
    /** alignment */
    justify-content: center;
    /** Margin */
    margin-top: 33px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .x846200 {
        margin-top: 20px;
    }
}

.channel-html .h2C73B9 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: center;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .e99B0DD {
    color: #f5f5f7;
}

@media only screen and (max-width: 734px) {
    .channel-html .e99B0DD {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .e99B0DD {
        padding-right: 20px;
    }
}

.channel-html .hB3EBD2 {
    /** Margin */
    margin-top: 21px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .hB3EBD2 {
        margin-top: 17px;
    }
}

.channel-html .p1A7C6A {
    background-color: #2d2e39;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .p1A7C6A {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p1A7C6A {
        overflow: hidden;
    }
}

.channel-html .f95C07F {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 113px;
    margin-bottom: 75px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .f95C07F {
        margin-top: 51px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f95C07F {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .f95C07F {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .f95C07F {
        margin-bottom: 50px;
    }
}

.channel-html .o6CAE91 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .n48A41A {
    /** Margin */
    margin-left: -360px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n48A41A {
        margin-left: -80px;
    }
}

.channel-html .oB9ACB5 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g193E89 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .e9DE1AA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .qA0B9D1 {
    color: #f5f5f7;
}

.channel-html .l36CA16 {
    color: #f5f5f7;
    margin-top: 12px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l36CA16 {
        padding-right: 23px;
    }
}

.channel-html .nA8C206 {
    color: #f5f5f7;
    margin-top: 0px;
    padding-right: 42px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA8C206 {
        padding-right: 6px;
    }
}

.channel-html .b9CB5A7 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 30px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .b9CB5A7 {
        align-items: flex-start;
    }
}

.channel-html .lB0E09F {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .x714D47 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .lB85877 {
    /** Margin */
    margin-left: 26px;
    /** Padding */
    padding-right: 0px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lB85877 {
        margin-left: 24px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lB85877 {
        padding-right: 0px;
    }
}

.channel-html .v335F26 {
    color: #f5f5f7;
    padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .v335F26 {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v335F26 {
        padding-left: 21px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v335F26 {
        padding-right: 0px;
    }
}

.channel-html .h9FECE6 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t42F8D4 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .sA4D0FA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i2FAFC5 {
    color: #f5f5f7;
}

.channel-html .b5E7CAB {
    color: #f5f5f7;
    margin-top: 12px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b5E7CAB {
        padding-right: 23px;
    }
}

.channel-html .xBDDA26 {
    color: #f5f5f7;
    margin-top: 0px;
}

@media only screen and (max-width: 734px) {
    .channel-html .xBDDA26 {
        padding-right: 18px;
    }
}

.channel-html .o28D375 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 30px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .o28D375 {
        align-items: flex-start;
    }
}

.channel-html .rACF7AD {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t231AC3 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .r22150B {
    /** Margin */
    margin-left: 26px;
    /** Padding */
    padding-right: 26px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r22150B {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .r22150B {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r22150B {
        padding-right: 0px;
    }
}

.channel-html .dA4C2A0 {
    color: #f5f5f7;
}

@media only screen and (max-width: 1068px) {
    .channel-html .dA4C2A0 {
        padding-right: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .dA4C2A0 {
        padding-right: 0px;
    }
}

.channel-html .k1F5D9D {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .k1F5D9D {
        margin-top: 50px;
    }
}

.channel-html .q43A4C2 {
    /** Margin */
    margin-left: -360px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .q43A4C2 {
        margin-left: -80px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q43A4C2 {
        margin-left: -68px;
    }
}

.channel-html .fABC785 {
    background-color: #2d2e39;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .fABC785 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fABC785 {
        overflow: hidden;
    }
}

.channel-html .qDC7908 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 80px;
    margin-bottom: 120px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .qDC7908 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qDC7908 {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .qDC7908 {
        margin-bottom: 51px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .qDC7908 {
        margin-bottom: 50px;
    }
}

.channel-html .d6BE8F0 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .o482593 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .j3DD1A1 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .iD65FE5 {
    color: #f5f5f7;
}

.channel-html .u26F7D1 {
    color: #f5f5f7;
    margin-bottom: 0px;
}

.channel-html .xCC918A {
    color: #f5f5f7;
    margin-top: 0px;
    padding-right: 4px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .xCC918A {
        padding-right: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .xCC918A {
        padding-right: 0px;
    }
}

.channel-html .c673E90 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 20px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .c673E90 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c673E90 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c673E90 {
        margin-top: 24px;
    }
}

.channel-html .bFE9AA3 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jC31820 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .a5A107D {
    /** Margin */
    margin-left: 26px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .a5A107D {
        margin-left: 14px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .a5A107D {
        margin-left: 26px;
    }
}

.channel-html .d446F21 {
    color: #f5f5f7;
    padding-right: 12px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d446F21 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .d446F21 {
        padding-right: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .d446F21 {
        padding-right: 11px;
    }
}

.channel-html .hEB51F4 {
    /** Margin */
    /** Padding */
    padding-left: 50px;
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .hEB51F4 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .hEB51F4 {
        padding-left: 79px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hEB51F4 {
        padding-left: 37px;
    }
}

.channel-html .i8831ED {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .v433237 {
    background-color: #f5f6f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v433237 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .v433237 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v433237 {
        overflow: hidden;
    }
}

.channel-html .uBF89D7 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: -246px;
    margin-bottom: -200px;
    /** Padding */
    padding-top: 80px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .uBF89D7 {
        margin-top: -116px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uBF89D7 {
        margin-top: -120px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBF89D7 {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .uBF89D7 {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBF89D7 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uBF89D7 {
        padding-bottom: 30px;
    }
}

.channel-html .tEA55BD {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .tEA55BD {
        margin-top: 80px;
    }
}

.channel-html .e967D51 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .vCF6B78 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bDA8C3F {
    color: #0c3139;
}

@media only screen and (max-width: 1068px) {
    .channel-html .bDA8C3F {
        margin-top: 50px;
    }
}

.channel-html .aF2DFE5 {
    color: #0c3139;
    margin-bottom: 0px;
    padding-right: 40px;
}

.channel-html .s964BC8 {
    color: #1d1d1f;
    margin-top: 0px;
    padding-right: 24px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .s964BC8 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s964BC8 {
        padding-right: 0px;
    }
}

.channel-html .u649EAD {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 34px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .u649EAD {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u649EAD {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u649EAD {
        margin-top: 30px;
    }
}

.channel-html .eF5342C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .vB92FAB {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .q3C196A {
    /** Margin */
    margin-left: 8px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .q3C196A {
        margin-left: 20px;
    }
}

.channel-html .vD9EF48 {
    color: #0c3139;
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD9EF48 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD9EF48 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD9EF48 {
        padding-left: 11px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD9EF48 {
        padding-right: 62px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD9EF48 {
        padding-right: 0px;
    }
}

.channel-html .lF6DFCC {
    /** Margin */
    /** Padding */
    padding-top: 250px;
    padding-left: 30px;
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF6DFCC {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF6DFCC {
        padding-top: 181px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF6DFCC {
        padding-top: 46px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .lF6DFCC {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .lF6DFCC {
        padding-left: 19px;
    }
}

.channel-html .vD12B28 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .vD12B28 {
        margin-left: -20px;
    }
}

.channel-html .nA59E7A {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: -560px;
    margin-bottom: -230px;
    /** Padding */
    padding-top: 150px;
    padding-bottom: 114px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .nA59E7A {
        margin-top: -274px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA59E7A {
        margin-top: -340px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA59E7A {
        margin-bottom: -180px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nA59E7A {
        margin-bottom: -238px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA59E7A {
        padding-top: 186px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nA59E7A {
        padding-bottom: 156px;
    }
}

.channel-html .xD4E2CE {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .c1E2A9D {
    /** Margin */
    margin-top: 310px;
    margin-left: -364px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c1E2A9D {
        margin-top: 168px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .c1E2A9D {
        margin-left: -136px;
    }
}

.channel-html .x63FC4F {
    /** Margin */
    margin-top: 130px;
    margin-bottom: 100px;
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .x63FC4F {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x63FC4F {
        margin-bottom: 75px;
    }
}

.channel-html .dDF2AE3 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .mB4AF06 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .gC83D70 {
    color: #0c3139;
}

.channel-html .cA0EB2D {
    color: #0c3139;
    margin-bottom: 0px;
}

.channel-html .oE86136 {
    color: #1d1d1f;
    margin-top: 0px;
    padding-right: 18px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .oE86136 {
        padding-right: 0px;
    }
}

.channel-html .n669505 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 28px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .n669505 {
        align-items: flex-start;
    }
}

.channel-html .dF2256B {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .vF1B93D {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .y2544C2 {
    /** Margin */
    /** Padding */
    padding-left: 8px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .g8D8609 {
    color: #0c3139;
    padding-left: 20px;
    padding-right: 78px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .g8D8609 {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g8D8609 {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .g8D8609 {
        padding-right: 40px;
    }
}

.channel-html .yB72C58 {
    /** Margin */
    margin-top: 120px;
    margin-bottom: 75px;
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .yB72C58 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .yB72C58 {
        margin-top: 78px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .yB72C58 {
        margin-bottom: 75px;
    }
}

.channel-html .g5A25FE {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .g7FFD66 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .l6EC72D {
    color: #1d1d1f;
}

.channel-html .u480889 {
    color: #1d1d1f;
    margin-bottom: 0px;
}

.channel-html .b4368BF {
    color: #1d1d1f;
    margin-top: 0px;
    padding-right: 46px;
}

@media only screen and (max-width: 734px) {
    .channel-html .b4368BF {
        padding-right: 0px;
    }
}

.channel-html .l210654 {
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 22px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .l210654 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l210654 {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .l210654 {
        margin-top: 28px;
    }
}

.channel-html .t0AEE56 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .q42F81D {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .p3C232B {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .p3C232B {
        margin-left: -16px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .p3C232B {
        margin-left: 23px;
    }
}

.channel-html .s0B0263 {
    color: #1d1d1f;
    padding-right: 53px;
}

@media only screen and (max-width: 734px) {
    .channel-html .s0B0263 {
        padding-left: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s0B0263 {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s0B0263 {
        padding-right: 17px;
    }
}

.channel-html .uC3EDBF {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t0F12D7 {
    /** Margin */
    margin-top: 280px;
    margin-left: -414px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0F12D7 {
        margin-top: 138px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0F12D7 {
        margin-top: -26px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t0F12D7 {
        margin-left: 18px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t0F12D7 {
        margin-left: -133px;
    }
}

.channel-html .v52644B {
    background-color: #0d3139;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v52644B {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v52644B {
        overflow: hidden;
    }
}

.channel-html .r49CAA9 {
    /** alignment */
    align-items: center;
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .r49CAA9 {
        margin-top: 46px;
    }
}

.channel-html .jAE7962 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t2B627E {
    /** Margin */
    margin-top: -114px;
    margin-bottom: -142px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .t2B627E {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t2B627E {
        margin-bottom: -100px;
    }
}

.channel-html .r50C7D7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .r50C7D7 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .r50C7D7 {
        padding-bottom: 50px;
    }
}

.channel-html .l806C5C {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .h6DF14A {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .k73F892 {
    color: #f5f5f7;
}

.channel-html .l9D9003 {
    color: #f5f5f7;
    margin-bottom: 0px;
    padding-right: 68px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .l9D9003 {
        padding-right: 4px;
    }
}

.channel-html .t05FEAA {
    color: #f5f5f7;
    margin-top: 0px;
    padding-right: 8px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .t05FEAA {
        padding-right: 6px;
    }
}

.channel-html .b535F2E {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .hF10EB2 {
    /** alignment */
    /** Margin */
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .r4A8CB3 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .b0A563B {
    color: #f5f5f7;
}

.channel-html .b1DF266 {
    color: #f5f5f7;
    margin-bottom: 0px;
    padding-right: 68px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .b1DF266 {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b1DF266 {
        padding-right: 50px;
    }
}

.channel-html .z4153D2 {
    color: #f5f5f7;
    margin-top: 0px;
    padding-right: 46px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .z4153D2 {
        padding-right: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .z4153D2 {
        padding-right: 26px;
    }
}

.channel-html .h81729E {
    /** Margin */
    /** Padding */
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .h81729E {
        margin-top: 72px;
    }
}

.channel-html .nACB9F9 {
    /** Margin */
    margin-top: -54px;
    margin-bottom: -194px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .nACB9F9 {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nACB9F9 {
        margin-left: -1px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .nACB9F9 {
        margin-bottom: -136px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .nACB9F9 {
        margin-bottom: -145px;
    }
}

.channel-html .y471826 {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .y471826 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .y471826 {
        overflow: hidden;
    }
}

.channel-html .w2AC648 {
    background-color: #ffffff;
    /** alignment */
    /** Margin */
    margin-top: 90px;
    /** Padding */
    padding-top: 55px;
    padding-bottom: 54px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .w2AC648 {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w2AC648 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .w2AC648 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .w2AC648 {
        padding-right: 50vw;
    }
}

.channel-html .w2AC648.large-display-bleed::before,
.channel-html .w2AC648.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .w2AC648.medium-display-bleed::before,
.channel-html .w2AC648.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .w2AC648.small-display-bleed::before,
.channel-html .w2AC648.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .sC3010F {
    /** Margin */
    margin-bottom: 52px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .sC3010F {
        margin-bottom: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sC3010F {
        margin-bottom: 43px;
    }
}

.channel-html .tF8B112 {
    color: #1d1d1f;
    margin-left: -1.5px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .tF8B112 {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .tF8B112 {
        margin-bottom: 8px;
    }
}

.channel-html .k81FDAD {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -2.5px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .k81FDAD {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k81FDAD {
        margin-left: -1.5px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k81FDAD {
        padding-right: 20px;
    }
}

.channel-html .vD0CA1C {
    /** Margin */
    margin-top: 0px;
    /** Padding */
    padding-right: 41px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .vD0CA1C {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD0CA1C {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .vD0CA1C {
        padding-right: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .vD0CA1C {
        padding-right: 8px;
    }
}

.channel-html .g222628 {
    /** Margin */
    margin-bottom: 14px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .g222628 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .g222628 {
        margin-bottom: 16px;
    }
}

.channel-html .x5E31D6 {
    color: #1d1d1f;
    margin-left: -1px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x5E31D6 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x5E31D6 {
        padding-right: 15px;
    }
}

.channel-html .q3B44A6 {
    color: #86868b;
    margin-top: 0px;
    margin-left: -1px;
}

.channel-html .t057767 {
    /** Margin */
    margin-top: 0px;
    /** Padding */
    padding-right: 41px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .t057767 {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t057767 {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .t057767 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .t057767 {
        padding-right: 5px;
    }
}

.channel-html .q6F6E5A {
    /** Margin */
    margin-bottom: 14px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .q6F6E5A {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q6F6E5A {
        margin-bottom: 16px;
    }
}

.channel-html .x14DAED {
    color: #1d1d1f;
    margin-left: -1px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x14DAED {
        margin-bottom: 0px;
    }
}

.channel-html .v4068EA {
    color: #86868b;
    margin-top: 0px;
    margin-left: -1px;
}

.channel-html .rD0E580 {
    /** Margin */
    /** Padding */
    padding-right: 41px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .rD0E580 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .rD0E580 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .rD0E580 {
        padding-right: 12px;
    }
}

.channel-html .oDD39BD {
    /** Margin */
    margin-bottom: 14px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .oDD39BD {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .oDD39BD {
        margin-bottom: 16px;
    }
}

.channel-html .eB9F699 {
    color: #1d1d1f;
    margin-left: -1px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .eB9F699 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .eB9F699 {
        padding-right: 15px;
    }
}

.channel-html .a85F4B6 {
    color: #86868b;
    margin-top: 0px;
    margin-left: -1px;
    margin-bottom: -2px;
}

.channel-html .s84DDEC {
    /** Margin */
    margin-top: 0px;
    /** Padding */
    padding-right: 41px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .s84DDEC {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s84DDEC {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s84DDEC {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .s84DDEC {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s84DDEC {
        padding-right: 10px;
    }
}

.channel-html .m473FE4 {
    /** Margin */
    margin-bottom: 14px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .m473FE4 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .m473FE4 {
        margin-bottom: 16px;
    }
}

.channel-html .d9ED36E {
    color: #1d1d1f;
    margin-left: -1px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .d9ED36E {
        margin-bottom: 0px;
    }
}

.channel-html .j10A636 {
    color: #86868b;
    margin-top: 0px;
    margin-left: -1px;
}

@media only screen and (max-width: 734px) {
    .channel-html .j10A636 {
        padding-right: 13px;
    }
}

.channel-html .h44CFC3 {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    padding-bottom: 0px;
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .h44CFC3 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .h44CFC3 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h44CFC3 {
        overflow: hidden;
    }
}

.channel-html .iD21317 {
    background-color: #ffffff;
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    /** Padding */
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .iD21317 {
        align-items: center;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        align-items: center;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .iD21317 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .iD21317 {
        padding-right: 50vw;
    }
}

.channel-html .iD21317.large-display-bleed::before,
.channel-html .iD21317.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .iD21317.medium-display-bleed::before,
.channel-html .iD21317.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .iD21317.small-display-bleed::before,
.channel-html .iD21317.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .aAF65D3 {
    /** Margin */
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    /** Padding */
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 42px;
    padding-right: 0px;
    /** Align text*/
    text-align: start;
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        padding-bottom: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        padding-bottom: 28px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .aAF65D3 {
        text-align: start;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .aAF65D3 {
        text-align: start;
    }
}

.channel-html .w030818 {
    color: #1d1d1f;
}

.channel-html .kD73A5D {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 22px;
    padding-right: 0px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .kD73A5D {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .kD73A5D {
        padding-right: 0px;
    }
}

.channel-html .hA60B7B {
    background-color: #ffffff;
    /** alignment */
    /** Margin */
    /** Padding */
    padding-bottom: 50px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .hA60B7B {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA60B7B {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA60B7B {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA60B7B {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .hA60B7B {
        padding-right: 50vw;
    }
}

.channel-html .hA60B7B.large-display-bleed::before,
.channel-html .hA60B7B.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .hA60B7B.medium-display-bleed::before,
.channel-html .hA60B7B.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .hA60B7B.small-display-bleed::before,
.channel-html .hA60B7B.small-display-bleed::after {
    background-color: #ffffff;
}

/*.t242715 {
    width: 100%;
    --columns: 3;
    --grid-column: 3;
}

.t242715 .compare-column-0 {
    display: flex;
    order: 1;
}

.t242715 .compare-column-1 {
    display: flex;
    order: 2;
}

.t242715 .compare-column-2 {
    display: flex;
    order: 3;
}

@media only screen and (max-width: 1068px) {
    .t242715 {
        --columns: 3;
        --grid-column: 3;
    }
}

@media only screen and (max-width: 1068px) {
    .t242715 .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 1068px) {
    .t242715 .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 1068px) {
    .t242715 .compare-column-2 {
        display: flex;
        order: 3;
    }
}

@media only screen and (max-width: 734px) {
    .t242715 {
        --columns: 3;
        --grid-column: 2;
    }
}

@media only screen and (max-width: 734px) {
    .t242715 .compare-column-0 {
        display: flex;
        order: 1;
    }
}

@media only screen and (max-width: 734px) {
    .t242715 .compare-column-1 {
        display: flex;
        order: 2;
    }
}

@media only screen and (max-width: 734px) {
    .t242715 .compare-column-2 {
        display: none;
        order: 3;
    }
}*/

.channel-html .s18ED03 {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s18ED03 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s18ED03 {
        overflow: hidden;
    }
}

.channel-html .j038FA4 {
    background-color: #ffffff;
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 10px;
    /** Padding */
    padding-top: 41px;
    padding-bottom: 0px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .j038FA4 {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j038FA4 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j038FA4 {
        padding-right: 50vw;
    }
}

.channel-html .j038FA4.large-display-bleed::before,
.channel-html .j038FA4.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .j038FA4.medium-display-bleed::before,
.channel-html .j038FA4.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .j038FA4.small-display-bleed::before,
.channel-html .j038FA4.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .u6B6AEB {
    /** Margin */
    margin-top: -42px;
    /** Padding */
    padding-right: 50px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .u6B6AEB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u6B6AEB {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u6B6AEB {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u6B6AEB {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u6B6AEB {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u6B6AEB {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u6B6AEB {
        padding-right: 0px;
    }
}

.channel-html .q33AA27 {
    color: #1d1d1f;
    margin-left: -1.5px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .q33AA27 {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .q33AA27 {
        margin-bottom: 8px;
    }
}

.channel-html .sD8FE08 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -2.5px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD8FE08 {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sD8FE08 {
        margin-left: -1.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .sD8FE08 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .sD8FE08 {
        margin-bottom: 23px;
    }
}

.channel-html .u34FE34 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -1px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u34FE34 {
        padding-right: 16px;
    }
}

.channel-html .a122CF3 {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .w20EE8F {
    /** Margin */
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .w20EE8F {
        padding-right: 10px;
    }
}

.channel-html .pCDDEFC {
    color: #0066cc;
}

.channel-html .k80BB26 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .k80BB26 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .k80BB26 {
        padding-top: 28px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .k80BB26 {
        padding-top: 4px;
    }
}

.channel-html .mD58A9A {
    /** Margin */
    margin-left: 4px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .mD58A9A {
        margin-left: -36px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mD58A9A {
        margin-left: -82px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .mD58A9A {
        margin-bottom: -2px;
    }
}

.channel-html .s27ADA7 {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s27ADA7 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s27ADA7 {
        overflow: hidden;
    }
}

.channel-html .b211175 {
    background-color: #ffffff;
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 10px;
    /** Padding */
    padding-top: 0;
    padding-bottom: 0px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .b211175 {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b211175 {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b211175 {
        padding-top: 26px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b211175 {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b211175 {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b211175 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b211175 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b211175 {
        padding-right: 50vw;
    }
}

.channel-html .b211175.large-display-bleed::before,
.channel-html .b211175.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .b211175.medium-display-bleed::before,
.channel-html .b211175.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .b211175.small-display-bleed::before,
.channel-html .b211175.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .b8E2901 {
    /** Margin */
    margin-top: 1px;
    /** Padding */
    padding-right: 110px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .b8E2901 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b8E2901 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b8E2901 {
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .b8E2901 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .b8E2901 {
        padding-right: 0px;
    }
}

.channel-html .uD07353 {
    /** Margin */
    margin-bottom: 8px;
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .x3731AE {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -2.5px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .x3731AE {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x3731AE {
        margin-left: -1.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x3731AE {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x3731AE {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .x3731AE {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .x3731AE {
        margin-right: 0;
    }
}

.channel-html .r86600A {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -1px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 734px) {
    .channel-html .r86600A {
        padding-right: 20px;
    }
}

.channel-html .v44D966 {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .l2FBA1C {
    /** Margin */
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .s7BFA0B {
    color: #0066cc;
}

.channel-html .mF50E82 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .n0D96A3 {
    /** Margin */
    margin-left: 5px;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .n0D96A3 {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .n0D96A3 {
        margin-left: 78px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .n0D96A3 {
        margin-left: -2px;
    }
}

.channel-html .v00AEDD {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .v00AEDD {
        overflow: hidden;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .v00AEDD {
        overflow: hidden;
    }
}

.channel-html .j9ED67E {
    background-color: #ffffff;
    /** alignment */
    align-items: center;
    /** Margin */
    margin-top: 10px;
    /** Padding */
    padding-top: 38px;
    padding-bottom: 41px;
    /** Layer controls */
    /** Interaction controls */
    /** 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 .j9ED67E {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j9ED67E {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j9ED67E {
        padding-top: 51px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j9ED67E {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j9ED67E {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .j9ED67E {
        padding-bottom: 51px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j9ED67E {
        padding-bottom: 46px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .j9ED67E {
        padding-right: 50vw;
    }
}

.channel-html .j9ED67E.large-display-bleed::before,
.channel-html .j9ED67E.large-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .j9ED67E.medium-display-bleed::before,
.channel-html .j9ED67E.medium-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .j9ED67E.small-display-bleed::before,
.channel-html .j9ED67E.small-display-bleed::after {
    background-color: #ffffff;
}

.channel-html .fE48045 {
    /** Margin */
    margin-top: 1px;
    /** Padding */
    padding-right: 82px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .fE48045 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE48045 {
        margin-bottom: 52px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .fE48045 {
        padding-right: 58px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .fE48045 {
        padding-right: 0px;
    }
}

.channel-html .h69D16B {
    color: #1d1d1f;
    margin-left: -1.5px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .h69D16B {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .h69D16B {
        margin-bottom: 7px;
    }
}

.channel-html .u725639 {
    color: #1d1d1f;
    margin-top: 0px;
    margin-left: -2.5px;
    margin-bottom: 18px;
    padding-right: 50px;
}

@media only screen and (max-width: 1068px) {
    .channel-html .u725639 {
        margin-left: -2px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u725639 {
        margin-left: -1.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .u725639 {
        margin-bottom: 19px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u725639 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .u725639 {
        padding-right: 0px;
    }
}

.channel-html .s7DADA6 {
    margin-left: 0px;
}

.channel-html .f2DF73C {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    margin-bottom: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .dFB6933 {
    /** Margin */
    margin-top: 5.5px;
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .dFB6933 {
        margin-left: -1px;
    }
}

.channel-html .y6114F1 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bE08DBA {
    /** Margin */
    margin-left: 15px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .bE08DBA {
        margin-left: 9px;
    }
}

.channel-html .mDF24D9 {
    margin-left: -1px;
}

.channel-html .wF817E5 {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    margin-bottom: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .zD5418A {
    /** Margin */
    margin-top: 5.5px;
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .zD5418A {
        margin-left: -1px;
    }
}

.channel-html .cBD02C6 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .jFA676B {
    /** Margin */
    margin-left: 15px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .jFA676B {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .jFA676B {
        margin-left: 9px;
    }
}

.channel-html .vCBD063 {
    margin-left: -1px;
}

.channel-html .c133F16 {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    margin-bottom: 18px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .c133F16 {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c133F16 {
        margin-bottom: 15px;
    }
}

.channel-html .jAD9C75 {
    /** Margin */
    margin-top: 5.5px;
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .jAD9C75 {
        margin-left: -1px;
    }
}

.channel-html .u007CA5 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .pECE040 {
    /** Margin */
    margin-left: 15px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .pECE040 {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .pECE040 {
        margin-left: 9px;
    }
}

.channel-html .p587E74 {
    margin-left: -1px;
}

.channel-html .tB4403E {
    /** alignment */
    /** Margin */
    margin-top: 0px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .m57F5C2 {
    /** Margin */
    margin-left: -1.5px;
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .m57F5C2 {
        padding-right: 50px;
    }
}

.channel-html .kA10732 {
    color: #0066cc;
}

.channel-html .uE6A241 {
    /** Margin */
    /** Padding */
    padding-left: 40px;
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 734px) {
    .channel-html .uE6A241 {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 1068px) {
    .channel-html .uE6A241 {
        padding-left: 0px;
    }
}

.channel-html .s6E3F57 {
    /** Margin */
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .s6E3F57 {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .s6E3F57 {
        margin-left: 21px;
    }
}

.channel-html .iCFDF88 {
    background-color: #f5f5f7;
    /** Margin */
    /** Padding */
    /** Overflow */
    overflow: hidden;
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .mA39931 {
    background-color: #f5f5f7;
    /** alignment */
    /** Margin */
    margin-top: 16px;
    margin-bottom: 7px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .mA39931 {
        margin-left: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA39931 {
        margin-right: -50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA39931 {
        padding-left: 50vw;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .mA39931 {
        padding-right: 50vw;
    }
}

.channel-html .mA39931.large-display-bleed::before,
.channel-html .mA39931.large-display-bleed::after {
    background-color: #f5f5f7;
}

.channel-html .mA39931.medium-display-bleed::before,
.channel-html .mA39931.medium-display-bleed::after {
    background-color: #f5f5f7;
}

.channel-html .mA39931.small-display-bleed::before,
.channel-html .mA39931.small-display-bleed::after {
    background-color: #f5f5f7;
}

.channel-html .c88F3C4 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

@media only screen and (max-width: 1068px) {
    .channel-html .c88F3C4 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c88F3C4 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 734px) {
    .channel-html .c88F3C4 {
        margin-right: 0px;
    }
}

.channel-html .g7E9A69 {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .w94437C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .bCDDA5F {
    color: #6E6E73;
    margin-left: -1px;
}

.channel-html .l649637 {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .k37BB6C {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .t6AEBD6 {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .b301352 {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .cF3F2CC {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .f1D6532 {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .g61D7CD {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .g61D7CD {
        margin-top: 10px;
    }
}

.channel-html .d614F4E {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .i29B9B6 {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .l77A84B {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** 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 .l77A84B {
        margin-top: 10px;
    }
}

.channel-html .aC35AF7 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .d93E21B {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .aD8AC0D {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .iB7A6F6 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .n679E33 {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .z6B531C {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .u1E4F63 {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .rABCFE9 {
    color: #6E6E73;
    margin-left: -0.5px;
}

.channel-html .o9C114D {
    /** alignment */
    /** Margin */
    margin-bottom: 9px;
    /** Padding */
    /** Layer controls */
    /** Interaction controls */
    /** Display Bleed L/M/S (When true, it must match the BG color of the row) */
}

.channel-html .xBF23BA {
    /** Margin */
    /** Padding */
    /** Align text*/
    /** Flexbox order*/
    /** Layer controls */
    /** Interaction controls */
}

.channel-html .xA46F03 {
    color: #6E6E73;
    margin-left: -0.5px;
}