.chr-modal-dialog.eula ul,
.chr-header-v3__drawer-subnav-list,
.chr-header-v3__drawer-nav-list,
.chr-footer-help-language,
.chr-footer-glinks__list,
.chr-footer-links__list,
.chr-footer-social__list {
    list-style: none;
    padding: 0;
}

.chr-modal-dialog.eula .other-platform.canarychannel.linux .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.betachannel .frozen-version,
.chr-modal-dialog.eula .other-platform.canarychannel .frozen-version,
.chr-modal-dialog.eula .other-platform.devchannel .frozen-version,
.chr-modal-dialog.eula .other-platform.betachannel.win49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.betachannel.mac49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.betachannel.mac65 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.betachannel.mac88 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.canarychannel.win49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.canarychannel.mac49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.canarychannel.mac65 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.canarychannel.mac88 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.devchannel.win49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.devchannel.mac49 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.devchannel.mac65 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.devchannel.mac88 .chr-modal-dialog__button,
.chr-modal-dialog.eula .other-platform.mac .other-mac,
.chr-modal-dialog.eula .other-platform.win .other-win,
.chr-modal-dialog.eula .other-platform.win64 .other-win64,
.chr-modal-dialog.eula .other-platform.linux .other-linux,
.chr-modal-dialog.eula .eula-content,
.chr-modal-dialog.eula .other-platform,
.chr-modal-dialog.eula .os,
.chr-modal-dialog.eula .platform,
.chr-modal-dialog.eula .chrome-os,
.chr-modal-dialog__buttons .throbber,
.chr-homepage-hero__image.hidden,
.chr-homepage-hero__simplified-links,
.chr-homepage-hero__simplified .platform,
.ios .chr-footer .footer-other-platform,
.android .chr-footer .footer-other-platform {
    display: none;
}

.chr-homepage-hero__simplified .show {
    display: block !important;
}

.chr-main {
    margin-top: 64px;
    opacity: 1;
    overflow-x: hidden;
    -webkit-transition: opacity .5s ease-in-out .15s;
    transition: opacity .5s ease-in-out .15s;
}

.chr-main--no-header {
    margin-top: 0;
}

.chr-module-placeholder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #5f6267;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-background-shapes {
        height: 100%
    }
}

@-moz-document url-prefix() {
    .chr-background-shapes {
        height: 100%
    }
}

.chr-background-shapes .top {
    -ms-grid-row: 1;
    grid-row: 1;
}

.chr-background-shapes .middle {
    -ms-grid-row: 2;
    grid-row: 2;
}

.chr-background-shapes .bottom {
    -ms-grid-row: 3;
    grid-row: 3;
}

.chr-background-shapes .left {
    -ms-grid-column: 1;
    grid-column: 1;
}

[dir=rtl] .chr-background-shapes .left {
    -ms-grid-column: 3;
    grid-column: 3;
}

.chr-background-shapes .center {
    -ms-grid-column: 2;
    grid-column: 2;
}

.chr-background-shapes .right {
    -ms-grid-column: 3;
    grid-column: 3;
}

[dir=rtl] .chr-background-shapes .right {
    -ms-grid-column: 1;
    grid-column: 1;
}

.chr-background-shapes svg {
    height: 100%;
    width: 100%
}

.chr-background-shapes .green {
    fill: #34a853;
}

.dark-theme .chr-background-shapes .green {
    fill: #81c995;
}

.chr-background-shapes .contrast {
    fill: #fff;
}

.dark-theme .chr-background-shapes .contrast {
    fill: #202125;
}

.chr-background-shapes .grey-1 {
    fill: #e9eaee;
}

.dark-theme .chr-background-shapes .grey-1 {
    fill: #3c4043;
}

.chr-background-shapes .grey-2 {
    fill: #f8f9fb;
}

.dark-theme .chr-background-shapes .grey-2 {
    fill: #5f6267;
}

.chr-background-shapes .yellow-1 {
    fill: #fbbc04;
}

.dark-theme .chr-background-shapes .yellow-1 {
    fill: #fdd663;
}

.chr-background-shapes .yellow-2 {
    fill: #fdd663;
}

.dark-theme .chr-background-shapes .yellow-2 {
    fill: #f9ab00;
}

.chr-background-shapes .blue-1 {
    fill: #4285f4;
}

.dark-theme .chr-background-shapes .blue-1 {
    fill: #8ab4f8;
}

.chr-background-shapes .blue-2 {
    fill: #8ab4f8;
}

.dark-theme .chr-background-shapes .blue-2 {
    fill: #4285f4;
}

.chr-background-shapes .blue-3 {
    fill: #4285f4;
}

.dark-theme .chr-background-shapes .blue-3 {
    fill: #4285f4;
}

.chr-footer {
    background-color: #f2f3f5;
    display: block;
    margin: 0;
}

.dark-theme .chr-footer {
    background-color: #3c4043;
}

.chr-footer--white {
    background-color: #fff;
}

.dark-theme .chr-footer--white {
    background-color: #202125;
}

.chr-footer--white .chr-footer-language-dropdown select {
    background-color: #fff;
}

.dark-theme .chr-footer--white .chr-footer-language-dropdown select {
    background-color: #202125;
}

.ie10 .chr-footer .svg-fallback {
    display: none;
}

.chr-footer__link {
    display: inline-block;
    font-family: "Google Sans", arial, sans-serif;
}

.chr-footer-links__list-item .chr-footer__link {
    outline-width: 6px;
}

.chr-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 28px 0;
}

.chr-footer-social--border {
    border-bottom: 1px solid #bdc0c5;
}

.dark-theme .chr-footer-social--border {
    border-bottom: 1px solid #9ba0a6;
}

@media only screen and (min-width: 600px) {
    .chr-footer-social {
        max-width: 1440px;
        padding: 30px 32px 0;
    }

    .chr-footer-social--feedback-button {
        padding-top: 0;
    }
}

.chr-footer-social--feedback-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 90px;
    padding: 30px 28px;
}

.chr-footer-social__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%;
    padding-right: 50px;
}

.chr-footer-social--feedback-button .chr-footer-social__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: auto;
    padding-right: 0;
}

[dir=rtl] .chr-footer-social__container {
    padding-left: 50px;
    padding-right: 0;
}

@media only screen and (min-width: 600px) {
    .chr-footer-social__container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.chr-footer-social__feedback-button {
    border: 1px solid #202125;
    border-radius: 48px;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    padding: 12px 24px;
}

.dark-theme .chr-footer-social__feedback-button {
    border: 1px solid #fff;
}

.chr-footer-social__feedback-button--hidden {
    display: none;
}

.chr-footer-social__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 500;
    margin: 0 32px 30px 0;
    width: 100%
}

.chr-footer-social--feedback-button .chr-footer-social__title {
    margin: 0 32px 0 0;
    width: auto;
}

@supports(-ms-ime-align: auto) {
    .chr-footer-social__title {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 600px) {
    .chr-footer-social__title {
        width: auto;
    }

    @supports(-ms-ime-align: auto) {
        .chr-footer-social__title {
            padding-top: 0;
        }
    }
}

.chr-footer-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 30px;
    max-width: 100%
}

.chr-footer-social--feedback-button .chr-footer-social__list {
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-social__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.chr-footer-social__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
    height: 24px;
    margin-left: 0;
    margin-right: 32px;
    width: 24px;
}

.chr-footer-social__list li:last-child {
    margin-right: 0;
}

[dir=rtl] .chr-footer-social__list li {
    margin-left: 32px;
    margin-right: 0;
}

.chr-footer-social__link {
    color: #202125;
    border-radius: 50%;
    display: block;
    height: 24px;
    margin-left: 0;
    margin-right: 32px;
    padding: 0;
    width: 24px;
}

.dark-theme .chr-footer-social__link {
    color: #fff;
}

.chr-footer-links {
    border-top: 1px solid #bdc0c5;
    margin: 0 auto;
    padding: 0 28px;
}

.dark-theme .chr-footer-links {
    border-top: 1px solid #9ba0a6;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links {
        border-bottom: 1px solid #bdc0c5;
        max-width: 1440px;
        padding: 50px 32px;
        width: initial;
    }

    .dark-theme .chr-footer-links {
        border-bottom: 1px solid #9ba0a6;
    }
}

@media only screen and (min-width: 1440px) {
    .chr-footer-links {
        max-width: 1376px;
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.chr-footer-links__group {
    border-bottom: 1px solid #bdc0c5;
    margin: 0;
    padding: 24px 0 0;
}

.dark-theme .chr-footer-links__group {
    border-bottom: 1px solid #9ba0a6;
}

.chr-footer-links__group:last-child {
    border-bottom: none;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__group {
        border-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0;
        width: 20%
    }

    [dir=rtl] .chr-footer-links__group {
        float: right;
    }
}

.chr-footer-links__heading {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 24px;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__heading {
        border-bottom: 0 solid #bdc0c5;
        cursor: inherit;
        outline: 0;
        padding-bottom: 11px;
    }

    .dark-theme .chr-footer-links__heading {
        border-bottom: 0 solid #9ba0a6;
    }
}

.chr-footer-links__heading .chr-icon {
    color: #202125;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin: -5px 0 0 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .333s ease-in;
    transition: -webkit-transform .333s ease-in;
    transition: transform .333s ease-in;
    transition: transform .333s ease-in, -webkit-transform .333s ease-in;
    vertical-align: middle;
}

.dark-theme .chr-footer-links__heading .chr-icon {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__heading .chr-icon {
        display: none;
    }
}

.is-expanded .chr-footer-links__heading .chr-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chr-footer-links__list {
    margin: 0;
    max-height: 0;
    -webkit-transition: max-height .4s ease-in-out, visibility .1s ease-out .1s;
    transition: max-height .4s ease-in-out, visibility .1s ease-out .1s;
    visibility: hidden;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__list {
        max-height: none;
        visibility: visible;
    }
}

.is-expanded .chr-footer-links__list {
    max-height: 400px;
    visibility: visible;
}

.chr-footer-links__list-item {
    display: block;
    line-height: 24px;
    padding: 16px 0 0;
}

.chr-footer-links__list-item:last-child {
    padding-bottom: 16px;
}

[dir=rtl] .chr-footer-links__list-item {
    margin: 0 0 0 40px;
}

@media only screen and (min-width: 600px) {
    .chr-footer-links__list-item {
        padding: 0 0 16px;
    }
}

.chr-footer-links__list-item.chr-link {
    max-width: 100%;
    overflow: initial;
}

@media only screen and (min-width: 1024px) {
    .chr-footer-links__list-item.chr-link svg {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .chr-footer-links__list-item.chr-link svg {
        display: inline-block;
    }
}

.chr-footer-links__list-item .h-c-footer__link:focus {
    outline-width: 6px;
}

.chr-footer__bottom {
    margin: 0 auto;
    padding: 40px 28px 20px;
}

@media only screen and (min-width: 600px) {
    .chr-footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1440px;
        padding: 40px 32px 11px;
    }
}

.chr-footer__logo {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    height: 28px;
    margin: 0 0 30px;
    margin-right: 55px;
    width: 86px;
}

[dir=rtl] .chr-footer__logo {
    margin-left: 55px;
    margin-right: 0;
}

@media only screen and (min-width: 600px) {
    .chr-footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
        flex: 0 0 86px;
    }
}

.chr-footer__logo-img {
    fill: #5f6368;
    height: 28px;
    width: 86px;
}

.dark-theme .chr-footer__logo-img {
    fill: #dbdce0;
}

.chr-footer-glinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 6px 0 15px;
    max-width: 100%
}

.chr-footer-glinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
    max-width: 100%
}

.chr-footer-glinks__list-item {
    display: inline-block;
    font-weight: 500;
    padding: 0 30px 18px 0;
}

[dir=rtl] .chr-footer-glinks__list-item {
    float: right;
    padding-left: 30px;
    padding-right: 0;
}

[dir=rtl] .chr-footer-glinks__list-item:last-child {
    min-width: 100px;
    padding-left: 0;
}

.chr-footer-help-language {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin: 2px 0 15px;
    max-width: 100%
}

.chr-footer-help-language li {
    float: left;
    padding: 0 30px 15px 0;
}

[dir=rtl] .chr-footer-help-language li {
    float: right;
    padding-left: 30px;
    padding-right: 0;
}

.chr-footer .chr-footer-help-language .chr-icon {
    color: #5f6368;
    margin-right: 10px;
}

.dark-theme .chr-footer .chr-footer-help-language .chr-icon {
    color: #dbdce0;
}

[dir=rtl] .chr-footer .chr-footer-help-language .chr-icon {
    margin-left: 10px;
    margin-right: 0;
}

.chr-footer-help-language--terms {
    margin-top: 60px;
}

.chr-footer-help-language--terms .chr-footer-language-dropdown select {
    height: auto;
    padding: 8px 16px;
}

.chr-footer-language-dropdown {
    padding-left: 0;
    padding-right: 0;
}

.chr-footer-language-dropdown label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}



    .dark-theme .chr-footer-language-dropdown select {
        background-color: #3c4043;
    }

    .dark-theme .chr-footer-language-dropdown select {
        color: #dbdce0;
    }

    .dark-theme .chr-footer-language-dropdown select {
        fill: #dbdce0;
    }



        [dir=rtl] .chr-footer-language-dropdown select {
            background-position: left 50%;
            padding: 0 2px 0 24px;
        }

        .chr-footer-language-dropdown select::-ms-expand {
            display: none;
        }

        .chr-footer.is-cookie-banner-opened {
            padding-bottom: 160px;
        }

        @media only screen and (min-width: 600px) {
            .chr-footer.is-cookie-banner-opened {
                padding-bottom: 0;
            }
        }

        .chr-footer .chr-icon {
            margin: 0 5px 0 0;
            vertical-align: middle;
        }

        #experiment-cookie-footer-two+.chr-footer.is-cookie-banner-opened {
            padding-bottom: 160px;
        }

        @media only screen and (min-width: 1024px) {
            #experiment-cookie-footer-two+.chr-footer.is-cookie-banner-opened {
                padding-bottom: 0;
            }
        }

        #experiment-cookie-footer-three+.chr-footer.is-cookie-banner-opened {
            padding-bottom: 160px;
        }

        @media only screen and (min-width: 1024px) {
            #experiment-cookie-footer-three+.chr-footer.is-cookie-banner-opened {
                padding-bottom: 64px;
            }
        }

        .chr-footer_footnote {
            margin-bottom: 16px;
            width: 100%
        }

        .chr-footer_footnote p {
            font-size: .75rem;
            line-height: .875rem;
        }

        .chr-fifty-fifty-text-image {
            padding: 64px 0;
            background-color: #fff;
        }

        .dark-theme .chr-fifty-fifty-text-image {
            background-color: #202125;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image {
                padding: 80px 0;
            }
        }

        .chr-fifty-fifty-text-image__tutorial-wrapper {
            margin-top: 16px;
        }

        .chr-fifty-fifty-text-image__sublist-item {
            list-style-type: lower-alpha;
        }

        .chr-fifty-fifty-text-image__inline-text {
            display: inline-block;
        }

        .chr-fifty-fifty-text-image--secondary {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-fifty-fifty-text-image--secondary {
            background-color: #3c4043;
        }

        .chr-fifty-fifty-text-image__inline-button {
            color: #1967d2;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.5rem;
            margin-top: 0;
        }

        .dark-theme .chr-fifty-fifty-text-image__inline-button {
            color: #8ab4f8;
        }

        .chr-fifty-fifty-text-image__inline-button:focus, .chr-fifty-fifty-text-image__inline-button:hover {
            color: #1967d2;
        }

        .dark-theme .chr-fifty-fifty-text-image__inline-button:focus, .dark-theme .chr-fifty-fifty-text-image__inline-button:hover {
            color: #aecbfa;
        }

        .chr-fifty-fifty-text-image--tertiary {
            padding: 60px 0;
        }

        .chr-fifty-fifty-text-image--tertiary:first-child {
            padding-top: 60px;
        }

        .chr-fifty-fifty-text-image--tertiary:nth-child(2n) .chr-fifty-fifty-text-image {
            padding-bottom: 60px;
        }

        .chr-fifty-fifty-text-image--tertiary:last-child {
            padding-bottom: 80px;
        }

        .chr-fifty-fifty-text-image--quaternary:first-child {
            padding-bottom: 64px;
            padding-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quaternary: first-child {
                padding-top: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quaternary: first-child {
                padding-top: 160px;
            }
        }

        .chr-fifty-fifty-text-image--quaternary:not(:first-child):not(:last-child) {
            padding: 0 0 64px;
        }

        .chr-fifty-fifty-text-image--quaternary:last-child {
            padding-bottom: 80px;
            padding-top: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quaternary: last-child {
                padding-bottom: 120px;
            }
        }

        .chr-fifty-fifty-text-image--quinary {
            padding-bottom: 8px;
            padding-top: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quinary {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary {
                padding-bottom: 0;
                padding-top: 0;
            }
        }

        .chr-fifty-fifty-text-image--quinary.chr-fifty-fifty-text-image--reversed {
            padding-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quinary.chr-fifty-fifty-text-image--reversed {
                padding-top: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary.chr-fifty-fifty-text-image--reversed {
                padding-top: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary.chr-fifty-fifty-text-image--reversed .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary: first-child {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary: first-child {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary: first-child .chr-fifty-fifty-text-image__text-wrapper {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin-bottom: 60px;
                margin-top: 71px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary: first-child .chr-fifty-fifty-text-image__image-wrapper {
                margin-top: 0;
            }
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__heading {
            margin-bottom: 16px;
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__description+.chr-fifty-fifty-text-image__links-wrapper {
            margin-top: 16px;
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__text-wrapper {
            -ms-grid-row: 1;
            grid-row: 1;
            margin-bottom: 40px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
                margin: 0 64px 60px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
                margin: 60px 64px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__text-wrapper {
                margin: 60px 107px;
            }
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__links-wrapper {
            margin-top: 0;
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
            -ms-grid-row: 2;
            grid-row: 2;
            margin-bottom: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 600px)and (max-width: 1022px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 1022x)and (max-width: 1023px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
                margin-bottom: 60px;
                margin-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper {
                width: 614px;
            }
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper video {
            width: 100%
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper video {
                width: 100.1%
            }
        }

        .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper picture {
            width: 100%
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper img, .chr-fifty-fifty-text-image--quinary .chr-fifty-fifty-text-image__image-wrapper video {
                max-width: 614px;
            }
        }

        .chr-fifty-fifty-text-image--tertiary.chr-fifty-fifty-text-image:nth-child(2n) {
            padding-bottom: 60px;
        }

        .chr-fifty-fifty-text-image--primary {
            padding: 64px 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--primary {
                padding: 80px 0;
            }
        }

        .chr-fifty-fifty-text-image--primary:first-child {
            padding-top: 96px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--primary: first-child {
                padding-top: 113px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--primary: first-child {
                padding-top: 153px;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--primary: nth-last-child(2) {
                padding-bottom: 160px;
            }
        }

        .chr-fifty-fifty-text-image--primary:last-child {
            padding-bottom: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--primary: last-child {
                padding-bottom: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--primary: last-child {
                padding-bottom: 72px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--primary: last-child {
                padding-bottom: 120px;
            }
        }

        .chr-fifty-fifty-text-image__chip {
            height: 28px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

        .chr-fifty-fifty-text-image__chip-container {
            display: inline-block;
            height: 20px;
            overflow: visible;
            position: relative;
            width: 34px;
        }

        .chr-fifty-fifty-text-image__inline-icon {
            fill: #5f6267;
            display: inline-block;
            max-height: 1.375rem;
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
            width: 1.375rem;
        }

        .dark-theme .chr-fifty-fifty-text-image__inline-icon {
            fill: #fff;
        }

        [dir=rtl] .chr-fifty-fifty-text-image__inline-icon {
            -webkit-transform: scale(-1, 1) translateY(3px);
            transform: scale(-1, 1) translateY(3px);
        }

        .chr-fifty-fifty-text-image__inline-icon--small {
            width: 1rem;
        }

        .chr-fifty-fifty-text-image__inline-icon--rotate {
            -webkit-transform: rotate(90deg) translateX(4px);
            transform: rotate(90deg) translateX(4px);
        }

        .chr-fifty-fifty-text-image__text-wrapper {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 2;
            grid-row: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 1;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 8;
                -ms-grid-column-span: 5;
                grid-column: 8/span 5;
                -ms-grid-row: 1;
                grid-row: 1;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 8;
                -ms-grid-column-span: 4;
                grid-column: 8/span 4;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--reversed .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 5;
                grid-column: 1/span 5;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-image--reversed .chr-fifty-fifty-text-image__text-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 4;
                grid-column: 2/span 4;
            }
        }

        .chr-fifty-fifty-text-image__list {
            margin: 5px 0 0;
            -webkit-padding-start: 17px;
            padding-inline-start: 17px;
        }

        .chr-fifty-fifty-text-image__list-item {
            list-style-type: decimal;
        }

        .chr-fifty-fifty-text-image__heading {
            margin: 8px 0 16px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-image__heading {
                width: 100%
            }
        }

        .chr-fifty-fifty-text-image--quaternary .chr-fifty-fifty-text-image__heading {
            font-size: 1.75rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 2.5rem;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image--quaternary .chr-fifty-fifty-text-image__heading {
                font-size: 2.5rem;
                line-height: 3rem;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--quaternary .chr-fifty-fifty-text-image__heading {
                font-size: 3rem;
                line-height: 3.5rem;
            }

            [lang=ja] .chr-fifty-fifty-text-image--quaternary .chr-fifty-fifty-text-image__heading {
                font-size: 2.5rem;
            }

            [lang=tr] .chr-fifty-fifty-text-image--quaternary .chr-fifty-fifty-text-image__heading {
                font-size: 2.7rem;
            }
        }

        .chr-fifty-fifty-text-image__description:nth-child(2n) {
            margin-top: 8px;
        }

        .chr-fifty-fifty-text-image__description--end-description {
            margin-top: 8px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-image__description {
                width: 100%
            }
        }

        .chr-fifty-fifty-text-image__link {
            font-weight: 400;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-image__eyebrow {
                width: 100%
            }
        }

        .chr-fifty-fifty-text-image__image-wrapper {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 1;
            grid-row: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 40px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                margin-bottom: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-image--reversed .chr-fifty-fifty-text-image__image-wrapper {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
            }
        }

        .chr-fifty-fifty-text-image__image-wrapper img {
            height: auto;
            width: 100%
        }

        .chr-fifty-fifty-text-image__links-wrapper {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-top: 24px;
            width: 100%
        }

        .chr-fifty-fifty-text-image__image {
            width: 100%
        }

        .chr-fifty-fifty-text-image__image--shadow {
            -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
            box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
            border-radius: 8px;
        }

        .dark-theme .chr-fifty-fifty-text-image__image--shadow {
            -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
        }

        .chr-fifty-fifty-text-image .chr-link:nth-child(even) {
            margin-top: 16px;
        }

        .chr-download-browser {
            background-color: #1967d2;
            height: 100vh;
            overflow: hidden;
            word-break: break-word;
        }

        .dark-theme .chr-download-browser {
            background-color: #053c93;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser {
                height: 800px;
            }
        }

        .chr-download-browser__content {
            height: 100%
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__content {
                height: 800px;
            }
        }

        .chr-download-browser__grid {
            -ms-grid-rows: 230px auto;
            grid-template-rows: 230px auto;
            height: 100%;
            position: relative;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__grid {
                -ms-grid-rows: 1fr;
                grid-template-rows: 1fr;
            }
        }

        .chr-download-browser__text {
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 1;
            grid-row: 1;
            margin-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-download-browser__text {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
                margin-top: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__text {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-grid-column: 1;
                -ms-grid-column-span: 4;
                grid-column: 1/span 4;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-top: 0;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            .chr-download-browser__text {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                display: block;
            }
        }

        .chr-download-browser__heading {
            color: #fff;
            margin-bottom: 24px;
            text-align: center;
        }

        .dark-theme .chr-download-browser__heading {
            color: #fff;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__heading {
                text-align: left;
            }

            [dir=rtl] .chr-download-browser__heading {
                text-align: right;
            }
        }

        .chr-download-browser__cta {
            text-align: center;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__cta {
                -ms-flex-item-align: start;
                -ms-grid-row-align: start;
                align-self: start;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            .chr-download-browser__cta {
                -ms-flex-item-align: initial;
                -ms-grid-row-align: initial;
                align-self: initial;
                text-align: left;
            }
        }

        [dir=rtl] .chr-download-browser__cta .chr-icon {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .chr-download-browser__images-1, .chr-download-browser__images-2, .chr-download-browser__images-3 {
            height: 100%;
            position: absolute;
            visibility: hidden;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-download-browser__images-1, .chr-download-browser__images-2, .chr-download-browser__images-3 {
                position: relative;
            }
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-1, .chr-download-browser--left .chr-download-browser__images-2, .chr-download-browser--left .chr-download-browser__images-3 {
                position: absolute;
            }
        }

        .chr-download-browser__images-1 img, .chr-download-browser__images-2 img, .chr-download-browser__images-3 img {
            -webkit-filter: drop-shadow(11px 17px 0 rgba(32, 33, 37, 0.28));
            filter: drop-shadow(11px 17px 0 rgba(32, 33, 37, 0.28));
        }

        .chr-download-browser__images-1 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-column: 1/span 2;
            -ms-grid-row: 2;
            grid-row: 2;
            left: -68px;
            margin-top: 95px;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .animated .chr-download-browser__images-1 {
            -webkit-animation: up-diagonal 1.5s ease-out;
            animation: up-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser__images-1 img {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 173px;
        }

        @media only screen and (min-width: 600px) {
            .chr-download-browser__images-1 {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                left: 90px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__images-1 {
                -ms-grid-column: 6;
                -ms-grid-column-span: 4;
                grid-column: 6/span 4;
                -ms-grid-row: 1;
                grid-row: 1;
                left: 117px;
                margin-top: 45px;
            }

            .animated .chr-download-browser__images-1 {
                -webkit-animation: down-diagonal 1.5s ease-out;
                animation: down-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }

            .chr-download-browser__images-1 img {
                width: auto;
            }
        }

        [dir=rtl] .chr-download-browser__images-1 {
            left: auto;
            right: -68px;
        }

        [dir=rtl] .chr-download-browser__images-1 img {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        @media only screen and (min-width: 600px) {
            [dir=rtl] .chr-download-browser__images-1 {
                right: 90px;
            }
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-download-browser__images-1 {
                right: 117px;
            }
        }

        [dir=rtl] .animated .chr-download-browser__images-1 {
            -webkit-animation: left-diagonal 1.5s ease-out;
            animation: left-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .animated .chr-download-browser__images-1 {
                -webkit-animation: right-diagonal 1.5s ease-out;
                animation: right-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }
        }

        .chr-download-browser--left .chr-download-browser__images-1 {
            -ms-grid-column: 4;
            -ms-grid-column-span: 1;
            grid-column: 4/span 1;
            left: auto;
            margin-top: 95px;
            right: -146px;
        }

        .animated .chr-download-browser--left .chr-download-browser__images-1 {
            -webkit-animation: left-diagonal 1.5s ease-out;
            animation: left-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser--left .chr-download-browser__images-1 img {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 197px;
        }

        @media only screen and (min-width: 600px) {
            .chr-download-browser--left .chr-download-browser__images-1 {
                -ms-grid-column: 9;
                -ms-grid-column-span: 2;
                grid-column: 9/span 2;
                right: -164px;
            }
        }

        @media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-1 {
                right: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-1 {
                -ms-grid-column: 6;
                -ms-grid-column-span: 3;
                grid-column: 6/span 3;
                margin-top: auto;
                right: -106px;
                top: 373px;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-1 {
                right: 350px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-1 img {
                width: auto;
            }
        }

        [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 {
            left: -146px;
            right: auto;
        }

        [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 img {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        @media only screen and (min-width: 600px) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 {
                left: -164px;
            }
        }

        @media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 {
                left: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 {
                left: -164px;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-1 {
                left: 0;
            }
        }

        [dir=rtl] .animated .chr-download-browser--left .chr-download-browser__images-1 {
            -webkit-animation: up-diagonal 1.5s ease-out;
            animation: up-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser__images-2 {
            display: none;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__images-2 {
                display: block;
                -ms-grid-column: 6;
                -ms-grid-column-span: 6;
                grid-column: 6/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
                left: -116px;
                top: 734px;
            }

            .animated .chr-download-browser__images-2 {
                -webkit-animation: up-diagonal 1.5s ease-out;
                animation: up-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }

            .chr-download-browser__images-2 img {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                width: auto;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-download-browser__images-2 {
                -ms-grid-column: 6;
                -ms-grid-column-span: 6;
                grid-column: 6/span 6;
            }
        }

        [dir=rtl] .chr-download-browser__images-2 {
            left: auto;
            right: -116px;
        }

        [dir=rtl] .chr-download-browser__images-2 img {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        [dir=rtl] .animated .chr-download-browser__images-2 {
            -webkit-animation: left-diagonal 1.5s ease-out;
            animation: left-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-2 {
                -ms-grid-column: 4;
                -ms-grid-column-span: 6;
                grid-column: 4/span 6;
                left: auto;
                right: -1300px;
                top: -36px;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-2 {
                right: -970px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .animated .chr-download-browser--left .chr-download-browser__images-2 {
                -webkit-animation: down-diagonal 1.5s ease-out;
                animation: down-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-2 img {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-2 {
                left: -1300px;
                right: auto;
            }
        }

        [dir=rtl] .chr-download-browser--left .chr-download-browser__images-2 img {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        [dir=rtl] .animated .chr-download-browser--left .chr-download-browser__images-2 {
            -webkit-animation: right-diagonal 1.5s ease-out;
            animation: right-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser__images-3 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            grid-column: 1/span 3;
            -ms-grid-row: 2;
            grid-row: 2;
            left: 60px;
            top: 342px;
        }

        .animated .chr-download-browser__images-3 {
            -webkit-animation: down-diagonal 1.5s ease-out;
            animation: down-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser__images-3 img {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 760px;
        }

        @media only screen and (min-width: 600px) {
            .chr-download-browser__images-3 {
                -ms-grid-column: 3;
                -ms-grid-column-span: 9;
                grid-column: 3/span 9;
                left: 124px;
                top: 312px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser__images-3 {
                -ms-grid-column: 6;
                -ms-grid-column-span: 6;
                grid-column: 6/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
                left: 522px;
                top: 124px;
            }

            .animated .chr-download-browser__images-3 {
                -webkit-animation: left-diagonal 1.5s ease-out;
                animation: left-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }

            .chr-download-browser__images-3 img {
                width: auto;
            }
        }

        [dir=rtl] .chr-download-browser__images-3 {
            left: auto;
            right: 60px;
        }

        [dir=rtl] .chr-download-browser__images-3 img {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        @media only screen and (min-width: 600px) {
            [dir=rtl] .chr-download-browser__images-3 {
                right: 124px;
            }
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-download-browser__images-3 {
                right: 522px;
            }
        }

        [dir=rtl] .animated .chr-download-browser__images-3 {
            -webkit-animation: right-diagonal 1.5s ease-out;
            animation: right-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .animated .chr-download-browser__images-3 {
                -webkit-animation: up-diagonal 1.5s ease-out;
                animation: up-diagonal 1.5s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }
        }

        .chr-download-browser--left .chr-download-browser__images-3 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            left: auto;
            margin-top: 67px;
            right: -84px;
            top: 200px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-3 {
                top: 430px;
            }
        }

        .animated .chr-download-browser--left .chr-download-browser__images-3 {
            -webkit-animation: right-diagonal 1.5s ease-out;
            animation: right-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser--left .chr-download-browser__images-3 img {
            width: 800px;
        }

        @media only screen and (min-width: 600px) {
            .chr-download-browser--left .chr-download-browser__images-3 {
                -ms-grid-column: 3;
                -ms-grid-column-span: 8;
                grid-column: 3/span 8;
                right: -80px;
            }
        }

        @media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-3 {
                right: 80px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-3 {
                bottom: 505px;
                -ms-grid-column: 4;
                -ms-grid-column-span: 6;
                grid-column: 4/span 6;
                right: -580px;
                top: auto;
            }
        }

        @media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
            .chr-download-browser--left .chr-download-browser__images-3 {
                right: -240px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-download-browser--left .chr-download-browser__images-3 img {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                width: 1000px;
            }
        }

        [dir=rtl] .chr-download-browser--left .chr-download-browser__images-3 {
            left: -84px;
            right: auto;
        }

        @media only screen and (min-width: 600px) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-3 {
                left: -80px;
            }
        }

        @media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-3 {
                left: 80px;
            }
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-3 {
                left: -580px;
            }

            [dir=rtl] .chr-download-browser--left .chr-download-browser__images-3 img {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
        }

        [dir=rtl] .animated .chr-download-browser--left .chr-download-browser__images-3 {
            -webkit-animation: down-diagonal 1.5s ease-out;
            animation: down-diagonal 1.5s ease-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .chr-download-browser__images-4 {
            display: none;
        }

        .chr-header-v3 .cta-container {
            background-color: #fff;
            border-top: 2px solid #dbdce0;
            padding: 8px;
            -webkit-transition: top .9s cubic-bezier(0.35, 0, 0.25, 1);
            transition: top .9s cubic-bezier(0.35, 0, 0.25, 1);
        }

        .dark-theme .chr-header-v3 .cta-container {
            background-color: #202125;
        }

        .dark-theme .chr-header-v3 .cta-container {
            border-top: 2px solid #202125;
        }

        @media only screen and (min-width: 560px) {
            .chr-header-v3 .cta-container {
                border: none;
                -webkit-transition: none;
                transition: none;
            }
        }

        .header--visible .chr-header-v3 .cta-container {
            visibility: visible;
        }

        [dir=rtl] .chr-header-v3 {
            direction: ltr;
        }

        .translate-page .chr-header-v3 {
            top: -64px;
            -webkit-transition: top .4s;
            transition: top .4s;
        }

        @media only screen and (min-width: 600px) {
            .translate-page .chr-header-v3 {
                top: 0;
            }
        }

        .translate-page.header--visible .chr-header-v3 {
            top: 0;
        }

        [data-locale=pt-BR_ALL] .chr-header-v3 {
            font-size: .95rem;
        }

        .chr-header-v3__hamburger-button {
            cursor: pointer;
        }

        .chr-header-v3__hamburger-button:focus {
            border: 2px solid #1a73e8;
            outline: none;
        }

        .dark-theme .chr-header-v3__hamburger-button:focus {
            border: 2px solid #8ab4f8;
        }

        .chr-header-v3__hamburger-button:focus, .chr-header-v3__hamburger-buttonhover {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-header-v3__hamburger-button:focus, .dark-theme .chr-header-v3__hamburger-buttonhover {
            background-color: #3c4043;
        }

        .chr-header-v3__wrapper {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: background .4s, -webkit-transform .4s;
            transition: background .4s, -webkit-transform .4s;
            transition: transform .4s, background .4s;
            transition: transform .4s, background .4s, -webkit-transform .4s;
        }

        .chr-header-v3__logo-link {
            border-radius: 4px;
        }

        .chr-header-v3__logo-link:active {
            background-color: #e9eaee;
        }

        .dark-theme .chr-header-v3__logo-link:active {
            background-color: rgba(26, 115, 232, .28);
        }

        .chr-header-v3__logo-link:focus {
            outline: 2px auto #1a73e8;
        }

        .dark-theme .chr-header-v3__logo-link:focus {
            outline: 2px auto #8ab4f8;
        }

        .chr-header-v3__logo-link:focus, .chr-header-v3__logo-link:hover {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-header-v3__logo-link:focus, .dark-theme .chr-header-v3__logo-link:hover {
            background-color: #3c4043;
        }

        .chr-header-v3__logo-icon .svg-fallback {
            display: none;
        }

        .chr-header-v3__jump-to-content {
            background-color: #fff;
            border-radius: 4px;
            clip: rect(1px, 1px, 1px, 1px);
            font-family: Google Sans, arial, sans-serif;
            font-size: 16px;
            font-weight: 500;
            left: 80%;
            line-height: 24px;
            overflow: hidden;
            padding: 10px;
            position: absolute;
            top: 40px;
            white-space: nowrap;
            z-index: 103;
        }

        .dark-theme .chr-header-v3__jump-to-content {
            background-color: #202125;
        }

        [dir=rtl] .chr-header-v3__jump-to-content {
            left: auto;
            margin-left: auto;
            margin-right: 48px;
            right: 100%
        }

        .chr-header-v3__jump-to-content:focus {
            background-color: #f8f9fb;
            color: #202125;
            border: 2px solid #1a73e8;
            clip: auto;
            height: auto;
            outline: none;
            overflow: visible;
            width: auto;
        }

        .dark-theme .chr-header-v3__jump-to-content:focus {
            background-color: #3c4043;
        }

        .dark-theme .chr-header-v3__jump-to-content:focus {
            color: #fff;
        }

        .dark-theme .chr-header-v3__jump-to-content:focus {
            border: 2px solid #8ab4f8;
        }

        @media only screen and (min-width: 600px) {
            .chr-header-v3__jump-to-content {
                display: block;
            }
        }

        .chr-header-v3__nav-sublist {
            background-color: #fff;
            -webkit-box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
            box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
            border-radius: 0 8px 8px;
            height: auto;
            overflow: hidden;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            z-index: 1;
        }

        .dark-theme .chr-header-v3__nav-sublist {
            background-color: #202125;
        }

        .dark-theme .chr-header-v3__nav-sublist {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .28);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .28);
        }

        .chr-link--nav:hover+.chr-header-v3__nav-sublist, .chr-link--nav[aria-expanded=true]+.chr-header-v3__nav-sublist, .chr-header-v3__nav-sublist:hover, .chr-link--nav:focus+.chr-header-v3__nav-sublist, .chr-link--nav[aria-expanded=true]+.chr-header-v3__nav-sublist, .chr-header-v3__nav-sublist:focus {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .chr-header-v3__nav-li.selected-link::after {
            background: #1967d2;
            border-radius: 2px;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%
        }

        .dark-theme .chr-header-v3__nav-li.selected-link::after {
            background: #8ab4f8;
        }

        .chr-header-v3__nav-li.selected-link .chr-link-first-level {
            color: #202125;
        }

        .dark-theme .chr-header-v3__nav-li.selected-link .chr-link-first-level {
            color: #fff;
        }

        .chr-header-v3__nav-li-icon, .chr-header-v3__nav-li .chr-icon--link {
            height: 50%;
            margin-left: 4px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 16px;
        }

        [dir=rtl] .chr-header-v3__nav-li {
            direction: rtl;
        }

        .chr-header-v3__nav .chr-link, .chr-header-v3__nav .chr-header-v3__nav-li-link, .chr-header-v3__nav .chr-header-v3__nav-li-sublink, .chr-header-v3__nav .chr-cta__button {
            border-radius: 4px;
            -webkit-transition: background-color .3s, color .3s;
            transition: background-color .3s, color .3s;
        }

        .chr-header-v3__nav .chr-link:active, .chr-header-v3__nav .chr-header-v3__nav-li-link:active, .chr-header-v3__nav .chr-header-v3__nav-li-sublink:active, .chr-header-v3__nav .chr-cta__button:active {
            background-color: #e9eaee;
        }

        .dark-theme .chr-header-v3__nav .chr-link:active, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-link:active, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-sublink:active, .dark-theme .chr-header-v3__nav .chr-cta__button:active {
            background-color: rgba(26, 115, 232, .28);
        }

        .chr-header-v3__nav .chr-link:focus, .chr-header-v3__nav .chr-header-v3__nav-li-link:focus, .chr-header-v3__nav .chr-header-v3__nav-li-sublink:focus, .chr-header-v3__nav .chr-cta__button:focus {
            outline: 2px auto #1a73e8;
        }

        .dark-theme .chr-header-v3__nav .chr-link:focus, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-link:focus, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-sublink:focus, .dark-theme .chr-header-v3__nav .chr-cta__button:focus {
            outline: 2px auto #8ab4f8;
        }

        .chr-header-v3__nav .chr-link:hover, .chr-header-v3__nav .chr-link:focus, .chr-header-v3__nav .chr-header-v3__nav-li-link:hover, .chr-header-v3__nav .chr-header-v3__nav-li-link:focus, .chr-header-v3__nav .chr-header-v3__nav-li-sublink:hover, .chr-header-v3__nav .chr-header-v3__nav-li-sublink:focus, .chr-header-v3__nav .chr-cta__button:hover, .chr-header-v3__nav .chr-cta__button:focus {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-header-v3__nav .chr-link:hover, .dark-theme .chr-header-v3__nav .chr-link:focus, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-link:hover, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-link:focus, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-sublink:hover, .dark-theme .chr-header-v3__nav .chr-header-v3__nav-li-sublink:focus, .dark-theme .chr-header-v3__nav .chr-cta__button:hover, .dark-theme .chr-header-v3__nav .chr-cta__button:focus {
            background-color: #3c4043;
        }

        .chr-header-v3__nav-li-icon, .chr-header-v3__drawer-nav-li-icon {
            margin-left: 4px;
        }

        .chr-header-v3__drawer {
            background-color: #fff;
            bottom: 0;
            left: 0;
            max-width: 400px;
            min-width: 264px;
            position: fixed;
            right: 58px;
            top: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: hidden;
            z-index: 102;
        }

        .dark-theme .chr-header-v3__drawer {
            background-color: #202125;
        }

        .chr-header-v3__drawer.drawer--visible {
            visibility: visible;
        }

        .is-showing-drawer .chr-header-v3__drawer {
            -webkit-transition: -webkit-transform .35s cubic-bezier(0.24, 1, 0.32, 1);
            transition: -webkit-transform .35s cubic-bezier(0.24, 1, 0.32, 1);
            transition: transform .35s cubic-bezier(0.24, 1, 0.32, 1);
            transition: transform .35s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform .35s cubic-bezier(0.24, 1, 0.32, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .chr-header-v3__drawer-content {
            bottom: 0;
            left: 0;
            overflow-y: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

        .chr-header-v3__drawer .chr-header-v3__logo {
            border-bottom: 1px solid #dbdce0;
            height: 64px;
        }

        .chr-header-v3__drawer .chr-header-v3__logo-link {
            height: 48px;
            margin: 8px 20px;
            position: absolute;
        }

        .chr-header-v3__drawer-close {
            display: none;
            height: 34px;
            position: absolute;
            right: -48px;
            top: 12px;
            width: 34px;
        }

        .chr-header-v3__drawer-close .chr-btn-close-drawer {
            height: inherit;
            padding: 0;
            width: inherit;
        }

        .is-showing-drawer .chr-header-v3__drawer-close {
            display: block;
        }

        .chr-header-v3__drawer-close-icon {
            cursor: pointer;
            height: 24px;
            margin-top: 3px;
            width: 24px;
        }

        .chr-header-v3__drawer-nav-li {
            cursor: pointer;
            margin: 2px 0;
            padding: 0 8px;
            position: relative;
        }

        .chr-header-v3__drawer-nav-li-link, .chr-header-v3__drawer-nav-li .chr-cta__button {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 4px 46px 46px 4px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 46px;
            margin-bottom: 1px;
            padding: 0 0 0 12px;
            position: relative;
            width: 100%
        }

        .chr-header-v3__drawer-nav-li .chr-link-icon {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 46px;
            padding: 0 0 0 6px;
        }

        .chr-header-v3__drawer-nav-li.selected-link::before {
            border-radius: 2px;
            bottom: 0;
            content: "";
            height: 46px;
            left: 0;
            position: absolute;
            top: 0;
            width: 2px;
        }

        .chr-header-v3__drawer-nav-li.selected-link .chr-link-first-level {
            color: #202125;
        }

        .dark-theme .chr-header-v3__drawer-nav-li.selected-link .chr-link-first-level {
            color: #fff;
        }

        .chr-header-v3__drawer-nav-li-icon, .chr-header-v3__drawer-nav-li .chr-icon--link {
            height: 50%;
            margin-left: 4px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 16px;
        }

        [dir=rtl] .chr-header-v3__drawer-nav-li {
            direction: rtl;
        }

        .chr-header-v3__drawer-nav .active-sub {
            color: #202125;
        }

        .dark-theme .chr-header-v3__drawer-nav .active-sub {
            color: #fff;
        }

        .chr-header-v3__drawer-nav .active-sub::after {
            left: -8px;
        }

        .chr-header-v3__drawer-nav-li-link:active, .chr-header-v3__drawer-nav .chr-cta__button:active {
            background-color: #e9eaee;
        }

        .dark-theme .chr-header-v3__drawer-nav-li-link:active, .dark-theme .chr-header-v3__drawer-nav .chr-cta__button:active {
            background-color: rgba(26, 115, 232, .28);
        }

        .chr-header-v3__drawer-nav-li-link:hover, .chr-header-v3__drawer-nav-li-link:focus, .chr-header-v3__drawer-nav .chr-cta__button:hover, .chr-header-v3__drawer-nav .chr-cta__button:focus {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-header-v3__drawer-nav-li-link:hover, .dark-theme .chr-header-v3__drawer-nav-li-link:focus, .dark-theme .chr-header-v3__drawer-nav .chr-cta__button:hover, .dark-theme .chr-header-v3__drawer-nav .chr-cta__button:focus {
            background-color: #3c4043;
        }

        .chr-header-v3__drawer-nav-li-link:focus, .chr-header-v3__drawer-nav .chr-cta__button:focus {
            border: 2px solid #1a73e8;
            outline: none;
        }

        .dark-theme .chr-header-v3__drawer-nav-li-link:focus, .dark-theme .chr-header-v3__drawer-nav .chr-cta__button:focus {
            border: 2px solid #8ab4f8;
        }

        .chr-header-v3__drawer-nav-list {
            bottom: 88px;
            left: 0;
            margin: 0;
            overflow-y: auto;
            padding-top: 24px;
            position: absolute;
            right: 0;
            top: 64px;
            width: 100%
        }

        .chr-header-v3__drawer-nav-list .chr-icon {
            pointer-events: none;
        }

        .chr-header-v3__drawer-nav-list .chr-link--nav[aria-expanded=true] .chr-icon {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

        .active-sub {
            color: #202125;
        }

        .dark-theme .active-sub {
            color: #fff;
        }

        .active-sub::after {
            background: #1a73e8;
            border-radius: 2px;
            bottom: -1px;
            content: "";
            height: inherit;
            left: 0;
            position: absolute;
            right: 0;
            width: 2px;
        }

        .dark-theme .active-sub::after {
            background: #8ab4f8;
        }

        .chr-header-v3__drawer-subnav-list {
            border-left: 2px solid #dbdce0;
            margin-left: 13px;
            max-height: 0;
            overflow-y: hidden;
            padding: 0;
            -webkit-transition: max-height .5s cubic-bezier(0, 1, 0.5, 1);
            transition: max-height .5s cubic-bezier(0, 1, 0.5, 1);
            visibility: hidden;
        }

        .dark-theme .chr-header-v3__drawer-subnav-list {
            border-left: 2px solid #202125;
        }

        .chr-header-v3__drawer-subnav-list .chr-header-v3__drawer-nav-li-link {
            padding-left: 12px;
        }

        .chr-link--nav[aria-expanded=true]+.chr-header-v3__drawer-subnav-list {
            max-height: 1000px;
            visibility: visible;
        }

        .chr-header-v3__drawer-backdrop {
            -webkit-transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1);
            transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1);
            background: rgba(32, 33, 37, .86);
            bottom: 0;
            left: 0;
            opacity: 0;
            position: fixed;
            right: 0;
            top: 0;
            visibility: hidden;
            z-index: 101;
        }

        .dark-theme .chr-header-v3__drawer-backdrop {
            background: #3c4043;
        }

        .is-showing-drawer .chr-header-v3__drawer-backdrop {
            visibility: visible;
        }

        .is-showing-backdrop .chr-header-v3__drawer-backdrop {
            opacity: .8;
        }

        @media only screen and (min-width: 1024px) {
            .chr-header-v3__drawer-backdrop {
                display: none;
            }
        }

        .channel-beta .chr-header-v3__drawer-backdrop, .channel-canary .chr-header-v3__drawer-backdrop, .channel-dev .chr-header-v3__drawer-backdrop {
            display: block;
        }

        @media only screen and (min-width: 1190px) {
            .channel-beta .chr-header-v3__drawer-backdrop, .channel-canary .chr-header-v3__drawer-backdrop, .channel-dev .chr-header-v3__drawer-backdrop {
                display: none;
            }
        }

        .chr-cta__button--yellow {
            background-color: #fbbc04;
            color: #202125;
        }

        .dark-theme .chr-cta__button--yellow {
            color: #fff;
        }

        .chr-header-v3__drawer-cta-container {
            background-color: #fff;
            -webkit-box-shadow: 0 -2px 4px rgba(32, 33, 37, .55);
            box-shadow: 0 -2px 4px rgba(32, 33, 37, .55);
            bottom: 0;
            height: 80px;
            max-width: 400px;
            padding: 16px;
            position: absolute;
            width: 100%
        }

        .dark-theme .chr-header-v3__drawer-cta-container {
            background-color: #202125;
        }

        .dark-theme .chr-header-v3__drawer-cta-container {
            -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .55);
            box-shadow: 0 -2px 4px rgba(0, 0, 0, .55);
        }

        .chr-header-v3__drawer-cta-container .chr-cta__button {
            position: relative;
        }

        @media only screen and (min-width: 560px) {
            .chr-header-v3__drawer-cta-container .chr-cta__button {
                padding: 0 24px;
            }
        }

        .chr-rating-score {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            margin-bottom: 32px;
        }

        .chr-rating-star-container {
            height: 24px;
            position: relative;
            width: 130px;
        }

        .chr-rating-star::before {
            background: repeat-x;
            background-size: 26px;
            content: "";
            display: block;
            height: 24px;
            position: absolute;
            width: 130px;
        }

        .chr-rating-star--white::before {
            background-image: url("/chrome/static/images/fallback/cards/icon-star.svg");
        }

        .chr-rating-star--yellow {
            display: block;
            height: 24px;
            overflow: hidden;
            position: absolute;
        }

        .chr-rating-star--yellow::before {
            background-image: url("/chrome/static/images/fallback/cards/icon-star-full.svg");
        }

        .chr-cookie-banner {
            background-color: #fff;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            bottom: 0;
            -webkit-box-shadow: 0 1px 2px rgba(54, 64, 67, .3), 0 1px 3px rgba(54, 64, 67, .15);
            box-shadow: 0 1px 2px rgba(54, 64, 67, .3), 0 1px 3px rgba(54, 64, 67, .15);
            left: 0;
            position: fixed;
            width: 100vw;
            z-index: 10;
        }

        .dark-theme .chr-cookie-banner {
            background-color: #202125;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-cookie-banner {
                width: 100%
            }
        }

        .chr-cookie-banner__inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 16px 24px 34px;
            width: 100%
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__inner {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 18px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-cookie-banner__inner {
                padding: 14px;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__button {
                padding: 0 8px;
            }
        }

        @media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
            .chr-cookie-banner__button {
                padding: 0;
            }
        }

        .chr-cookie-banner__button button {
            font-size: .75rem;
            line-height: 1.25rem;
            background-color: #e8f0fe;
            color: #1967d2;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            padding: 6px 24px;
        }

        .dark-theme .chr-cookie-banner__button button {
            background-color: rgba(26, 115, 232, .28);
        }

        .dark-theme .chr-cookie-banner__button button {
            color: #8ab4f8;
        }

        .chr-cookie-banner__button button:hover, .chr-cookie-banner__button button:focus {
            color: #1967d2;
        }

        .dark-theme .chr-cookie-banner__button button:hover, .dark-theme .chr-cookie-banner__button button:focus {
            color: #aecbfa;
        }

        .chr-cookie-banner__button button:active {
            background-color: #185abc;
        }

        .dark-theme .chr-cookie-banner__button button:active {
            background-color: #d2e3fc;
        }

        .chr-cookie-banner__button .chr-cta__button {
            font-size: .75rem;
            line-height: 1.25rem;
            width: 100%
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__button .chr-cta__button {
                min-width: 120px;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__button--wide {
                min-width: 150px;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__button--ultra-wide {
                min-width: 190px;
            }
        }

        .chr-cookie-banner__message {
            margin-bottom: 24px;
        }

        .chr-cookie-banner__message a {
            color: #1967d2;
        }

        .dark-theme .chr-cookie-banner__message a {
            color: #8ab4f8;
        }

        .chr-cookie-banner__message a:focus, .chr-cookie-banner__message a:hover {
            color: #1967d2;
        }

        .dark-theme .chr-cookie-banner__message a:focus, .dark-theme .chr-cookie-banner__message a:hover {
            color: #aecbfa;
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner__message {
                margin: 0 46px 0 0;
            }

            [dir=rtl] .chr-cookie-banner__message {
                margin: 0 0 0 46px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-cookie-banner__message {
                margin: 0 22px 0 0;
            }

            [dir=rtl] .chr-cookie-banner__message {
                margin: 0 0 0 22px;
            }
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-cookie-banner__message {
                width: 80vw;
            }
        }

        .chr-cookie-banner.show {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner {
                border-top: 1px solid #dbdce0;
                bottom: auto;
                top: 64px;
            }

            .dark-theme .chr-cookie-banner {
                border-top: 1px solid #202125;
            }
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-cookie-banner {
                bottom: auto;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-cookie-banner--no-header {
                top: 0;
            }
        }

        #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3 {
            z-index: 9;
        }

        @media only screen and (min-width: 600px) {
            #experiment-cookie-one+.chr-cookie-banner.show {
                top: 0;
            }

            #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3, #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3 .cta-container {
                top: 97px !important;
            }
        }

        @media only screen and (min-width: 672px) {
            #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3, #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3 .cta-container {
                top: 77px !important;
            }
        }

        @media only screen and (min-width: 1024px) {
            #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3, #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3 .cta-container {
                top: 69px !important;
            }
        }

        @media only screen and (min-width: 1100px) {
            #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3, #experiment-cookie-one+.chr-cookie-banner.show+.chr-header-v3 .cta-container {
                top: 61px !important;
            }
        }

        #experiment-cookie-two+.chr-cookie-banner.show {
            bottom: 0;
            top: auto;
        }

        #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__message {
            margin: 24px;
        }

        #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__buttons, #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__button .chr-cta__button {
            width: 100%
        }

        #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 16px 24px 34px;
            width: 100%
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__inner {
                display: block;
            }
        }

        @media only screen and (min-width: 1024px) {
            #experiment-cookie-two+.chr-cookie-banner.show {
                border: 1px solid #e9eaee;
                border-radius: 8px;
                bottom: 21px;
                -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                left: 21px;
                width: 295px;
            }

            .dark-theme #experiment-cookie-two+.chr-cookie-banner.show {
                border: 1px solid rgba(26, 115, 232, .46);
            }

            #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__inner {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: 208px;
                padding: 24px;
            }

            #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__buttons, #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__buttons .chr-cta__button {
                width: 100%
            }

            #experiment-cookie-two+.chr-cookie-banner.show .chr-cookie-banner__message {
                margin: 0 0 24px;
            }
        }

        #experiment-cookie-three+.chr-cookie-banner.show {
            bottom: 0;
            top: auto;
        }

        #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__message {
            margin: 24px;
        }

        #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__buttons, #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__button .chr-cta__button {
            width: 100%
        }

        #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__inner {
            display: block;
            padding: 16px 24px 34px;
            width: 100%
        }

        @media only screen and (min-width: 1024px) {
            #experiment-cookie-three+.chr-cookie-banner.show {
                background-color: rgba(255, 255, 255, 0);
                border: none;
                bottom: 23px;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                top: auto;
            }

            .dark-theme #experiment-cookie-three+.chr-cookie-banner.show {
                background-color: rgba(255, 255, 255, 0);
            }

            #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__inner {
                background-color: #fff;
                border-radius: 8px;
                -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                height: 68px;
                margin: 0 149px;
                max-width: 1449px;
                padding: 14px 16px 14px 24px;
                width: 100%;
                border: 1px solid #e9eaee;
            }

            .dark-theme #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__inner {
                background-color: #202125;
            }

            .dark-theme #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__inner {
                border: 1px solid rgba(26, 115, 232, .46);
            }

            #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__buttons {
                min-width: 120px;
                width: auto;
            }

            #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__button .chr-cta__button {
                min-width: 120px;
            }

            #experiment-cookie-three+.chr-cookie-banner.show .chr-cookie-banner__message {
                margin: 0 22px 0 0;
            }
        }

        .chr-cookie-banner__link a {
            font-size: .75rem;
            line-height: 1.25rem;
            display: block;
            min-width: -webkit-max-content;
            min-width: -moz-max-content;
            min-width: max-content;
            padding: 0 10px 0 0;
        }

        .chr-cookie-banner__link+.chr-cookie-banner__button {
            width: 120px;
        }

        .chr-homepage-hero {
            background: linear-gradient(15.69deg, #e8f0fe 10.16%, rgba(255, 255, 255, 0) 89.84%);
            min-height: calc(85vh - 64px);
            overflow: hidden;
            position: relative;
        }

        .dark-theme .chr-homepage-hero {
            background: linear-gradient(15.69deg, rgba(26, 115, 232, 0.28) 10.16%, rgba(255, 255, 255, 0) 89.84%);
        }

        .chr-homepage-hero__grid {
            padding-top: 43px;
        }

        .animated .chr-homepage-hero__grid {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-name: fade-in-upwards;
            animation-name: fade-in-upwards;
        }

        @media only screen and (min-width: 600px) {
            .chr-homepage-hero__grid {
                padding-top: 103px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__grid {
                padding-top: 112.33px;
            }
        }

        .ie6 .chr-homepage-hero__grid, .ie7 .chr-homepage-hero__grid, .ie8 .chr-homepage-hero__grid, .ie9 .chr-homepage-hero__grid {
            padding-top: 43px;
        }

        .chr-homepage-hero__text {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            text-align: center;
        }

        @media only screen and (min-width: 600px) {
            .chr-homepage-hero__text {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__text {
                -ms-grid-column: 3;
                -ms-grid-column-span: 8;
                grid-column: 3/span 8;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__text.wider-content {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-homepage-hero__text--jp {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        .chr-homepage-hero__logo {
            margin-bottom: 8px;
            width: 100%
        }

        .chr-homepage-hero__logo img {
            height: 80px;
            width: 80px;
        }

        .chr-homepage-hero__heading {
            margin-bottom: 24px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-homepage-hero__heading {
                max-width: 60vw;
            }
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-homepage-hero__heading.wider-content--ie {
                max-width: 66vw;
            }
        }

        .chr-homepage-hero__heading.smaller-content {
            max-width: 55vw;
        }

        .chr-homepage-hero__download {
            margin: 0 auto;
            max-width: 420px;
        }

        .chr-homepage-hero__download button {
            margin-bottom: 8px;
            padding: 12px 24px;
        }

        .chr-homepage-hero__download .chr-platform-list {
            text-align: center;
        }

        .chr-homepage-hero__download .hero-platforms .platform {
            margin-bottom: 20px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__download .hero-platforms .platform {
                margin-bottom: 32px;
            }
        }

        .chr-homepage-hero__download .hero-chrome-update-cta {
            margin-bottom: 20px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__download .hero-chrome-update-cta {
                margin-bottom: 32px;
            }
        }

        .chr-homepage-hero__download.chr-homepage-lpo-download .chr-homepage-hero__simplified .chr-copy--legal {
            font-size: .75rem;
            line-height: 1.125rem;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-homepage-hero.chr-homepage-query .chr-homepage-hero__simplified .platform .chr-checkbox__label {
                display: block;
                max-width: 400px;
            }
        }

        .chr-homepage-hero__simplified {
            text-align: left;
        }

        [dir=rtl] .chr-homepage-hero__simplified {
            text-align: right;
        }

        .dir-rtl .chr-homepage-hero__simplified {
            text-align: right;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-homepage-hero__simplified .chr-checkbox: not(.environment) {
                display: inline-block;
            }
        }

        [dir=rtl] .chr-homepage-hero__simplified .chr-checkbox__input {
            margin: 0 0 0 16px;
        }

        .dir-rtl .chr-homepage-hero__simplified .chr-checkbox__input {
            margin: 0 0 0 16px;
        }

        .chr-homepage-hero__simplified-links {
            font-family: "Google Sans", arial, sans-serif;
            margin: 16px 0 0;
            text-align: center;
        }

        .chr-homepage-hero__simplified-links a {
            border: none;
            color: #1967d2;
        }

        .dark-theme .chr-homepage-hero__simplified-links a {
            color: #8ab4f8;
        }

        .chr-homepage-hero__simplified-links a:focus, .chr-homepage-hero__simplified-links a:hover {
            color: #1967d2;
        }

        .dark-theme .chr-homepage-hero__simplified-links a:focus, .dark-theme .chr-homepage-hero__simplified-links a:hover {
            color: #aecbfa;
        }

        .chr-homepage-hero__simplified-opt {
            font-family: "Google Sans", arial, sans-serif;
            margin-bottom: 10px;
        }

        .chr-homepage-hero__simplified-opt a {
            color: #1967d2;
        }

        .dark-theme .chr-homepage-hero__simplified-opt a {
            color: #8ab4f8;
        }

        .chr-homepage-hero__simplified-opt a:focus, .chr-homepage-hero__simplified-opt a:hover {
            color: #1967d2;
        }

        .dark-theme .chr-homepage-hero__simplified-opt a:focus, .dark-theme .chr-homepage-hero__simplified-opt a:hover {
            color: #aecbfa;
        }

        .chr-homepage-hero__image {
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 2;
            grid-row: 2;
            margin-top: 44px;
            position: relative;
            width: 100%;
            z-index: 2;
        }

        @media only screen and (min-width: 600px) {
            .chr-homepage-hero__image {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__image {
                -ms-grid-column: 3;
                -ms-grid-column-span: 8;
                grid-column: 3/span 8;
                margin-bottom: 16px;
            }
        }

        .chr-homepage-hero__image img {
            width: 100%
        }

        .chr-homepage-hero__animation {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: full-rotate-left;
            animation-name: full-rotate-left;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            display: none;
            position: absolute;
            will-change: transform;
            z-index: 0;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__animation {
                display: block;
            }
        }

        .chr-homepage-hero__animation--top-right {
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            right: -22%;
            top: -20%
        }

        @media only screen and (min-width: 1440px) {
            .chr-homepage-hero__animation--top-right {
                left: 75vw;
                right: unset;
            }
        }

        .chr-homepage-hero__animation--bottom-left {
            -webkit-animation-duration: 14s;
            animation-duration: 14s;
            bottom: -15%;
            left: -15%
        }

        @media only screen and (min-width: 1440px) {
            .chr-homepage-hero__animation--bottom-left {
                bottom: 5%;
                left: unset;
                right: 75vw;
            }
        }

        .chr-homepage-hero__animation--middle-right {
            -webkit-animation-duration: 20s;
            animation-duration: 20s;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero__animation--middle-right {
                bottom: calc(50% - 80px);
                right: 19%
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-homepage-hero__animation--middle-right {
                bottom: 470px;
                right: calc(50% - 455px);
            }
        }

        .chr-homepage-hero .optimize-variant-conf {
            display: none;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero .optimize-variant-conf.keeps-you-safe+.chr-homepage-hero__text .chr-homepage-hero__heading {
                margin-left: 0;
                margin-right: 0;
                max-width: 571px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-homepage-hero .optimize-variant-conf.keeps-you-safe+.chr-homepage-hero__text .chr-homepage-hero__heading {
                max-width: 653px;
            }
        }

        .chr-homepage-hero__default-content {
            display: block;
        }

        .chr-homepage-hero__variant-content {
            display: none;
        }

        .chr-homepage-hero__default-content, .chr-homepage-hero__variant-content {
            overflow: hidden;
            position: relative;
        }

        .chr-homepage-hero__warning {
            display: none;
        }

        .chr-homepage-hero--download-steps .chr-homepage-hero__image {
            display: block;
        }

        .chr-homepage-hero--download-steps .chr-homepage-hero__image.hidden {
            display: none;
        }

        @media only screen and (min-width: 1024px) {
            .chr-homepage-hero--nplc .chr-homepage-hero__text {
                grid-column: 1/-1;
            }
        }

        .chr-fifty-fifty-text-video {
            padding: 64px 0;
            background-color: #fff;
        }

        .dark-theme .chr-fifty-fifty-text-video {
            background-color: #202125;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video {
                padding: 80px 0;
            }
        }

        .chr-fifty-fifty-text-video__tutorial-wrapper {
            margin-top: 16px;
        }

        .chr-fifty-fifty-text-video__sublist-item {
            list-style-type: lower-alpha;
        }

        .chr-fifty-fifty-text-video__inline-text {
            display: inline-block;
        }

        .chr-fifty-fifty-text-video--secondary {
            background-color: #f8f9fb;
        }

        .dark-theme .chr-fifty-fifty-text-video--secondary {
            background-color: #3c4043;
        }

        .chr-fifty-fifty-text-video__inline-button {
            color: #1967d2;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.5rem;
            margin-top: 0;
        }

        .dark-theme .chr-fifty-fifty-text-video__inline-button {
            color: #8ab4f8;
        }

        .chr-fifty-fifty-text-video__inline-button:focus, .chr-fifty-fifty-text-video__inline-button:hover {
            color: #1967d2;
        }

        .dark-theme .chr-fifty-fifty-text-video__inline-button:focus, .dark-theme .chr-fifty-fifty-text-video__inline-button:hover {
            color: #aecbfa;
        }

        .chr-fifty-fifty-text-video--tertiary {
            padding: 60px 0;
        }

        .chr-fifty-fifty-text-video--tertiary:first-child {
            padding-top: 60px;
        }

        .chr-fifty-fifty-text-video--tertiary:nth-child(2n) .chr-fifty-fifty-text-video {
            padding-bottom: 60px;
        }

        .chr-fifty-fifty-text-video--tertiary:last-child {
            padding-bottom: 80px;
        }

        .chr-fifty-fifty-text-video--quaternary:first-child {
            padding-bottom: 64px;
            padding-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quaternary: first-child {
                padding-top: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quaternary: first-child {
                padding-top: 160px;
            }
        }

        .chr-fifty-fifty-text-video--quaternary:not(:first-child):not(:last-child) {
            padding: 0 0 64px;
        }

        .chr-fifty-fifty-text-video--quaternary:last-child {
            padding-bottom: 80px;
            padding-top: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quaternary: last-child {
                padding-bottom: 120px;
            }
        }

        .chr-fifty-fifty-text-video--quinary {
            padding-bottom: 8px;
            padding-top: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quinary {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary {
                padding-bottom: 0;
                padding-top: 0;
            }
        }

        .chr-fifty-fifty-text-video--quinary.chr-fifty-fifty-text-video--reversed {
            padding-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quinary.chr-fifty-fifty-text-video--reversed {
                padding-top: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary.chr-fifty-fifty-text-video--reversed {
                padding-top: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary.chr-fifty-fifty-text-video--reversed .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary: first-child {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--quinary: first-child {
                padding-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--quinary: first-child .chr-fifty-fifty-text-video__text-wrapper {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                margin-bottom: 60px;
                margin-top: 71px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--quinary: first-child .chr-fifty-fifty-text-video__video-wrapper {
                margin-top: 0;
            }
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__heading {
            margin-bottom: 16px;
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__description+.chr-fifty-fifty-text-video__links-wrapper {
            margin-top: 16px;
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__text-wrapper {
            -ms-grid-row: 1;
            grid-row: 1;
            margin-bottom: 40px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
                margin: 0 64px 60px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
                margin: 60px 64px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__text-wrapper {
                margin: 60px 107px;
            }
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__links-wrapper {
            margin-top: 0;
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
            -ms-grid-row: 2;
            grid-row: 2;
            margin-bottom: 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 600px)and (max-width: 1022px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 1022x)and (max-width: 1023px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
                margin-bottom: 60px;
                margin-top: 60px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper {
                width: 614px;
            }
        }

        .chr-fifty-fifty-text-video--quinary .chr-fifty-fifty-text-video__video-wrapper img {
            height: auto;
            width: 100%
        }

        .chr-fifty-fifty-text-video--tertiary.chr-fifty-fifty-text-video:nth-child(2n) {
            padding-bottom: 60px;
        }

        .chr-fifty-fifty-text-video--primary {
            padding: 64px 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--primary {
                padding: 80px 0;
            }
        }

        .chr-fifty-fifty-text-video--primary:first-child {
            padding-top: 96px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--primary: first-child {
                padding-top: 113px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--primary: first-child {
                padding-top: 153px;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--primary: nth-last-child(2) {
                padding-bottom: 160px;
            }
        }

        .chr-fifty-fifty-text-video--primary:last-child {
            padding-bottom: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--primary: last-child {
                padding-bottom: 120px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--primary: last-child {
                padding-bottom: 72px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--primary: last-child {
                padding-bottom: 120px;
            }
        }

        .chr-fifty-fifty-text-video__chip {
            height: 28px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

        .chr-fifty-fifty-text-video__chip-container {
            display: inline-block;
            height: 20px;
            overflow: visible;
            position: relative;
            width: 34px;
        }

        .chr-fifty-fifty-text-video__inline-icon {
            fill: #5f6267;
            display: inline-block;
            max-height: 1.375rem;
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
            width: 1.375rem;
        }

        .dark-theme .chr-fifty-fifty-text-video__inline-icon {
            fill: #fff;
        }

        [dir=rtl] .chr-fifty-fifty-text-video__inline-icon {
            -webkit-transform: scale(-1, 1) translateY(3px);
            transform: scale(-1, 1) translateY(3px);
        }

        .chr-fifty-fifty-text-video__inline-icon--small {
            width: 1rem;
        }

        .chr-fifty-fifty-text-video__inline-icon--rotate {
            -webkit-transform: rotate(90deg) translateX(4px);
            transform: rotate(90deg) translateX(4px);
        }

        .chr-fifty-fifty-text-video__text-wrapper {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 2;
            grid-row: 2;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 1;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 8;
                -ms-grid-column-span: 5;
                grid-column: 8/span 5;
                -ms-grid-row: 1;
                grid-row: 1;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 8;
                -ms-grid-column-span: 4;
                grid-column: 8/span 4;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--reversed .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 5;
                grid-column: 1/span 5;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video--reversed .chr-fifty-fifty-text-video__text-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 4;
                grid-column: 2/span 4;
            }
        }

        .chr-fifty-fifty-text-video__list {
            margin: 5px 0 0;
            -webkit-padding-start: 17px;
            padding-inline-start: 17px;
        }

        .chr-fifty-fifty-text-video__list-item {
            list-style-type: decimal;
        }

        .chr-fifty-fifty-text-video__heading {
            margin: 8px 0 16px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-video__heading {
                width: 100%
            }
        }

        .chr-fifty-fifty-text-video--quaternary .chr-fifty-fifty-text-video__heading {
            font-size: 1.75rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 2.5rem;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video--quaternary .chr-fifty-fifty-text-video__heading {
                font-size: 2.5rem;
                line-height: 3rem;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--quaternary .chr-fifty-fifty-text-video__heading {
                font-size: 3rem;
                line-height: 3.5rem;
            }
        }

        .chr-fifty-fifty-text-video__description:nth-child(2n) {
            margin-top: 8px;
        }

        .chr-fifty-fifty-text-video__description--end-description {
            margin-top: 8px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-video__description {
                width: 100%
            }
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-fifty-fifty-text-video__eyebrow {
                width: 100%
            }
        }

        .chr-fifty-fifty-text-video__video-wrapper {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 1;
            grid-row: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 40px;
        }

        @media only screen and (min-width: 600px) {
            .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 2;
                -ms-grid-column-span: 10;
                grid-column: 2/span 10;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                margin-bottom: 0;
                position: relative;
                width: 100%
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video--reversed .chr-fifty-fifty-text-video__video-wrapper {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
            }
        }

        .chr-fifty-fifty-text-video__video-wrapper video {
            width: 100%
        }

        @media only screen and (min-width: 1024px) {
            .chr-fifty-fifty-text-video__video-wrapper video {
                left: 50%;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-fifty-fifty-text-video__video-wrapper video {
                max-width: 614px;
            }
        }

        .chr-fifty-fifty-text-video__links-wrapper {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-top: 24px;
            width: 100%
        }

        .chr-fifty-fifty-text-video .chr-link:nth-child(even) {
            margin-top: 16px;
        }

        .chr-modal-dialog {
            background-color: #fff;
            border: 1px solid #dbdce0;
            border-radius: 8px;
            max-width: 614px;
            position: absolute;
            top: 10%;
            width: 80%;
            z-index: 201;
            -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
            box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
        }

        .dark-theme .chr-modal-dialog {
            background-color: #202125;
        }

        .dark-theme .chr-modal-dialog {
            border: 1px solid #202125;
        }

        .dark-theme .chr-modal-dialog {
            -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
        }

        .chr-modal-dialog a {
            color: #1967d2;
            text-decoration: underline;
        }

        .dark-theme .chr-modal-dialog a {
            color: #8ab4f8;
        }

        .chr-modal-dialog a.no-text {
            font-size: 0;
            line-height: 0;
        }

        .chr-modal-dialog .js-download.show {
            display: inline !important;
        }

        .chr-modal-dialog h1.chr-ios-beta-form-title, .chr-modal-dialog h2.chr-ios-beta-form-title {
            margin: 0 0 20px;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog h1.chr-ios-beta-form-title, .chr-modal-dialog h2.chr-ios-beta-form-title {
                margin-bottom: 30px;
            }
        }

        .chr-modal-dialog h1.chr-ios-success-form-title, .chr-modal-dialog h2.chr-ios-success-form-title {
            margin-bottom: 10px;
        }

        .chr-modal-dialog h3 {
            color: #202125;
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-weight: 300;
        }

        .dark-theme .chr-modal-dialog h3 {
            color: #fff;
        }

        @media only screen and (min-width: 1024px) {
            .chr-modal-dialog h3 {
                font-size: 1.5rem;
                line-height: 2rem;
            }
        }

        .chr-modal-dialog h4 {
            font-weight: 500;
            margin-bottom: 3px;
            margin-top: 20px;
        }

        .chr-modal-dialog p {
            margin: 0 0 16px;
        }

        .chr-modal-dialog__overlay {
            background-color: rgba(255, 255, 255, .86);
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 200;
        }

        .dark-theme .chr-modal-dialog__overlay {
            background-color: rgba(32, 33, 37, .86);
        }

        .chr-modal-dialog__header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 34px 40px;
        }

        .chr-modal-dialog__section {
            text-align: center;
        }

        .chr-modal-dialog__close {
            background-color: #fff;
            background-image: url("/chrome/static/images/close-icon.png");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
            background-size: 32px;
            border-radius: 32px;
            display: inline-block;
            height: 32px;
            width: 32px;
        }

        @media all and (min-width: 1024px)and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            .chr-modal-dialog__close {
                background-image: url("/chrome/static/images/close-icon-2x.png");
            }
        }

        [dir=rtl] .chr-modal-dialog__close {
            left: 2%;
            right: auto;
        }

        .chr-modal-dialog__opt-in {
            margin-bottom: 16px;
        }

        .chr-modal-dialog__mac-buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 24px 0 32px;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog__mac-buttons {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }

        .chr-modal-dialog__mac-button p {
            margin: 8px 0 0;
            text-align: center;
            text-transform: uppercase;
        }

        .chr-modal-dialog__mac-button:first-child {
            margin-bottom: 15px;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog__mac-button: first-child {
                margin-bottom: 0;
                margin-right: 15px;
            }
        }

        .chr-modal-dialog__mac-button:last-child {
            margin-top: 15px;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog__mac-button: last-child {
                margin-left: 15px;
                margin-top: 0;
            }
        }

        .chr-modal-dialog__mac-help {
            font-family: "Roboto", sans-serif;
            margin: 0 0 24px;
            text-align: start;
        }

        .chr-modal-dialog__mac-help p {
            margin: 0;
        }

        .chr-modal-dialog__mac-steps {
            margin: 0 0 16px;
            padding-left: 30px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-modal-dialog__mac-steps {
                padding-left: 50px;
            }
        }

        .chr-modal-dialog__mac-step {
            font-size: .75rem;
            line-height: 1.25rem;
            letter-spacing: .0125rem;
            font-weight: 400;
            list-style: decimal;
        }

        .chr-modal-dialog__mac-subtext {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: block;
            padding-left: 10px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-modal-dialog__mac-subtext {
                padding-left: 30px;
            }
        }

        .chr-modal-dialog__mac-subtext a {
            display: inline;
            text-decoration: underline;
        }

        .chr-modal-dialog__mac-subtext .chr-icon--link {
            fill: #1967d2;
            height: 12px;
            width: 12px;
        }

        .dark-theme .chr-modal-dialog__mac-subtext .chr-icon--link {
            fill: #8ab4f8;
        }

        .chr-modal-dialog__buttons .throbber.show {
            display: inline !important;
        }

        .chr-modal-dialog.eula .eula-content, .chr-modal-dialog.eula .other-platform, .chr-modal-dialog.eula .chrome-os {
            background-color: #f2f3f5;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            font-family: "Roboto", sans-serif;
            padding: 40px;
        }

        .dark-theme .chr-modal-dialog.eula .eula-content, .dark-theme .chr-modal-dialog.eula .other-platform, .dark-theme .chr-modal-dialog.eula .chrome-os {
            background-color: #3c4043;
        }

        .chr-modal-dialog.eula .eula-content h1, .chr-modal-dialog.eula .other-platform h1, .chr-modal-dialog.eula .chrome-os h1 {
            margin-bottom: 16px;
        }

        .chr-modal-dialog.eula .eula-content h2, .chr-modal-dialog.eula .other-platform h2, .chr-modal-dialog.eula .chrome-os h2 {
            margin-bottom: 8px;
        }

        .chr-modal-dialog.eula .eula-content .chr-copy, .chr-modal-dialog.eula .other-platform .chr-copy, .chr-modal-dialog.eula .chrome-os .chr-copy {
            color: #3c4043;
        }

        .dark-theme .chr-modal-dialog.eula .eula-content .chr-copy, .dark-theme .chr-modal-dialog.eula .other-platform .chr-copy, .dark-theme .chr-modal-dialog.eula .chrome-os .chr-copy {
            color: #e9eaee;
        }

        .chr-modal-dialog.eula .eula-content .chr-copy--small a, .chr-modal-dialog.eula .other-platform .chr-copy--small a, .chr-modal-dialog.eula .chrome-os .chr-copy--small a {
            font-size: .75rem;
            line-height: .75rem;
        }

        .chr-modal-dialog.eula .eula-content .os-mac.show~.js-simplified-legal-links, .chr-modal-dialog.eula .other-platform .os-mac.show~.js-simplified-legal-links, .chr-modal-dialog.eula .chrome-os .os-mac.show~.js-simplified-legal-links {
            margin: 0;
        }

        .chr-modal-dialog.eula .chrome-os h2 {
            margin-top: 48px;
        }

        .chr-modal-dialog.eula .form-content {
            overflow: hidden;
        }

        .chr-modal-dialog.eula .eula-legal-info {
            margin-bottom: 25px;
        }

        .chr-modal-dialog.eula .eula-legal-info__link {
            margin-bottom: 15px;
            margin-top: 15px;
            text-align: right;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog.eula .eula-legal-info__link {
                margin-bottom: 0;
            }
        }

        .chr-modal-dialog.eula .eula-legal-info__wrapper {
            background-color: #fafafa;
            height: 150px;
            overflow-x: hidden;
            overflow-y: scroll;
            padding: 0 20px;
            width: 100%;
            border: 1px solid #dbdce0;
        }

        .dark-theme .chr-modal-dialog.eula .eula-legal-info__wrapper {
            border: 1px solid #202125;
        }

        .chr-modal-dialog.eula .eula-legal-info__wrapper h1, .chr-modal-dialog.eula .eula-legal-info__wrapper h2 {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 300;
            margin: 16px 0;
        }

        .chr-modal-dialog.eula .eula-legal-info__wrapper p {
            margin: 0 0 20px;
        }

        .chr-modal-dialog.eula .disclaimer p {
            font-size: .8125rem;
            line-height: 1.3125rem;
        }

        .chr-modal-dialog.eula .chr-checkbox, .chr-modal-dialog.eula .chr-radio, .chr-modal-dialog.eula .chr-checkbox a {
            font-weight: 400;
        }

        .chr-modal-dialog.eula .chr-checkbox:first-of-type {
            margin-bottom: 3px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-modal-dialog.eula .chr-checkbox: not(.environment) {
                display: inline-block;
            }
        }

        .chr-modal-dialog.eula .chr-checkbox a {
            color: #1967d2;
        }

        .dark-theme .chr-modal-dialog.eula .chr-checkbox a {
            color: #8ab4f8;
        }

        .chr-modal-dialog.eula .chr-checkbox__label, .chr-modal-dialog.eula .chr-radio__label {
            color: #202125;
            font-size: .75rem;
            line-height: 1.25rem;
            letter-spacing: .0125rem;
        }

        .dark-theme .chr-modal-dialog.eula .chr-checkbox__label, .dark-theme .chr-modal-dialog.eula .chr-radio__label {
            color: #fff;
        }

        .chr-modal-dialog.eula .chr-radio {
            margin: 0 20px 20px 0;
        }

        .chr-modal-dialog.eula .chr-radio:first-of-type {
            margin-bottom: 5px;
        }

        .chr-modal-dialog.eula .os-win.show.win8 .default-browser-opt, .chr-modal-dialog.eula .os-win.show.win10 .default-browser-opt, .chr-modal-dialog.eula .devchannel .os-win.show .default-browser-opt, .chr-modal-dialog.eula .betachannel .os-win.show .default-browser-opt, .chr-modal-dialog.eula .canarychannel .os-win.show .default-browser-opt, .chr-modal-dialog.eula .os-win.show.origin-win8 .default-browser-opt, .chr-modal-dialog.eula .os-win.show.origin-win10 .default-browser-opt {
            display: none;
        }

        .chr-modal-dialog.eula .os-win.show.xp .default-browser-opt, .chr-modal-dialog.eula .os-win.show.vista .default-browser-opt, .chr-modal-dialog.eula .os-win.show.xp.origin-win8 .default-browser-opt, .chr-modal-dialog.eula .os-win.show.xp.origin-win10 .default-browser-opt, .chr-modal-dialog.eula .os-win.show.vista.origin-win8 .default-browser-opt, .chr-modal-dialog.eula .os-win.show.vista.origin-win10 .default-browser-opt {
            display: block;
        }

        .chr-modal-dialog.eula .eula-content .chr-modal-dialog__buttons div {
            margin-top: 30px;
        }

        .chr-modal-dialog.eula .eula-content .chr-full-bleed-hero__simplified-link {
            text-decoration: underline;
        }

        .chr-modal-dialog.eula .other-platform .chr-copy, .chr-modal-dialog.eula .other-platform ul {
            font-size: 1rem;
            line-height: 1.75rem;
            letter-spacing: .00625rem;
            margin-bottom: 8px;
        }

        .chr-modal-dialog.eula .other-platform .chr-modal-dialog__button {
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .chr-modal-dialog.eula .other-platform h2:not(:first-child) {
            margin-top: 16px;
        }

        .chr-modal-dialog.eula .other-platform p {
            width: 50%
        }

        .chr-modal-dialog.eula .other-platform.canarychannel {
            background-color: rgba(0, 0, 0, 0);
            background-image: url("/chrome/static/images/canary/devices.png");
            background-position: 90% 53%;
            background-repeat: no-repeat;
            background-size: 39%
        }

        @media all and (min-width: 1024px)and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            .chr-modal-dialog.eula .other-platform.canarychannel {
                background-image: url("/chrome/static/images/canary/devices-2x.png");
            }
        }

        .chr-modal-dialog.eula .other-platform.devchannel {
            background-color: rgba(0, 0, 0, 0);
            background-image: url("/chrome/static/images/dev/devices.png");
            background-position: 90% 53%;
            background-repeat: no-repeat;
            background-size: 39%
        }

        @media all and (min-width: 1024px)and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            .chr-modal-dialog.eula .other-platform.devchannel {
                background-image: url("/chrome/static/images/dev/devices-2x.png");
            }
        }

        .chr-modal-dialog.eula .other-platform.betachannel {
            background-color: rgba(0, 0, 0, 0);
            background-image: url("/chrome/static/images/beta/devices.png");
            background-position: 90% 53%;
            background-repeat: no-repeat;
            background-size: 39%
        }

        @media all and (min-width: 1024px)and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            .chr-modal-dialog.eula .other-platform.betachannel {
                background-image: url("/chrome/static/images/beta/devices-2x.png");
            }
        }

        .chr-modal-dialog.eula ul {
            margin-top: 0;
        }

        .chr-modal-dialog.eula fieldset {
            border: 0;
            padding: 0;
        }

        .chr-modal-dialog.eula .form-success {
            margin: 0 auto;
            text-align: center;
        }

        @media only screen and (min-width: 600px) {
            .chr-modal-dialog.eula .form-success {
                width: 80%
            }
        }

        .chr-modal-dialog.eula .notice {
            font-size: .625rem;
            line-height: 1.25rem;
            line-height: .8rem;
            margin-top: 10px;
        }

        .chr-modal-dialog.eula .notice a {
            font-size: .625rem;
            line-height: 1.25rem;
            line-height: .8rem;
        }

        .chr-modal-dialog.eula .notice p {
            margin-bottom: 10px;
        }

        .chr-modal-open {
            overflow: hidden;
        }

        .channel-dev .frozen-version {
            display: none;
        }

        .chr-slider {
            padding: 10px 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-slider {
                padding: 10px 0;
            }
        }

        .chr-slider--secondary {
            background: #f2f3f5;
        }

        .dark-theme .chr-slider--secondary {
            background: #3c4043;
        }

        .chr-slider__main-text {
            margin-bottom: 40px;
            padding: 0 24px;
            text-align: center;
        }

        .chr-slider__main-text .chr-headline-2 {
            margin: 0 0 24px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-slider__main-text .chr-headline-2 {
                margin: 0 auto 24px;
                max-width: 650px;
            }

            [data-locale=pt-PT_ALL] .chr-slider__main-text .chr-headline-2, [data-locale=es-419_ALL] .chr-slider__main-text .chr-headline-2, [data-locale=es_us] .chr-slider__main-text .chr-headline-2 {
                max-width: 680px;
            }
        }

        .chr-slider__main-text .chr-copy {
            color: #202125;
        }

        .dark-theme .chr-slider__main-text .chr-copy {
            color: #fff;
        }

        .chr-slider__main-text .chr-link {
            max-width: 100%
        }

        .chr-slider__wrapper {
            margin-bottom: 8px;
            min-height: 365px;
            overflow: hidden;
            position: relative;
            width: 100%
        }

        @media only screen and (min-width: 600px) {
            .chr-slider__wrapper {
                margin: 38px auto 44px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-slider__wrapper {
                margin: 0 auto;
                max-width: 1023px;
                overflow: visible;
                padding: 0 0px;
            }
        }

        @media only screen and (min-width: 1120px) {
            .chr-slider__wrapper {
                max-width: 1090px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-slider__wrapper {
                max-width: 1065px;
            }
        }

        .chr-slider__container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            left: auto;
            min-height: 355px;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 10px 0 20px 38px;
            position: relative;
            scroll-behavior: smooth;
            -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
        }

        @media only screen and (min-width: 1024px) {
            .chr-slider__container {
                margin: 0;
                overflow: visible;
                padding: 0;
                width: 100%
            }
        }

        [dir=rtl] .chr-slider__container {
            padding-left: 0;
            padding-right: 38px;
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-slider__container {
                padding-right: 0;
            }
        }

        .chr-slider__container::-webkit-scrollbar {
            display: none;
        }

        .chr-slider__navigation {
            margin: 0 28px;
        }

        @media only screen and (min-width: 600px) {
            .chr-slider__navigation {
                margin: 0 38px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-slider__navigation {
                display: none;
            }
        }

        .chr-slider__progress {
            background-color: #e9eaee;
            border-radius: 8px;
            height: 2px;
            margin-bottom: 8px;
            overflow: hidden;
            width: 100%
        }

        .dark-theme .chr-slider__progress {
            background-color: rgba(26, 115, 232, .46);
        }

        .chr-slider__progress--active {
            background-color: #1967d2;
            height: 2px;
            width: 0;
        }

        .dark-theme .chr-slider__progress--active {
            background-color: #8ab4f8;
        }

        .chr-slider__progress--active-anim {
            -webkit-transition: width .5s;
            transition: width .5s;
        }

        .chr-slider__pagination {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .chr-slider__pagination-info {
            font-size: .625rem;
            line-height: 1.5rem;
        }

        [dir=rtl] .chr-slider__pagination-info {
            direction: ltr;
        }

        [dir=rtl] .chr-slider__buttons {
            direction: ltr;
        }

        .chr-slider__button {
            background-color: rgba(0, 0, 0, 0);
            cursor: pointer;
            display: inline-block;
            height: 24px;
            padding: 0;
            vertical-align: middle;
            width: 24px;
            color: #3c4043;
        }

        .dark-theme .chr-slider__button {
            color: #e9eaee;
        }

        .chr-slider__button--prev {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .chr-slider__button .chr-icon {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .chr-slider__button-disabled {
            color: #f2f3f5;
        }

        .dark-theme .chr-slider__button-disabled {
            color: #3c4043;
        }

        .chr-slider__item {
            padding-right: 40px;
        }

        @media only screen and (min-width: 1024px) {
            .chr-slider__item {
                padding-right: 40;
            }
        }

        [dir=rtl] .chr-slider__item {
            padding-left: 40px;
            padding-right: 0;
        }

        @media only screen and (min-width: 1024px) {
            [dir=rtl] .chr-slider__item {
                padding-left: 0;
            }
        }

        .chr-slider__item-container {
            background-color: #fff;
            border-radius: 8px;
            height: 100%;
            overflow: visible;
            -webkit-transition: -webkit-box-shadow .5s;
            transition: -webkit-box-shadow .5s;
            transition: box-shadow .5s;
            transition: box-shadow .5s, -webkit-box-shadow .5s;
        }

        .dark-theme .chr-slider__item-container {
            background-color: #3c4043;
        }

        .chr-slider__item-container:focus {
            border: 2px solid #1a73e8;
            -webkit-box-shadow: 16px 16px 0 #1a73e8;
            box-shadow: 16px 16px 0 #1a73e8;
            outline: rgba(0, 0, 0, 0);
            -webkit-transition: -webkit-box-shadow .5s;
            transition: -webkit-box-shadow .5s;
            transition: box-shadow .5s;
            transition: box-shadow .5s, -webkit-box-shadow .5s;
        }

        .dark-theme .chr-slider__item-container:focus {
            border: 2px solid #8ab4f8;
        }

        .dark-theme .chr-slider__item-container:focus {
            -webkit-box-shadow: 16px 16px 0 #8ab4f8;
            box-shadow: 16px 16px 0 #8ab4f8;
        }

        .chr-slider__item-container:focus .chr-slider__item-link .chr-slider__item-link::after {
            visibility: hidden;
        }

        .chr-slider--secondary .chr-slider__item-container {
            background: #f2f3f5;
        }

        .dark-theme .chr-slider--secondary .chr-slider__item-container {
            background: #3c4043;
        }

        .chr-slider__item-content {
            background-color: #fff;
            border: 1px solid #dbdce0;
            border-radius: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            min-height: 344px;
            padding: 15px;
            position: relative;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
            width: 250px;
        }

        .dark-theme .chr-slider__item-content {
            background-color: #3c4043;
        }

        .dark-theme .chr-slider__item-content {
            border: 1px solid #202125;
        }

        .chr-slider__item-content:hover, .chr-slider__item-content:focus {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .chr-slider__item-icon {
            height: 100px;
            margin-bottom: 18px;
            width: 258px;
        }

        .chr-slider__item-text .chr-headline-5 {
            font-size: 1rem;
            line-height: 1.75rem;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .chr-slider__item-text .chr-copy {
            margin-bottom: 8px;
            min-height: 112px;
        }

        .chr-slider__item-text--no-rating {
            margin-bottom: auto;
        }

        .chr-slider__item-link .chr-slider__item-link::after {
            -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
            box-shadow: 8px 8px 0 rgba(167, 173, 198, 0.1);
            border-radius: 8px;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            pointer-events: auto;
            position: absolute;
            top: 0;
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 227px;
        }

        .dark-theme .chr-slider__item-link .chr-slider__item-link::after {
            -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
            box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
        }

        .chr-slider__item-link .chr-slider__item-link:hover::after, .chr-slider__item-link .chr-slider__item-link:focus::after {
            -webkit-box-shadow: 16px 16px 0 rgba(32, 33, 37, .06);
            box-shadow: 16px 16px 0 rgba(32, 33, 37, .06);
        }

        .dark-theme .chr-slider__item-link .chr-slider__item-link:hover::after, .dark-theme .chr-slider__item-link .chr-slider__item-link:focus::after {
            -webkit-box-shadow: 16px 16px 0 rgba(0, 0, 0, .16);
            box-shadow: 16px 16px 0 rgba(0, 0, 0, .16);
        }

        .chr-slider__item-link .chr-slider__item-link:focus::after {
            border: 2px solid #1a73e8;
        }

        .dark-theme .chr-slider__item-link .chr-slider__item-link:focus::after {
            border: 2px solid #8ab4f8;
        }

        .chr-slider__item-link .chr-slider__item-link:active::after {
            -webkit-box-shadow: 4px 4px 0 rgba(32, 33, 37, .55);
            box-shadow: 4px 4px 0 rgba(32, 33, 37, .55);
        }

        .dark-theme .chr-slider__item-link .chr-slider__item-link:active::after {
            -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .55);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, .55);
        }

        .chr-reversible {
            border-radius: 8px;
            position: relative;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible {
                border-radius: 0;
            }
        }

        [dir=rtl] .chr-reversible {
            direction: ltr;
        }

        .chr-reversible--blue {
            background-color: #1967d2;
        }

        .dark-theme .chr-reversible--blue {
            background-color: #053c93;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--blue {
                background-color: rgba(255, 255, 255, 0);
            }

            .dark-theme .chr-reversible--blue {
                background-color: rgba(255, 255, 255, 0);
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--compact {
                padding: 60px 0;
            }
        }

        .chr-reversible--green {
            background-color: #e4f7fb;
        }

        .dark-theme .chr-reversible--green {
            background-color: #005c62;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--green {
                background-color: rgba(255, 255, 255, 0);
            }

            .dark-theme .chr-reversible--green {
                background-color: rgba(255, 255, 255, 0);
            }
        }

        .chr-reversible--dark {
            background-color: #202125;
            border-radius: 0;
            margin-top: 80px;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--dark {
                padding-top: 0;
                background-color: rgba(255, 255, 255, 0);
            }

            .dark-theme .chr-reversible--dark {
                background-color: rgba(255, 255, 255, 0);
            }
        }

        .chr-reversible--blend {
            background-color: #f2f3f5;
            padding-bottom: 80px;
        }

        .dark-theme .chr-reversible--blend {
            background-color: #3c4043;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--blend {
                padding: 120px 0;
            }
        }

        .chr-reversible__transition {
            background-color: #f2f3f5;
            height: 120px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: -1;
        }

        .dark-theme .chr-reversible__transition {
            background-color: #3c4043;
        }

        .chr-reversible__transition--up {
            top: 0;
        }

        .chr-reversible__transition--down {
            bottom: 0;
        }

        .chr-reversible__grid-parent {
            overflow: hidden;
            padding-bottom: 8px;
        }

        .chr-reversible__grid {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 8px;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--blue .chr-reversible__grid, .chr-reversible--green .chr-reversible__grid, .chr-reversible--dark .chr-reversible__grid, .chr-reversible__grid .chr-reversible--light-blue {
                -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
            }

            .dark-theme .chr-reversible--blue .chr-reversible__grid, .dark-theme .chr-reversible--green .chr-reversible__grid, .dark-theme .chr-reversible--dark .chr-reversible__grid, .dark-theme .chr-reversible__grid .chr-reversible--light-blue {
                -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
                box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
            }
        }

        .chr-reversible--blue .chr-reversible__grid {
            background-color: #1967d2;
        }

        .dark-theme .chr-reversible--blue .chr-reversible__grid {
            background-color: #053c93;
        }

        .chr-reversible--green .chr-reversible__grid {
            background-color: #e4f7fb;
        }

        .dark-theme .chr-reversible--green .chr-reversible__grid {
            background-color: #005c62;
        }

        .chr-reversible--dark .chr-reversible__grid {
            background-color: #202125;
        }

        .chr-reversible--dark .chr-reversible__grid .chr-reversible__text {
            padding: 32px 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--dark .chr-reversible__grid .chr-reversible__text {
                padding: 64px 0;
            }
        }

        .chr-reversible--dark .chr-reversible__grid .chr-reversible__image {
            left: 0;
            margin: auto;
            right: 0;
            width: 95%
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--dark .chr-reversible__grid .chr-reversible__image {
                padding-bottom: 60px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--dark .chr-reversible__grid .chr-reversible__image {
                left: auto;
                margin: 0 5%;
                max-height: 370px;
                padding-bottom: 0;
                width: auto;
            }
        }

        .chr-reversible--dark .chr-reversible__grid .chr-reversible__image-container {
            min-height: 60vw;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--dark .chr-reversible__grid .chr-reversible__image-container {
                min-height: 274px;
            }
        }

        .chr-reversible--light-blue .chr-reversible__grid {
            background-color: #e8f0fe;
        }

        .dark-theme .chr-reversible--light-blue .chr-reversible__grid {
            background-color: rgba(26, 115, 232, .28);
        }

        .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__text {
            padding: 32px 0;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__text {
                padding: 64px 0;
            }
        }

        .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image-container {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
        }

        .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image {
            left: 0;
            margin: auto;
            right: 0;
            width: 95%
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image {
                padding-bottom: 0;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image {
                left: auto;
                margin: 0 5%;
                width: auto;
            }
        }

        .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image-container {
            min-height: 60vw;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--light-blue .chr-reversible__grid .chr-reversible__image-container {
                min-height: 274px;
            }
        }

        .chr-reversible--light-blue {
            background-color: #e8f0fe;
            margin-top: 60px;
            padding-bottom: 10px;
            padding-top: 20px;
        }

        .dark-theme .chr-reversible--light-blue {
            background-color: rgba(26, 115, 232, .28);
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--light-blue {
                background-color: rgba(0, 0, 0, 0);
                padding-bottom: 0;
            }
        }

        .chr-reversible__text {
            display: block;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 1;
            grid-row: 1;
            padding: 80px 0 56px;
            position: relative;
        }

        .chr-reversible--reversed .chr-reversible__text {
            padding: 0 0 20px;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--reversed .chr-reversible__text {
                padding: 60px 0;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__text {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
                padding: 120px 0 92px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible__text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                min-height: 416px;
                padding-bottom: 64px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-reversible__text {
                min-height: 640px;
                padding-bottom: 174px;
            }

            .chr-reversible--compact .chr-reversible__text {
                min-height: 0;
                padding: 0;
            }
        }

        [dir=rtl] .chr-reversible__text {
            direction: rtl;
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--reversed .chr-reversible__text {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--blend .chr-reversible__text {
                min-height: 0;
                padding: 0;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__icon, .chr-reversible__eyebrow, .chr-reversible__heading, .chr-reversible__copy, .chr-reversible__link {
                margin: 0 64px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--text-wide .chr-reversible__icon, .chr-reversible--text-wide .chr-reversible__eyebrow, .chr-reversible--text-wide .chr-reversible__heading, .chr-reversible--text-wide .chr-reversible__copy, .chr-reversible--text-wide .chr-reversible__link {
                margin: 0 64px;
            }

            .chr-reversible--text-ultra-wide .chr-reversible__icon, .chr-reversible--text-ultra-wide .chr-reversible__eyebrow, .chr-reversible--text-ultra-wide .chr-reversible__heading, .chr-reversible--text-ultra-wide .chr-reversible__copy, .chr-reversible--text-ultra-wide .chr-reversible__link {
                margin: 0 40px;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-reversible__icon, .chr-reversible__eyebrow, .chr-reversible__heading, .chr-reversible__copy, .chr-reversible__link {
                margin: 0 107px;
            }
        }

        .chr-reversible--blue .chr-reversible__icon, .chr-reversible--blue .chr-reversible__eyebrow, .chr-reversible--blue .chr-reversible__heading, .chr-reversible--blue .chr-reversible__copy, .chr-reversible--blue .chr-reversible__link {
            color: #fff;
        }

        .dark-theme .chr-reversible--blue .chr-reversible__icon, .dark-theme .chr-reversible--blue .chr-reversible__eyebrow, .dark-theme .chr-reversible--blue .chr-reversible__heading, .dark-theme .chr-reversible--blue .chr-reversible__copy, .dark-theme .chr-reversible--blue .chr-reversible__link {
            color: #fff;
        }

        .chr-reversible__eyebrow, .chr-reversible__heading {
            padding-top: 8px;
        }

        .chr-reversible__icon {
            color: #202125;
        }

        .dark-theme .chr-reversible__icon {
            color: #fff;
        }

        .chr-reversible__heading, .chr-reversible__copy {
            padding-bottom: 16px;
        }

        .chr-reversible__inline-link {
            font-weight: 400;
        }

        .chr-reversible__decoration {
            display: none;
            left: 64px;
            position: absolute;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible__decoration {
                bottom: 8%;
                display: block;
            }
        }

        @media only screen and (min-width: 1440px) {
            .chr-reversible__decoration {
                bottom: 16%;
                left: 107px;
            }
        }

        .chr-reversible--reversed .chr-reversible__decoration {
            left: auto;
            right: 64px;
        }

        @media only screen and (min-width: 1440px) {
            .chr-reversible--reversed .chr-reversible__decoration {
                right: 107px;
            }
        }

        .chr-reversible__image-container {
            min-height: 372px;
            min-height: min(max(274px, 82vw), 372px);
            min-height: clamp(274px, 82vw, 372px);
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -ms-grid;
            display: grid;
            -ms-grid-column: 1;
            -ms-grid-column-span: 4;
            grid-column: 1/span 4;
            -ms-grid-row: 2;
            grid-row: 2;
            min-height: 274px;
            position: relative;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__image-container {
                -ms-grid-column: 1;
                -ms-grid-column-span: 12;
                grid-column: 1/span 12;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible__image-container {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
                -ms-grid-row: 1;
                grid-row: 1;
                height: 100%;
                min-height: 416px;
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--reversed .chr-reversible__image-container {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
            }
        }

        .chr-reversible--blend .chr-reversible__image-container {
            padding-bottom: 10px;
        }

        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .chr-reversible--blend .chr-reversible__image-container {
                height: 300px;
            }
        }

        @media only screen and (-ms-high-contrast: active)and (min-width: 600px), only screen and (-ms-high-contrast: none)and (min-width: 600px) {
            .chr-reversible--blend .chr-reversible__image-container {
                height: 400px;
            }
        }

        .chr-reversible__image-container--transition-up {
            top: 64px;
        }

        .chr-reversible__image {
            border-radius: 4px;
            height: auto;
            left: 0;
            position: absolute;
            width: 560px;
        }

        .chr-reversible__image--safety {
            margin-top: 55px;
        }

        .chr-reversible__image--gif {
            margin-top: 56px;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__image--gif {
                margin-top: 0;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__image {
                margin: 0 5%;
                position: static;
                width: 90%
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible__image {
                height: 100%;
                left: 0;
                max-width: none;
                position: absolute;
                width: auto;
            }
        }

        .chr-reversible--reversed .chr-reversible__image {
            left: auto;
            right: 0;
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--reversed .chr-reversible__image {
                right: 0;
            }
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible--blend .chr-reversible__image {
                -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
                height: auto;
                max-width: 100%
            }

            .dark-theme .chr-reversible--blend .chr-reversible__image {
                -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
                box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible--blend .chr-reversible__image {
                margin: 0;
            }
        }

        @media only screen and (-ms-high-contrast: active)and (min-width: 1024px), only screen and (-ms-high-contrast: none)and (min-width: 1024px) {
            .chr-reversible--blend .chr-reversible__image {
                height: 100%;
                max-width: none;
                width: auto;
            }
        }

        @media only screen and (-ms-high-contrast: active)and (min-width: 1440px), only screen and (-ms-high-contrast: none)and (min-width: 1440px) {
            .chr-reversible--blend .chr-reversible__image {
                height: auto;
                max-width: 100%
            }
        }

        @media only screen and (min-width: 1024px) {
            .chr-reversible__image--relative {
                height: auto;
                margin: 0;
                position: relative;
                top: 0;
                width: 100%
            }
        }

        .chr-reversible__image--small {
            top: -20px;
        }

        @media only screen and (min-width: 600px) {
            .chr-reversible__image--small {
                top: 0;
            }
        }

        .chr-reversible__image--fs {
            width: 100%
        }

        #div-security+.chr-reversible {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        #div-power+.chr-reversible {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        #div-fast-easy+.chr-reversible {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        @media only screen and (min-width: 1024px) {
            #div-fast-easy+.chr-reversible .chr-reversible__text {
                -ms-grid-column: 7;
                -ms-grid-column-span: 6;
                grid-column: 7/span 6;
            }
        }

        @media only screen and (min-width: 1024px) {
            #div-fast-easy+.chr-reversible .chr-reversible__image-container {
                -ms-grid-column: 1;
                -ms-grid-column-span: 6;
                grid-column: 1/span 6;
            }
        }

        #experiment-reorder+.chr-section {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }