html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.chr-header-v3__nav-list {
    list-style: none;
    padding: 0
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body {
    word-break: break-word;
    word-wrap: break-word
}

.chr-modal {
    display: none
}

.chr-modal.show,
.chr-modal .show {
    display: block !important
}

@-webkit-keyframes card-fade-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }
}

@keyframes card-fade-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up-100 {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up-100 {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-out-down {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes fade-out-down {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes fade-out-upwards {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

@keyframes fade-out-upwards {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

@-webkit-keyframes fade-in-downwards {
    from {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-downwards {
    from {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-in-upwards {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-upwards {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-out-downwards {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}

@keyframes fade-out-downwards {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
}

@-webkit-keyframes expand-width {
    0% {
        left: 0%;
        width: 0%
    }

    10% {
        left: 0%;
        width: 100%
    }

    100% {
        left: 100%;
        width: 100%
    }
}

@keyframes expand-width {
    0% {
        left: 0%;
        width: 0%
    }

    10% {
        left: 0%;
        width: 100%
    }

    100% {
        left: 100%;
        width: 100%
    }
}

@-webkit-keyframes expand-width-rtl {
    0% {
        right: 0%;
        width: 0%
    }

    10% {
        right: 0%;
        width: 100%
    }

    100% {
        right: 100%;
        width: 100%
    }
}

@keyframes expand-width-rtl {
    0% {
        right: 0%;
        width: 0%
    }

    10% {
        right: 0%;
        width: 100%
    }

    100% {
        right: 100%;
        width: 100%
    }
}

@-webkit-keyframes hero-up-phone {
    from {
        bottom: -100%
    }

    to {
        bottom: -110px;
        visibility: visible
    }
}

@keyframes hero-up-phone {
    from {
        bottom: -100%
    }

    to {
        bottom: -110px;
        visibility: visible
    }
}

@-webkit-keyframes hero-up-tablet {
    from {
        bottom: -100%
    }

    to {
        bottom: -120px;
        visibility: visible
    }
}

@keyframes hero-up-tablet {
    from {
        bottom: -100%
    }

    to {
        bottom: -120px;
        visibility: visible
    }
}

@-webkit-keyframes hero-up-blue-circle {
    from {
        bottom: -100%
    }

    to {
        bottom: -319px;
        visibility: visible
    }
}

@keyframes hero-up-blue-circle {
    from {
        bottom: -100%
    }

    to {
        bottom: -319px;
        visibility: visible
    }
}

@-webkit-keyframes hero-down-phone {
    from {
        bottom: 100%
    }

    to {
        bottom: 220px;
        visibility: visible
    }
}

@keyframes hero-down-phone {
    from {
        bottom: 100%
    }

    to {
        bottom: 220px;
        visibility: visible
    }
}

@-webkit-keyframes hero-left-rectangle {
    from {
        left: 40vw
    }

    to {
        left: 0;
        visibility: visible
    }
}

@keyframes hero-left-rectangle {
    from {
        left: 40vw
    }

    to {
        left: 0;
        visibility: visible
    }
}

@-webkit-keyframes hero-right-rectangle {
    from {
        right: 40vw
    }

    to {
        right: 0;
        visibility: visible
    }
}

@keyframes hero-right-rectangle {
    from {
        right: 40vw
    }

    to {
        right: 0;
        visibility: visible
    }
}

@-webkit-keyframes hero-expand-width {
    from {
        visibility: hidden;
        width: 0
    }

    to {
        visibility: visible
    }
}

@keyframes hero-expand-width {
    from {
        visibility: hidden;
        width: 0
    }

    to {
        visibility: visible
    }
}

@-webkit-keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes hero-scale-up-border {
    from {
        border: 0;
        height: 0;
        visibility: hidden;
        width: 0
    }

    to {
        height: 100%;
        visibility: visible
    }
}

@keyframes hero-scale-up-border {
    from {
        border: 0;
        height: 0;
        visibility: hidden;
        width: 0
    }

    to {
        height: 100%;
        visibility: visible
    }
}

@-webkit-keyframes hero-slide-from-bottom {
    from {
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        bottom: -24px;
        visibility: visible
    }
}

@keyframes hero-slide-from-bottom {
    from {
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    to {
        bottom: -24px;
        visibility: visible
    }
}

@-webkit-keyframes blink-caret {

    from,
    to {
        border-color: rgba(0, 0, 0, 0)
    }

    50% {
        border-color: #202125
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: rgba(0, 0, 0, 0)
    }

    50% {
        border-color: #202125
    }
}

@-webkit-keyframes fade-in-upwards-and-expand {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        width: 96px
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 96px
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%
    }
}

@keyframes fade-in-upwards-and-expand {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        width: 96px
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 96px
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%
    }
}

@-webkit-keyframes assistant-shadows {
    0% {
        height: 0;
        top: -40px
    }

    5% {
        height: 45px;
        top: -50px
    }

    10% {
        height: 45px;
        top: -50px
    }

    15% {
        height: 35px;
        top: -40px
    }

    80% {
        height: 35px;
        top: -40px
    }

    100% {
        height: 0
    }
}

@keyframes assistant-shadows {
    0% {
        height: 0;
        top: -40px
    }

    5% {
        height: 45px;
        top: -50px
    }

    10% {
        height: 45px;
        top: -50px
    }

    15% {
        height: 35px;
        top: -40px
    }

    80% {
        height: 35px;
        top: -40px
    }

    100% {
        height: 0
    }
}

@-webkit-keyframes assistant-colors {
    0% {
        width: 25%
    }

    50% {
        width: 50%
    }

    100% {
        width: 25%
    }
}

@keyframes assistant-colors {
    0% {
        width: 25%
    }

    50% {
        width: 50%
    }

    100% {
        width: 25%
    }
}

@-webkit-keyframes curtain {
    from {
        top: 0%
    }

    to {
        top: -100%
    }
}

@keyframes curtain {
    from {
        top: 0%
    }

    to {
        top: -100%
    }
}

@-webkit-keyframes right-enter {
    from {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes right-enter {
    from {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes right-enter-rotation {
    from {
        -webkit-transform: translateX(110%) rotateZ(10deg);
        transform: translateX(110%) rotateZ(10deg)
    }

    to {
        -webkit-transform: translateX(0%) rotateZ(-5.5deg);
        transform: translateX(0%) rotateZ(-5.5deg)
    }
}

@keyframes right-enter-rotation {
    from {
        -webkit-transform: translateX(110%) rotateZ(10deg);
        transform: translateX(110%) rotateZ(10deg)
    }

    to {
        -webkit-transform: translateX(0%) rotateZ(-5.5deg);
        transform: translateX(0%) rotateZ(-5.5deg)
    }
}

@-webkit-keyframes move-left {
    from {
        left: 100vw
    }

    to {
        left: 0;
        visibility: visible
    }
}

@keyframes move-left {
    from {
        left: 100vw
    }

    to {
        left: 0;
        visibility: visible
    }
}

@-webkit-keyframes move-right {
    from {
        right: 100vw
    }

    to {
        right: 0;
        visibility: visible
    }
}

@keyframes move-right {
    from {
        right: 100vw
    }

    to {
        right: 0;
        visibility: visible
    }
}

@-webkit-keyframes up-enter {
    from {
        bottom: -100%
    }

    to {
        bottom: 0;
        visibility: visible
    }
}

@keyframes up-enter {
    from {
        bottom: -100%
    }

    to {
        bottom: 0;
        visibility: visible
    }
}

@-webkit-keyframes small-up {
    from {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes small-up {
    from {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes up-diagonal {
    from {
        -webkit-transform: translate(-1000px, 1000px);
        transform: translate(-1000px, 1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@keyframes up-diagonal {
    from {
        -webkit-transform: translate(-1000px, 1000px);
        transform: translate(-1000px, 1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@-webkit-keyframes down-diagonal {
    from {
        -webkit-transform: translate(1000px, -1000px);
        transform: translate(1000px, -1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@keyframes down-diagonal {
    from {
        -webkit-transform: translate(1000px, -1000px);
        transform: translate(1000px, -1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@-webkit-keyframes left-diagonal {
    from {
        -webkit-transform: translate(1000px, 1000px);
        transform: translate(1000px, 1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@keyframes left-diagonal {
    from {
        -webkit-transform: translate(1000px, 1000px);
        transform: translate(1000px, 1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@-webkit-keyframes right-diagonal {
    from {
        -webkit-transform: translate(-1000px, -1000px);
        transform: translate(-1000px, -1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@keyframes right-diagonal {
    from {
        -webkit-transform: translate(-1000px, -1000px);
        transform: translate(-1000px, -1000px);
        visibility: hidden
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        visibility: visible
    }
}

@-webkit-keyframes scale-up {
    from {
        height: 0;
        width: 0
    }

    to {
        height: 100%;
        visibility: visible;
        width: 100%
    }
}

@keyframes scale-up {
    from {
        height: 0;
        width: 0
    }

    to {
        height: 100%;
        visibility: visible;
        width: 100%
    }
}

@-webkit-keyframes rotate-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes rotate-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes rotate-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes rotate-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes full-rotate-left {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes full-rotate-left {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.chr-cta__button {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    font-weight: 500;
    height: 46px;
    outline: none;
    padding: 0 24px;
    -webkit-transition: background-color, color .3s;
    transition: background-color, color .3s
}

.chr-cta__button:hover .chr-icon,
.chr-cta__button:focus .chr-icon {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.dark-theme .chr-cta__button {
    color: #202125
}

.chr-cta__button:disabled {
    cursor: default
}

.chr-cta__button--blue {
    background-color: #1967d2
}

.dark-theme .chr-cta__button--blue {
    background-color: #8ab4f8
}

.chr-cta__button--blue:hover,
.chr-cta__button--blue:focus {
    background-color: #1967d2
}

.dark-theme .chr-cta__button--blue:hover,
.dark-theme .chr-cta__button--blue:focus {
    background-color: #aecbfa
}

.chr-cta__button--blue:active {
    background-color: #185abc
}

.dark-theme .chr-cta__button--blue:active {
    background-color: #d2e3fc
}

.chr-cta__button--blue:disabled {
    background-color: rgba(32, 33, 37, .1)
}

.dark-theme .chr-cta__button--blue:disabled {
    background-color: rgba(255, 255, 255, .16)
}

.chr-cta__button--reversed {
    background-color: #fff;
    color: #174ea6;
    border: none
}

.dark-theme .chr-cta__button--reversed {
    background-color: #fff
}

.dark-theme .chr-cta__button--reversed {
    color: #174ea6
}

.chr-cta__button--reversed:hover,
.chr-cta__button--reversed:focus {
    background-color: #e8f0fe
}

.dark-theme .chr-cta__button--reversed:hover,
.dark-theme .chr-cta__button--reversed:focus {
    background-color: #e8f0fe
}

.chr-cta__button--reversed:active {
    background-color: #d2e3fc
}

.dark-theme .chr-cta__button--reversed:active {
    background-color: #aecbfa
}

.chr-cta__button--reversed:disabled {
    background-color: rgba(32, 33, 37, .16)
}

.dark-theme .chr-cta__button--reversed:disabled {
    background-color: rgba(32, 33, 37, .28)
}

.chr-cta__button--cookie-banner {
    font-size: .75rem;
    line-height: 1.25rem;
    background-color: #e8f0fe;
    color: #185abc;
    font-weight: 600;
    height: 32px
}

.dark-theme .chr-cta__button--cookie-banner {
    background-color: rgba(26, 115, 232, .28)
}

.dark-theme .chr-cta__button--cookie-banner {
    color: #d2e3fc
}

.chr-cta__button--cookie-banner:hover,
.chr-cta__button--cookie-banner:focus {
    background-color: #d2e3fc
}

.dark-theme .chr-cta__button--cookie-banner:hover,
.dark-theme .chr-cta__button--cookie-banner:focus {
    background-color: rgba(26, 115, 232, .46)
}

.chr-cta__button--cookie-banner:active {
    background-color: #aecbfa
}

.dark-theme .chr-cta__button--cookie-banner:active {
    background-color: rgba(26, 115, 232, .55)
}

.chr-cta__button--dimmed {
    background-color: #e8f0fe;
    color: #1967d2
}

.dark-theme .chr-cta__button--dimmed {
    background-color: rgba(26, 115, 232, .28)
}

.dark-theme .chr-cta__button--dimmed {
    color: #8ab4f8
}

.chr-cta__button--dimmed:hover,
.chr-cta__button--dimmed:focus {
    background-color: #d2e3fc
}

.dark-theme .chr-cta__button--dimmed:hover,
.dark-theme .chr-cta__button--dimmed:focus {
    background-color: rgba(26, 115, 232, .46)
}

.chr-cta__button--dimmed:active {
    background-color: #aecbfa
}

.dark-theme .chr-cta__button--dimmed:active {
    background-color: rgba(26, 115, 232, .55)
}

.chr-cta__button--download:hover .chr-icon,
.chr-cta__button--download:focus .chr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.chr-cta__button--extra-content {
    height: 78px
}

[data-locale=pt-PT_ALL] .chr-cta__button#js-download-now {
    padding: 0 22px
}

#chr-experiment-cta+.chr-cta__button {
    line-height: 0;
    text-indent: -9999px
}

#chr-experiment-cta+.chr-cta__button::after {
    content: "Get Chrome";
    display: block;
    text-indent: 0
}

.chr-cta__extra-content {
    display: none;
    font-size: 10px
}

.chr-cta__extra-content--visible {
    display: block
}

.chr-header-v3 .cta-container {
    padding: 8px
}

.chr-checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center
}

.chr-checkbox__input {
    margin-right: 16px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

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

.chr-grid-default-parent {
    margin: auto;
    max-width: 1440px;
    padding: 0 20px
}

@media only screen and (min-width: 600px) {
    .chr-grid-default-parent {
        padding: 0 38px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-grid-default-parent {
        padding: 0 72px
    }
}

.chr-grid-default-parent--no-overflow-x {
    overflow-x: hidden
}

@media only screen and (min-width: 600px) {
    .chr-grid-default-parent--no-overflow-x {
        overflow-x: visible
    }
}

.chr-grid-default {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 28px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (min-width: 600px) {
    .chr-grid-default {
        grid-column-gap: 40px;
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }
}

@media only screen and (min-width: 1024px) {
    .chr-grid-default {
        grid-column-gap: 49px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-grid-default {
        grid-column-gap: 64px
    }
}

.chr-grid-default--centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chr-grid-default-child {
    padding-right: 28px
}

@media only screen and (min-width: 600px) {
    .chr-grid-default-child {
        padding-right: 40px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-grid-default-child {
        padding-right: 49px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-grid-default-child {
        padding-right: 64px
    }
}

@supports(grid-column-gap: 28px) {
    .chr-grid-default-child {
        padding-right: 0 !important
    }
}

.chr-icon {
    display: inline-block;
    fill: currentColor;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    vertical-align: middle
}

.chr-icon--18 {
    height: 18px;
    width: 18px
}

.chr-icon--24 {
    height: 24px;
    width: 24px
}

.chr-icon--28 {
    height: 28px;
    width: 28px
}

.chr-icon--32 {
    height: 32px;
    width: 32px
}

.chr-icon--40 {
    height: 40px;
    width: 40px
}

.chr-icon--72 {
    height: 72px;
    width: 72px
}

.chr-icon--link {
    height: 16px;
    width: 16px
}

.chr-image-icon {
    display: inline-block;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    vertical-align: middle
}

.chr-link {
    color: #1967d2
}

.dark-theme .chr-link {
    color: #8ab4f8
}

.chr-link:focus,
.chr-link:hover {
    color: #1967d2
}

.dark-theme .chr-link:focus,
.dark-theme .chr-link:hover {
    color: #aecbfa
}

.chr-link--nav {
    color: #5f6368
}

.dark-theme .chr-link--nav {
    color: #dbdce0
}

.chr-link--nav:focus,
.chr-link--nav:hover {
    color: #202125
}

.dark-theme .chr-link--nav:focus,
.dark-theme .chr-link--nav:hover {
    color: #fff
}

.chr-link--external:hover .chr-icon,
.chr-link--external:focus .chr-icon {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
}

[dir=rtl] .chr-link--external:hover .chr-icon,
[dir=rtl] .chr-link--external:focus .chr-icon {
    -webkit-transform: rotate(-90deg) translate(4px, -4px);
    transform: rotate(-90deg) translate(4px, -4px)
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    [dir=rtl] .chr-link--external:hover .chr-icon,
    [dir=rtl] .chr-link--external:focus .chr-icon {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

[dir=rtl] .chr-link--external .chr-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    [dir=rtl] .chr-link--external .chr-icon {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.chr-link--internal:hover .chr-icon,
.chr-link--internal:focus .chr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

[dir=rtl] .chr-link--internal:hover .chr-icon,
[dir=rtl] .chr-link--internal:focus .chr-icon {
    -webkit-transform: rotate(180deg) translateX(4px);
    transform: rotate(180deg) translateX(4px)
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    [dir=rtl] .chr-link--internal:hover .chr-icon,
    [dir=rtl] .chr-link--internal:focus .chr-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

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

.chr-link--download:hover .chr-icon,
.chr-link--download:focus .chr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.chr-link--blue {
    color: #fff
}

.dark-theme .chr-link--blue {
    color: #202125
}

.chr-link--blue:focus,
.chr-link--blue:hover {
    color: #fff
}

.dark-theme .chr-link--blue:focus,
.dark-theme .chr-link--blue:hover {
    color: #202125
}

.chr-link .chr-link-icon {
    display: inline-block
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

div:focus,
a:focus,
input:focus,
select:focus {
    outline: 2px auto #1a73e8
}

.dark-theme div:focus,
.dark-theme a:focus,
.dark-theme input:focus,
.dark-theme select:focus {
    outline: 2px auto #8ab4f8
}

body {
    background-color: #fff;
    font-family: "Google Sans", arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    background-image: url(../2023/body-bg.png);
}

.dark-theme body {
    background-color: #202125
}

body.is-showing-drawer {
    overflow-y: hidden
}

button {
    background: none;
    border: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

li {
    list-style: none
}

ul,
li {
    margin: 0;
    padding: 0
}

template {
    display: none
}

.chr-main {
    opacity: .001;
    -webkit-transition: opacity .5s ease-in-out .15s;
    transition: opacity .5s ease-in-out .15s
}

.svg-assets {
    display: none
}

.svg .svg-fallback {
    display: none
}

.default-fallback {
    display: none
}

.environment {
    display: none
}

.environment--active {
    display: block
}

.hide>img {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.headline,
.chr-fluid-2,
.chr-fluid-1,
.chr-headline-6,
.chr-headline-5,
.chr-headline-4,
.chr-headline-3,
.chr-headline-2,
.chr-headline-1 {
    color: #202125;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 400
}

.dark-theme .headline,
.dark-theme .chr-fluid-2,
.dark-theme .chr-fluid-1,
.dark-theme .chr-headline-6,
.dark-theme .chr-headline-5,
.dark-theme .chr-headline-4,
.dark-theme .chr-headline-3,
.dark-theme .chr-headline-2,
.dark-theme .chr-headline-1 {
    color: #fff
}

.chr-headline-1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.25px
}

@media only screen and (min-width: 600px) {
    .chr-headline-1 {
        font-size: 2rem;
        line-height: 3.5rem;
        letter-spacing: -0.5px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-headline-1 {
        font-size: 2.75rem;
        line-height: 4.5rem
    }
}

.chr-headline-2 {
    font-size: 1.75rem;
    line-height: 2.5rem
}

@media only screen and (min-width: 600px) {
    .chr-headline-2 {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.5px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-headline-2 {
        font-size: 1.5rem!important;
        line-height: 2.5rem!important;
        margin-top: 200px;
    }
}

.question-lists{
   position: absolute;
    top: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.question-lists .question-name{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-desc{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}



@media only screen and (max-width: 840px) {
   .question-lists{
    position: unset;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
       
   }
}



.chr-headline-3 {
    font-size: 1.5rem;
    line-height: 2rem
}

@media only screen and (min-width: 600px) {
    .chr-headline-3 {
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: -0.25px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-headline-3 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }
}

.chr-headline-4 {
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media only screen and (min-width: 600px) {
    .chr-headline-4 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.chr-headline-5 {
    font-size: 1rem;
    line-height: 1.75rem
}

@media only screen and (min-width: 600px) {
    .chr-headline-5 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.chr-headline-6 {
    font-size: .875rem;
    line-height: 1.5rem
}

@media only screen and (min-width: 600px) {
    .chr-headline-6 {
        font-size: 1rem;
        line-height: 1.75rem
    }
}

.chr-fluid-1 {
    font-size: 10vw;
    letter-spacing: -0.5px;
    line-height: 1.2em
}

@media only screen and (min-width: 600px) {
    .chr-fluid-1 {
        font-size: 6vw
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fluid-1 {
        font-size: 5vw
    }
}

.chr-fluid-2 {
    font-size: 8vw;
    letter-spacing: -0.5px;
    line-height: 1.2em
}

@media only screen and (min-width: 600px) {
    .chr-fluid-2 {
        font-size: 5vw
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fluid-2 {
        font-size: 4vw
    }
}

.chr-copy {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #3c4043;
    font-family: "Roboto", sans-serif;
    letter-spacing: .1px;
    font-weight: 400;
}

.dark-theme .chr-copy {
    color: #e9eaee
}

.chr-copy--large {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: unset
}

.chr-copy--small {
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: .2px
}

.chr-copy--legal {
    font-size: .75rem;
    line-height: .875rem;
    letter-spacing: .2px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-copy--legal {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.chr-link {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500
}

.chr-link--small {
    font-size: .75rem;
    line-height: 1.25rem
}

.chr-eyebrow {
    color: #202125;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}

.dark-theme .chr-eyebrow {
    color: #fff
}

.chr-label {
    font-size: .6875rem;
    line-height: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}

.chr-caption {
    font-size: .875rem;
    line-height: 1.5rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: .15px
}

.chr-breadcrumb {
    color: #202125;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/span 5;
    letter-spacing: .2px;
    line-height: 24px;
    position: absolute;
    text-decoration: none;
    top: 64px
}

.dark-theme .chr-breadcrumb {
    color: #fff
}

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

.chr-breadcrumb__home {
    color: #1967d2
}

.dark-theme .chr-breadcrumb__home {
    color: #8ab4f8
}

.chr-breadcrumb__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px
}

.chr-breadcrumb__chevron {
    fill: #202125;
    height: 16px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    width: 16px
}

.dark-theme .chr-breadcrumb__chevron {
    fill: #fff
}

[dir=rtl] .chr-breadcrumb__chevron {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.chr-browser-hero {
    background-color: #e8f0fe;
    overflow: hidden
}

.dark-theme .chr-browser-hero {
    background-color: rgba(26, 115, 232, .28)
}

.chr-browser-hero__content {
    height: 100%
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__content {
        height: 660px
    }
}

.chr-browser-hero__grid {
    line-height: 0;
    position: relative
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-browser-hero__grid {
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        min-height: calc(100vh - 64px)
    }
}

@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__grid {
        min-height: auto
    }
}

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

.chr-browser-hero__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-top: 128px;
    padding-bottom: 108px
}

@media only screen and (min-width: 570px) {
    .chr-browser-hero__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/span 9;
        margin-top: 144px
    }
}

@media only screen and (min-width: 600px) {
    .chr-browser-hero__text {
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__text {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6;
        margin-top: 0;
        padding-bottom: 0
    }
}

.chr-browser-hero__headline {
    margin-bottom: 16px
}

@media only screen and (min-width: 600px) {
    .chr-browser-hero__headline {
        letter-spacing: -0.5px;
        line-height: 48px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-browser-hero__headline {
        line-height: 56px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-browser-hero__headline {
        font-size: 3.625rem;
        line-height: 4.3125rem;
        line-height: 69px
    }
}

.chr-browser-hero__headline.hidden {
    display: none
}

.chr-browser-hero__subheadline {
    color: #3c4043
}

.dark-theme .chr-browser-hero__subheadline {
    color: #e9eaee
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-browser-hero__subheadline {
        max-width: 400px
    }
}

.chr-browser-hero__subheadline.hidden {
    display: none
}

.chr-browser-hero__figures-container {
    display: none
}

@media only screen and (min-width: 600px) {

    [data-locale=ca_ALL] .chr-browser-hero,
    [data-locale=cs_ALL] .chr-browser-hero,
    [data-locale=bg_ALL] .chr-browser-hero,
    [data-locale=da_ALL] .chr-browser-hero,
    [data-locale=de_ALL] .chr-browser-hero,
    [data-locale=es_es] .chr-browser-hero,
    [data-locale=es-419_ALL] .chr-browser-hero,
    [data-locale=et_ALL] .chr-browser-hero,
    [data-locale=fil_ALL] .chr-browser-hero,
    [data-locale=fi_ALL] .chr-browser-hero,
    [data-locale=fr_ALL] .chr-browser-hero,
    [data-locale=hi_ALL] .chr-browser-hero,
    [data-locale=hr_ALL] .chr-browser-hero,
    [data-locale=hu_ALL] .chr-browser-hero,
    [data-locale=id_ALL] .chr-browser-hero,
    [data-locale=it_ALL] .chr-browser-hero,
    [data-locale=iw_ALL] .chr-browser-hero,
    [data-locale=lv_ALL] .chr-browser-hero,
    [data-locale=lt_ALL] .chr-browser-hero,
    [data-locale=ms_ALL] .chr-browser-hero,
    [data-locale=nl_ALL] .chr-browser-hero,
    [data-locale=pl_ALL] .chr-browser-hero,
    [data-locale=pt-BR_ALL] .chr-browser-hero,
    [data-locale=pt-PT_ALL] .chr-browser-hero,
    [data-locale=ro_ALL] .chr-browser-hero,
    [data-locale=ru_ALL] .chr-browser-hero,
    [data-locale=sk_ALL] .chr-browser-hero,
    [data-locale=sl_ALL] .chr-browser-hero,
    [data-locale=sv_ALL] .chr-browser-hero,
    [data-locale=sr_ALL] .chr-browser-hero,
    [data-locale=tr_ALL] .chr-browser-hero,
    [data-locale=vi_ALL] .chr-browser-hero,
    [data-locale=uk_ALL] .chr-browser-hero {
        padding-top: 28px
    }
}

@media only screen and (min-width: 1440px) {

    [data-locale=ca_ALL] .chr-browser-hero,
    [data-locale=cs_ALL] .chr-browser-hero,
    [data-locale=bg_ALL] .chr-browser-hero,
    [data-locale=da_ALL] .chr-browser-hero,
    [data-locale=de_ALL] .chr-browser-hero,
    [data-locale=es_es] .chr-browser-hero,
    [data-locale=es-419_ALL] .chr-browser-hero,
    [data-locale=et_ALL] .chr-browser-hero,
    [data-locale=fil_ALL] .chr-browser-hero,
    [data-locale=fi_ALL] .chr-browser-hero,
    [data-locale=fr_ALL] .chr-browser-hero,
    [data-locale=hi_ALL] .chr-browser-hero,
    [data-locale=hr_ALL] .chr-browser-hero,
    [data-locale=hu_ALL] .chr-browser-hero,
    [data-locale=id_ALL] .chr-browser-hero,
    [data-locale=it_ALL] .chr-browser-hero,
    [data-locale=iw_ALL] .chr-browser-hero,
    [data-locale=lv_ALL] .chr-browser-hero,
    [data-locale=lt_ALL] .chr-browser-hero,
    [data-locale=ms_ALL] .chr-browser-hero,
    [data-locale=nl_ALL] .chr-browser-hero,
    [data-locale=pl_ALL] .chr-browser-hero,
    [data-locale=pt-BR_ALL] .chr-browser-hero,
    [data-locale=pt-PT_ALL] .chr-browser-hero,
    [data-locale=ro_ALL] .chr-browser-hero,
    [data-locale=ru_ALL] .chr-browser-hero,
    [data-locale=sk_ALL] .chr-browser-hero,
    [data-locale=sl_ALL] .chr-browser-hero,
    [data-locale=sv_ALL] .chr-browser-hero,
    [data-locale=sr_ALL] .chr-browser-hero,
    [data-locale=tr_ALL] .chr-browser-hero,
    [data-locale=vi_ALL] .chr-browser-hero,
    [data-locale=uk_ALL] .chr-browser-hero {
        padding-top: 0
    }
}

@media only screen and (min-width: 600px) {
    [data-locale=el_ALL] .chr-browser-hero {
        padding-top: 43px
    }
}

@media only screen and (min-width: 1024px) {
    [data-locale=el_ALL] .chr-browser-hero {
        padding-top: 28px
    }
}

.chr-hero {
    background: linear-gradient(14.3deg, #e8f0fe 10.16%, #fff 89.84%);
    min-height: 350px
}

.chr-cookie-banner {
    display: none
}

.chr-dark-mode {
    min-height: 100vh
}

.chr-dark-mode__text,
.chr-dark-mode__toggle,
.chr-dark-mode__images-container {
    display: none
}

.chr-iphone-hero {
    max-height: 494px;
    min-height: 494px;
    padding: 140px 0 132px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-iphone-hero {
        max-height: 514px;
        min-height: 514px;
        padding: 160px 0 64px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-iphone-hero {
        max-height: 720px;
        min-height: 720px;
        padding: 120px 0 49px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-iphone-hero {
        max-height: 720px;
        padding: 160px 0 104px
    }
}

.chr-iphone-hero__inline-icon {
    display: inline-block;
    height: 24px
}

@media only screen and (min-width: 600px) {
    .chr-iphone-hero__inline-icon {
        height: 34px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-iphone-hero__inline-icon {
        height: 48px
    }
}

.chr-iphone-hero__heading {
    font-family: "Google Sans", arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 1;
    grid-row: 1;
    letter-spacing: -0.05em;
    line-height: 2.25rem;
    margin: 0 auto;
    max-width: 264px;
    text-align: center;
    will-change: transform, opacity;
    z-index: 2
}

@media only screen and (min-width: 600px) {
    .chr-iphone-hero__heading {
        font-size: 3.12rem;
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10;
        line-height: 2.75rem;
        max-width: 400px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-iphone-hero__heading {
        font-size: 4.5rem;
        line-height: 4.25rem;
        max-width: 570px
    }

    [lang=el] .chr-iphone-hero__heading {
        max-width: 588px
    }

    [lang=hu] .chr-iphone-hero__heading {
        max-width: 588px
    }

    [lang=it] .chr-iphone-hero__heading {
        max-width: 588px
    }
}

.chr-iphone-hero__download-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 2;
    grid-row: 2;
    z-index: 0
}

.chr-iphone-hero__bottom-anchor {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    -ms-grid-row: 3;
    grid-row: 3
}

.chr-download-browser {
    min-height: 100vh
}

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

.chr-fifty-fifty {
    min-height: 1160px
}

@media only screen and (min-width: 600px) {
    .chr-fifty-fifty {
        min-height: 1330px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-fifty-fifty {
        min-height: 695px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-fifty-fifty {
        min-height: 730px
    }
}

.chr-fifty-fifty__half-1,
.chr-fifty-fifty__half-2 {
    display: none
}

.chr-footer {
    display: none
}

.chr-lottie-animation {
    width: 30px
}

.chr-cards-hero__wrapper {
    padding-top: 120px
}

.chr-cards-hero__card {
    border-radius: 16px;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    height: 560px;
    pointer-events: all;
    position: relative;
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__card {
        height: 665px
    }
}

.chr-cards-hero__card.animation-finished {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.chr-cards-hero__card--position {
    -ms-grid-column: 1;
    grid-column-start: 1
}

.chr-cards-hero__card--wide {
    -ms-grid-column-span: 7;
    grid-column-end: span 7
}

.chr-cards-hero__card--blue {
    background-color: #4285f4
}

.chr-cards-hero__card--red {
    background-color: #ee675c
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__card--red {
        margin-left: -8%;
        width: auto
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__card--red {
        margin-left: -8%;
        width: 108%
    }
}

.chr-cards-hero__card--yellow {
    background-color: #fcc934;
    margin-top: 24px;
    width: 108%
}

.chr-cards-hero__card--green {
    background-color: #5bb974;
    margin-top: 24px
}

.chr-cards-hero__text-wrapper {
    position: absolute
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__text-wrapper {
        margin: 36px 32px 32px 32px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__text-wrapper {
        margin: 56px 44px 44px 44px
    }
}

.chr-cards-hero__images-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
    position: absolute;
    width: 100%
}

.chr-cards-hero__image {
    width: 100%
}

.chr-cards-hero__image--top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4
}

.chr-cards-hero__image--bottom {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3
}

.chr-cards-hero__image>picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.chr-cards-hero__image.password {
    position: absolute;
    width: 70%
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__image.password {
        top: 99px;
        -webkit-transform: translate(65%, 0);
        transform: translate(65%, 0)
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__image.password {
        top: 100px
    }
}

.chr-cards-hero__image.luck {
    position: absolute;
    -webkit-transform: translate(8%, 0);
    transform: translate(8%, 0);
    width: 55%
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__image.luck {
        bottom: -6px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__image.luck {
        bottom: -9px
    }
}

.chr-cards-hero__image.form {
    position: absolute;
    width: 50%
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__image.form {
        top: 99px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }
}

@media only screen and (min-width: 1250px)and (max-width: 1439px) {
    .chr-cards-hero__image.form {
        top: 62px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__image.form {
        top: 69px
    }
}

.chr-cards-hero__image.forward {
    position: absolute;
    -webkit-transform: translate(8%, 0);
    transform: translate(8%, 0);
    width: 80%
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__image.forward {
        bottom: -2px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__image.forward {
        bottom: -6px
    }
}

.chr-cards-hero__device {
    bottom: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70%
}

@media only screen and (min-width: 1080px)and (max-width: 1439px) {
    .chr-cards-hero__device {
        width: 60%
    }
}

.chr-cards-hero__eyebrow {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    padding-bottom: 32px;
    padding-top: 18px
}

.chr-cards-hero__heading {
    color: #000;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 700
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__heading {
        font-size: 2rem;
        line-height: 2.375rem
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__heading {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

.chr-cards-hero__heading--first {
    width: 260px
}

.chr-cards-hero__heading--second {
    width: 230px
}

.chr-cards-hero__heading--third {
    width: 271px
}

.chr-cards-hero__heading--fourth {
    width: 223px
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__heading--fourth {
        width: 270px
    }
}

.chr-cards-hero__description {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__description {
        font-size: 1rem;
        line-height: 1.75rem;
        padding-top: 24px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__description {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-right: 110px;
        padding-top: 16px
    }
}

.chr-cards-hero__description--second {
    margin-right: 22px
}

@media only screen and (min-width: 1024px) {
    .chr-cards-hero__description--third {
        margin-right: 5px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-cards-hero__description--third {
        margin-right: 15px
    }
}

.chr-go-mobile-qr {
    min-height: 770px
}

@media only screen and (min-width: 600px) {
    .chr-go-mobile-qr {
        min-height: 660px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-go-mobile-qr {
        min-height: 640px
    }
}

.chr-go-mobile-qr--secondary {
    min-height: 559px
}

@media only screen and (min-width: 600px) {
    .chr-go-mobile-qr--secondary {
        min-height: 401px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-go-mobile-qr--secondary {
        min-height: 470px
    }
}

.chr-header-v3__drawer-nav-li-link,
.chr-header-v3__drawer-nav-li .chr-link,
.chr-header-v3__drawer-nav-li .chr-cta__button,
.chr-header-v3__nav-li .chr-link,
.chr-header-v3__nav-li .chr-cta__button,
.chr-header-v3__nav-li-link,
.chr-header-v3__nav-li-sublink {
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    max-width: 100%
}

.chr-header-v3 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    z-index: 100;
    font-size: 1rem;
    line-height: 1.5rem
}

.chr-header-v3 .cta-container {
    -webkit-box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    height: 62px;
    position: fixed;
    top: 64px;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

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

@media only screen and (min-width: 560px) {
    .chr-header-v3 .cta-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        top: 0;
        width: auto;
        z-index: 1
    }
}

.chr-header-v3 .cta-container--not-on-mobile {
    display: none
}

@media only screen and (min-width: 600px) {
    .chr-header-v3 .cta-container--not-on-mobile {
        display: block
    }
}

.chr-header-v3 .cta-container.cta-container--animated-border {
    padding: 9px
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) {
    height: 64px;
    padding: 8px
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    border: none;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    height: 43.5px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin: 0;
    padding: 0 24px;
    width: 100%
}

.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border {
    color: #202125
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:hover,
.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:focus {
    background-color: #1967d2;
    color: #fff
}

.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:hover,
.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:focus {
    background-color: #aecbfa
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border.active,
.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:active {
    background-color: #185abc
}

.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border.active,
.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:active {
    background-color: #d2e3fc
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:disabled {
    background-color: rgba(32, 33, 37, .1)
}

.dark-theme .chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border:disabled {
    background-color: rgba(255, 255, 255, .16)
}

.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border .cta-animated-border__extra-content,
.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border .chr-cta__button__animated-border,
.chr-header-v3 .cta-container.cta-container--animated-border:not(.optimize-enabled) .cta-animated-border .chr-icon {
    display: none;
    visibility: hidden
}

.chr-header-v3 .cta-container.cta-container--animated-border.optimize-enabled .cta-animated-border {
    font-size: .75rem;
    line-height: 1.125rem;
    display: inline-block;
    height: 46.01px;
    padding-left: 20.74px;
    padding-right: 20.74px;
    width: 172px
}

.chr-header-v3 .cta-container.cta-container--animated-border.optimize-enabled .cta-animated-border .chr-icon {
    height: 15.2px;
    width: 15.2px
}

.chr-header-v3 .cta-container.cta-container--animated-border.optimize-enabled .cta-animated-border .chr-cta__button__animated-border {
    -webkit-transform: translate(-50%, -50%) scale(0.76, 0.79);
    transform: translate(-50%, -50%) scale(0.76, 0.79)
}

.chr-header-v3 .cta-container.cta-container--animated-border.optimize-enabled .cta-animated-border.cta-animated-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.chr-header-v3 .chr-cta__button {
    border-radius: 48px;
    display: none;
    width: 100%
}

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

.chr-header-v3 .chr-cta__button.show {
    display: inline-block
}

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

.cta--hidden .chr-header-v3__wrapper {
    -webkit-box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1)
}

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

.cta--hidden .cta-container {
    top: 0 !important
}

.chr-header-v3__hamburger {
    display: table;
    height: 100%;
    width: 64px
}

[dir=rtl] .chr-header-v3__hamburger {
    float: right
}

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

.channel-beta .chr-header-v3__hamburger,
.channel-canary .chr-header-v3__hamburger,
.channel-dev .chr-header-v3__hamburger {
    display: table
}

@media only screen and (min-width: 1190px) {

    .channel-beta .chr-header-v3__hamburger,
    .channel-canary .chr-header-v3__hamburger,
    .channel-dev .chr-header-v3__hamburger {
        display: none
    }
}

.chr-header-v3__hamburger-wrapper {
    display: table-cell;
    height: 100%;
    padding: 12px;
    vertical-align: middle
}

.chr-header-v3__hamburger-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background: none;
    border-radius: 50%;
    color: inherit;
    display: block;
    font: inherit;
    height: 100%;
    overflow: visible;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.chr-header-v3__hamburger-icon {
    height: 24px;
    margin: 0 auto;
    width: 24px
}

.chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--standard {
    fill: #202125;
    display: block
}

.dark-theme .chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--standard {
    fill: #fff
}

.chr-header-v3--reversed .chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--standard {
    display: none
}

.chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--reversed {
    fill: #fff;
    display: none
}

.dark-theme .chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--reversed {
    fill: #fff
}

.chr-header-v3--reversed .chr-header-v3__hamburger-icon.chr-header-v3__hamburger-icon--reversed {
    display: block
}

.chr-header-v3__wrapper {
    background-color: #fff;
    -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;
    height: 64px;
    position: relative
}

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

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

@media only screen and (min-width: 560px) {
    .chr-header-v3__wrapper {
        -webkit-box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
        box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
        z-index: -1
    }

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

.chr-header-v3__lockup {
    margin-left: 0;
    position: relative
}

@media only screen and (min-width: 1024px) {
    .chr-header-v3__lockup {
        margin-left: 12px
    }
}

.no-nav .chr-header-v3__lockup {
    margin-left: 12px
}

[dir=rtl] .chr-header-v3__lockup {
    direction: ltr;
    margin-left: 24px;
    margin-right: 0
}

.chr-header-v3__logo {
    height: 100%
}

.chr-header-v3__logo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding-left: 8px;
    font-size: 1.375rem;
    line-height: 2rem
}

[dir=rtl] .chr-header-v3__logo-link {
    direction: ltr
}

.chr-header-v3__logo-icon {
    height: 33px;
    width: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-header-v3__logo-icon {
        margin-top: 1px
    }
}

.chr-header-v3__logo-icon--privacy {
    height: 28px;
    width: 198px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-header-v3__logo-icon--privacy {
        margin-top: 1px
    }
}

.chr-header-v3__jump-to-content {
    display: none
}

.chr-header-v3__nav {
    display: none
}

@media only screen and (min-width: 1024px) {
    .chr-header-v3__nav {
        display: block;
        height: 100%;
        margin-left: 40px;
        max-width: 100%
    }
}

.channel-beta .chr-header-v3__nav,
.channel-canary .chr-header-v3__nav,
.channel-dev .chr-header-v3__nav {
    display: none
}

@media only screen and (min-width: 1190px) {

    .channel-beta .chr-header-v3__nav,
    .channel-canary .chr-header-v3__nav,
    .channel-dev .chr-header-v3__nav {
        display: block
    }
}

.chr-header-v3__nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

@media only screen and (min-width: 600px) {
    .chr-header-v3__nav-list {
        height: 100%;
        overflow: unset
    }
}

.chr-header-v3__nav-sublist {
    border: 1px solid #dbdce0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding: 6px 0;
    position: absolute;
    top: 54px
}

.dark-theme .chr-header-v3__nav-sublist {
    border: 1px solid #202125
}

.chr-header-v3__nav-sublist .chr-header-v3__nav-li {
    height: 46px;
    margin-bottom: 6px;
    padding: 0 8px
}

.chr-header-v3__nav-li {
    height: 46px
}

@media only screen and (min-width: 600px) {
    .chr-header-v3__nav-li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 64px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        position: relative
    }
}

.chr-header-v3__nav-li .chr-link,
.chr-header-v3__nav-li .chr-cta__button,
.chr-header-v3__nav-li-link,
.chr-header-v3__nav-li-sublink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 0 12px;
    width: 100%
}

.chr-header-v3__nav-li .chr-cta__button {
    -webkit-transition: none;
    transition: none
}

.chr-header-v3__nav-li .chr-cta__button .chr-icon {
    margin-left: 4px;
    margin-top: 2px;
    -webkit-transform: none;
    transform: none
}

.chr-header-v3__nav-li-icon,
.chr-header-v3__nav-li .chr-icon--link {
    margin-left: 4px
}

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

.chr-header-v3__drawer {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

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

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

@media only screen and (min-width: 1190px) {

    .channel-beta .chr-header-v3__drawer,
    .channel-canary .chr-header-v3__drawer,
    .channel-dev .chr-header-v3__drawer {
        display: none
    }
}

.chr-header-v3__drawer .chr-cta__button {
    -webkit-transition: none;
    transition: none
}

.chr-header-v3__drawer .chr-cta__button .chr-icon {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.chr-features-hero {
    background-color: #e8f0fe;
    height: 660px;
    overflow: hidden;
    position: relative
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chr-features-hero {
        -webkit-animation: none !important;
        animation: none !important
    }
}

.dark-theme .chr-features-hero {
    background-color: rgba(26, 115, 232, .28)
}

.chr-features-hero__content {
    height: 100%
}

.chr-features-hero__grid {
    height: 100%;
    position: relative
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

.chr-features-hero__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-top: 128px
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/span 9;
        margin-top: 144px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__text {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/span 6;
        margin-top: 0
    }
}

.chr-features-hero__headline {
    margin-bottom: 16px
}

@media only screen and (min-width: 600px) {
    .chr-features-hero__headline {
        letter-spacing: -0.8px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero__headline {
        letter-spacing: -0.5px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-features-hero__headline {
        font-size: 3.625rem;
        line-height: 3.5rem
    }
}

.chr-features-hero__headline.hidden {
    display: none
}

.chr-features-hero__subheadline {
    color: #3c4043
}

.dark-theme .chr-features-hero__subheadline {
    color: #e9eaee
}

@media only screen and (min-width: 1440px) {
    [data-locale=zh-CN_ALL] .chr-features-hero__subheadline {
        min-width: 640px
    }
}

.chr-features-hero__subheadline.hidden {
    display: none
}

.chr-features-hero__images-1,
.chr-features-hero__images-2,
.chr-features-hero__images-3,
.chr-features-hero__container-circle,
.chr-features-hero__circle-yellow,
.chr-features-hero__circle-blue,
.chr-features-hero__triangle-blue,
.chr-features-hero__images-rectangle {
    display: none
}

.chr-features-hero__images-rectangle {
    height: 0
}

@media only screen and (min-width: 1024px) {
    .chr-features-hero--text-wide .chr-features-hero__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/span 7
    }
}

[data-locale=bg_ALL] .chr-features-hero,
[data-locale=da_ALL] .chr-features-hero,
[data-locale=hi_ALL] .chr-features-hero,
[data-locale=hr_ALL] .chr-features-hero,
[data-locale=hu_ALL] .chr-features-hero,
[data-locale=id_ALL] .chr-features-hero,
[data-locale=it_ALL] .chr-features-hero,
[data-locale=iw_ALL] .chr-features-hero,
[data-locale=lv_ALL] .chr-features-hero,
[data-locale=lt_ALL] .chr-features-hero,
[data-locale=ms_ALL] .chr-features-hero,
[data-locale=nl_ALL] .chr-features-hero,
[data-locale=pl_ALL] .chr-features-hero,
[data-locale=pt-BR_ALL] .chr-features-hero,
[data-locale=pt-PT_ALL] .chr-features-hero,
[data-locale=ro_ALL] .chr-features-hero,
[data-locale=ru_ALL] .chr-features-hero,
[data-locale=sk_ALL] .chr-features-hero,
[data-locale=sl_ALL] .chr-features-hero,
[data-locale=sv_ALL] .chr-features-hero,
[data-locale=sr_ALL] .chr-features-hero,
[data-locale=tr_ALL] .chr-features-hero,
[data-locale=vi_ALL] .chr-features-hero {
    height: 710px;
    height: min(max(660px, 180vw), 710px);
    height: clamp(660px, 180vw, 710px)
}

@media only screen and (min-width: 600px) {

    [data-locale=bg_ALL] .chr-features-hero,
    [data-locale=da_ALL] .chr-features-hero,
    [data-locale=hi_ALL] .chr-features-hero,
    [data-locale=hr_ALL] .chr-features-hero,
    [data-locale=hu_ALL] .chr-features-hero,
    [data-locale=id_ALL] .chr-features-hero,
    [data-locale=it_ALL] .chr-features-hero,
    [data-locale=iw_ALL] .chr-features-hero,
    [data-locale=lv_ALL] .chr-features-hero,
    [data-locale=lt_ALL] .chr-features-hero,
    [data-locale=ms_ALL] .chr-features-hero,
    [data-locale=nl_ALL] .chr-features-hero,
    [data-locale=pl_ALL] .chr-features-hero,
    [data-locale=pt-BR_ALL] .chr-features-hero,
    [data-locale=pt-PT_ALL] .chr-features-hero,
    [data-locale=ro_ALL] .chr-features-hero,
    [data-locale=ru_ALL] .chr-features-hero,
    [data-locale=sk_ALL] .chr-features-hero,
    [data-locale=sl_ALL] .chr-features-hero,
    [data-locale=sv_ALL] .chr-features-hero,
    [data-locale=sr_ALL] .chr-features-hero,
    [data-locale=tr_ALL] .chr-features-hero,
    [data-locale=vi_ALL] .chr-features-hero {
        padding-top: 28px
    }
}

@media only screen and (min-width: 1024px) {

    [data-locale=bg_ALL] .chr-features-hero,
    [data-locale=da_ALL] .chr-features-hero,
    [data-locale=hi_ALL] .chr-features-hero,
    [data-locale=hr_ALL] .chr-features-hero,
    [data-locale=hu_ALL] .chr-features-hero,
    [data-locale=id_ALL] .chr-features-hero,
    [data-locale=it_ALL] .chr-features-hero,
    [data-locale=iw_ALL] .chr-features-hero,
    [data-locale=lv_ALL] .chr-features-hero,
    [data-locale=lt_ALL] .chr-features-hero,
    [data-locale=ms_ALL] .chr-features-hero,
    [data-locale=nl_ALL] .chr-features-hero,
    [data-locale=pl_ALL] .chr-features-hero,
    [data-locale=pt-BR_ALL] .chr-features-hero,
    [data-locale=pt-PT_ALL] .chr-features-hero,
    [data-locale=ro_ALL] .chr-features-hero,
    [data-locale=ru_ALL] .chr-features-hero,
    [data-locale=sk_ALL] .chr-features-hero,
    [data-locale=sl_ALL] .chr-features-hero,
    [data-locale=sv_ALL] .chr-features-hero,
    [data-locale=sr_ALL] .chr-features-hero,
    [data-locale=tr_ALL] .chr-features-hero,
    [data-locale=vi_ALL] .chr-features-hero {
        height: 660px;
        padding-top: 0
    }
}

[data-locale=cs_ALL] .chr-features-hero,
[data-locale=de_ALL] .chr-features-hero,
[data-locale=el_ALL] .chr-features-hero,
[data-locale=es_es] .chr-features-hero,
[data-locale=es_us] .chr-features-hero,
[data-locale=es-419_ALL] .chr-features-hero,
[data-locale=et_ALL] .chr-features-hero,
[data-locale=fi_ALL] .chr-features-hero,
[data-locale=fil_ALL] .chr-features-hero,
[data-locale=fr_ca] .chr-features-hero,
[data-locale=fr_ALL] .chr-features-hero,
[data-locale=uk_ALL] .chr-features-hero {
    height: 810px;
    height: min(max(710px, 200vw), 810px);
    height: clamp(710px, 200vw, 810px)
}

@media only screen and (min-width: 600px) {

    [data-locale=cs_ALL] .chr-features-hero,
    [data-locale=de_ALL] .chr-features-hero,
    [data-locale=el_ALL] .chr-features-hero,
    [data-locale=es_es] .chr-features-hero,
    [data-locale=es_us] .chr-features-hero,
    [data-locale=es-419_ALL] .chr-features-hero,
    [data-locale=et_ALL] .chr-features-hero,
    [data-locale=fi_ALL] .chr-features-hero,
    [data-locale=fil_ALL] .chr-features-hero,
    [data-locale=fr_ca] .chr-features-hero,
    [data-locale=fr_ALL] .chr-features-hero,
    [data-locale=uk_ALL] .chr-features-hero {
        padding-top: 28px
    }
}

@media only screen and (min-width: 1024px) {

    [data-locale=cs_ALL] .chr-features-hero,
    [data-locale=de_ALL] .chr-features-hero,
    [data-locale=el_ALL] .chr-features-hero,
    [data-locale=es_es] .chr-features-hero,
    [data-locale=es_us] .chr-features-hero,
    [data-locale=es-419_ALL] .chr-features-hero,
    [data-locale=et_ALL] .chr-features-hero,
    [data-locale=fi_ALL] .chr-features-hero,
    [data-locale=fil_ALL] .chr-features-hero,
    [data-locale=fr_ca] .chr-features-hero,
    [data-locale=fr_ALL] .chr-features-hero,
    [data-locale=uk_ALL] .chr-features-hero {
        height: 660px
    }
}

@media only screen and (min-width: 1440px) {

    [data-locale=cs_ALL] .chr-features-hero,
    [data-locale=de_ALL] .chr-features-hero,
    [data-locale=el_ALL] .chr-features-hero,
    [data-locale=es_es] .chr-features-hero,
    [data-locale=es_us] .chr-features-hero,
    [data-locale=es-419_ALL] .chr-features-hero,
    [data-locale=et_ALL] .chr-features-hero,
    [data-locale=fi_ALL] .chr-features-hero,
    [data-locale=fil_ALL] .chr-features-hero,
    [data-locale=fr_ca] .chr-features-hero,
    [data-locale=fr_ALL] .chr-features-hero,
    [data-locale=uk_ALL] .chr-features-hero {
        padding-top: 0
    }
}

.chr-hero-light {
    background-color: #e7f0fe;
    min-height: 300px
}

.chr-reversible--blue {
    min-height: 690px
}

@media only screen and (min-width: 600px) {
    .chr-reversible--blue {
        min-height: 840px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-reversible--blue {
        min-height: 536px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-reversible--blue {
        min-height: 640px
    }
}

.chr-reversible--green {
    min-height: 710px
}

@media only screen and (min-width: 600px) {
    .chr-reversible--green {
        min-height: 1000px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-reversible--green {
        min-height: 536px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-reversible--green {
        min-height: 640px
    }
}

@media only screen and (min-width: 600px) {
    .chr-reversible__grid {
        overflow: hidden
    }
}

.chr-reversible__text {
    display: none
}

.chr-scrollable__headline {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 1;
    grid-row: 1
}

@media only screen and (min-width: 600px) {
    .chr-scrollable__headline {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/span 5;
        padding-top: 100px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-scrollable__headline {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/span 4
    }
}

.chr-scrollable__pages {
    -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-scrollable__pages {
        -ms-grid-column: 6;
        -ms-grid-column-span: 6;
        grid-column: 6/span 6;
        -ms-grid-row: 1;
        grid-row: 1;
        padding-bottom: 120px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-scrollable__pages {
        -ms-grid-column: 5;
        -ms-grid-column-span: 7;
        grid-column: 5/span 7
    }
}

@media only screen and (min-width: 600px) {
    .chr-scrollable__page {
        overflow: hidden;
        padding-top: 120px
    }
}

@media only screen and (min-width: 600px) {
    .chr-scrollable__markers {
        -ms-grid-column: 12;
        -ms-grid-column-span: 1;
        grid-column: 12/span 1;
        -ms-grid-row: 1;
        grid-row: 1;
        padding-top: 100px;
        width: 24px
    }
}

@media only screen and (min-width: 1325px) {
    .chr-scrollable--heading-narrow .chr-scrollable__headline {
        max-width: 90%
    }
}

.chr-scrollable-hero {
    height: 150vh;
    position: relative;
    width: 100%
}

.chr-scrollable-hero__wrapper {
    height: 100vh;
    position: sticky;
    top: 0
}

.chr-scrollable-hero__background-images-wrapper {
    grid-column: 5/-1;
    height: 100vh;
    min-height: 600px
}

.chr-search-bar {
    min-height: 920px;
    overflow: hidden;
    padding: 80px 0
}

@media only screen and (min-width: 600px) {
    .chr-search-bar {
        min-height: 832px;
        padding: 120px 0
    }
}

@media only screen and (min-width: 1024px) {
    .chr-search-bar {
        min-height: 926px
    }
}

@media only screen and (min-width: 1440px) {
    .chr-search-bar {
        min-height: 870px
    }
}

.chr-search-bar__grid {
    overflow: hidden;
    position: relative
}

.chr-search-bar__search-box,
.chr-search-bar__text {
    display: none
}

.chr-slider {
    min-height: 780px
}

@media only screen and (min-width: 600px) {
    .chr-slider {
        min-height: 827px
    }
}

@media only screen and (min-width: 1024px) {
    .chr-slider {
        min-height: 765px
    }
}

.chr-tips-hero {
    min-height: 450px;
    position: relative
}

@media only screen and (min-width: 600px) {
    .chr-tips-hero {
        padding-top: 28px
    }
}

.chr-tips-hero__grid {
    position: relative
}

.chr-tips-hero__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/span 4;
    margin-top: 128px;
    padding-bottom: 108px
}

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

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

    [data-locale=es_es] .chr-tips-hero__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2/span 10
    }
}

.chr-tips-hero__headline {
    color: #202125;
    margin: 0 auto 16px;
    max-width: 840px;
    text-align: center
}

.dark-theme .chr-tips-hero__headline {
    color: #fff
}

@media only screen and (min-width: 1024px) {
    [data-locale=es_es] .chr-tips-hero__headline {
        max-width: none
    }
}

.chr-tips-hero__subheadline {
    color: #3c4043;
    text-align: center
}

.dark-theme .chr-tips-hero__subheadline {
    color: #e9eaee
}

@media only screen and (min-width: 600px) {
    .chr-tips-hero__subheadline {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 1024px) {
    [data-locale=es_es] .chr-tips-hero__subheadline {
        margin-left: auto;
        margin-right: auto;
        max-width: 840px
    }
}

@media only screen and (min-width: 600px) {

    [data-locale=ca_ALL] .chr-tips-hero,
    [data-locale=cs_ALL] .chr-tips-hero,
    [data-locale=bg_ALL] .chr-tips-hero,
    [data-locale=da_ALL] .chr-tips-hero,
    [data-locale=de_ALL] .chr-tips-hero,
    [data-locale=es_es] .chr-tips-hero,
    [data-locale=es-419_ALL] .chr-tips-hero,
    [data-locale=es_us] .chr-tips-hero,
    [data-locale=et_ALL] .chr-tips-hero,
    [data-locale=fil_ALL] .chr-tips-hero,
    [data-locale=fi_ALL] .chr-tips-hero,
    [data-locale=fr_ALL] .chr-tips-hero,
    [data-locale=fr_ca] .chr-tips-hero,
    [data-locale=hi_ALL] .chr-tips-hero,
    [data-locale=hr_ALL] .chr-tips-hero,
    [data-locale=hu_ALL] .chr-tips-hero,
    [data-locale=id_ALL] .chr-tips-hero,
    [data-locale=it_ALL] .chr-tips-hero,
    [data-locale=lv_ALL] .chr-tips-hero,
    [data-locale=lt_ALL] .chr-tips-hero,
    [data-locale=ms_ALL] .chr-tips-hero,
    [data-locale=nl_ALL] .chr-tips-hero,
    [data-locale=pl_ALL] .chr-tips-hero,
    [data-locale=pt-BR_ALL] .chr-tips-hero,
    [data-locale=pt-PT_ALL] .chr-tips-hero,
    [data-locale=ru_ALL] .chr-tips-hero,
    [data-locale=sl_ALL] .chr-tips-hero,
    [data-locale=sr_ALL] .chr-tips-hero,
    [data-locale=tr_ALL] .chr-tips-hero,
    [data-locale=vi_ALL] .chr-tips-hero,
    [data-locale=uk_ALL] .chr-tips-hero {
        padding-top: 38px
    }
}

@media only screen and (min-width: 1024px) {

    [data-locale=ca_ALL] .chr-tips-hero,
    [data-locale=cs_ALL] .chr-tips-hero,
    [data-locale=bg_ALL] .chr-tips-hero,
    [data-locale=da_ALL] .chr-tips-hero,
    [data-locale=de_ALL] .chr-tips-hero,
    [data-locale=es_es] .chr-tips-hero,
    [data-locale=es-419_ALL] .chr-tips-hero,
    [data-locale=es_us] .chr-tips-hero,
    [data-locale=et_ALL] .chr-tips-hero,
    [data-locale=fil_ALL] .chr-tips-hero,
    [data-locale=fi_ALL] .chr-tips-hero,
    [data-locale=fr_ALL] .chr-tips-hero,
    [data-locale=fr_ca] .chr-tips-hero,
    [data-locale=hi_ALL] .chr-tips-hero,
    [data-locale=hr_ALL] .chr-tips-hero,
    [data-locale=hu_ALL] .chr-tips-hero,
    [data-locale=id_ALL] .chr-tips-hero,
    [data-locale=it_ALL] .chr-tips-hero,
    [data-locale=lv_ALL] .chr-tips-hero,
    [data-locale=lt_ALL] .chr-tips-hero,
    [data-locale=ms_ALL] .chr-tips-hero,
    [data-locale=nl_ALL] .chr-tips-hero,
    [data-locale=pl_ALL] .chr-tips-hero,
    [data-locale=pt-BR_ALL] .chr-tips-hero,
    [data-locale=pt-PT_ALL] .chr-tips-hero,
    [data-locale=ru_ALL] .chr-tips-hero,
    [data-locale=sl_ALL] .chr-tips-hero,
    [data-locale=sr_ALL] .chr-tips-hero,
    [data-locale=tr_ALL] .chr-tips-hero,
    [data-locale=vi_ALL] .chr-tips-hero,
    [data-locale=uk_ALL] .chr-tips-hero {
        padding-top: 28px
    }
}

@media only screen and (min-width: 1440px) {

    [data-locale=ca_ALL] .chr-tips-hero,
    [data-locale=cs_ALL] .chr-tips-hero,
    [data-locale=bg_ALL] .chr-tips-hero,
    [data-locale=da_ALL] .chr-tips-hero,
    [data-locale=de_ALL] .chr-tips-hero,
    [data-locale=es_es] .chr-tips-hero,
    [data-locale=es-419_ALL] .chr-tips-hero,
    [data-locale=es_us] .chr-tips-hero,
    [data-locale=et_ALL] .chr-tips-hero,
    [data-locale=fil_ALL] .chr-tips-hero,
    [data-locale=fi_ALL] .chr-tips-hero,
    [data-locale=fr_ALL] .chr-tips-hero,
    [data-locale=fr_ca] .chr-tips-hero,
    [data-locale=hi_ALL] .chr-tips-hero,
    [data-locale=hr_ALL] .chr-tips-hero,
    [data-locale=hu_ALL] .chr-tips-hero,
    [data-locale=id_ALL] .chr-tips-hero,
    [data-locale=it_ALL] .chr-tips-hero,
    [data-locale=lv_ALL] .chr-tips-hero,
    [data-locale=lt_ALL] .chr-tips-hero,
    [data-locale=ms_ALL] .chr-tips-hero,
    [data-locale=nl_ALL] .chr-tips-hero,
    [data-locale=pl_ALL] .chr-tips-hero,
    [data-locale=pt-BR_ALL] .chr-tips-hero,
    [data-locale=pt-PT_ALL] .chr-tips-hero,
    [data-locale=ru_ALL] .chr-tips-hero,
    [data-locale=sl_ALL] .chr-tips-hero,
    [data-locale=sr_ALL] .chr-tips-hero,
    [data-locale=tr_ALL] .chr-tips-hero,
    [data-locale=vi_ALL] .chr-tips-hero,
    [data-locale=uk_ALL] .chr-tips-hero {
        padding-top: 0
    }
}

@media only screen and (min-width: 600px) {
    [data-locale=el_ALL] .chr-tips-hero {
        padding-top: 58px
    }
}

@media only screen and (min-width: 1024px) {
    [data-locale=el_ALL] .chr-tips-hero {
        padding-top: 38px
    }
}

.chr-ty-hero {
    min-height: 356px
}

.variant-optimize.show-header+.chr-header-v3 .cta-container {
    visibility: hidden
}

@media only screen and (min-width: 1024px) {
    .variant-optimize.show-header+.chr-header-v3 .cta-container {
        visibility: visible !important
    }
}

@media only screen and (min-width: 1024px) {
    .variant-optimize.show-header+.chr-header-v3 .chr-header-v3__hamburger {
        display: block
    }
}

.variant-optimize.show-header+.chr-header-v3 .chr-header-v3__hamburger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 1024px) {
    .variant-optimize.show-header+.chr-header-v3 .chr-header-v3__nav {
        display: none
    }
}

@media only screen and (min-width: 1024px) {
    .variant-optimize.show-header+.chr-header-v3 .chr-header-v3__drawer {
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .variant-optimize.show-header+.chr-header-v3 .chr-header-v3__drawer-backdrop {
        display: block
    }
}

.variant-optimize-header.hidden-nav+.chr-header-v3 .cta-container {
    visibility: hidden
}

@media only screen and (min-width: 1024px) {
    .variant-optimize-header.hidden-nav+.chr-header-v3 .cta-container {
        visibility: visible !important
    }
}

.variant-optimize-header.hidden-nav+.chr-header-v3 .chr-header-v3__hamburger {
    display: none
}

.variant-optimize-header.hidden-nav+.chr-header-v3 .chr-header-v3__nav {
    display: none
}

.chr-module-placeholder {
    height: 100vh
}

/*dwonbtn*/
.pc_dl,.android_dl,.ios_dl,.pc_v,.android_v,.ios_v {
	display: none; text-align: center;
}

.android_dl {
	background-color: #1da740 !important;
	color: #fff !important;
}
.pc_dl,
.ios_dl {color:#fff!important;}
#js-download-now,#js-download-now1,#js-download-now2{color:#174ea6!important;}
#js-download-now1.android_dl {color:#fff!important;}
.m-on{
    display: none;
}
.m-none{
    display: block;;
}

.index-btn_wrap{position: relative;cursor: pointer;}
.index-code-box{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(./code-box.png);background-size:179px 197px;position:absolute;top: 60px;left:22%;z-index:5;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}

.chr-homepage-hero__download .down-base-info {
    margin: 12px 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #3c4043;
    justify-content: center;
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: .2px;
}

.chr-homepage-hero__download .down-base-info em {
    font-style: normal;
}

.banner-imgs{
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 16px auto;
    justify-content: center;
}

.banner-imgs img{
    width: 18%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 5px 1px #e5e5e5;
}


.chr-section-main {
    width: 1200px;
    margin: 100px auto;
}

.chr-section-main .section-item {
    display: flex;
    align-items: center;
    gap:60px;
    padding: 65px 0;
}

.chr-section-main .section-item:nth-child(2n) .item-left{
    order: 2;
}

.chr-section-main .section-item .item-left {
    width: 386px;
    margin: 0 64px;
}

.chr-section-main .section-item .item-left .left-name {
    letter-spacing: .5px;
    color: #202125;
    line-height: 28px;
    font-size: 14px;
}

.chr-section-main .section-item .item-left .left-section-name {
    letter-spacing: -0.25px;
    color: #202125;
    line-height: 46px;
    font-size: 36px;
    font-weight: 500;
    margin-top: 8px;
}

.chr-section-main .section-item .item-left .left-desc {
    letter-spacing: .1px;
    color: #3c4043;
    line-height: 30px;
    font-size: 16px;
}

.chr-section-main .section-item img {
    height: 390px;
    width: auto;
}
.box-question {display: flex;justify-content: center;column-gap: 110px;max-width: 1200px;margin: auto;margin-bottom: 100px;}
.box-question .item {display: flex;flex-direction: column;padding: 32px 0;row-gap: 16px;width: 33.333%;}
.box-question .item div {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-left: -38px;
    font-size: 20px;
    color: #326BFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-question .item h3{
    font-weight: 400;
    font-size: 20px;
    width: 390px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-question .item p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-question .item div::before {
    content: '';
    display: flex;
    width: 30px;
    height: 30px;
    background-image: url('./question.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.to_top{position:fixed;right:56px;bottom:100px;cursor:pointer;display: none;}
.to_top img{width:50px;height:50px;}

footer .friend-link{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 8px;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}
footer .friend-link a{color: #000;}

@media screen and (max-width: 810px){
    .m-on{
        display: block;
    }
    .m-none{
        display: none;;
    }
    
    .chr-header-v3__logo-icon {
        width: 108px;
    }
    .chr-homepage-hero__logo {
        margin-bottom:8px!important;
    }
    .chr-homepage-hero__logo h1,.chr-homepage-hero__logo .index-name{
        font-size: 2rem !important;
        font-weight: 600 !important;
    }
    .chr-homepage-hero__logo img{
        height: 40px!important;
        width: 40px!important;
    }
    .chr-headline-1{
        font-size: 1.25rem;
        margin-bottom:12px!important;
    }

    .chr-homepage-hero__download .down-base-info {
        margin: .5rem 0;
        gap: 0 .5rem;
        flex-wrap: wrap;
    }

    .banner-imgs{
        display: flex;
        align-items: center;
        gap: .5rem;
        width: 100%;
        margin: 1rem auto 1rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .banner-imgs img{
        width: 22%;
        height: auto;
        border-radius: .5rem;
        box-shadow: 0 0 5px 1px #e5e5e5;
    }

    .chr-section-main {
        width: 100%;
        margin: 2rem auto;
    }

    .chr-section-main .section-item {
        display: flex;
        align-items: center;
        gap:1rem;
        padding: 1rem;
        flex-direction: column;
    }

    .chr-section-main .section-item:nth-child(2n) .item-left{
        order: unset;
    }

    .chr-section-main .section-item .item-left {
        width: 100%;
        margin: 0 1rem;
    }

    .chr-section-main .section-item .item-left .left-name {
        line-height: 1.25rem;
        font-size: .875rem;
    }

    .chr-section-main .section-item .item-left .left-section-name {
        line-height: 2rem;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: .5rem;
    }

    .chr-section-main .section-item .item-left .left-desc {
        line-height: 1.5rem;
        font-size: 1rem;
        margin-top: .5rem;
    }

    .chr-section-main .section-item img {
        height: auto;
        width: 100%;
    }
    
    .box-question {padding: 1.625rem 1rem 1rem 2.5rem;background-color: #fff;flex-direction: column;align-items: flex-start;row-gap: 1rem;margin-bottom:0;}
    .box-question .item {padding: 0;row-gap: 0.5rem;width: 100%;}
    .box-question .item div {margin-left: -1.5rem;font-size: 0.875rem;column-gap: 0.5rem;}
    .box-question .item div::before { width: 1.175rem;height: 1rem;background-size: 1rem 1rem; }
    .box-question .item p { width: 100%;font-size: 0.75rem;line-height: 1.25rem; }
    .box-question .item h3{
        font-size: 0.875rem;
        width: 22rem;
    }
    
    .to_top {
        right: 1rem !important;
        bottom: 2rem !important;
    }

    .to_top img {
        width: 1.5625rem !important;
        height: 1.5625rem !important;
    }
}
#beian,.beian{
    display: inline-block;
    /* margin-top: 8px; */
}


/*详情页*/
#main a {color: #333;}
.banner-top {
    height: 64px;
    display: flex;
    padding: 0 20px;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.banner-top .cat-nav {
    margin-left: 70px;
    line-height: 62px;
}

.banner-top .cat-nav a {
    margin-right: 48px;
    font-size: 16px;
    color: #202125;
    display: inline-block;
}

.banner-top .cat-nav .on, .banner-top .cat-nav a:hover {
    color: #3e73ed;
    border-bottom: 2px solid #3e73ed;
}

.banner-top .left {
    display: flex;
    align-items: center;
}

.banner-top .left a {
    font-size: 16px;
}

.banner-top .left a:hover {
    color: #3e73ed;
}

.banner-top .left a img {
    width: auto;
    height: 33px;
    vertical-align: bottom;
}

.banner-top .left a .m-h-logo {
    display: none;
}

/*.nav-banner .banner-top .left a img {*/
/*    width: 152px;*/
/*    height: 34px;*/
/*}*/

.banner-top .right,.chr-header-v3__wrapper .right {
    font-size: 16px;
    color: #3e73ed;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    column-gap: 24px;
    margin-left: 120px;
    margin-right: auto;
}
.banner-top .right .active,.chr-header-v3__wrapper .right .active {
    color:#346CEA!important;
}
.chr-header-v3__wrapper .right {
    margin-left: 122px;
}
.installed {
    width: 1200px;
    margin: auto;
}

.installed-top {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.installed-top span {
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}

.installed-top a,.installed-top h1 {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
}

.installed-top a:hover {
    color: #3d73ed;
}

.installed-main {
    width: 100%;
}
article {
    width: 870px;
    display: inline-block;
}

aside {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.installed-details {
    width: 870px;
    height: 100%;
    margin-top: 30px;
}

.installed-details-top {
    text-align: center;
    border-bottom: 1px #EDEDED solid;
}

.installed-details-top .h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    font-weight: bold;
}

.installed-details-top div {
    width: 503px;
    padding-top: 20px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}

.installed-details-top span {
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    display: flex;
    align-items: center;
}

.installed-details-top img {
    margin-right: 10px;
}
.installed-details-top em {
    font-style: normal;
}
.installed-details-center {
    padding-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}
.installed-details-center a {
    color:#366FED!important;
    text-decoration: underline;
}
.installed-details-center h2 {
    padding-bottom: 15px;
    margin: 0 15px 10px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #3d73ed;
}

.installed-details-center h3 {
    margin: 10px 0;
    line-height: 35px;
    height: 35px;
    background: #f3f2f5;
    border-left: 5px solid #2663ED;
    padding-left: 10px;
    color: #2663ED;
}

.installed-details-center > div {
    text-align: center;
    margin-top: 20px;
}

.installed-details-center > div > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #3d73ed;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

.installed-details-center p {
    width: 840px;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}

.installed-details-center .h4 {
    width: 821px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    font-weight: 900;
}

.installed-details-center .h6 {
    width: 107px;
    height: 25px;
    background-color: #3d73ed;
    border-radius: 0px 13px 13px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    margin-top: 35px;
}

.installed-details-center img {
    display: block;
    margin: 20px auto;
    box-shadow: 0px 0px 20px 0px rgba(57,57,57,0.12);
    max-width: 70%;
}

.installed-details-center .p1 {
    margin: 30px 0 0;
}

.installed-details-center .p1 a {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.installed-details-center .p1 a:nth-child(2) {
    float: right;
    text-align: right;
}

.installed-details-center .p1 a:hover {
    color: #3d73ed;
}

.news-b {
    margin-top: 25px;
}

.news-b h2 {
    font-size: 16px;
    font-weight: normal;
}

p.subtitle {
    font-size: 16px;
}

.news-b > p > span:nth-child(1) {
    width: 40px;
    height: 2px;
    background: #333;
}

.news-b > p > span:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 2px;
    background: #3d73ed;
    margin-left: 2px;
}

.news-b .flex {
    display: flex;
    justify-content: space-between;
}

.news-b .flex a {
    font-size: 14px;
    margin-right: 10px;
}

.installed-main .news-b span.w840 {
    width: 840px;
}

.news-b #news-b {
    margin: 20px 15px 0;
    font-size: 14px;
}

.news-b #news-b > .down {
    border: 1px solid #366FED;
    padding: 3px 5px;
    border-radius: 3px;
    color: #366FED;
}

.news-b #news-b > .t {
    display: inline-block;
    width: 435px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-b #news-b > span {
    margin-left: 25px;
    display: inline-block;
    width: 120px
}

.news-b #news-b .news-b-span {
    margin: 0 25px 0 30px;
}

.news-b #news-b > span > em {
    color: #3d73ed;
    font-style: normal;
}

.news-b #news-b > span > img {
    margin-right: 8px;
    vertical-align: bottom;
}

.news-b #news-b > div:nth-child(1) .h4 {
    display: inline-block;
    margin-top: 0px;
}

.news-b #news-b > div:nth-child(1) span {
    display: inline-block;
    float: right;
}

.news-b #news-b p {
    margin-top: 20px;
}

.news-b #news-b p:nth-child(2) {
    margin-top: 0px;
}

.news-b #news-b > div .h1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
}

.news-b #news-b > div > span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #8c8c8c;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
}

.news-b #news-b > p > span:nth-child(1) {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #333;
}

.news-b #news-b > p > span:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 2px;
    background: #3d73ed;
    margin-left: 2px;
}

.news-b #news-b .h6 {
    vertical-align: text-bottom;
    display: inline-block;
    background-color: #366FED;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 3px;
    margin-left: 2px;
    margin-top: -2px;
    padding: 2px 6.8px;
}

.news-b #news-ba {
    display: inline-block;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.news-b #news-b a:hover {
    color: #3d73ed;
}
.news-b #news-b .none {width:110px;}
.news-relation {
    border: 1px #EDEDED solid;
    border-top: none;
}

.m-sw-center .news-param {
    border-bottom: none;
}

.aside-div2 {
    margin-top: 40px;
}

.aside-div2 > div:nth-child(1) .h4 {
    display: inline-block;
    margin-top: 0px;
}

.aside-div2 > div:nth-child(1) span {
    display: inline-block;
    float: right;
}

.aside-div2 p {
    margin-top: 20px;
}

.aside-div2 p:nth-child(2) {
    margin-top: 0px;
}

.aside-div2 > div .h1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
}

.aside-div2 > div > span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #8c8c8c;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
}

.aside-div2 > p > span:nth-child(1) {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #333;
}

.aside-div2 > p > span:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 2px;
    background: #3d73ed;
    margin-left: 2px;
}

.aside-div2 .h6 {
    display: inline-block;
    background-color: #3d73ed;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 3px;
    margin-left: 2px;
    margin-top: -2px;
    padding: 2px 6.8px;
    vertical-align: text-bottom;
}

.aside-div2 a {
    display: inline-block;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.aside-div2 .down {
    display: none;
}

#main .aside-div2 a:hover,
#main .installed-details-center .p1 a:hover {
    color: #3d73ed;
}
.main_wrap {
    width: 1200px;
    margin: auto;
}
.part-privacy h1 {
    font-size: 32px;
}
.part-privacy {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
}
.part-privacy p{
    font-size: 16px;
    line-height: 24px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.session1 {
    width: 1200px;
    margin: 0 auto;
}

.session1 .part-left {
    width: 100%;
}

/* .session1 .part-right {
    width: 316px;
} */

.session1 .part-left .list {
    background: #fff;
}

.session1 .part-left .list .item {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
}

.session1 .part-left .list .item:first-child {
    margin-top: 0;
}

.session1 .part-left .list .item .thumb {
    width: 180px;
    height: 120px;
    border-radius: 5px;
    object-fit: cover;
}

.session1 .part-left .list .item .info {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.session1 .part-left .list .item .info .name h2 {
    font-family: Microsoft YaHei,Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.session1 .part-left .list .item .info .name:hover {
    color: #3E73ED
}

.session1 .part-left .list .item .info .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.session1 .part-left .list .item .info .date {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center
}

/*.session1 .part-left .list .item .info .date::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/icon-date.png);
    background-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}*/

.session1 .part-left .list .item .down {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #346CEA;
    border-radius: 15px 15px 15px 15px;
    font-size: 12px;
    color: #fff!important;
}

.session1 .part-left .list .item .down::before {
    content: url(./icon-read.png);
    margin-right: 4px;
    vertical-align: -webkit-baseline-middle;
}

.session1 .part-left .list .item .down:hover {
    background-color: #1653df;
}
.page {
    margin: 24px 0;
    text-align: center;
}

.page span {
    background-color: #3E73ED;
    color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(157,157,157,0.44);
    text-align: center;
    margin: 0 0px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.page a {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157,157,157,0.44);
    text-align: center;
    padding: 5px 10px;
    margin: 0 8px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    color: #333;
}

.page .a1,.page .current,.page .page-span,.page span:hover {
    width: auto;
    border-radius: 3px;
    padding: 5px 10px;
}

.page select {
    height: 28px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157,157,157,0.44);
    text-align: center;
    line-height: 28px;
    border: aliceblue;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}
@media screen and (max-width: 810px) {
    .installed-top span {
        font-size: .75rem;
    }
    .chr-header-v3__logo-link {
        padding-left:1rem;
    }
    .banner-top {
        /* height: 3.5rem; */
        padding: 0 .1rem;
        box-shadow: unset;
    }
    .banner-top .left {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
    }

    .banner-top .left a {
        margin-left: 1rem;
        font-size: 1rem;
        display: flex;
    }

     .banner-top .left a img {
        width: 108px;
    } 

    .banner-top .left a .pc-h-logo {
        display: none;
    }

    .banner-top .left a .m-h-logo {
        display: block;
        height: 24px;
        width: auto;
    }
    .banner-top .right,.chr-header-v3__wrapper .right {
        font-size: 14px;
        padding: 0 1rem 0 0;
        line-height: 1.5rem;
        border-radius: 1rem;
        margin-left: auto;
        margin-right: 0;
    }

    .banner-top .cat-nav {
        margin-left: 0;
        /* line-height: 46px; */
    }

    .banner-top .cat-nav a {
        margin-right: 12px;
        font-size: 16px;
        display: inline-block;
    }

    .installed-top {
        background: #F6F6F6;
        font-size: 0.75rem;
        color: #707070;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: .5rem 1rem;
        margin-top: 0;
    }
    .installed-top a, .installed-top h1 {
        font-size: 0.75rem;
    }
    .installed-main {
        display: flex;
        flex-direction: column;
    }
    .installed-details-center {
        margin: 0;
        font-size: .875rem;
        line-height: 1.75rem;
    }
    .installed-details-center p {
        font-size: .875rem;
        line-height: 1.75rem;
    }
    .installed,
    .news-b > p > span:nth-child(2),
    .installed-details,
    .installed-details-top div,
    .installed-details-center p,
    article {
        width: 100%;
    }
    .installed-details-center .p1 a {
        width: 45%;
    }
    .news-b #news-b > .t {
        width: 60%;
        font-size: .75rem;
    }
    .installed-details-top {
        border-bottom: 5px #EDEDED solid;
        padding: 0 1rem;
    }
    .installed-details-top .h1 {
        margin-top: 0;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .installed-details-top div {
        justify-content: center;
        column-gap: 2rem;
    }
    
    .installed-details-top div span:nth-child(4){
        margin: 0 1rem;
    }
    .news-b #news-b > span {
        display: none;
    }
    .installed-details-center {
        padding: 1rem;
    }
    .installed-details-center p,
    .installed-details-center span {
        margin: 0;
        font-size: 1rem;
    }
    #main .line {
        background-color: #F3F5F9;
        height: 0.5rem;
        display: block;
    }
    .aside-div2,
    .news-b {
        padding: 0 1rem;
    }
    .news-b #news-b {
        margin: 0;
    }
    .aside-div2 > p > span:nth-child(2) {
        width: 86.8%;
    }
    /*.news-b #news-b .h6 {*/
    /*    width: 1.25rem;*/
    /*    height: 1.25rem;*/
    /*}*/
    .news-b #news-b .h6 {
        vertical-align: super;
        font-size: .75rem;
        padding: .1525rem .375rem;
    }
    .news-b #news-b > .down {
        margin-left: 3rem;
        font-size: .75rem;
    }
    .aside-div2 a {
        width: 88%;
        font-size: .75rem;
    }
    .aside-div2 .down {
        width: auto;
        border: 1px solid #366FED;
        padding: 3px 5px;
        border-radius: 3px;
        color: #366FED!important;
        margin-left: 3rem;
    }
    /*.aside-div2 .h6 {
        width: 1.25rem;
        height: 1.25rem;
    }*/
    .aside-div2 .h6 {
        vertical-align: super;
        font-size: .75rem;
        padding: .1525rem .375rem;
    }
    .main_wrap {
        width: 100%;
        margin: auto;
    }
    .part-privacy h1 {
        font-size: 2rem;
    }
    .part-privacy {
        padding: 1rem;
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
    .part-privacy p{
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
    .session1 {
        width: -webkit-fill-available;
        background-color: #fff;
    }

    .session1 .part-left {
        width: inherit;
    }

    .session1 .part-left .list {
        padding: 0 1.5rem;
    }

    .session1 .part-left .list .item {
        padding-bottom: 1rem;
    }

    .session1 .part-left .list .item .thumb {
        width: 6.75rem;
        height: 4.125rem;
    }

    .session1 .part-left .list .item .info {
        width: calc(100% - 7.25rem);
        padding: 0.45rem 0;
    }

    .session1 .part-left .list .item .info .name {
        font-size: 0.875rem;
    }

    .session1 .part-left .list .item .info .name h2 {
        font-size: 0.875rem;
    }

    .session1 .part-left .list .item .info .date {
        font-size: 0.8rem;
        display: flex;
        align-items: center
    }

    .session1 .part-left .list .item .down {
        width: 4.9875rem;
        height: 1.625rem;
        font-size: 0.75rem;
        bottom: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .session1 .part-left .list .item .down::before {
        content: "";
        background: url("./icon-read.png") no-repeat;
        background-size: .75rem;
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.125rem;
    }
    .footer-desc {
        margin-bottom: 0;
        font-size: .75rem;
    }
    .m-none {
        display: none !important;
    }
    .page {
        margin-top: 0;
    }

    .page a {
        margin-top: 1rem;
    }

    .page select,.page a,.page span {
        font-size: 0.8rem;
    }
    footer .friend-link {
        font-size: .75rem;
    }
}
/*结束*/