.chr-fifty-fifty__half-1 img, .chr-fifty-fifty__half-2 img {
    height: auto;
    width: 100%
}

.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-homepage-hero__image.hidden, .chr-homepage-hero__simplified-links, .chr-homepage-hero__simplified .platform, .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, .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
}

.chr-background-shapes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(33.33%) [ 3 ];
    grid-template-columns:repeat(3, 33.33%);
    -ms-grid-rows:(33.33%) [ 3 ];
    grid-template-rows:repeat(3, 33.33%);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@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-tabs {
    overflow: hidden;
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-tabs {
        padding: 120px 0 60px
    }
}

.chr-tabs__tabs-header {
    display: none;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-tabs__tabs-header {
        display: block;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        margin-bottom: 68px
    }
}

@media only screen and (min-width: 600px) {
    .chr-tabs__tabs-header--1 .chr-tabs__tab:first-child {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4;
        grid-column: 5/span 4
    }
}

.chr-tabs__tabs-header--2 .chr-tabs__tab {
    padding: 0
}

@media only screen and (min-width: 1024px) {
    .chr-tabs__tabs-header--2 .chr-tabs__tab:first-child {
        -ms-grid-column: 3;
        -ms-grid-column-span: 4;
        grid-column: 3/span 4
    }

    .chr-tabs__tabs-header--2 .chr-tabs__tab:nth-child(2) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 4;
        grid-column: 7/span 4
    }
}

.chr-tabs__tabs-header--3 .chr-tabs__tab {
    padding: 0
}

@media only screen and (min-width: 600px) {
    .chr-tabs__tabs-header--3 .chr-tabs__tab:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/span 4
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4;
        grid-column: 5/span 4
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(3) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-column: 9/span 4
    }
}

@media only screen and (min-width: 1024px) {
    .chr-tabs__tabs-header--3 .chr-tabs__tab:first-child {
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4/span 2
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(2) {
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
        grid-column: 6/span 2
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(3) {
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-column: 8/span 2
    }
}

@media only screen and (min-width: 1440px) {
    .chr-tabs__tabs-header--3 .chr-tabs__tab:first-child {
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4/span 2
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(2) {
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
        grid-column: 6/span 2
    }

    .chr-tabs__tabs-header--3 .chr-tabs__tab:nth-child(3) {
        -ms-grid-column: 8;
        -ms-grid-column-span: 2;
        grid-column: 8/span 2
    }
}

.chr-tabs__tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: auto/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-tabs__tab {
        margin: 0 32px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-tabs__tab {
        grid-column: auto/span 4
    }
}

.chr-tabs .chr-tab > .chr-icon {
    display: none;
    fill: #5f6368;
    height: 32px;
    width: 32px
}

@media only screen and (min-width: 1024px) {
    .chr-tabs .chr-tab > .chr-icon {
        height: 22px;
        width: 22px
    }
}

.chr-tabs .chr-tab--active > .chr-icon {
    fill: #1a73e8
}

.chr-tabs .chr-tab--active > .chr-icon > .svg-fallback {
    -webkit-filter: invert(36%) sepia(83%) saturate(2813%) hue-rotate(202deg) brightness(93%) contrast(95%);
    filter: invert(36%) sepia(83%) saturate(2813%) hue-rotate(202deg) brightness(93%) contrast(95%)
}

.chr-tabs__progress, .chr-tabs__progress--active {
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute
}

.chr-tabs__progress {
    background-color: #e9eaee;
    bottom: 0;
    width: 100%
}

.dark-theme .chr-tabs__progress {
    background-color: rgba(26, 115, 232, .46)
}

.chr-tabs__progress--active {
    background-color: #1967d2;
    display: block;
    top: 60px;
    width: 0
}

.dark-theme .chr-tabs__progress--active {
    background-color: #8ab4f8
}

.chr-tab--active .chr-tabs__progress--active {
    width: 100%
}

.chr-tab--active-fixed .chr-tabs__progress--active {
    -webkit-animation: none;
    animation: none
}

.chr-tabs__progress--active-fixed {
    display: block
}

@media only screen and (max-width: 599px) {
    .chr-tabs__panel {
        padding: 0
    }
}

@media only screen and (min-width: 600px) {
    .chr-tabs__panel {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-tabs__panel {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        margin: auto
    }
}

.chr-tabs__panel-grid {
    padding: 0 28px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-tabs__panel-grid {
        padding: 0
    }
}

.chr-tabs__panel.chr-tab-panel {
    display: block
}


.chr-tabs__image-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-tabs__image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1024px) {
    .chr-tabs__image-container {
        display: block;
        -ms-grid-column: 3;
        -ms-grid-column-span: 10;
        grid-column: 3/span 10
    }
}

.chr-tabs__image-container img {
    width: 588px
}

@media only screen and (min-width: 600px) {
    .chr-tabs__image-container img {
        width: 669px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-tabs__image-container img {
        width: 1024px
    }
}

.animated .chr-fifty-fifty-fixed-container {
    -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: 1024px) {
    .chr-fifty-fifty-fixed-container {
        margin-bottom: 56px;
        margin-top: 47px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container {
        margin-bottom: 78px;
        margin-top: 64px
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container .chr-grid-default {
        -ms-grid-columns: 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr 49px 1fr
    }
}

@media only screen and (min-width: 1440px)and (-ms-high-contrast: active), only screen and (min-width: 1440px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container .chr-grid-default {
        -ms-grid-columns: 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr 64px 1fr
    }
}

.chr-fifty-fifty-fixed-container--hidden {
    display: none
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 68.47px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 {
        margin-top: 5px
    }
}

.chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 img {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 810px;
    width: auto
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 img {
        max-width: 669px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 img {
        max-width: 470px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 img {
        max-width: 720px
    }
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container__search-container.chr-fifty-fifty__half-2 {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container__search-container.chr-fifty-fifty__half-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        margin-top: 85px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container__search-container.chr-fifty-fifty__half-2 {
        margin-top: 5px
    }
}

@media (min-width: 600px)and (max-width: 1023px) {
    .chr-fifty-fifty-fixed-container__search-container-wrapper {
        height: 382.016px;
        margin: 0 auto;
        position: relative;
        width: 669px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container__search-container-wrapper {
        height: 265.578px;
        position: relative;
        width: 470px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container__search-container-wrapper {
        height: 406.844px;
        width: 720px
    }
}

.chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download {
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-homepage-hero__simplified-opt.show {
        width: 100%
    }

    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-homepage-hero__simplified-opt.show .chr-checkbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-homepage-hero__simplified-opt.show .chr-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-homepage-hero__simplified-opt.show .chr-checkbox__input {
        margin-top: 4px
    }
}

@media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-homepage-hero__simplified-opt.show .chr-checkbox__input {
        margin-top: 7px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download {
        max-width: none
    }
}

.dark-theme .chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__download .chr-copy--small.platform {
    color: #9ba0a6
}

.chr-fifty-fifty-fixed-container__download-cta-container .chr-homepage-hero__simplified-links {
    margin-left: 30px;
    text-align: left
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 {
    position: relative;
    z-index: 4
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/11;
        padding-right: 0
    }
}

@media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/11
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        margin: 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-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 11;
        grid-column: 1/12
    }
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 {
        padding-right: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/13
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 {
        -ms-grid-column: 13;
        -ms-grid-column-span: 6;
        grid-column: 13/19
    }
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 img {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1, .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 {
        padding: 0
    }
}

.dark-theme .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-1 img, .dark-theme .chr-fifty-fifty-fixed-container .chr-fifty-fifty__half-2 img {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__text {
    margin-bottom: 70px
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__heading {
    line-height: 36px;
    margin-bottom: 8px
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__copy {
    margin-bottom: 8px
}

.chr-fifty-fifty-fixed-container .chr-fifty-fifty__copy + .chr-link {
    font-size: 12px;
    line-height: 20px
}

.chr-fifty-fifty-fixed-container__heading {
    margin-bottom: 16px;
    margin-top: 17px
}

.chr-fifty-fifty-fixed-container__copy {
    margin-bottom: 24px
}

.chr-fifty-fifty-fixed-container__copy .chr-link {
    text-decoration: underline
}

.chr-fifty-fifty-fixed-container__copy, .chr-fifty-fifty-fixed-container__heading {
    text-align: center
}

.chr-fifty-fifty__half-1 > .chr-fifty-fifty-fixed-container__header-item-icon {
    margin: 0 auto;
    text-align: center
}

.chr-fifty-fifty__half-1 > .chr-fifty-fifty-fixed-container__header-item-icon img {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 36px;
    margin: 0;
    width: 36px
}

.chr-fifty-fifty-fixed-container__copy.align-left, .chr-fifty-fifty-fixed-container__heading.align-left, .chr-fifty-fifty-fixed-container__header-item-icon.align-left {
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty-fixed-container__copy.align-left, .chr-fifty-fifty-fixed-container__heading.align-left, .chr-fifty-fifty-fixed-container__header-item-icon.align-left {
        text-align: left
    }
}

[dir=rtl] .chr-search-bar__grid {
    direction: ltr
}

.chr-search-bar__description a {
    color: #1a73e8
}

.dark-theme .chr-search-bar__description a {
    color: #8ab4f8
}

.chr-search-bar__text {
    display: block;
    -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-search-bar__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__text {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }

    [data-locale=pt-PT_ALL] .chr-search-bar__text, [data-locale=es-419_ALL] .chr-search-bar__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

.chr-search-bar__eyebrow {
    margin-bottom: 8px
}

.chr-search-bar__headline {
    margin-bottom: 16px
}

.chr-search-bar__subheadline-container {
    min-height: 112px
}

@media only screen and (min-width: 600px) {
    .chr-search-bar__subheadline-container {
        min-height: 56px
    }
}

.chr-search-bar__subheadline {
    color: #3c4043;
    display: none;
    opacity: 0
}

.dark-theme .chr-search-bar__subheadline {
    color: #e9eaee
}

.animated .chr-search-bar__subheadline--visible {
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block
}

.chr-search-bar__search-box {
    background-color: #fff;
    border-radius: 6.6px;
    -webkit-box-shadow: 0 13px 13px rgba(0, 0, 0, .24), 0 0 13px rgba(0, 0, 0, .1);
    box-shadow: 0 13px 13px rgba(0, 0, 0, .24), 0 0 13px rgba(0, 0, 0, .1);
    display: block;
    -ms-grid-row: 2;
    grid-row: 2;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 100px;
    width: 900px;
    z-index: 2
}

.dark-theme .chr-search-bar__search-box {
    background-color: #202125
}

.animated .chr-search-bar__search-box {
    -webkit-animation: fade-in .5s .5s;
    animation: fade-in .5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 600px) {
    .chr-search-bar__search-box {
        left: 118px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-box {
        left: 190px;
        top: 128px;
        width: 1446px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-search-bar__search-box {
        top: 350px
    }
}

.chr-search-bar__search-copy {
    font-size: .69375rem;
    line-height: 1.0625rem;
    color: #202125;
    font-family: "Roboto", sans-serif
}

.dark-theme .chr-search-bar__search-copy {
    color: #fff
}

.chr-search-bar__search-copy strong {
    font-weight: 500
}

.chr-search-bar__search-copy--suffix {
    color: #3c4043
}

.dark-theme .chr-search-bar__search-copy--suffix {
    color: #e9eaee
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-copy {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

.chr-search-bar__empty-query {
    max-width: 0
}

.chr-search-bar__search-query {
    font-size: .725rem;
    line-height: 1.0625rem
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-query {
        font-size: 1.175rem;
        line-height: 1.625rem
    }
}

.chr-search-bar__result-secondary {
    font-size: .65625rem;
    line-height: 1rem;
    color: #3c4043;
    font-family: "Roboto", sans-serif
}

.dark-theme .chr-search-bar__result-secondary {
    color: #e9eaee
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__result-secondary {
        font-size: 1.0625rem;
        line-height: 1.625rem
    }
}

.chr-search-bar__icon {
    margin: 0 12px
}

.chr-search-bar__search-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px
}

.chr-search-bar__search-item--background {
    background-color: #f2f3f5
}

.dark-theme .chr-search-bar__search-item--background {
    background-color: #3c4043
}

.chr-search-bar__search-item .chr-icon {
    margin-left: 16px;
    margin-right: 20px
}

.chr-search-bar__search-item .chr-image-icon {
    border-radius: 5px;
    height: 34px;
    margin-left: 8px;
    margin-right: 12px;
    width: 34px
}

.chr-search-bar__search-item .chr-icon--google {
    fill: #fff
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-item {
        height: 48px
    }

    .chr-search-bar__search-item .chr-icon {
        height: 28px;
        width: 28px
    }

    .chr-search-bar__search-item .chr-image-icon {
        height: 44px;
        width: 44px
    }
}

.chr-search-bar__search-item--double-line {
    height: 48px
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-item--double-line {
        height: 64px
    }
}

.chr-search-bar__background {
    -ms-grid-row: 2;
    grid-row: 2;
    height: 520px;
    left: -116px;
    overflow: hidden;
    position: absolute;
    top: 56px;
    width: 1098px
}

@media only screen and (min-width: 600px) {
    .chr-search-bar__background {
        left: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__background {
        width: 1776px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-search-bar__background {
        top: 276px
    }
}

.chr-search-bar__image {
    width: 100%
}

.chr-search-bar__search-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 3;
    grid-row: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 350px;
    max-height: 160px;
    opacity: 0
}

.animated .chr-search-bar__search-icons {
    -webkit-animation: fade-up 1.5s .5s;
    animation: fade-up 1.5s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 600px) {
    .chr-search-bar__search-icons {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8;
        margin-top: 390px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar__search-icons {
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
        grid-column: 4/span 6;
        margin-top: 420px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-search-bar__search-icons {
        margin-top: 450px
    }
}

[dir=rtl] .chr-search-bar__search-icons {
    direction: rtl
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir=rtl] .chr-search-bar__search-icons {
        direction: ltr
    }
}

.chr-search-bar__search-icon {
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: .6;
    padding: 10px 0;
    position: relative;
    text-align: center
}

.chr-search-bar__search-icon p {
    color: #202125;
    margin-top: 4px;
    text-align: center
}

.dark-theme .chr-search-bar__search-icon p {
    color: #fff
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir=rtl] .chr-search-bar__search-icon p {
        direction: rtl
    }
}

.chr-search-bar__search-icon--active {
    opacity: 1
}

.chr-search-bar__search-icon:hover .chr-link, .chr-search-bar__search-icon:focus .chr-link {
    color: #1967d2
}

.dark-theme .chr-search-bar__search-icon:hover .chr-link, .dark-theme .chr-search-bar__search-icon:focus .chr-link {
    color: #aecbfa
}

.chr-search-bar__search-loader {
    left: calc(50% - 25px);
    position: absolute;
    top: 5px;
    visibility: hidden
}

.chr-search-bar__search-loader .circle.left {
    clip: rect(0, 50px, 50px, 25px);
    position: absolute
}

.chr-search-bar__search-loader .circle.right {
    clip: rect(0, 25px, 50px, 0);
    position: absolute
}

.chr-search-bar__search-loader .circle span {
    border: 2px solid #4889f4;
    border-radius: 100%;
    height: 50px;
    position: absolute;
    width: 50px
}

.chr-search-bar__search-loader .circle.left span {
    clip: rect(0, 25px, 50px, 0)
}

.chr-search-bar__search-loader .circle.right span {
    clip: rect(0, 50px, 50px, 25px)
}

.chr-search-bar__search-loader--active {
    visibility: visible
}

.animated .chr-search-bar__search-loader--active .circle.left span {
    -webkit-animation: rotate-left 8s linear;
    animation: rotate-left 8s linear
}

[dir=rtl] .animated .chr-search-bar__search-loader--active .circle.left span {
    -webkit-animation: rotate-right 8s linear;
    animation: rotate-right 8s linear
}

.animated .chr-search-bar__search-loader--active .circle.right span {
    -webkit-animation: rotate-right 8s linear;
    animation: rotate-right 8s linear
}

[dir=rtl] .animated .chr-search-bar__search-loader--active .circle.right span {
    -webkit-animation: rotate-left 8s linear;
    animation: rotate-left 8s linear
}

[dir=rtl] .chr-search-bar__search-loader--active {
    direction: ltr
}

@media only screen and (min-width: 1440px) {
    .chr-search-bar {
        max-width: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar--heading-narrow .chr-search-bar__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1440px) {
    .chr-search-bar--heading-narrow .chr-search-bar__text {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar--heading-narrow .chr-search-bar__headline {
        margin: 0 auto;
        max-width: 730px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-search-bar--heading-narrow .chr-search-bar__headline {
        margin: 0 auto;
        max-width: 80%
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar--heading-narrow .chr-search-bar__subheadline {
        margin: 0 auto;
        max-width: 730px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-search-bar--heading-narrow .chr-search-bar__subheadline {
        margin: 0 auto;
        max-width: 90%
    }
}

.chr-search-bar.hide-controls .chr-search-bar__search-icons, .chr-search-bar.hide-controls .chr-search-bar__text {
    display: none
}

.typewriter {
    -webkit-animation: typing 1.5s steps(40, end) forwards, blink-caret .75s step-end infinite;
    animation: typing 1.5s steps(40, end) forwards, blink-caret .75s step-end infinite;
    border-right: .1px solid #202125;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal
}

.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 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
        width: 25%;
    }

    [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: #9ba0a6
}

.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
}

.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: #9ba0a6
}

[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
}

.chr-footer-language-dropdown select {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .015625rem;
    background-color: #f2f3f5;
    color: #5f6368;
    fill: #5f6368;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../fonts/80f111588456408c97efecd7eceab4f9.woff");
    background-position: right 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    height: 22px;
    margin: 0;
    padding: 0 24px 0 2px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    width: 100%
}

.dark-theme .chr-footer-language-dropdown select {
    background-color: #3c4043
}

.dark-theme .chr-footer-language-dropdown select {
    color: #9ba0a6
}

.dark-theme .chr-footer-language-dropdown select {
    fill: #9ba0a6
}

[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-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
    }
}

.action-feature,.action-feature:hover,.action-feature:active{
    color:#5f6368;

}

.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
}

.chr-header-v3__drawer-close .chr-btn-close-drawer:focus {
    border: none;
    outline: none
}

.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
    }
}

.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-slider {
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-slider {
        padding: 120px 0
    }
}

.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 {
        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 10px
    }
}

@media only screen and (min-width: 1120px) {
    .chr-slider__wrapper {
        max-width: 1032px
    }
}

@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: transparent;
    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: 0
    }
}

[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: transparent;
    -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__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: 24px;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 228px
}

.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: 40px;
    margin-bottom: 28px;
    width: 40px
}

.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(32, 33, 37, .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: transparent;
        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__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--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
}

.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("../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("../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: transparent;
    background-image: url("../images/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("../images/devices-2x.png")
    }
}

.chr-modal-dialog.eula .other-platform.devchannel {
    background-color: transparent;
    background-image: url("../images/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("../images/devices-2x.png")
    }
}

.chr-modal-dialog.eula .other-platform.betachannel {
    background-color: transparent;
    background-image: url("../images/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("../images/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-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("../images/icon-star.svg")
}

.chr-rating-star--yellow {
    display: block;
    height: 24px;
    overflow: hidden;
    position: absolute
}

.chr-rating-star--yellow::before {
    background-image: url("../fonts/icon-star-full.svg")
}

.chr-homepage-hero-tab.chr-homepage-hero {
    min-height: calc(70vh - 64px)
}

@media only screen and (min-width: 600px) {
    .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab {
        margin-top: 65px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab {
        margin-top: 60px
    }
}

.ie6 .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab, .ie7 .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab, .ie8 .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab, .ie9 .chr-cookie-banner.show ~ .chr-main .chr-homepage-hero-tab {
    margin-top: 0
}

.chr-homepage-hero-tab__background-shape {
    display: none;
    position: absolute
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab__background-shape--top-right {
        right: -23%;
        top: -31%
    }

    .chr-homepage-hero-tab__background-shape--top-right img {
        max-width: 470px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab__background-shape--top-right {
        right: -173px;
        top: -80px
    }

    .chr-homepage-hero-tab__background-shape--top-right img {
        max-width: 470px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab__background-shape--top-right {
        right: -280px;
        top: -160px
    }

    .chr-homepage-hero-tab__background-shape--top-right img {
        max-width: 720px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab__background-shape--bottom-center {
        bottom: 0;
        left: 5%
    }

    .chr-homepage-hero-tab__background-shape--bottom-center img {
        max-width: 300px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab__background-shape--bottom-center {
        bottom: -190px;
        left: 40%
    }

    .chr-homepage-hero-tab__background-shape--bottom-center img {
        max-width: 400px;
        min-width: 400px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab__background-shape--top-left-tablet {
        bottom: 0%;
        left: 5%
    }

    .chr-homepage-hero-tab__background-shape--top-left-tablet img {
        max-width: 300px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab__background-shape--top-right-mobile {
        left: 0;
        top: -6%
    }

    .chr-homepage-hero-tab__background-shape--top-right-mobile img {
        width: 100vw
    }
}

.chr-homepage-hero-tab__background-shape--bottom-center-mobile {
    bottom: 0;
    left: 40px
}

.chr-homepage-hero-tab__background-shape--only-mobile {
    display: none
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab__background-shape--only-mobile {
        display: none
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-tabs {
        padding: 29.5px 0 71px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-tabs {
        padding: 32px 0 22px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .chr-tabs {
        padding: 47px 0 22px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-tabs__tabs-header {
        margin-bottom: 27px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-tabs__tabs-header {
        margin-bottom: 0
    }
}

.chr-homepage-hero-tab .chr-tabs__progress--active {
    top: 38px
}

.chr-homepage-hero-tab .chr-tabs__tab {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 42px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-homepage-hero-tab .chr-tabs__tab {
        margin: 0 9px
    }
}

@media only screen and (-ms-high-contrast: active)and (min-width: 1024px), only screen and (-ms-high-contrast: none)and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-tabs__tab {
        margin: 0 22.5px
    }
}

@media only screen and (-ms-high-contrast: active)and (min-width: 1440px), only screen and (-ms-high-contrast: none)and (min-width: 1440px) {
    .chr-homepage-hero-tab .chr-tabs__tab {
        margin: 0 32px
    }
}

.chr-homepage-hero-tab .chr-tabs__tab-title {
    color: #3c4043;
    font-family: "Roboto", sans-serif;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-tabs__tab-title {
        font-size: 1.12rem
    }
}

.chr-homepage-hero-tab .chr-tabs__panel .chr-fifty-fifty-fixed-container__download-cta-container {
    padding: 0
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-tabs__panel {
        min-height: 610px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .chr-tabs__panel {
        min-height: 465px
    }
}

@media only screen and (min-width: 320px)and (max-width: 600px) {
    .chr-homepage-hero-tab .chr-tabs__panel--first .chr-fifty-fifty-fixed-container__image-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.chr-homepage-hero-tab .chr-tabs__panel--not-first {
    margin-top: 49px
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-tabs__panel--not-first {
        margin-top: 0
    }
}

.chr-homepage-hero-tab .chr-tabs__panel--not-first .chr-fifty-fifty-fixed-container__header-item-icon, .chr-homepage-hero-tab .chr-tabs__panel--not-first .chr-fifty-fifty-fixed-container__download-cta-container {
    display: none
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-tabs__panel--not-first .chr-fifty-fifty-fixed-container__header-item-icon, .chr-homepage-hero-tab .chr-tabs__panel--not-first .chr-fifty-fifty-fixed-container__download-cta-container {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 599px) {
    .chr-homepage-hero-tab .chr-tabs__panel--last .chr-fifty-fifty-fixed-container__image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 320px)and (max-width: 598px) {
    .chr-homepage-hero-tab .chr-tabs__panel--last .chr-fifty-fifty-fixed-container__image-container img {
        margin-left: 5%
    }
}

.chr-homepage-hero-tab .chr-search-bar {
    max-width: 810px;
    min-height: 412px;
    overflow: visible;
    padding: 0;
    -webkit-transform: scale(0.6092896175);
    transform: scale(0.6092896175);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: auto
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-search-bar {
        max-width: 669px;
        min-height: 382.016px;
        -webkit-transform: scale(0.6092896175);
        transform: scale(0.6092896175);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    .chr-homepage-hero-tab .chr-search-bar > .chr-grid-default-parent {
        padding: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-search-bar {
        height: 926px;
        -webkit-transform: scale(0.264);
        transform: scale(0.264);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        width: 1776px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .chr-search-bar {
        -webkit-transform: scale(0.4054054054);
        transform: scale(0.4054054054)
    }
}

.chr-homepage-hero-tab .chr-search-bar__grid {
    margin-left: 84px;
    overflow: visible
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-search-bar__grid {
        margin-left: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-search-bar__grid {
        margin-left: 0
    }
}

.chr-homepage-hero-tab .chr-search-bar__background {
    overflow: visible
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-search-bar__background {
        height: 382.016px;
        top: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-search-bar__background {
        top: 0;
        width: 1776px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-search-bar__search-box {
        top: 47px;
        width: 830px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-search-bar__search-box {
        left: 196px;
        top: 72px;
        width: 1551px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .chr-search-bar__search-box {
        width: 1510px
    }
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .chr-search-bar__search-item {
        height: 34px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .chr-search-bar__search-item {
        height: 56.04px
    }
}

.chr-homepage-hero-tab.dark-theme .chr-dark-mode {
    height: auto;
    min-height: auto
}

.chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-search-bar__search-box, .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-search-bar__search-item, .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-search-bar__search-item--background, .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-search-bar__search-item--double-line {
    background-color: #fff
}

.chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-search-bar__search-copy {
    color: #202125
}

.chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-homepage-hero-tab__background-shape {
    display: none
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-homepage-hero-tab__background-shape {
        display: block
    }
}

.chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-homepage-hero-tab__background-shape--only-mobile {
    display: none
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-homepage-hero-tab__background-shape--only-mobile {
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab.dark-theme .chr-dark-mode .chr-homepage-hero-tab__background-shape--only-mobile {
        display: none
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs {
        padding: 19px 0 22px
    }
}

.chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__tabs-header .chr-tabs__tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 74px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width: 600px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__tabs-header .chr-tabs__tab-title {
        margin: 10px 0
    }
}

.chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__tabs-header .chr-icon {
    display: block
}

.chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__tabs-header .chr-tab--active .chr-tabs__tab-title {
    color: #1a73e8
}

.chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__tabs-header .chr-tab--active .chr-tabs__progress--active {
    background-color: #1a73e8;
    top: auto
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container {
        margin-top: 27px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container {
        margin-top: 42px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 {
        margin-top: 88.47px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__image-container.chr-fifty-fifty__half-2 {
        margin-top: 14px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__search-container.chr-fifty-fifty__half-2 {
        margin-top: 88px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .variant-conf.display-icons + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__search-container.chr-fifty-fifty__half-2 {
        margin-top: 14px
    }
}

.chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__copy {
    display: none
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container {
        margin-top: 46px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__image-container, .chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__search-container {
        margin-top: 73px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__image-container, .chr-homepage-hero-tab .variant-conf.no-subheadline + .chr-tabs .chr-tabs__panel .chr-fifty-fifty-fixed-container__search-container {
        margin-top: 6px
    }
}

.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: 32px;
    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-lpo-download.chr-homepage-hero__download .chr-checkbox {
    font-size: .625rem;
    line-height: .875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Roboto", sans-serif;
    letter-spacing: .2px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox__input {
    margin-top: 3px;
    -webkit-transform: none;
    transform: none
}

.chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox__label {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #5f6368;
    margin-top: 0
}

.chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox.default-browser-opt {
    font-size: .625rem;
    line-height: .875rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: .2px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox.default-browser-opt {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.chr-homepage-lpo-download.chr-homepage-hero__download .chr-copy--legal {
    font-size: .625rem;
    line-height: .875rem;
    color: #5f6368;
    font-family: "Roboto", sans-serif
}

.chr-homepage-lpo-download.chr-homepage-hero__download .chr-checkbox__input + .chr-checkbox__label {
    font-size: .75rem;
    line-height: 1.25rem
}

.chr-fifty-fifty {
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty {
        padding: 120px 0
    }
}

.chr-fifty-fifty--compact {
    min-height: auto;
    padding: 40px 0
}

.chr-fifty-fifty__half-1 img, .chr-fifty-fifty__half-1 video, .chr-fifty-fifty__half-2 img, .chr-fifty-fifty__half-2 video {
    border: 1px solid #f2f3f5;
    -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    border-radius: 4px;
    width: 100%
}

.dark-theme .chr-fifty-fifty__half-1 img, .dark-theme .chr-fifty-fifty__half-1 video, .dark-theme .chr-fifty-fifty__half-2 img, .dark-theme .chr-fifty-fifty__half-2 video {
    border: 1px solid #3c4043
}

.dark-theme .chr-fifty-fifty__half-1 img, .dark-theme .chr-fifty-fifty__half-1 video, .dark-theme .chr-fifty-fifty__half-2 img, .dark-theme .chr-fifty-fifty__half-2 video {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .28)
}

.chr-fifty-fifty__half-1 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty__half-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty__half-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6
    }
}

.chr-fifty-fifty__half-2 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 64px
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty__half-2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty__half-2 {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/span 6;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-top: 0
    }
}

.chr-fifty-fifty__text {
    margin-top: 45px;
    position: relative
}

.chr-fifty-fifty__eyebrow {
    left: 0;
    position: absolute;
    top: -25px
}

.chr-fifty-fifty__heading {
    margin-bottom: 16px
}

.chr-fifty-fifty__steps, .chr-fifty-fifty__column {
    margin: 40px 0 0
}

.chr-fifty-fifty__steps {
    padding-left: 20px
}

.chr-fifty-fifty__step, .chr-fifty-fifty__column-item {
    color: #202125;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500
}

.dark-theme .chr-fifty-fifty__step, .dark-theme .chr-fifty-fifty__column-item {
    color: #fff
}

.chr-fifty-fifty__step {
    list-style: decimal
}

.chr-fifty-fifty__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty__column--multiple {
        max-width: 270px
    }
}

.chr-fifty-fifty__column-title {
    margin-bottom: 16px
}

.chr-fifty-fifty__icon {
    bottom: -2px;
    height: 16px;
    position: relative;
    width: 16px
}

.chr-fifty-fifty__icon--profile {
    bottom: -4px;
    height: 22px;
    width: 22px
}

.chr-download-browser {
    background-color: #1967d2;
    height: 100vh;
    overflow: hidden
}

.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-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
    }
}

.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__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--download-steps .chr-homepage-hero__image {
    display: block
}

.chr-homepage-hero--download-steps .chr-homepage-hero__image.hidden {
    display: none
}

.chr-homepage-hero .lpo-variant, .chr-homepage-hero .lpo-variant-gmail, .chr-homepage-hero .lpo-variant-chrome {
    display: none
}

.lpo + .chr-homepage-hero {
    min-height: unset
}

.lpo + .chr-homepage-hero .chr-homepage-hero__grid {
    padding-top: 40px
}

@media only screen and (min-width: 600px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__grid {
        padding-top: 40px
    }

    .chr-cookie-banner.show ~ .chr-main .lpo + .chr-homepage-hero .chr-homepage-hero__grid {
        padding-top: 100px
    }
}

@media only screen and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__grid {
        padding: 120px
    }

    .chr-cookie-banner.show ~ .chr-main .lpo + .chr-homepage-hero .chr-homepage-hero__grid {
        padding-top: 120px
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

@media only screen and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6
    }
}

@media only screen and (min-width: 1440px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__text {
        margin-right: 20px
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__heading {
    display: none
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__heading {
        max-width: 100%;
        word-wrap: break-word
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__download {
    margin: 0 0 64px;
    max-width: unset
}

@media only screen and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__download {
        margin: 0
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__download .chr-platform-list {
    text-align: left
}

.lpo + .chr-homepage-hero .chr-homepage-hero__simplified-links {
    text-align: left
}

.lpo + .chr-homepage-hero .chr-homepage-hero__image {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
    max-height: 400px
}

@media only screen and (min-width: 600px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image {
        max-height: 448px
    }
}

@media only screen and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/span 6;
        max-height: 782px
    }
}

@media only screen and (min-width: 1440px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6/span 7;
        max-height: 746px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image {
        -ms-grid-row: 2;
        grid-row: 2
    }
}

@media only screen and (-ms-high-contrast: active)and (min-width: 1024px), only screen and (-ms-high-contrast: none)and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image {
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__image img {
    display: none;
    width: auto
}

@media only screen and (min-width: 1024px) {
    .lpo + .chr-homepage-hero .chr-homepage-hero__image img {
        height: 100%
    }
}

.lpo + .chr-homepage-hero .chr-homepage-hero__animation {
    display: none
}

.lpo + .chr-homepage-hero .lpo-variant {
    display: block
}

.lpo.lpo-variant-gmail + .chr-homepage-hero img.lpo-variant-gmail {
    display: block
}

.lpo.lpo-variant-chrome + .chr-homepage-hero img.lpo-variant-chrome {
    display: block
}



/*browser-feature*/
.chr-features-hero__images-1, .chr-features-hero__images-2, .chr-features-hero__images-3, .chr-features-hero__circle-container, .chr-features-hero__circle-yellow, .chr-features-hero__circle-blue, .chr-features-hero__triangle-blue, .chr-features-hero__images-rectangle {
    display: block
}


.chr-features-hero__images-1, .chr-features-hero__images-2 {
    line-height: 0;
    position: absolute
}

.chr-features-hero__images-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
    margin-left: 23px;
    visibility: hidden;
    z-index: 3
}

.animated .chr-features-hero__images-1 {
    -webkit-animation: hero-up-tablet 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: hero-up-tablet 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 400px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3/span 2
    }
}

@media only screen and (min-width: 400px)and (-ms-high-contrast: active), only screen and (min-width: 400px)and (-ms-high-contrast: none) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/span 1
    }
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6/span 7
    }
}

@media only screen and (min-width: 600px)and (-ms-high-contrast: active), only screen and (min-width: 600px)and (-ms-high-contrast: none) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 7;
        -ms-grid-column-span: 7;
        grid-column: 7/span 7
    }
}

@media only screen and (min-width: 850px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 7;
        grid-column: 4/span 7
    }
}

@media only screen and (min-width: 850px)and (-ms-high-contrast: active), only screen and (min-width: 850px)and (-ms-high-contrast: none) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 5;
        -ms-grid-column-span: 7;
        grid-column: 5/span 7
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 8;
        -ms-grid-column-span: 1;
        grid-column: 8/span 1;
        margin-left: 50px
    }

    .animated .chr-features-hero__images-1 {
        -webkit-animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-features-hero__images-1 picture img {
        width: 600px
    }
}

@media screen and (min-width: 1080px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 9;
        -ms-grid-column-span: 1;
        grid-column: 9/span 1;
        margin-left: 0
    }
}

@media only screen and (min-width: 1440px) {
    .chr-features-hero__images-1 {
        -ms-grid-column: 10;
        -ms-grid-column-span: 2;
        grid-column: 10/span 2
    }
}

[dir=rtl] .chr-features-hero__images-1 {
    margin-left: 0;
    margin-right: 23px
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-features-hero__images-1 {
        margin-right: 50px
    }
}

.chr-features-hero__images-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    visibility: hidden;
    z-index: 3
}

.animated .chr-features-hero__images-2 {
    -webkit-animation: hero-up-phone 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: hero-up-phone 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-features-hero__images-2 picture img {
    width: 154px
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__images-2 {
        margin-left: 13px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__images-2 {
        -ms-grid-column: 8;
        -ms-grid-column-span: 4;
        grid-column: 8/span 4;
        margin-left: 0
    }

    .animated .chr-features-hero__images-2 {
        -webkit-animation: hero-down-phone 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: hero-down-phone 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .chr-features-hero__images-2 picture img {
        width: auto
    }
}

[dir=rtl] .chr-features-hero__images-2 {
    margin-left: 0
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-features-hero__images-2 {
        margin-right: 13px
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-features-hero__images-2 {
        margin-right: 0
    }
}

.chr-features-hero__images-3 {
    bottom: 180px;
    display: block;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/span 1;
    margin-left: 32px;
    position: absolute;
    visibility: hidden;
    z-index: 1
}

.animated .chr-features-hero__images-3 {
    -webkit-animation: move-left 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: move-left 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-features-hero__images-3 picture img {
    width: 103px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-features-hero__images-3 {
        left: auto;
        position: relative;
        top: 300px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media only screen and (min-width: 500px) {
    .chr-features-hero__images-3 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/span 1
    }
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__images-3 {
        -ms-grid-column: 9;
        -ms-grid-column-span: 3;
        grid-column: 9/span 3;
        margin-left: 19px
    }
}

@media only screen and (min-width: 850px) {
    .chr-features-hero__images-3 {
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
        grid-column: 6/span 2;
        margin-left: 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__images-3 picture img {
        display: none
    }
}

[dir=rtl] .chr-features-hero__images-3 {
    margin-left: 0;
    margin-right: 32px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir=rtl] .chr-features-hero__images-3 {
        right: auto
    }
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-features-hero__images-3 {
        margin-right: 19px
    }
}

@media only screen and (min-width: 850px) {
    [dir=rtl] .chr-features-hero__images-3 {
        margin-right: 0
    }
}

[dir=rtl] .animated .chr-features-hero__images-3 {
    -webkit-animation: move-right 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: move-right 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-features-hero__circle-container {
    bottom: 80px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    height: 208px;
    position: absolute;
    width: 208px
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__circle-container {
        margin-left: -14px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__circle-container {
        -ms-flex-item-align: start;
        align-self: flex-start;
        bottom: unset;
        -ms-grid-column: 8;
        -ms-grid-column-span: 3;
        grid-column: 8/span 3;
        height: 322px;
        margin-left: 0;
        position: relative;
        top: 126px;
        width: 322px
    }
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-features-hero__circle-container {
        margin-left: 0;
        margin-right: -14px
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-features-hero__circle-container {
        margin-right: 0
    }
}

.chr-features-hero__circle-yellow {
    background-color: #fcc934;
    border-radius: 50%;
    bottom: -100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    visibility: hidden;
    z-index: 2
}

.animated .chr-features-hero__circle-yellow {
    -webkit-animation: scale-up 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: scale-up 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 1024px) {
    .animated .chr-features-hero__circle-yellow {
        -webkit-animation: scale-up 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: scale-up 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.chr-features-hero__circle-blue {
    background: #8ab4f8;
    border-radius: 50%;
    height: 560px;
    margin-left: -164px;
    position: absolute;
    visibility: hidden;
    width: 560px;
    z-index: 1
}

.animated .chr-features-hero__circle-blue {
    -webkit-animation: hero-up-blue-circle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: hero-up-blue-circle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__circle-blue {
        bottom: unset;
        -ms-grid-column: 10;
        -ms-grid-column-span: 4;
        grid-column: 10/span 4;
        margin-left: 0;
        top: -150px
    }

    .animated .chr-features-hero__circle-blue {
        -webkit-animation: move-left 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: move-left 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-features-hero__circle-blue {
        position: relative
    }
}

[dir=rtl] .chr-features-hero__circle-blue {
    margin-left: 0;
    margin-right: -164px
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-features-hero__circle-blue {
        margin-right: 0
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .animated .chr-features-hero__circle-blue {
        -webkit-animation: move-right 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: move-right 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.chr-features-hero__triangle-blue {
    display: none
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__triangle-blue {
        display: block;
        left: 220px;
        position: absolute;
        top: 228px
    }

    .chr-features-hero__triangle-blue picture img {
        width: 257px
    }
}

[dir=rtl] .chr-features-hero__triangle-blue {
    left: 0;
    right: 220px
}

.chr-features-hero__images-rectangle {
    background: #4285f4;
    -ms-grid-column: 8;
    -ms-grid-column-span: 12;
    grid-column: 8/span 12;
    height: 74px;
    position: absolute;
    visibility: hidden;
    width: 40vw
}

.animated .chr-features-hero__images-rectangle {
    -webkit-animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__images-rectangle {
        -ms-grid-column: 12;
        -ms-grid-column-span: 1;
        grid-column: 12/span 1;
        height: calc(100vh - 64px);
        top: 0
    }

    .animated .chr-features-hero__images-rectangle {
        -webkit-animation: hero-left-rectangle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: hero-left-rectangle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-features-hero__images-rectangle {
        display: none
    }
}

.animated [dir=rtl] .animated .chr-features-hero__images-rectangle {
    -webkit-animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: up-enter 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .animated .chr-features-hero__images-rectangle {
        -webkit-animation: hero-right-rectangle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: hero-right-rectangle 1.3s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}


.chr-dark-mode {
    background-color: #fff;
    height: 100vh;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark-theme .chr-dark-mode {
    background-color: #202125
}

.chr-dark-mode__wrapper {
    height: 100%;
    overflow: hidden;
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-dark-mode__wrapper {
        padding: 120px 0
    }
}

.chr-dark-mode__grid {
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width: 1024px) {
    .chr-dark-mode__grid {
        margin-bottom: 120px
    }
}

.chr-dark-mode__eyebrow {
    margin-bottom: 8px
}

.chr-dark-mode__heading {
    margin-bottom: 8px
}

.chr-dark-mode__text {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-bottom: 40px
}

@media only screen and (min-width: 600px) {
    .chr-dark-mode__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1440px) {
    .chr-dark-mode__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6
    }
}

.chr-dark-mode__copy {
    margin-bottom: 16px
}

.chr-dark-mode__links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 1024px) {
    .chr-dark-mode__links-container {
        display: block
    }
}

.chr-dark-mode__links-container.hidden {
    visibility: hidden
}

.chr-dark-mode__link {
    margin: 8px 0
}

@media only screen and (min-width: 1024px) {
    .chr-dark-mode__link {
        margin-right: 16px
    }

    .chr-dark-mode__link--last {
        margin-right: 0
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-dark-mode__link {
        margin-left: 16px;
        margin-right: 0
    }

    [dir=rtl] .chr-dark-mode__link--last {
        margin-left: 0
    }
}

.chr-dark-mode__theme-info {
    margin-bottom: 8px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    visibility: hidden
}

[dir=rtl] .chr-dark-mode__theme-info {
    text-align: end
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir=rtl] .chr-dark-mode__theme-info {
        text-align: left
    }
}

.chr-dark-mode__theme-title {
    color: #202125;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500
}

.dark-theme .chr-dark-mode__theme-title {
    color: #fff
}

.chr-dark-mode__icon {
    fill: #fff
}

.dark-theme .chr-dark-mode__icon {
    fill: #202125
}

.chr-dark-mode__toggle {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4
}

@media only screen and (min-width: 600px) {
    .chr-dark-mode__toggle {
        -ms-grid-column: 8;
        -ms-grid-column-span: 7;
        grid-column: 8/span 7
    }

    .chr-dark-mode__toggle > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width: 1024px) {
    .chr-dark-mode__toggle {
        -ms-grid-column: 9;
        -ms-grid-column-span: 5;
        grid-column: 9/span 5
    }
}

.chr-theme-toggle {
    font-family: "Google Sans", arial, sans-serif
}

.chr-theme-toggle__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chr-theme-toggle__switch {
    background-image: url("../images/switcher-light.png");
    background-size: cover;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0 16px;
    position: relative;
    width: 80px
}

.chr-theme-toggle__switch::after {
    background-color: #fff;
    border-radius: 18px;
    content: "";
    height: 32px;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 32px;
    z-index: 1
}

.chr-theme-toggle__switch::before {
    background-color: #000;
    border-radius: 0 18px 18px 0;
    content: "";
    height: 32px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    -webkit-transition: left .3s ease, opacity .3s;
    transition: left .3s ease, opacity .3s;
    visibility: hidden;
    width: 20px;
    z-index: 2
}

.chr-theme-toggle__switch.toggled {
    background-image: url("../images/switcher-dark.png")
}

.chr-theme-toggle__switch.toggled::after {
    left: 44px
}

.chr-theme-toggle__switch.toggled::before {
    left: 42px;
    opacity: 1;
    visibility: visible
}

.chr-theme-toggle__label {
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500
}

.chr-theme-toggle__dark-text {
    cursor: pointer;
    font-weight: 500
}

.dark-theme .chr-theme-toggle__label--light {
    color: rgba(255, 255, 255, .5)
}

.dark-theme .chr-theme-toggle__label--dark {
    color: #fff
}


.chr-theme-toggle__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}



.chr-dark-mode__images-container {
    display: block
}

.chr-dark-mode__light-images {
    position: relative;
    top: -64px;
    z-index: 1
}

@media only screen and (min-width: 600px) {
    .chr-dark-mode__light-images {
        top: 0
    }
}

.chr-dark-mode__dark-images {
    position: relative
}

.chr-dark-mode__theme-image {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: top .4s ease-in-out, left .4s ease-in-out, opacity .4s ease-in-out;
    transition: top .4s ease-in-out, left .4s ease-in-out, opacity .4s ease-in-out
}

.chr-dark-mode__theme-image.visible {
    opacity: 1
}

.chr-dark-mode__theme-image.visible:nth-child(1) {
    top: 96px
}

.chr-dark-mode__theme-image.visible:nth-child(2) {
    left: 112px;
    top: 48px
}

.chr-dark-mode__theme-image.visible:nth-child(3) {
    left: 224px;
    top: 0
}

@media only screen and (min-width: 1024px) {
    .chr-dark-mode__theme-image.visible:hover, .chr-dark-mode__theme-image.visible:focus {
        top: -40px
    }
}

.chr-dark-mode__theme-image.visible.selected {
    top: 0
}

.chr-dark-mode__theme-image.visible.selected .chr-dark-mode__theme-info {
    opacity: 1;
    visibility: visible
}

.chr-dark-mode__theme-image.visible.ignored {
    top: 288px
}

.chr-dark-mode__theme-image.visible.not-hover {
    top: 96px
}

.chr-dark-mode__theme-image--static {
    cursor: default;
    left: 224px;
    opacity: 0;
    -webkit-transition: left .4s ease-in-out, opacity .4s ease-in-out;
    transition: left .4s ease-in-out, opacity .4s ease-in-out
}

.chr-dark-mode__theme-image--static.visible:nth-child(n) {
    left: 0;
    opacity: 1;
    top: 0
}

.chr-dark-mode__theme-image--static.visible:nth-child(n):hover, .chr-dark-mode__theme-image--static.visible:nth-child(n):focus {
    top: 0
}

.chr-dark-mode__image {
    width: auto
}

.dark-theme .chr-dark-mode__dark-images {
    display: block;
    z-index: 2
}

@media only screen and (min-width: 1440px) {
    .chr-dark-mode--text-wide .chr-dark-mode__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7
    }
}

/*browser-tools*/

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero * {
        -webkit-animation: none !important;
        animation: none !important
    }
}

@media only screen and (min-width: 600px) {
    .chr-browser-hero__content {
        padding-top: 32px
    }
}

@media screen and (min-width: 680px) {
    .chr-browser-hero__content {
        padding-top: 16px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__content {
        padding-top: 0
    }
}

.chr-browser-hero__image-container {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3;
    margin: 98px -28px 0 0;
    min-height: 219px;
    position: relative
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__image-container {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-grid-row: 2;
        grid-row: 2;
        margin-top: 0;
        padding-top: 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-browser-hero__image-container {
        align-self: flex-start;
        display: -ms-grid;
        display: grid;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__image-container {
        -ms-grid-column: 3;
        -ms-grid-column-span: 9;
        grid-column: 3/span 9;
        margin: 0 -35px 0 0;
        min-height: initial
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__image-container {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-column: 9/span 4;
        margin: 0 100px 0 0
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__image-container {
        margin-left: -42px
    }
}

.chr-browser-hero__figures-container {
    display: block;
    position: relative
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__figures-container {
        position: absolute;
        top: 0
    }
}

.chr-browser-hero__image {
    bottom: -24px;
    position: absolute;
    z-index: 1
}

.chr-browser-hero__image img {
    visibility: hidden
}

.animated .chr-browser-hero__image img {
    -webkit-animation: hero-slide-from-bottom 1.25s ease-in-out 1.5s;
    animation: hero-slide-from-bottom 1.25s ease-in-out 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__image img {
        display: block;
        visibility: visible;
        width: 440px
    }
}

@media only screen and (-ms-high-contrast: active)and (min-width: 1024px), only screen and (-ms-high-contrast: none)and (min-width: 1024px) {
    .chr-browser-hero__image img {
        margin-top: 45px;
        width: auto
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__image {
        bottom: 0;
        top: 0
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__image {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .chr-browser-hero__image img {
        width: 100%
    }
}

@media only screen and (min-width: 570px)and (-ms-high-contrast: active), only screen and (min-width: 570px)and (-ms-high-contrast: none) {
    .chr-browser-hero__image img {
        display: block;
        width: 50vw
    }
}

@media only screen and (min-width: 570px)and (-ms-high-contrast: active), only screen and (min-width: 570px)and (-ms-high-contrast: none) {
    .chr-browser-hero__image {
        bottom: 34px;
        top: 100px
    }
}

@media only screen and (min-width: 600px) {
    .chr-browser-hero__image {
        bottom: -36px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__image {
        bottom: 34px
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-browser-hero__image {
        top: -34px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__image img {
        margin-top: 34px;
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
        width: 442px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__image img {
        margin-top: 45px;
        width: auto
    }
}

.chr-browser-hero__figure {
    height: 105px;
    position: absolute
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__figure {
        height: 38%
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__figure {
        height: 220px
    }
}

.chr-browser-hero__rectangle-1 {
    background-color: #8ab4f8;
    right: 14%;
    top: -32px;
    visibility: hidden;
    width: 329px;
    z-index: -1
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__rectangle-1 {
        visibility: visible
    }
}

.animated .chr-browser-hero__rectangle-1 {
    -webkit-animation: hero-expand-width 875ms linear 1.25s;
    animation: hero-expand-width 875ms linear 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__rectangle-1 {
        right: 10%;
        top: -10%;
        width: 80%
    }

    .animated .chr-browser-hero__rectangle-1 {
        -webkit-animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 1.375s;
        animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 1.375s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__rectangle-1 {
        right: -83px;
        top: 36px;
        width: 470px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__rectangle-1 {
        right: -255px;
        width: 824px
    }
}

[dir=rtl] .chr-browser-hero__rectangle-1 {
    left: 14%;
    right: auto
}

@media only screen and (min-width: 570px) {
    [dir=rtl] .chr-browser-hero__rectangle-1 {
        left: 10%
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__rectangle-1 {
        left: -83px
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-browser-hero__rectangle-1 {
        left: -255px
    }
}

.chr-browser-hero__rectangle-2 {
    background: #aecbfa;
    visibility: hidden;
    width: 22%;
    z-index: -1
}

.animated .chr-browser-hero__rectangle-2 {
    -webkit-animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 2.1s;
    animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 2.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__rectangle-2 {
        visibility: visible
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__rectangle-2 {
        left: 90%;
        top: 28%
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__rectangle-2 {
        left: 868px;
        top: 254px;
        width: 186px
    }
}

[dir=rtl] .chr-browser-hero__rectangle-2 {
    left: auto
}

@media only screen and (min-width: 570px) {
    [dir=rtl] .chr-browser-hero__rectangle-2 {
        right: 90%
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__rectangle-2 {
        right: 868px
    }
}

.chr-browser-hero__rectangle-3 {
    background: #4285f4;
    right: 32%;
    top: 73px;
    visibility: hidden;
    width: 329px;
    z-index: -1
}

.animated .chr-browser-hero__rectangle-3 {
    -webkit-animation: hero-expand-width 750ms linear 1.125s;
    animation: hero-expand-width 750ms linear 1.125s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__rectangle-3 {
        visibility: visible
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__rectangle-3 {
        right: 32%;
        top: 28%;
        width: 75%
    }

    .animated .chr-browser-hero__rectangle-3 {
        -webkit-animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 1.25s;
        animation: hero-expand-width 1s cubic-bezier(0.65, 0, 0.35, 1) 1.25s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__rectangle-3 {
        right: -84px;
        top: 256px;
        width: 590px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__rectangle-3 {
        right: -66px;
        width: 750px
    }
}

[dir=rtl] .chr-browser-hero__rectangle-3 {
    left: 32%;
    right: auto
}

@media only screen and (min-width: 570px) {
    [dir=rtl] .chr-browser-hero__rectangle-3 {
        left: 32%
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__rectangle-3 {
        left: -84px
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-browser-hero__rectangle-3 {
        left: -66px
    }
}

.chr-browser-hero__rectangle-4 {
    background: #1a73e8;
    right: 62%;
    top: 178px;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.animated .chr-browser-hero__rectangle-4 {
    -webkit-animation: hero-expand-width 1s linear 1s;
    animation: hero-expand-width 1s linear 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__rectangle-4 {
        visibility: visible
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__rectangle-4 {
        right: 60%;
        top: 66%;
        width: 80%
    }

    .animated .chr-browser-hero__rectangle-4 {
        -webkit-animation: hero-expand-width 1.25s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        animation: hero-expand-width 1.25s cubic-bezier(0.65, 0, 0.35, 1) 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__rectangle-4 {
        right: 87px;
        top: 474px;
        width: 532px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__rectangle-4 {
        right: 114px;
        width: 684px
    }
}

[dir=rtl] .chr-browser-hero__rectangle-4 {
    left: 62%;
    right: auto
}

@media only screen and (min-width: 570px) {
    [dir=rtl] .chr-browser-hero__rectangle-4 {
        left: 60%
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__rectangle-4 {
        left: 87px
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-browser-hero__rectangle-4 {
        left: 114px
    }
}

.chr-browser-hero__rectangle-5 {
    background: #669df6;
    visibility: hidden;
    width: 22%;
    z-index: -1
}

.animated .chr-browser-hero__rectangle-5 {
    -webkit-animation: hero-expand-width 1.125s cubic-bezier(0.65, 0, 0.35, 1) 1.625s;
    animation: hero-expand-width 1.125s cubic-bezier(0.65, 0, 0.35, 1) 1.625s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__rectangle-5 {
        visibility: visible
    }
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__rectangle-5 {
        left: 68%;
        top: 66%
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__rectangle-5 {
        left: 679px;
        top: 474px;
        width: 190px
    }
}

[dir=rtl] .chr-browser-hero__rectangle-5 {
    left: auto
}

@media only screen and (min-width: 570px) {
    [dir=rtl] .chr-browser-hero__rectangle-5 {
        right: 68%
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__rectangle-5 {
        right: 679px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__pixel-slate-port {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.chr-browser-hero__circle-1 {
    position: absolute;
    right: 90%;
    top: -32px;
    z-index: -1
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__circle-1 {
        right: 350px;
        top: 128px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__circle-1 {
        right: 522px;
        top: 132px
    }
}

[dir=rtl] .chr-browser-hero__circle-1 {
    left: 90%;
    right: auto
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__circle-1 {
        left: 350px
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-browser-hero__circle-1 {
        left: 522px
    }
}

.chr-browser-hero__circle-2 {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__circle-2 {
        right: -28px;
        top: 566px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__circle-2 {
        right: -66px
    }
}

[dir=rtl] .chr-browser-hero__circle-2 {
    right: auto
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-browser-hero__circle-2 {
        left: -28px
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-browser-hero__circle-2 {
        left: -66px
    }
}

.chr-browser-hero__container-circle-1 {
    height: 77px;
    position: relative;
    width: 77px
}

@media only screen and (min-width: 800px) {
    .chr-browser-hero__container-circle-1 {
        height: 131px;
        width: 131px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__container-circle-1 {
        height: 162px;
        width: 162px
    }
}

.chr-browser-hero__container-circle-2 {
    height: 256px;
    position: relative;
    width: 256px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__container-circle-2 {
        visibility: visible
    }
}

.chr-browser-hero__circle-yellow-1, .chr-browser-hero__circle-yellow-2 {
    background-color: transparent;
    border-radius: 50%;
    bottom: -100%;
    height: 100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    visibility: hidden;
    width: 100%
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-browser-hero__circle-yellow-1, .chr-browser-hero__circle-yellow-2 {
        visibility: visible
    }
}

.chr-browser-hero__circle-yellow-1 {
    border: 5px solid #f9ab00;
    z-index: 2
}

.animated .chr-browser-hero__circle-yellow-1 {
    -webkit-animation: hero-scale-up-border 1s cubic-bezier(0.65, 0, 0.35, 1) 2s;
    animation: hero-scale-up-border 1s cubic-bezier(0.65, 0, 0.35, 1) 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 800px) {
    .chr-browser-hero__circle-yellow-1 {
        border: 8px solid #f9ab00
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__circle-yellow-1 {
        border: 5px solid #f9ab00
    }
}

.chr-browser-hero__circle-yellow-2 {
    z-index: 2
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__circle-yellow-2 {
        border: 8px solid #f9ab00
    }

    .animated .chr-browser-hero__circle-yellow-2 {
        -webkit-animation: hero-scale-up-border 1s cubic-bezier(0.65, 0, 0.35, 1) 2.25s;
        animation: hero-scale-up-border 1s cubic-bezier(0.65, 0, 0.35, 1) 2.25s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.chr-productivity {
    overflow: hidden;
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-productivity {
        padding: 120px 0 60px
    }
}

.chr-productivity__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 64px;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-productivity__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        margin-bottom: 36px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-productivity__text {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

.chr-productivity__heading {
    margin-bottom: 16px
}

.chr-productivity__subheading {
    color: #3c4043
}

.dark-theme .chr-productivity__subheading {
    color: #e9eaee
}

.chr-productivity__panel-grid {
    padding: 0 28px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-productivity__panel-grid {
        padding: 0
    }
}

.chr-productivity__card-container {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 599px) {
    .chr-productivity__product-panel {
        padding: 0
    }
}

.chr-productivity__product-panel--docs {
    padding-top: 61px
}

@media only screen and (min-width: 600px) {
    .chr-productivity__product-panel--docs {
        padding-top: 0
    }
}

.chr-productivity__product-panel.chr-tab-panel {
    display: block
}

@media only screen and (min-width: 600px) {
    .chr-productivity__product-panel.chr-tab-panel {
        display: none
    }

    .chr-productivity__product-panel.chr-tab-panel--active {
        display: block
    }

    .chr-productivity__product-panel.chr-tab-panel--active .chr-productivity__card {
        -webkit-animation: fade-up 1s linear, fade-out-down 1s linear 6s;
        animation: fade-up 1s linear, fade-out-down 1s linear 6s
    }

    .chr-productivity__product-panel.chr-tab-panel--active-fixed {
        display: block
    }

    .chr-productivity__product-panel.chr-tab-panel--active-fixed .chr-productivity__card {
        -webkit-animation: fade-up 1s linear;
        animation: fade-up 1s linear
    }
}

@media only screen and (min-width: 600px) {
    .chr-productivity__product-panel {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-productivity__product-panel {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        margin: auto
    }
}

.chr-productivity__card-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: -100px
}

.chr-productivity__card-container--docs {
    margin-top: 250px
}

@media only screen and (min-width: 600px) {
    .chr-productivity__card-container {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-top: 294px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-productivity__card-container {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        height: 284px;
        margin-top: 240px
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-productivity__card-container {
        max-width: 492px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-productivity__card-container {
        height: 252px
    }
}

.chr-productivity__image-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

.chr-productivity__image-container--docs {
    position: absolute;
    right: 0
}

@media only screen and (min-width: 600px) {
    .chr-productivity__image-container--docs {
        position: relative
    }
}

[dir=rtl] .chr-productivity__image-container--docs {
    left: 0;
    right: auto
}

@media only screen and (min-width: 600px) {
    .chr-productivity__image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1024px) {
    .chr-productivity__image-container {
        display: block;
        -ms-grid-column: 3;
        -ms-grid-column-span: 10;
        grid-column: 3/span 10
    }
}

.chr-productivity__image-container img {
    width: 588px
}

@media only screen and (min-width: 600px) {
    .chr-productivity__image-container img {
        width: 669px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-productivity__image-container img {
        width: 1024px
    }
}

.chr-productivity__tabs {
    display: none;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-productivity__tabs {
        display: block;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        margin-bottom: 68px
    }
}

.chr-productivity__tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-productivity__tab {
        margin: 0 32px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-productivity__tab {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4/span 3
    }
}

.chr-productivity__tab:nth-of-type(2) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/span 4
}

@media only screen and (min-width: 1440px) {
    .chr-productivity__tab:nth-of-type(2) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 7/span 3
    }
}

.chr-productivity__tab-title {
    text-align: center
}

.chr-productivity__progress, .chr-productivity__progress--active {
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute
}

.chr-productivity__progress {
    background-color: #e9eaee;
    bottom: 0;
    width: 100%
}

.dark-theme .chr-productivity__progress {
    background-color: rgba(26, 115, 232, .46)
}

.chr-productivity__progress--active {
    background-color: #1967d2;
    display: block;
    top: 60px;
    width: 0
}

.dark-theme .chr-productivity__progress--active {
    background-color: #8ab4f8
}

.chr-tab--active .chr-productivity__progress--active {
    -webkit-animation: expand-width 7s linear;
    animation: expand-width 7s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 100%
}

[dir=rtl] .chr-tab--active .chr-productivity__progress--active {
    -webkit-animation: expand-width-rtl 7s linear;
    animation: expand-width-rtl 7s linear
}

.chr-tab--active-fixed .chr-productivity__progress--active {
    -webkit-animation: none;
    animation: none
}

.chr-google-assistant {
    height: auto;
    min-height: none;
    overflow: hidden;
    padding: 80px 0 0
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant {
        padding: 60px 0 0
    }
}

.chr-google-assistant__answer {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer {
    -webkit-animation: assistant-answer-fade-up 1s ease-in;
    animation: assistant-answer-fade-up 1s ease-in;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(1) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(1) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(2) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(2) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 6.1s;
    animation-delay: 6.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(3) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(3) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(4) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(4) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 6.7s;
    animation-delay: 6.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(5) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(5) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(6) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(6) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__answer span:nth-child(7) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__answer span:nth-child(7) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: auto;
    min-width: 228px;
    opacity: 0;
    position: relative;
    top: 90px;
    z-index: 2
}

.animated .chr-google-assistant__card {
    -webkit-animation: fade-up 1s ease;
    animation: fade-up 1s ease;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__card {
        display: -ms-grid;
        display: grid;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        min-width: auto
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__card {
        -ms-grid-column: 6;
        -ms-grid-column-span: 6;
        grid-column: 6/span 6;
        margin-bottom: auto;
        place-items: center;
        position: unset
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .chr-google-assistant__card {
        margin-top: 10vw
    }
}

.chr-brand-content .chr-product-card__icon img {
    width: 34px
}

.chr-product-card {
    background-color: #fff;
    border: 1px solid #dbdce0;
    -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    border-radius: 8px;
    padding: 32px
}

.dark-theme .chr-product-card {
    background-color: #3c4043
}

.dark-theme .chr-product-card {
    border: 1px solid #202125
}

.dark-theme .chr-product-card {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .28)
}

.chr-product-card__icon {
    margin-bottom: 15px;
    width: 40px
}

.chr-product-card__title {
    font-weight: 400;
    margin-bottom: 16px
}

.chr-google-assistant__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    z-index: 1
}

.chr-google-assistant__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 25%
}

@media only screen and (min-width: 1024px) {
    .subanimated .chr-google-assistant__color {
        -webkit-animation: assistant-colors 1.5s ease-in;
        animation: assistant-colors 1.5s ease-in;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .chr-google-assistant__color:nth-child(1) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .chr-google-assistant__color:nth-child(2) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .chr-google-assistant__color:nth-child(3) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s
    }

    .chr-google-assistant__color:nth-child(4) {
        -webkit-animation-delay: 7s;
        animation-delay: 7s
    }
}

.chr-google-assistant__color .block {
    height: 5px
}

.chr-google-assistant__color .block.color--blue {
    background-color: #669df6
}

.dark-theme .chr-google-assistant__color .block.color--blue {
    background-color: #8ab4f8
}

.chr-google-assistant__color .block.color--red {
    background-color: #ee675c
}

.dark-theme .chr-google-assistant__color .block.color--red {
    background-color: #f28b82
}

.chr-google-assistant__color .block.color--yellow {
    background-color: #fcc934
}

.dark-theme .chr-google-assistant__color .block.color--yellow {
    background-color: #fdd663
}

.chr-google-assistant__color .shadow {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    height: 35px;
    position: absolute;
    top: -30px;
    width: 100%
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-google-assistant__color .shadow {
        height: 5px;
        top: 0
    }
}

@media only screen and (min-width: 1024px) {
    .subanimated .chr-google-assistant__color .shadow {
        -webkit-animation: assistant-shadows 9s ease-in 1s;
        animation: assistant-shadows 9s ease-in 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px)and (-ms-high-contrast: active), only screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    .subanimated .chr-google-assistant__color .shadow {
        -webkit-animation: unset;
        animation: unset
    }
}

.chr-google-assistant__color .shadow.color--blue {
    background-color: #669df6
}

.dark-theme .chr-google-assistant__color .shadow.color--blue {
    background-color: #8ab4f8
}

.chr-google-assistant__color .shadow.color--red {
    background-color: #ee675c
}

.dark-theme .chr-google-assistant__color .shadow.color--red {
    background-color: #f28b82
}

.chr-google-assistant__color .shadow.color--yellow {
    background-color: #fcc934
}

.dark-theme .chr-google-assistant__color .shadow.color--yellow {
    background-color: #fdd663
}

.chr-google-assistant__footer {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(85%), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, 85%, rgba(255, 255, 255, 0) 100%)
}

.dark-theme .chr-google-assistant__footer {
    background: -webkit-gradient(linear, left bottom, left top, from(85%), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, 85%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__footer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__footer {
        z-index: 2
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__footer-space {
        height: 65px
    }
}

.chr-google-assistant__footer-text {
    color: #202125;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    height: 44px;
    letter-spacing: -0.25px;
    line-height: 44px;
    margin: 0 auto
}

.dark-theme .chr-google-assistant__footer-text {
    color: #fff
}

.chr-google-assistant__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        margin-bottom: 64px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__header {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8;
        margin-bottom: 64px
    }
}

.chr-google-assistant__heading {
    margin-bottom: 24px
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__heading {
        margin-bottom: 16px
    }
}

.chr-google-assistant__icon {
    margin-bottom: 10px;
    width: 66px
}

.chr-google-assistant__image {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    place-items: center;
    position: relative
}

.chr-google-assistant__image img {
    max-width: 255px;
    width: 100%
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__image img {
        max-width: 332px
    }
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__image {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2/span 4
    }
}

.chr-google-assistant__image-and-card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 200px
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__image-and-card {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__image-and-card {
        margin-bottom: 160px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-google-assistant__image-and-card {
        margin-bottom: 120px
    }
}

.chr-google-assistant__qa {
    background: transparent;
    display: none;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-google-assistant__qa {
        opacity: 0
    }

    .subanimated .chr-google-assistant__qa {
        -webkit-animation: fade-up 2s ease 2s;
        animation: fade-up 2s ease 2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-assistant__qa {
        display: block;
        margin: 0 auto;
        position: relative;
        top: -22px
    }
}

.chr-google-assistant__question {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question {
    -webkit-animation: assistant-question-fade-up 1s ease-in;
    animation: assistant-question-fade-up 1s ease-in;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(1) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(1) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(2) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(2) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(3) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(3) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(4) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(4) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(5) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(5) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(6) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(6) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__question span:nth-child(7) {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.subanimated .chr-google-assistant__question span:nth-child(7) {
    -webkit-animation: fade-up .5s ease-in;
    animation: fade-up .5s ease-in;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__replay {
    color: #3c4043;
    font-size: .75rem;
    line-height: 1.5rem;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.dark-theme .chr-google-assistant__replay {
    color: #e9eaee
}

.subanimated .chr-google-assistant__replay {
    -webkit-animation: fade-up 1s linear 10s;
    animation: fade-up 1s linear 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-assistant__replay:focus, .chr-google-assistant__replay:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.chr-google-assistant__subheading {
    color: #3c4043
}

.dark-theme .chr-google-assistant__subheading {
    color: #e9eaee
}

.chr-google-translate {
    background-color: #f2f3f5;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    padding: 80px 0
}

.dark-theme .chr-google-translate {
    background-color: #3c4043
}

@media only screen and (min-width: 600px) {
    .chr-google-translate {
        padding: 120px 0
    }
}

.chr-google-translate__card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 24px;
    opacity: 0
}

.animated .chr-google-translate__card {
    -webkit-animation: fade-up 1s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    animation: fade-up 1s cubic-bezier(0.65, 0, 0.35, 1) 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__card {
        margin-top: 650px;
        margin-top: min(max(57px, 75vw), 650px);
        margin-top: clamp(57px, 75vw, 650px);
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/span 9
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__card {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        margin-top: 302px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-google-translate__card {
        margin-top: 210px
    }
}

.chr-google-translate__card-icon {
    width: 36.67px
}

.chr-google-translate__card-text-wrapper {
    overflow: hidden;
    position: relative
}

.chr-google-translate__card-text-original {
    margin-bottom: 28px;
    -webkit-transition: margin-bottom .5s;
    transition: margin-bottom .5s
}

.chr-google-translate__card-text-original.show {
    -webkit-animation: fade-in-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-in-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__card-text-original.hide {
    -webkit-animation: fade-out-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-out-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 0
}

.chr-google-translate__card-text-translation {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

.chr-google-translate__card-text-translation.show {
    -webkit-animation: fade-in-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-in-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__card-text-translation.hide {
    -webkit-animation: fade-out-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-out-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__card-and-image {
        height: 80vw;
        max-height: 900px
    }
}

.chr-google-translate__device-image {
    width: 750px;
    z-index: 0
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__device-image {
        width: 1300px;
        width: min(max(1000px, 150vw), 1300px);
        width: clamp(1000px, 150vw, 1300px)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__device-image {
        width: 1550px
    }
}

.chr-google-translate__device-screen {
    width: 464px
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__device-screen {
        width: 804px;
        width: min(max(619px, 93vw), 804px);
        width: clamp(619px, 93vw, 804px)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__device-screen {
        width: 956px
    }
}

.chr-google-translate__device-screen.switchable-content-original.show {
    -webkit-animation: fade-in 400ms ease-in;
    animation: fade-in 400ms ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__device-screen.switchable-content-original.hide {
    -webkit-animation: fade-out 200ms ease-out;
    animation: fade-out 200ms ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__device-screen.switchable-content-translation {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.chr-google-translate__device-screen.switchable-content-translation.show {
    -webkit-animation: fade-in 400ms ease-in;
    animation: fade-in 400ms ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.chr-google-translate__device-screen.switchable-content-translation.hide {
    -webkit-animation: fade-out 200ms ease-out;
    animation: fade-out 200ms ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.chr-google-translate__header {
    -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-google-translate__header {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__header {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

.chr-google-translate__heading {
    margin-bottom: 16px
}

.chr-google-translate__icon {
    width: 66px
}

.chr-google-translate__image-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__image-wrapper {
        left: 10vw;
        max-width: 90vw;
        overflow: hidden;
        position: absolute
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__image-wrapper {
        left: 30vw;
        max-width: 70vw
    }
}

@media only screen and (min-width: 1440px) {
    .chr-google-translate__image-wrapper {
        left: 28.5vw;
        max-width: 71.5vw
    }
}

[dir=rtl] .chr-google-translate__image-wrapper {
    direction: ltr
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-google-translate__image-wrapper {
        left: 10vw;
        max-width: 90vw
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-google-translate__image-wrapper {
        direction: rtl;
        left: 40%;
        max-width: 100vw;
        overflow: hidden;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-google-translate__image-wrapper {
        left: 50%;
        max-width: 100vw;
        overflow: hidden;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.chr-google-translate__screen-images-wrapper {
    left: 13px;
    overflow: hidden;
    position: absolute;
    top: 26px
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__screen-images-wrapper {
        left: 23px;
        left: min(max(17px, 2.55vw), 23px);
        left: clamp(17px, 2.55vw, 23px);
        top: 45px;
        top: min(max(35px, 5.1vw), 45px);
        top: clamp(35px, 5.1vw, 45px)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-google-translate__screen-images-wrapper {
        left: 28px;
        top: 54px
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-google-translate__screen-images-wrapper {
        left: auto;
        right: 565.7px;
        top: 53.5px
    }
}

.chr-google-translate__subheading {
    color: #3c4043
}

.dark-theme .chr-google-translate__subheading {
    color: #e9eaee
}

.chr-google-translate__tab-progress {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    z-index: 1
}

.chr-google-translate__text-wrapper {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

.chr-google-translate__text-original {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    width: 100%
}

.chr-google-translate__text-original.show {
    -webkit-animation: fade-in-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-in-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__text-original.hide {
    -webkit-animation: fade-out-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-out-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__text-translation.show {
    -webkit-animation: fade-in-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-in-upwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__text-translation.hide {
    -webkit-animation: fade-out-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    animation: fade-out-downwards 1s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-google-translate__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 36px;
    padding: 0 8px
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle {
        margin: auto auto 60px;
        width: 510px
    }
}

.chr-google-translate__toggle-block {
    display: block;
    margin: auto;
    max-width: 462px;
    width: 85vw
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle-block {
        max-width: none;
        width: 510px
    }
}

.chr-google-translate__toggle-icon {
    display: none;
    width: 32px
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle-icon {
        display: block
    }
}

.chr-google-translate__toggle-tab {
    border-bottom: 1.58351px solid #e9eaee;
    cursor: pointer;
    display: inline-block;
    max-width: 194px;
    position: relative;
    text-align: center;
    width: 40vw
}

.chr-google-translate__toggle-tab:active {
    outline: 0
}

.chr-google-translate__toggle-tab.chr-tab--active .chr-google-translate__tab-progress {
    background-color: #1967d2;
    width: 100%
}

.dark-theme .chr-google-translate__toggle-tab.chr-tab--active .chr-google-translate__tab-progress {
    background-color: #8ab4f8
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle-tab {
        width: 194px
    }
}

.chr-google-translate__toggle-tab-title {
    color: #5f6368;
    font-size: .75rem;
    line-height: 1.5rem
}

.dark-theme .chr-google-translate__toggle-tab-title {
    color: #9ba0a6
}

.chr-google-translate__toggle-tab-title:hover, .chr-google-translate__toggle-tab-title:focus {
    color: #202125
}

.dark-theme .chr-google-translate__toggle-tab-title:hover, .dark-theme .chr-google-translate__toggle-tab-title:focus {
    color: #fff
}

@media only screen and (min-width: 460px) {
    .chr-google-translate__toggle-tab-title {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.chr-google-translate__toggle-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: auto;
    min-height: 39px;
    width: 100%
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle-tabs {
        width: 85%
    }
}

.chr-google-translate__toggle-tabs-wrapper {
    background-color: #fff;
    border: none;
    border-radius: 44.57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 auto;
    min-height: 60px;
    outline: none;
    padding: 14px
}

.dark-theme .chr-google-translate__toggle-tabs-wrapper {
    background-color: #202125
}

@media only screen and (min-width: 600px) {
    .chr-google-translate__toggle-tabs-wrapper {
        padding: 14px 32px
    }
}


.chr-card-and-image {
    overflow: hidden;
    padding: 80px 0;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-card-and-image {
        padding: 60px 0 120px
    }
}

.chr-card-and-image__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-card-and-image__image {
        grid-column: unset;
        grid-row: unset;
        margin-left: 80px;
        position: absolute;
        width: auto
    }
}

@media only screen and (min-width: 1024px) {
    .chr-card-and-image__image {
        margin-left: 100px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-card-and-image__image {
        margin-left: 380px
    }
}

.chr-card-and-image__card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 24px;
    opacity: 0
}

.animated .chr-card-and-image__card {
    -webkit-animation: fade-up 1s ease 1s;
    animation: fade-up 1s ease 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (min-width: 600px) {
    .chr-card-and-image__card {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/span 8;
        margin-top: 570px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-card-and-image__card {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5
    }
}

@media only screen and (min-width: 1440px) {
    .chr-card-and-image__card {
        margin-top: 600px
    }
}

.chr-card-and-image__card img {
    height: 37px;
    width: 92px
}

.chr-product-card__icon {
    margin-bottom: 15px;
    width: 40px
}


.chr-cast {
    background: linear-gradient(179.61deg, #5f6368 41.9%, #3c4043 99.64%);
    overflow: hidden
}

.dark-theme .chr-cast {
    background: linear-gradient(179.61deg, #3c4043 41.9%, #202125 99.64%)
}

.chr-cast__top-container {
    margin: auto;
    max-width: 540px;
    padding: 80px 0 60px;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-cast__top-container {
        max-width: 780px;
        padding-top: 120px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__top-container {
        max-width: 794px
    }
}

.chr-cast__icon, .chr-cast__heading, .chr-cast__subheading {
    color: #fff
}

.dark-theme .chr-cast__icon, .dark-theme .chr-cast__heading, .dark-theme .chr-cast__subheading {
    color: #fff
}

.chr-cast__heading {
    margin: 8px 0 16px
}

@media only screen and (min-width: 600px) {
    .chr-cast__heading {
        margin: 16px 0
    }
}

.chr-cast__bottom-container {
    margin: auto;
    max-width: 1440px;
    padding: 346px 0 80px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-cast__bottom-container {
        padding-bottom: 6px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__bottom-container {
        padding: 664px 0 108px
    }
}

.chr-cast__tv-background {
    -webkit-filter: drop-shadow(14px 4px 40px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(14px 4px 40px rgba(0, 0, 0, 0.35));
    height: auto;
    left: -84px;
    position: absolute;
    top: 0;
    width: 760px
}

@media only screen and (min-width: 600px) {
    .chr-cast__tv-background {
        left: 15px;
        width: 1060px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__tv-background {
        left: 30px;
        width: 1380px
    }
}

.chr-cast__tv-screen {
    height: auto;
    left: 36px;
    opacity: 0;
    position: absolute;
    top: 1px;
    width: 523px
}

@media only screen and (min-width: 600px) {
    .chr-cast__tv-screen {
        left: 183px;
        top: 3px;
        width: 735px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__tv-screen {
        left: 249px;
        top: 3px;
        width: 957px
    }
}

.subanimated .chr-cast__tv-screen {
    -webkit-animation: fade-in 1s ease 1.25s;
    animation: fade-in 1s ease 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-cast__device-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    z-index: 1
}

@media only screen and (min-width: 600px) {
    .chr-cast__device-container {
        -ms-grid-column: 2;
        -ms-grid-column-span: 5;
        grid-column: 2/span 5
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__device-container {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6;
        position: relative
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cast__device-container {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7
    }
}

.subanimated .chr-cast__device-container {
    -webkit-animation: small-up 1s ease;
    animation: small-up 1s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-cast__device {
    height: auto;
    width: 264px;
    z-index: 1
}

@media only screen and (min-width: 600px) {
    .chr-cast__device {
        width: 430px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__device {
        height: auto;
        position: absolute;
        right: 0;
        width: auto
    }
}

.chr-cast__card {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: -40px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    z-index: 1
}

@media only screen and (min-width: 600px) {
    .chr-cast__card {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        margin-top: -60px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-cast__card {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/span 6;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-top: 0
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cast__card {
        -ms-grid-column: 8;
        -ms-grid-column-span: 5;
        grid-column: 8/span 5
    }
}

.subanimated .chr-cast__card {
    -webkit-animation: small-up 1s ease .25s;
    animation: small-up 1s ease .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.chr-cast__card .chr-icon {
    color: #202125
}

.dark-theme .chr-cast__card .chr-icon {
    color: #fff
}

.chr-cast__bottom-gradient {
    background: #fff;
    height: 40%;
    overflow: hidden;
    position: absolute;
    top: 570px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 10%)
}

.dark-theme .chr-cast__bottom-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, #202125));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #202125 10%)
}

@media only screen and (min-width: 600px) {
    .chr-cast__bottom-gradient {
        display: none
    }
}

/*version*/

.chr-hero {
    padding: 50px 0
}

@media only screen and (min-width: 600px) {
    .chr-hero {
        padding: 100px 0 80px
    }
}

.chr-hero .chr-cta__button {
    display: none
}

.chr-hero .chr-headline-5 {
    margin-bottom: 16px
}

.channel-page .chr-hero__grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.chr-hero .chr-copy--legal {
    color: #5f6368;
    font-family: "Roboto", sans-serif;
    margin:  0
}

.dark-theme .chr-hero .chr-copy--legal {
    color: #9ba0a6
}

.chr-hero__description {
    color: #3c4043
}

.dark-theme .chr-hero__description {
    color: #e9eaee
}

.chr-hero .chr-checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px auto;
    padding: 0 10px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-hero .chr-checkbox {
        text-align: center;
        width: 100%
    }
}

.chr-hero .os-alt {
    color: #5f6368;
    display: none;
    font-family: "Roboto", sans-serif;
    font-size: .625rem;
    letter-spacing: .2px;
    line-height: .875rem;
    margin-top: 8px
}

.dark-theme .chr-hero .os-alt {
    color: #9ba0a6
}

.chr-hero .os-alt__link {
    color: #1967d2
}

.dark-theme .chr-hero .os-alt__link {
    color: #8ab4f8
}

.chr-hero .show {
    display: inline-block
}

.chr-hero .hero-platforms {
    margin-top: 16px
}

.chr-hero__container {
    text-align: center
}

.chr-hero__container .chr-copy {
    text-align: center
}

.chr-hero__image {
    max-width: 200px
}

@media only screen and (min-width: 600px) {
    .chr-hero__image {
        max-width: 300px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero__image {
        margin: 0 auto;
        max-width: 140px
    }
}

.home-dev .chr-hero__image, .home-beta .chr-hero__image, .home-canary .chr-hero__image {
    max-width: 80px
}

.chr-hero__heading {
    margin: 30px 0 26px
}

@media only screen and (min-width: 1024px) {
    .chr-hero__heading {
        margin: 20px 0 16px
    }
}

.chr-hero.home-canary .chr-cta__button {
    background-color: #fbbc04;
    color: #202125
}

.dark-theme .chr-hero.home-canary .chr-cta__button {
    color: #fff
}
.chr-pilars {
    padding: 80px 0;
    position: relative
}

@media only screen and (min-width: 1024px) {
    .chr-pilars {
        padding: 120px 0
    }
}

.chr-pilars__list {
    -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;
    -ms-grid-row: 2;
    grid-row: 2
}

@media only screen and (min-width: 600px) {
    .chr-pilars__list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__list {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -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
    }
}

.chr-pilars .chr-pilars-md-icon-fallback {
    display: none
}

.chr-pilars__description {
    max-width: 100%
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-pilars__heading {
        max-width: 100%
    }
}

.chr-pilars__item {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%
}

.dark-theme .chr-pilars__item {
    background-color: #3c4043
}

.dark-theme .chr-pilars__item {
    border: 1px solid #202125
}

.chr-pilars__item:nth-child(2n) {
    margin: 24px 0
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__item:nth-child(2n) {
        margin: 0 49px
    }
}

@media only screen and (min-width: 600px) {
    .chr-pilars__item {
        -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: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 390px;
        padding: 56px 24px
    }
}

.chr-pilars__item::after {
    -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    border-radius: 8px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.dark-theme .chr-pilars__item::after {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .28)
}

.chr-pilars__icon {
    margin: 0 0 16px
}

@media only screen and (min-width: 600px) {
    .chr-pilars__icon {
        margin: 0 16px 0 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__icon {
        margin: 0 0 16px
    }
}

.chr-pilars__icon svg {
    fill: #1967d2;
    height: 24px;
    width: 24px
}

.dark-theme .chr-pilars__icon svg {
    fill: #aecbfa
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__icon svg {
        height: 36px;
        width: 36px
    }
}

.chr-pilars__main-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 24px auto 32px;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .chr-pilars__main-text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        margin: 0 auto 48px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__main-text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1440px) {
    .chr-pilars__main-text {
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
        grid-column: 4/span 6
    }
}

.chr-pilars__main-text .chr-headline-2 {
    margin-bottom: 16px
}

@media only screen and (min-width: 600px) {
    .chr-pilars__main-text .chr-headline-2 {
        font-size: 3rem
    }
}



.chr-pilars__main-text .chr-copy {
    margin: 0 auto
}

@media only screen and (min-width: 600px) {
    .chr-pilars__main-text .chr-copy {
        max-width: 783px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars__main-text .chr-copy {
        max-width: 840px
    }
}

.chr-pilars--secondary .chr-eyebrow {
    margin-bottom: 8px
}

.chr-pilars--secondary .chr-pilars__heading {
    margin-bottom: 16px
}

@media only screen and (min-width: 600px) {
    .chr-pilars--secondary .chr-pilars__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 1024px) {
    .chr-pilars--secondary .chr-pilars__item {
        padding: 56px 29px 56px 27px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-pilars--secondary .chr-pilars__item {
        padding: 56px 58px 56px 40px
    }
}
/*update*/

.chr-hero-light {
    padding: 112px 0 108px;
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light {
        padding: 148px 0
    }
}

.chr-hero-light--secondary {
    background-color: #fff;
    padding: 192px 0 104px
}

.dark-theme .chr-hero-light--secondary {
    background-color: #202125
}

@media only screen and (min-width: 600px) {
    .chr-hero-light--secondary {
        padding: 192px 0 112px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light--secondary {
        padding: 118px 0 160px
    }
}

.chr-hero-light__heading {
    -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-hero-light__heading {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light__heading {
        margin: 0 auto;
        max-width: 840px
    }
}

.chr-hero-light__body {
    color: #3c4043;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-top: 16px;
    text-align: center
}

.dark-theme .chr-hero-light__body {
    color: #e9eaee
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-hero-light__body {
        -ms-grid-row: 2;
        grid-row: 2
    }
}

@media only screen and (min-width: 600px) {
    .chr-hero-light__body {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

@media only screen and (min-width: 1440px) {
    .chr-hero-light__body {
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
        grid-column: 4/span 6
    }
}

@media only screen and (min-width: 600px) {
    .chr-hero-light--secondary .chr-hero-light__body {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light--secondary .chr-hero-light__body {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

.chr-hero-light__horizontal-line {
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%
}

.chr-hero-light__horizontal-line__image {
    width: 30px
}

@media only screen and (min-width: 600px) {
    .chr-hero-light__horizontal-line__image {
        width: 44px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light__horizontal-line__image {
        width: 63px
    }
}

@media only screen and (min-width: 600px) {
    .chr-hero-light__horizontal-line {
        bottom: -22px;
        height: 44px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light__horizontal-line {
        bottom: -31px;
        height: 63px
    }
}

.chr-hero-light__horizontal-line::before {
    background-color: #dbdce0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: calc(50% - 30px)
}

.dark-theme .chr-hero-light__horizontal-line::before {
    background-color: #202125
}

@media only screen and (min-width: 600px) {
    .chr-hero-light__horizontal-line::before {
        width: calc(50% - 44px)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light__horizontal-line::before {
        width: calc(50% - 63px)
    }
}

.chr-hero-light__horizontal-line::after {
    background-color: #dbdce0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50% - 30px)
}

.dark-theme .chr-hero-light__horizontal-line::after {
    background-color: #202125
}

@media only screen and (min-width: 600px) {
    .chr-hero-light__horizontal-line::after {
        width: calc(50% - 44px)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-hero-light__horizontal-line::after {
        width: calc(50% - 63px)
    }
}
.chr-flex-block {
    padding-bottom: 48px;
    padding-top: 48px
}

@media only screen and (min-width: 600px) {
    .chr-flex-block {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-flex-block {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.chr-flex-block__heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-bottom: 24px
}

@media only screen and (min-width: 600px) {
    .chr-flex-block__heading {
        -ms-grid-column: 2;
        -ms-grid-column-span: 11;
        grid-column: 2/span 11
    }
}

@media only screen and (min-width: 1024px) {
    .chr-flex-block__heading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        margin: 0
    }
}

@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-flex-block__heading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/span 4
    }
}

.chr-flex-block__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4
}

@media only screen and (min-width: 600px) {
    .chr-flex-block__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 11;
        grid-column: 2/span 11
    }
}

@media only screen and (min-width: 1024px) {
    .chr-flex-block__text {
        -ms-grid-column: 6;
        -ms-grid-column-span: 8;
        grid-column: 6/span 8
    }
}

.chr-flex-block__icon {
    fill: #5f6267;
    height: 24px;
    position: relative;
    -webkit-transform: translate(6px, 4px);
    transform: translate(6px, 4px);
    width: 6px
}

@media only screen and (min-width: 600px) {
    .chr-flex-block__icon {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 24px
    }
}

.chr-flex-block__list {
    margin: 0;
    padding: 0
}

.chr-flex-block__list .chr-eyebrow {
    margin-bottom: 8px
}

.chr-flex-block__link {
    margin-top: 16px
}

.chr-flex-block__item:nth-child(2n) {
    margin: 48px 0
}


.update-features {
    background-color: #f8f9fb;
    position: relative;
    z-index: 0
}

.dark-theme .update-features {
    background-color: #3c4043
}

.chr-pilars__main-text .chr-headline-2 {
    margin-bottom: 16px
}

@media only screen and (min-width: 600px) {
    .chr-pilars__main-text .chr-headline-2 {
        font-size: 3rem
    }
}

.chr-update__section-title {
    background-color: #f8f9fb;
    min-width: 100vw;
    padding-bottom: 20px;
    padding-top: 64px;
    text-align: center
}

.dark-theme .chr-update__section-title {
    background-color: #3c4043
}

@media only screen and (min-width: 1024px) {
    .chr-update__section-title {
        padding-bottom: 100px;
        padding-top: 80px
    }
}


.two-col-split {
    position: relative
}

.two-col-split:nth-child(2n) {
    padding-bottom: 24px;
    padding-top: 62px
}

@media only screen and (min-width: 600px) {
    .two-col-split:nth-child(2n) {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

@media only screen and (min-width: 1024px) {
    .two-col-split:nth-child(2n) {
        padding-bottom: 77px;
        padding-top: 164px
    }
}

.two-col-split__image-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4
}

@media only screen and (min-width: 600px) {
    .two-col-split__image-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .two-col-split__image-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.two-col-split__image-wrapper img {
    width: 100%
}

.two-col-split__header {
    margin-bottom: 16px
}

.two-col-split__text-wrapper {
    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
}

@media only screen and (min-width: 600px) {
    .two-col-split__text-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .two-col-split__text-wrapper {
        -ms-grid-column: 8;
        -ms-grid-column-span: 5;
        grid-column: 8/span 5
    }
}

.two-col-split__footer {
    margin-bottom: 24px;
    margin-top: 16px
}

@media only screen and (min-width: 1024px) {
    .two-col-split__footer {
        margin-bottom: 0
    }
}

.two-col-split__step-description {
    display: inline-block
}


.chr-background-shapes .update-triangle {
    height: 298px;
    position: absolute;
    -webkit-transform: translate(-28%, -70%);
    transform: translate(-28%, -70%);
    width: 298px
}

@media only screen and (min-width: 600px) {
    .chr-background-shapes .update-triangle {
        -webkit-transform: translate(10%, -60%);
        transform: translate(10%, -60%)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-background-shapes .update-triangle {
        -webkit-transform: translate(10%, -50%);
        transform: translate(10%, -50%)
    }
}

@media only screen and (min-width: 1440px) {
    .chr-background-shapes .update-triangle {
        height: 492px;
        -webkit-transform: translate(0, -46%);
        transform: translate(0, -46%);
        width: 492px
    }
}

[dir=rtl] .chr-background-shapes .update-triangle {
    -webkit-transform: translate(28%, -70%);
    transform: translate(28%, -70%)
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-background-shapes .update-triangle {
        -webkit-transform: translate(10%, -45%);
        transform: translate(10%, -45%)
    }
}

.chr-background-shapes .update-check {
    height: 121px;
    position: absolute;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    width: 158px
}

@media only screen and (min-width: 600px) {
    .chr-background-shapes .update-check {
        -webkit-transform: translate(70%, 20%);
        transform: translate(70%, 20%)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-background-shapes .update-check {
        -webkit-transform: translate(80%, 35%);
        transform: translate(80%, 35%)
    }
}

@media only screen and (min-width: 1440px) {
    .chr-background-shapes .update-check {
        height: 279px;
        -webkit-transform: translate(55%, -15%);
        transform: translate(55%, -15%);
        width: 365px
    }
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-background-shapes .update-check {
        -webkit-transform: translate(-70%, 20%);
        transform: translate(-70%, 20%)
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-background-shapes .update-check {
        -webkit-transform: translate(-80%, 35%);
        transform: translate(-80%, 35%)
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-background-shapes .update-check {
        -webkit-transform: translate(-55%, -15%);
        transform: translate(-55%, -15%)
    }
}

.chr-background-shapes .update-pill {
    height: 108px;
    -webkit-transform: translate(32%, 354%);
    transform: translate(32%, 354%);
    width: 221px
}

@media only screen and (min-width: 320px)and (max-width: 380px) {
    .chr-background-shapes .update-pill {
        -webkit-transform: translate(13%, 500%);
        transform: translate(13%, 500%)
    }
}

@media only screen and (min-width: 351px)and (max-width: 432px) {
    .chr-background-shapes .update-pill {
        -webkit-transform: translate(13%, 400%);
        transform: translate(13%, 400%)
    }
}

@media only screen and (min-width: 600px) {
    .chr-background-shapes .update-pill {
        height: 175px;
        -webkit-transform: translate(35%, 200%);
        transform: translate(35%, 200%);
        width: 355px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-background-shapes .update-pill {
        -webkit-transform: translate(70%, -5%);
        transform: translate(70%, -5%)
    }
}

@media only screen and (min-width: 1440px) {
    .chr-background-shapes .update-pill {
        height: 263px;
        -webkit-transform: translate(45%, -20%);
        transform: translate(45%, -20%);
        width: 505px
    }
}

[dir=rtl] .chr-background-shapes .update-pill {
    -webkit-transform: translate(-32%, 354%);
    transform: translate(-32%, 354%)
}

@media only screen and (min-width: 600px) {
    [dir=rtl] .chr-background-shapes .update-pill {
        -webkit-transform: translate(-35%, 200%);
        transform: translate(-35%, 200%)
    }
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-background-shapes .update-pill {
        -webkit-transform: translate(-70%, -5%);
        transform: translate(-70%, -5%)
    }
}

@media only screen and (min-width: 1440px) {
    [dir=rtl] .chr-background-shapes .update-pill {
        -webkit-transform: translate(-45%, -20%);
        transform: translate(-45%, -20%)
    }
}

.chr-background-shapes .update-plus {
    height: 130px;
    -webkit-transform: translate(-22%, -95%);
    transform: translate(-22%, -95%);
    width: 130px
}

@media only screen and (min-width: 1024px) {
    .chr-background-shapes .update-plus {
        height: 292px;
        -webkit-transform: translate(-22%, -35%);
        transform: translate(-22%, -35%);
        width: 292px
    }
}

[dir=rtl] .chr-background-shapes .update-plus {
    -webkit-transform: translate(43%, -74%);
    transform: translate(43%, -74%)
}

@media only screen and (min-width: 1024px) {
    [dir=rtl] .chr-background-shapes .update-plus {
        height: 292px;
        -webkit-transform: translate(22%, -35%);
        transform: translate(22%, -35%);
        width: 292px
    }
}

.update-features {
    background-color: #f8f9fb;
    position: relative;
    z-index: 0
}

.dark-theme .update-features {
    background-color: #3c4043
}

.chr-update__section-title {
    background-color: #f8f9fb;
    min-width: 100vw;
    padding-bottom: 20px;
    padding-top: 64px;
    text-align: center
}

.dark-theme .chr-update__section-title {
    background-color: #3c4043
}

@media only screen and (min-width: 1024px) {
    .chr-update__section-title {
        padding-bottom: 100px;
        padding-top: 80px
    }
}

.chr-text-block {
    background-color: #1967d2;
    padding: 64px 0 80px;
    text-align: center
}

.dark-theme .chr-text-block {
    background-color: #053c93
}

.chr-text-block__heading {
    color: #fff;
    width: 100%
}

.dark-theme .chr-text-block__heading {
    color: #3c4043
}

.chr-text-block__subheading {
    color: #fff;
    margin: 16px 0
}

.dark-theme .chr-text-block__subheading {
    color: #3c4043
}

.chr-text-block__content-wrapper {
    -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
}

@media only screen and (min-width: 600px) {
    .chr-text-block__content-wrapper {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

@media only screen and (min-width: 1024px) {
    .chr-text-block__content-wrapper {
        -ms-grid-column: 3;
        -ms-grid-column-span: 8;
        grid-column: 3/span 8
    }
}

@media only screen and (min-width: 1440px) {
    .chr-text-block__content-wrapper {
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
        grid-column: 4/span 6
    }
}

.chr-text-block__button {
    font-size: 1rem;
    line-height: 2rem;
    background-color: #fff;
    border-radius: 32px;
    display: inline-block;
    font-weight: 500;
    min-height: 48px;
    min-width: 222px;
    padding: 10px 16px
}

.dark-theme .chr-text-block__button {
    background-color: #3c4043
}

.update__icon {
    height: 24px;
    width: 24px
}

[dir=rtl] .update__icon {
    margin-left: 16px
}


.update-pending-list {
    margin: 18px 0
}

.update-pending-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.update-pending-list__item p {
    display: inline-block;
    margin-left: 12px
}

.update-pending-list__item:nth-child(2n) {
    margin: 20px 0
}

.update__step-description {
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    line-height: 1.25rem
}

.update__button--green {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #34a853
}

.update__button--yellow {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #fbbc04
}

.update__button--red {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #ea4335
}

/*tips*/

.chr-tips-hero__figure {
    position: absolute;
    z-index: -1
}

.chr-tips-hero__right-square {
    border: 1px solid #81c995;
    display: none;
    height: 120px;
    right: -1px;
    top: -20px;
    width: 120px
}

.chr-tips-hero__right-square::after {
    background: #5bb974;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    width: 20px
}

@media only screen and (min-width: 1024px) {
    .chr-tips-hero__right-square {
        display: block
    }
}

@media only screen and (min-width: 1800px) {
    .chr-tips-hero__right-square {
        right: 40px
    }
}

[dir=rtl] .chr-tips-hero__right-square {
    left: 0;
    right: auto
}

.chr-tips-hero__left-square {
    background: #4285f4;
    border: 30px solid #aecbfa;
    bottom: -90px;
    height: 170px;
    left: -140px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 170px
}

@media only screen and (min-width: 600px) {
    .chr-tips-hero__left-square {
        border-width: 40px;
        left: -100px
    }
}

@media only screen and (min-width: 1800px) {
    .chr-tips-hero__left-square {
        left: 50px
    }
}

[dir=rtl] .chr-tips-hero__left-square {
    right: -100px
}

.chr-tips-hero__left-circle {
    border: 1px solid #fcc934;
    border-radius: 50%;
    bottom: -100px;
    height: 165px;
    left: -30px;
    width: 165px
}

@media only screen and (min-width: 600px) {
    .chr-tips-hero__left-circle {
        bottom: -130px;
        height: 230px;
        width: 230px
    }
}

@media only screen and (min-width: 1800px) {
    .chr-tips-hero__left-circle {
        bottom: -110px;
        left: 100px
    }
}

[dir=rtl] .chr-tips-hero__left-circle {
    left: auto;
    right: -50px
}

.chr-jumplinks {
    background-color: #fff;
    border-top: 1px solid #bdc0c5
}

.dark-theme .chr-jumplinks {
    background-color: #202125
}

.dark-theme .chr-jumplinks {
    border-top: 1px solid #9ba0a6
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-jumplinks--fallback-hidden {
        display: none
    }
}

.chr-jumplinks__dropdown-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 600px) {
    .chr-jumplinks__dropdown-container {
        display: none
    }
}

.chr-jumplinks__dropdown-backdrop {
    display: none;
    height: 2000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw
}

.chr-jumplinks__dropdown-backdrop--visible {
    display: block
}

.chr-jumplinks__dropdown-button-container {
    display: inline-block;
    margin-left: 24px;
    position: relative
}

.chr-jumplinks__dropdown-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #bdc0c5;
    -webkit-box-shadow: 0 2px 4px rgba(32, 33, 37, .1);
    box-shadow: 0 2px 4px rgba(32, 33, 37, .1)
}

.dark-theme .chr-jumplinks__dropdown-button {
    border: 1px solid #9ba0a6
}

.dark-theme .chr-jumplinks__dropdown-button {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .28)
}

.chr-jumplinks__dropdown-button-icon {
    height: 16px;
    margin-left: 5px;
    width: 16px
}

.chr-jumplinks__dropdown-list {
    background-color: #fff;
    border: 1px solid #bdc0c5;
    -webkit-box-shadow: 0 3px 5px rgba(32, 33, 37, .1);
    box-shadow: 0 3px 5px rgba(32, 33, 37, .1);
    display: none;
    margin-top: 5px;
    position: absolute;
    width: 220px
}

.dark-theme .chr-jumplinks__dropdown-list {
    background-color: #202125
}

.dark-theme .chr-jumplinks__dropdown-list {
    border: 1px solid #9ba0a6
}

.dark-theme .chr-jumplinks__dropdown-list {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .28);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .28)
}

.chr-jumplinks__dropdown-list--visible {
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1
}

.chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link {
    border-radius: 0;
    font-weight: 400;
    height: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
    color: #3c4043
}

.dark-theme .chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link {
    color: #e9eaee
}

.chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link:hover, .chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link:focus {
    background-color: #f2f3f5
}

.dark-theme .chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link:hover, .dark-theme .chr-jumplinks__dropdown-list-item .chr-jumplinks__list-item-link:focus {
    background-color: #3c4043
}

.chr-jumplinks__list-container {
    display: none;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-jumplinks__list-container {
        display: block
    }
}

.chr-jumplinks__list-container::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%
}

.dark-theme .chr-jumplinks__list-container::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #202125), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #202125 0, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (min-width: 670px) {
    .chr-jumplinks__list-container::before {
        display: none
    }
}

.chr-jumplinks__list {
    -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;
    gap: 10px;
    height: 72px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 40px
}

@media only screen and (min-width: 670px) {
    .chr-jumplinks__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-x: hidden
    }
}

@media only screen and (min-width: 1024px) {
    .chr-jumplinks__list {
        gap: 40px;
        padding: 0
    }
}

.chr-jumplinks__list::-webkit-scrollbar {
    display: none
}

.chr-jumplinks__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chr-jumplinks__list-item-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    word-break: keep-all;
    color: #5f6368
}

.dark-theme .chr-jumplinks__list-item-link {
    color: #9ba0a6
}

.chr-jumplinks__list-item-link:hover, .chr-jumplinks__list-item-link:focus {
    background-color: #f8f9fb;
    color: #202125
}

.dark-theme .chr-jumplinks__list-item-link:hover, .dark-theme .chr-jumplinks__list-item-link:focus {
    background-color: #3c4043
}

.dark-theme .chr-jumplinks__list-item-link:hover, .dark-theme .chr-jumplinks__list-item-link:focus {
    color: #fff
}

.chr-jumplinks__list-item-link:active {
    background-color: #e9eaee;
    color: #202125
}

.dark-theme .chr-jumplinks__list-item-link:active {
    background-color: rgba(26, 115, 232, .28)
}

.dark-theme .chr-jumplinks__list-item-link:active {
    color: #fff
}

.chr-jumplinks__list-item-link::after, .chr-jumplinks__list-item-link::before {
    display: none
}

chr-accordion {
    margin: auto;
    max-width: 1440px;
    padding: 0 28px
}

@media only screen and (min-width: 600px) {
    .chr-accordion {
        padding: 0 38px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-accordion {
        padding: 0 72px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-accordion {
        padding: 0 180px
    }
}

.chr-accordion__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: none;
    padding: 16px 0
}

@media only screen and (min-width: 600px) {
    .chr-accordion__toggle {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        padding: 30px 0
    }
}

.chr-accordion--expanded .chr-accordion__toggle {
    border-bottom: 1px solid #bdc0c5;
    padding-bottom: 15px
}

.dark-theme .chr-accordion--expanded .chr-accordion__toggle {
    border-bottom: 1px solid #9ba0a6
}

@media only screen and (min-width: 600px) {
    .chr-accordion--expanded .chr-accordion__toggle {
        padding-bottom: 29px
    }
}

.chr-accordion__toggle:hover .chr-accordion__heading, .chr-accordion__toggle:focus .chr-accordion__heading {
    color: #185abc
}

.dark-theme .chr-accordion__toggle:hover .chr-accordion__heading, .dark-theme .chr-accordion__toggle:focus .chr-accordion__heading {
    color: #d2e3fc
}

.chr-accordion__toggle:hover .chr-accordion__toggle-icon, .chr-accordion__toggle:focus .chr-accordion__toggle-icon {
    fill: #185abc
}

.dark-theme .chr-accordion__toggle:hover .chr-accordion__toggle-icon, .dark-theme .chr-accordion__toggle:focus .chr-accordion__toggle-icon {
    fill: #d2e3fc
}

.chr-accordion__toggle:focus {
    border-bottom: 2px solid #185abc;
    outline: none;
    padding-bottom: 14px
}

.dark-theme .chr-accordion__toggle:focus {
    border-bottom: 2px solid #d2e3fc
}

@media only screen and (min-width: 600px) {
    .chr-accordion__toggle:focus {
        padding-bottom: 28px
    }
}

.chr-accordion__heading {
    color: #1967d2;
    margin: 0
}

.dark-theme .chr-accordion__heading {
    color: #8ab4f8
}

.chr-accordion__toggle-icon {
    fill: #1967d2;
    height: 30px;
    min-width: 30px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 30px
}

.dark-theme .chr-accordion__toggle-icon {
    fill: #8ab4f8
}

.chr-accordion--expanded .chr-accordion__toggle-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chr-accordion__content {
    max-height: 1000px;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .2s;
    transition: max-height .2s
}

.chr-accordion__grid {
    padding: 36px 0
}

@media only screen and (min-width: 1024px) {
    .chr-accordion__grid {
        padding: 48px 0
    }
}

.chr-accordion__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4
}

@media only screen and (min-width: 600px) {
    .chr-accordion__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-accordion__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .chr-accordion__text {
        padding-right: 0
    }
}

.chr-accordion__steps, .chr-accordion__column {
    margin: 24px 0 0
}

@media only screen and (min-width: 1024px) {
    .chr-accordion__steps, .chr-accordion__column {
        margin: 48px 0 0
    }
}

.chr-accordion__steps {
    max-width: 268px;
    padding-left: 25px
}

[dir=rtl] .chr-accordion__steps {
    padding-right: 21px
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    [dir=rtl] .chr-accordion__steps {
        max-width: 335px
    }
}

@media only screen and (min-width: 600px) {
    .chr-accordion__steps {
        max-width: none
    }
}

.chr-accordion__step, .chr-accordion__column-item {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500
}

.chr-accordion__step {
    list-style: decimal
}

.chr-accordion__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chr-accordion__column-title {
    margin-bottom: 16px
}

.chr-accordion__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 36px 10px 0 0
}

@media only screen and (min-width: 600px) {
    .chr-accordion__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12
    }
}

@media only screen and (min-width: 1024px) {
    .chr-accordion__image {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6/span 7;
        -ms-grid-row: 1;
        grid-row: 1;
        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-accordion__image {
        margin-left: 50px
    }
}

@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-accordion__image {
        margin-left: 0
    }
}

.chr-accordion__image img, .chr-accordion__image video {
    border: 1px solid #f2f3f5;
    -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    box-shadow: 8px 8px 0 rgba(32, 33, 37, .1);
    border-radius: 4px;
    width: 100%
}

.dark-theme .chr-accordion__image img, .dark-theme .chr-accordion__image video {
    border: 1px solid #3c4043
}

.dark-theme .chr-accordion__image img, .dark-theme .chr-accordion__image video {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .28)
}

.chr-accordion__icon {
    bottom: -2px;
    height: 16px;
    position: relative;
    width: 16px
}

.chr-accordion__icon--profile {
    bottom: -4px;
    height: 22px;
    width: 22px
}

.chr-accordion-group {
    background-color: #f2f3f5;
    padding: 80px 0
}

.dark-theme .chr-accordion-group {
    background-color: #3c4043
}

@media only screen and (min-width: 1024px) {
    .chr-accordion-group {
        padding: 120px 0
    }
}

.chr-accordion-group--white {
    background-color: #fff
}

.dark-theme .chr-accordion-group--white {
    background-color: #202125
}

@media only screen and (min-width: 600px) {
    .chr-accordion-group__headline {
        max-width: 336px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-accordion-group__headline {
        max-width: 648px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-accordion-group__headline {
        max-width: 727px
    }
}

.chr-accordion-group__text {
    -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;
    margin: 0 auto 36px;
    max-width: 1440px;
    padding: 0 28px
}

@media only screen and (min-width: 600px) {
    .chr-accordion-group__text {
        padding: 0 38px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-accordion-group__text {
        padding: 0 72px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-accordion-group__text {
        padding: 0 180px
    }
}

.chr-accordion-group__toggle-button {
    color: #1967d2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    padding: 0 12px
}

.dark-theme .chr-accordion-group__toggle-button {
    color: #8ab4f8
}

@media only screen and (min-width: 600px) {
    .chr-accordion-group__toggle-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.chr-accordion-group__toggle-button:hover, .chr-accordion-group__toggle-button:focus {
    background-color: #e8f0fe
}

.dark-theme .chr-accordion-group__toggle-button:hover, .dark-theme .chr-accordion-group__toggle-button:focus {
    background-color: #e8f0fe
}

.chr-accordion-group__toggle-text {
    display: none;
    -webkit-transition: display .2s;
    transition: display .2s
}

.chr-accordion-group--collapsed .chr-accordion-group__toggle-text--expanded {
    display: block
}

.chr-accordion-group--expanded .chr-accordion-group__toggle-text--collapsed {
    display: block
}

.chr-accordion-group__toggle-icon {
    fill: #1967d2;
    height: 24px;
    margin-left: 10px;
    width: 18px
}

.dark-theme .chr-accordion-group__toggle-icon {
    fill: #8ab4f8
}

[dir=rtl] .chr-accordion-group__toggle-icon {
    margin-left: 0;
    margin-right: 10px
}


.chr-accordion__toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: none;
    padding: 16px 0
}

@media only screen and (min-width: 600px) {
    .chr-accordion__toggle {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        padding: 30px 0
    }
}

.chr-accordion--expanded .chr-accordion__toggle {
    border-bottom: 1px solid #bdc0c5;
    padding-bottom: 15px
}

.dark-theme .chr-accordion--expanded .chr-accordion__toggle {
    border-bottom: 1px solid #9ba0a6
}

@media only screen and (min-width: 600px) {
    .chr-accordion--expanded .chr-accordion__toggle {
        padding-bottom: 29px
    }
}

.chr-accordion__toggle:hover .chr-accordion__heading, .chr-accordion__toggle:focus .chr-accordion__heading {
    color: #185abc
}

.dark-theme .chr-accordion__toggle:hover .chr-accordion__heading, .dark-theme .chr-accordion__toggle:focus .chr-accordion__heading {
    color: #d2e3fc
}

.chr-accordion__toggle:hover .chr-accordion__toggle-icon, .chr-accordion__toggle:focus .chr-accordion__toggle-icon {
    fill: #185abc
}

.dark-theme .chr-accordion__toggle:hover .chr-accordion__toggle-icon, .dark-theme .chr-accordion__toggle:focus .chr-accordion__toggle-icon {
    fill: #d2e3fc
}

.chr-accordion__toggle:focus {
    border-bottom: 2px solid #185abc;
    outline: none;
    padding-bottom: 14px
}

.dark-theme .chr-accordion__toggle:focus {
    border-bottom: 2px solid #d2e3fc
}

@media only screen and (min-width: 600px) {
    .chr-accordion__toggle:focus {
        padding-bottom: 28px
    }
}

.chr-accordion__heading {
    color: #1967d2;
    margin: 0
}

.dark-theme .chr-accordion__heading {
    color: #8ab4f8
}

.chr-accordion__toggle-icon {
    fill: #1967d2;
    height: 30px;
    min-width: 30px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 30px
}

.dark-theme .chr-accordion__toggle-icon {
    fill: #8ab4f8
}

.chr-accordion--expanded .chr-accordion__toggle-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}


.chr-accordion__content {
    max-height: 1000px;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .2s;
    transition: max-height .2s
}



.footer .box {

    display: block;
    margin: 0 auto;
    background-size: 30% auto;

}

.footer .box span {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 32px;
    margin-top: 30px;
    letter-spacing: 2px;
    display: inline-block;
}

.footer .box a.btn-a {
    width: 152px;
    height: 46px;
    border: 2px solid #FFFFFF;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 46px;
    color: #000;
    font-weight: 800;
}

.footer .box a.btn-a:hover {
    background: #FFFFFF;
    color: #333333;
}

.footer .box p {
    width: 100%;
    text-align: center;
    color: #000;
    height: 30px;
    line-height: 30px;
}

.footer .box p a {
    color: #000;
}

/*explore-browser*/

.image-block__wrapper {
    -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;
    padding: 64px 0
}

@media only screen and (min-width: 600px) {
    .image-block__wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/span 12;
        padding: 120px 0
    }
}

@media only screen and (min-width: 1024px) {
    .image-block__wrapper {
        padding: 120px 0 173px
    }
}

.image-block__text-wrapper {
    text-align: center
}

.image-block__heading {
    margin: 16px auto;
    max-width: 612px
}

.image-block__body {
    margin-bottom: 14px;
    max-width: 626px
}

@media only screen and (min-width: 600px) {
    .image-block__body {
        margin-bottom: 60px
    }
}

.image-block__image-wrapper {
    max-width: 837px;
    width: 100%
}

.image-block__image-wrapper img {
    width: 100%
}
