#gg-wrapper {
    --gg-container-width: calc(82.05128vw + 4.61538px);
    --gg-height-nav: 65px;
    --gg-height-box: calc( 100vh - var(--gg-height-nav) - 120px);
    --gg-height-full: calc( 100vh - var(--gg-height-nav));
    --gg-gap: calc(8.97436vw + -2.30769px)
}

@font-face {
    font-family: 'GG Manrope';
    src: url(../fonts/manrope/Manrope-Bold.woff2) format("woff2"), url(../fonts/manrope/Manrope-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'GG Manrope';
    src: url(../fonts/manrope/Manrope-Medium.woff2) format("woff2"), url(../fonts/manrope/Manrope-Medium.woff) format("woff");
    font-style: normal;
    font-weight: 500
}

#gg-v3-nav-hack * {
    font-family: 'GG Manrope', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif
}

#gg-wrapper {
    letter-spacing: calc((-.03783em + .52609px)*10);
    font-family: 'GG Manrope', sans-serif;
    font-size: calc(.38462vw + 14.61538px);
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: normal;
    color: #1e2022;
    font-feature-settings: 'calt' 1, 'liga' 1
}

#gg-wrapper button {
    font-size: inherit
}

#gg-wrapper *,
#gg-wrapper ::after,
#gg-wrapper ::before {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    letter-spacing: calc(-.03783em + .52609px)
}

#gg-wrapper ::-moz-selection {
    background: rgba(210, 10, 44, .8)
}

#gg-wrapper ::selection {
    background: rgba(210, 10, 44, .8)
}

#gg-wrapper ::-moz-selection {
    background: rgba(210, 10, 44, .8)
}

#gg-wrapper ::-webkit-selection {
    background: rgba(210, 10, 44, .8)
}

#gg-wrapper a:link,
#gg-wrapper a:visited {
    color: #ce0e2d;
    text-decoration: none;
    transition: color .2s ease-out
}

#gg-wrapper a:link.gg-text,
#gg-wrapper a:visited.gg-text {
    color: #211d1e
}

#gg-wrapper a:link.gg-text-underline,
#gg-wrapper a:visited.gg-text-underline {
    transition: color .2s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 1px #211d1e;
    color: #211d1e
}

#gg-wrapper a:hover {
    color: #211d1e
}

#gg-wrapper a:hover.gg-text {
    color: #ce0e2d
}

#gg-wrapper a:hover.gg-text-underline {
    box-shadow: 0 1px #ce0e2d;
    color: #ce0e2d
}

#gg-wrapper a.gg-inverted:link,
#gg-wrapper a.gg-inverted:visited {
    color: #f4f3f3
}

#gg-wrapper a.gg-inverted:hover {
    color: #ce0e2d
}

#gg-wrapper p {
    margin-top: .8em;
    margin-bottom: .8em;
    line-height: 1.6em
}

#gg-wrapper p small {
    display: block;
    line-height: 1.2em;
    margin-top: .8em
}

#gg-wrapper .gg-text-large {
    font-size: calc(1.02564vw + 12.30769px)
}

#gg-wrapper .h1,
#gg-wrapper .h2,
#gg-wrapper .h3,
#gg-wrapper .h4,
#gg-wrapper .h5,
#gg-wrapper .h6,
#gg-wrapper h1,
#gg-wrapper h2,
#gg-wrapper h3,
#gg-wrapper h4,
#gg-wrapper h5,
#gg-wrapper h6 {
    line-height: 1.25em;
    margin: 0
}

#gg-wrapper .h1,
#gg-wrapper h1 {
    font-size: calc(4.61538vw + 31.38462px);
    font-weight: 700
}

#gg-wrapper .h2,
#gg-wrapper h2 {
    font-size: calc(2.05128vw + 40.61538px);
    font-weight: 700
}

#gg-wrapper .h3,
#gg-wrapper h3 {
    font-size: calc(2.05128vw + 24.61538px);
    font-weight: 700
}

#gg-wrapper .h4,
#gg-wrapper h4 {
    font-size: calc(1.53846vw + 18.46154px);
    font-weight: 700
}

#gg-wrapper .h5,
#gg-wrapper h5 {
    font-size: calc(.76923vw + 17.23077px);
    font-weight: 700
}

#gg-wrapper .h6,
#gg-wrapper h6 {
    font-size: calc(.19231vw + 10.30769px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em
}

#gg-wrapper .gg-small-md {
    font-size: 16px
}

@media (max-aspect-ratio:1 / 1) {
    #gg-wrapper .h1-xs {
        font-size: calc(4.61538vw + 31.38462px)
    }
    #gg-wrapper .h2-xs {
        font-size: calc(2.05128vw + 40.61538px)
    }
    #gg-wrapper .h3-xs {
        font-size: calc(2.05128vw + 24.61538px)
    }
    #gg-wrapper .h4-xs {
        font-size: calc(1.53846vw + 18.46154px)
    }
    #gg-wrapper .h5-xs {
        font-size: calc(.76923vw + 17.23077px)
    }
}

#gg-wrapper .gg-weight-medium {
    font-weight: 500
}

#gg-wrapper .gg-small,
#gg-wrapper .small,
#gg-wrapper small {
    font-size: calc(.19231vw + 12.30769px)
}

#gg-wrapper .gg-tiny {
    font-size: calc(.12821vw + 10.53846px)
}

#gg-wrapper .gg-muted {
    opacity: .4
}

#gg-wrapper strong {
    font-weight: 700
}

.gg-text-normal {
    font-weight: 500!important
}

html[lang=ja-JP] #gg-wrapper *,
html[lang=ko-KR] #gg-wrapper *,
html[lang=zh-CN] #gg-wrapper * {
    letter-spacing: 0
}

@media (min-aspect-ratio:2001 / 3000) and (min-height:750px) {
    html[lang=ja-JP] .gg-narrow-center,
    html[lang=ko-KR] .gg-narrow-center,
    html[lang=zh-CN] .gg-narrow-center {
        max-width: 100vh
    }
}

html[lang=my-MM] #gg-wrapper .h1,
html[lang=my-MM] #gg-wrapper .h2,
html[lang=my-MM] #gg-wrapper .h3,
html[lang=my-MM] #gg-wrapper .h4,
html[lang=my-MM] #gg-wrapper .h5,
html[lang=my-MM] #gg-wrapper .h6,
html[lang=my-MM] #gg-wrapper h1,
html[lang=my-MM] #gg-wrapper h2,
html[lang=my-MM] #gg-wrapper h3,
html[lang=my-MM] #gg-wrapper h4,
html[lang=my-MM] #gg-wrapper h5,
html[lang=my-MM] #gg-wrapper h6 {
    line-height: 1.6em!important
}

html[lang=bg-BG] #gg-wrapper p.gg-text-large,
html[lang=de-AT] #gg-wrapper p.gg-text-large,
html[lang=de-CH] #gg-wrapper p.gg-text-large,
html[lang=de-DE] #gg-wrapper p.gg-text-large,
html[lang=fi-FI] #gg-wrapper p.gg-text-large,
html[lang=lt-LT] #gg-wrapper p.gg-text-large,
html[lang=ru-RU] #gg-wrapper p.gg-text-large,
html[lang=uk-UA] #gg-wrapper p.gg-text-large {
    font-size: calc(.89744vw + 10.76923px)
}

html[lang=bg-BG] #gg-wrapper .h1,
html[lang=bg-BG] #gg-wrapper h1,
html[lang=de-AT] #gg-wrapper .h1,
html[lang=de-AT] #gg-wrapper h1,
html[lang=de-CH] #gg-wrapper .h1,
html[lang=de-CH] #gg-wrapper h1,
html[lang=de-DE] #gg-wrapper .h1,
html[lang=de-DE] #gg-wrapper h1,
html[lang=fi-FI] #gg-wrapper .h1,
html[lang=fi-FI] #gg-wrapper h1,
html[lang=lt-LT] #gg-wrapper .h1,
html[lang=lt-LT] #gg-wrapper h1,
html[lang=ru-RU] #gg-wrapper .h1,
html[lang=ru-RU] #gg-wrapper h1,
html[lang=uk-UA] #gg-wrapper .h1,
html[lang=uk-UA] #gg-wrapper h1 {
    font-size: calc(2.05128vw + 40.61538px)
}

html[lang=bg-BG] #gg-wrapper .h2,
html[lang=bg-BG] #gg-wrapper h2,
html[lang=de-AT] #gg-wrapper .h2,
html[lang=de-AT] #gg-wrapper h2,
html[lang=de-CH] #gg-wrapper .h2,
html[lang=de-CH] #gg-wrapper h2,
html[lang=de-DE] #gg-wrapper .h2,
html[lang=de-DE] #gg-wrapper h2,
html[lang=fi-FI] #gg-wrapper .h2,
html[lang=fi-FI] #gg-wrapper h2,
html[lang=lt-LT] #gg-wrapper .h2,
html[lang=lt-LT] #gg-wrapper h2,
html[lang=ru-RU] #gg-wrapper .h2,
html[lang=ru-RU] #gg-wrapper h2,
html[lang=uk-UA] #gg-wrapper .h2,
html[lang=uk-UA] #gg-wrapper h2 {
    font-size: calc(1.02564vw + 28.30769px)
}

html[lang=bg-BG] #gg-wrapper .h3,
html[lang=bg-BG] #gg-wrapper h3,
html[lang=de-AT] #gg-wrapper .h3,
html[lang=de-AT] #gg-wrapper h3,
html[lang=de-CH] #gg-wrapper .h3,
html[lang=de-CH] #gg-wrapper h3,
html[lang=de-DE] #gg-wrapper .h3,
html[lang=de-DE] #gg-wrapper h3,
html[lang=fi-FI] #gg-wrapper .h3,
html[lang=fi-FI] #gg-wrapper h3,
html[lang=lt-LT] #gg-wrapper .h3,
html[lang=lt-LT] #gg-wrapper h3,
html[lang=ru-RU] #gg-wrapper .h3,
html[lang=ru-RU] #gg-wrapper h3,
html[lang=uk-UA] #gg-wrapper .h3,
html[lang=uk-UA] #gg-wrapper h3 {
    font-size: calc(1.02564vw + 20.30769px)
}

html[lang=bg-BG] #gg-wrapper .h4,
html[lang=bg-BG] #gg-wrapper h4,
html[lang=de-AT] #gg-wrapper .h4,
html[lang=de-AT] #gg-wrapper h4,
html[lang=de-CH] #gg-wrapper .h4,
html[lang=de-CH] #gg-wrapper h4,
html[lang=de-DE] #gg-wrapper .h4,
html[lang=de-DE] #gg-wrapper h4,
html[lang=fi-FI] #gg-wrapper .h4,
html[lang=fi-FI] #gg-wrapper h4,
html[lang=lt-LT] #gg-wrapper .h4,
html[lang=lt-LT] #gg-wrapper h4,
html[lang=ru-RU] #gg-wrapper .h4,
html[lang=ru-RU] #gg-wrapper h4,
html[lang=uk-UA] #gg-wrapper .h4,
html[lang=uk-UA] #gg-wrapper h4 {
    font-size: calc(.76923vw + 17.23077px)
}

html[lang=bg-BG] #gg-wrapper .h5,
html[lang=bg-BG] #gg-wrapper h5,
html[lang=de-AT] #gg-wrapper .h5,
html[lang=de-AT] #gg-wrapper h5,
html[lang=de-CH] #gg-wrapper .h5,
html[lang=de-CH] #gg-wrapper h5,
html[lang=de-DE] #gg-wrapper .h5,
html[lang=de-DE] #gg-wrapper h5,
html[lang=fi-FI] #gg-wrapper .h5,
html[lang=fi-FI] #gg-wrapper h5,
html[lang=lt-LT] #gg-wrapper .h5,
html[lang=lt-LT] #gg-wrapper h5,
html[lang=ru-RU] #gg-wrapper .h5,
html[lang=ru-RU] #gg-wrapper h5,
html[lang=uk-UA] #gg-wrapper .h5,
html[lang=uk-UA] #gg-wrapper h5 {
    font-size: calc(.51282vw + 14.15385px)
}

html[lang=bg-BG] #gg-wrapper .h6,
html[lang=bg-BG] #gg-wrapper h6,
html[lang=de-AT] #gg-wrapper .h6,
html[lang=de-AT] #gg-wrapper h6,
html[lang=de-CH] #gg-wrapper .h6,
html[lang=de-CH] #gg-wrapper h6,
html[lang=de-DE] #gg-wrapper .h6,
html[lang=de-DE] #gg-wrapper h6,
html[lang=fi-FI] #gg-wrapper .h6,
html[lang=fi-FI] #gg-wrapper h6,
html[lang=lt-LT] #gg-wrapper .h6,
html[lang=lt-LT] #gg-wrapper h6,
html[lang=ru-RU] #gg-wrapper .h6,
html[lang=ru-RU] #gg-wrapper h6,
html[lang=uk-UA] #gg-wrapper .h6,
html[lang=uk-UA] #gg-wrapper h6 {
    font-size: calc(.19231vw + 10.30769px)
}

html[lang=zh-CN] #gg-wrapper {
    font-family: 'GG Manrope', "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", sans-serif
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url(../fonts/noto-sans-sc/noto-sans-sc-v11-chinese-simplified-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url(../fonts/noto-sans-sc/noto-sans-sc-v11-chinese-simplified-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=zh-HK] #gg-wrapper,
html[lang=zh-TW] #gg-wrapper {
    font-family: 'GG Manrope', "PingFang TC", "Noto Sans CJK TC", "Noto Sans TC", sans-serif
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url(../fonts/noto-sans-tc/noto-sans-tc-v9-chinese-traditional-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url(../fonts/noto-sans-tc/noto-sans-tc-v9-chinese-traditional-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=ja-JP] #gg-wrapper {
    font-family: 'GG Manrope', "Noto Sans CJK JP", "Noto Sans JP", sans-serif
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url(../fonts/noto-sans-jp/noto-sans-jp-v24-japanese-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url(../fonts/noto-sans-jp/noto-sans-jp-v24-japanese-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=ko-KR] #gg-wrapper {
    font-family: 'GG Manrope', "Noto Sans CJK KR", "Noto Sans KR", sans-serif
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/noto-sans-kr/noto-sans-kr-v12-korean-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/noto-sans-kr/noto-sans-kr-v12-korean-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=ar-AE] #gg-wrapper,
html[lang=ar-BH] #gg-wrapper,
html[lang=ar-DZ] #gg-wrapper,
html[lang=ar-EG] #gg-wrapper,
html[lang=ar-JO] #gg-wrapper,
html[lang=ar-KW] #gg-wrapper,
html[lang=ar-MA] #gg-wrapper,
html[lang=ar-SA] #gg-wrapper,
html[lang=ar-TN] #gg-wrapper,
html[lang=ar-om] #gg-wrapper,
html[lang=ar-qa] #gg-wrapper {
    font-family: 'GG Manrope', Cairo, sans-serif
}

html[lang=ar-AE] #gg-wrapper *,
html[lang=ar-BH] #gg-wrapper *,
html[lang=ar-DZ] #gg-wrapper *,
html[lang=ar-EG] #gg-wrapper *,
html[lang=ar-JO] #gg-wrapper *,
html[lang=ar-KW] #gg-wrapper *,
html[lang=ar-MA] #gg-wrapper *,
html[lang=ar-SA] #gg-wrapper *,
html[lang=ar-TN] #gg-wrapper *,
html[lang=ar-om] #gg-wrapper *,
html[lang=ar-qa] #gg-wrapper * {
    letter-spacing: -.01em!important
}

html[dir=rtl] .gg-disclaimer {
    padding: 0 1.8em 0 0!important
}

html[dir=rtl] .gg-disclaimer li {
    padding-right: 0!important;
    padding-right: .5em
}

html[dir=rtl] a#gg-fullscreen-close:link,
html[dir=rtl] a#gg-fullscreen-close:visited {
    right: auto;
    left: 24px
}

@font-face {
    font-family: Cairo;
    src: url(../fonts/cairo-ar/cairo-v6-arabic-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Cairo;
    src: url(../fonts/cairo-ar/cairo-v6-arabic-600.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=iw-IL] #gg-wrapper {
    font-family: 'GG Manrope', Assistant, sans-serif
}

@font-face {
    font-family: Assistant;
    src: url(../fonts/assistant-il/assistant-v4-hebrew-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Assistant;
    src: url(../fonts/assistant-il/assistant-v4-hebrew-regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

html[lang=th-TH] #gg-wrapper {
    font-family: 'GG Manrope', Sarabun, sans-serif
}

@font-face {
    font-family: Sarabun;
    src: url(../fonts/sarabun-th/sarabun-v7-thai-700.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Sarabun;
    src: url(../fonts/sarabun-th/sarabun-v7-thai-500.woff2) format("woff2");
    font-style: normal;
    font-weight: 500
}

.gg-img-fluid img {
    display: block;
    width: 100%
}

#gg-wrapper sup {
    font-size: .6em;
    font-weight: 700;
    vertical-align: baseline;
    position: relative;
    top: -.5em;
    z-index: 1
}

#gg-wrapper sup a:link,
#gg-wrapper sup a:visited {
    color: #211d1e
}

#gg-wrapper .gg-inverted a:link,
#gg-wrapper .gg-inverted a:visited,
#gg-wrapper .gg-inverted-container a:link,
#gg-wrapper .gg-inverted-container a:visited {
    color: #ce0e2d
}

#gg-wrapper .gg-inverted a:link.gg-text,
#gg-wrapper .gg-inverted a:visited.gg-text,
#gg-wrapper .gg-inverted-container a:link.gg-text,
#gg-wrapper .gg-inverted-container a:visited.gg-text {
    color: #f4f3f3
}

#gg-wrapper .gg-inverted a:link.gg-text-underline,
#gg-wrapper .gg-inverted a:visited.gg-text-underline,
#gg-wrapper .gg-inverted-container a:link.gg-text-underline,
#gg-wrapper .gg-inverted-container a:visited.gg-text-underline {
    transition: color .2s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 1px #f4f3f3;
    color: #f4f3f3
}

#gg-wrapper .gg-inverted a:hover,
#gg-wrapper .gg-inverted-container a:hover {
    color: #f4f3f3
}

#gg-wrapper .gg-inverted a:hover.gg-text,
#gg-wrapper .gg-inverted-container a:hover.gg-text {
    color: #ce0e2d
}

#gg-wrapper .gg-inverted a:hover.gg-text-underline,
#gg-wrapper .gg-inverted-container a:hover.gg-text-underline {
    box-shadow: 0 1px #ce0e2d;
    color: #ce0e2d
}

#gg-wrapper .gg-inverted sup a:link,
#gg-wrapper .gg-inverted sup a:visited,
#gg-wrapper .gg-inverted-container sup a:link,
#gg-wrapper .gg-inverted-container sup a:visited {
    color: #f4f3f3;
    text-decoration: none
}

#gg-wrapper .gg-inverted sup a:hover,
#gg-wrapper .gg-inverted-container sup a:hover {
    color: #ce0e2d
}

.gg-container {
    width: calc(82.05128vw + 4.61538px);
    margin: 0 auto
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-container-md {
        width: calc(82.05128vw + 4.61538px);
        margin: 0 auto
    }
}

.gg-section {
    background: #fff
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-hidden-md {
        display: none
    }
    #gg-wrapper .gg-hidden-md {
        display: none
    }
    .gg-compensate-height-box {
        margin-top: calc((var(--gg-height-nav) * 2) - 100vh)
    }
}

.gg-narrow-center {
    text-align: center
}

@media (min-aspect-ratio:2001 / 3000) and (min-height:750px) {
    .gg-narrow-center {
        max-width: 120vh;
        margin: 0 auto
    }
    .gg-narrow {
        max-width: 120vh
    }
}

.gg-gray-container {
    background: #f4f3f3
}

.gg-inverted {
    color: #f4f3f3
}

.gg-inverted-container {
    background: #211d1e;
    color: #f4f3f3
}

.gg-inverted-container .gg-gray-container {
    background: #211d1e
}

.gg-center {
    text-align: center
}

.gg-space-lg,
.gg-space-md,
.gg-space-sm,
.gg-space-xlg,
.gg-space-xs,
.gg-space-xxlg,
.gg-space-xxs {
    display: block
}

[class^=gg-space-] {
    display: block
}

.gg-space-7 {
    height: calc(6.41026vw + 76.92308px)
}

.gg-space-6 {
    height: calc(3.84615vw + 46.15385px)
}

.gg-space-5 {
    height: calc(1.92308vw + 43.07692px)
}

.gg-space-4 {
    height: calc(1.28205vw + 35.38462px)
}

.gg-space-3 {
    height: calc(.64103vw + 27.69231px)
}

.gg-space-2 {
    height: calc(.96154vw + 11.53846px)
}

.gg-space-1 {
    height: 10px
}

@media (max-aspect-ratio:1 / 1) {
    .gg-space-7-xs {
        height: calc(6.41026vw + 76.92308px)
    }
    .gg-space-6-xs {
        height: calc(3.84615vw + 46.15385px)
    }
    .gg-space-5-xs {
        height: calc(1.92308vw + 43.07692px)
    }
    .gg-space-4-xs {
        height: calc(1.28205vw + 35.38462px)
    }
    .gg-space-3-xs {
        height: calc(.64103vw + 27.69231px)
    }
    .gg-space-2-xs {
        height: calc(.96154vw + 11.53846px)
    }
    .gg-space-1-xs {
        height: 10px
    }
    .gg-hidden-xs {
        display: none!important
    }
    .gg-text-center-xs {
        text-align: center
    }
}

.gg-hidden-mouse {
    display: block
}

.gg-hidden-touch {
    display: none
}

@media (pointer:coarse) {
    .gg-hidden-mouse {
        display: none
    }
    .gg-hidden-touch {
        display: block
    }
}

.gg-hidden-observer {
    display: none
}

.gg-observe {
    position: relative
}

.gg-trigger {
    position: absolute
}

.blur-up {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.gg-canvas-fullscreen .gg-container,
.gg-sequence-fullscreen .gg-container {
    position: relative;
    z-index: 2
}

.gg-canvas-fullscreen .gg-observe,
.gg-sequence-fullscreen .gg-observe {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1
}

#gg-fullscreen-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999!important;
    background: rgba(0, 0, 0, .8);
    display: none
}

#gg-fullscreen-video.gg-active {
    display: block
}

#gg-fullscreen-video.gg-transition {
    -webkit-animation: ggVideoIn .5s forwards;
    animation: ggVideoIn .5s forwards
}

#gg-fullscreen-video .gg-video-fallback-img,
#gg-fullscreen-video video {
    max-width: 90%;
    max-height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5)
}

#gg-fullscreen-close span {
    display: block;
    position: relative;
    top: -.025em
}

a#gg-fullscreen-close:link,
a#gg-fullscreen-close:visited {
    width: 48px;
    height: 48px;
    background: #f4f3f3;
    color: #211d1e;
    line-height: 48px;
    border-radius: 24px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 24px;
    text-decoration: none;
    transform: scale(.9, .9);
    transition: transform .2s ease;
    z-index: 100
}

a#gg-fullscreen-close:hover {
    transform: scale(1, 1)
}

@-webkit-keyframes ggVideoIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes ggVideoIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

[class^=gg-button] {
    border-radius: 1.5em;
    min-height: 3em;
    line-height: 1.2em;
    border: 0 solid transparent;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .9em 1.5em;
    width: auto;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    text-decoration: none!important;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out
}

[class^=gg-button]:focus {
    outline: 0
}

[class^=gg-button],
[class^=gg-button]:link,
[class^=gg-button]:visited {
    color: #ce0e2d
}

[class^=gg-button]:hover:not(:disabled) {
    cursor: pointer;
    color: #211d1e
}

[class^=gg-button] span {
    display: block
}

[class^=gg-button]>span {
    transition: transform .5s ease
}

[class^=gg-button]:disabled {
    opacity: .4
}

#gg-wrapper .gg-button-action,
#gg-wrapper .gg-button-action:link,
#gg-wrapper .gg-button-action:visited {
    background: #ce0e2d;
    color: #f4f3f3
}

#gg-wrapper .gg-button-action:hover:not(:disabled) {
    background: #9e0b23
}

#gg-wrapper .gg-button-solid,
#gg-wrapper .gg-button-solid:link,
#gg-wrapper .gg-button-solid:visited {
    background: #211d1e;
    color: #f4f3f3
}

#gg-wrapper .gg-button-solid:hover:not(:disabled) {
    background: #423a3c
}

#gg-wrapper .gg-button-outline,
#gg-wrapper .gg-button-outline:link,
#gg-wrapper .gg-button-outline:visited {
    box-shadow: inset 0 0 0 1px #211d1e;
    color: #211d1e
}

#gg-wrapper .gg-button-outline:hover:not(:disabled) {
    box-shadow: inset 0 0 0 1px #ce0e2d;
    color: #ce0e2d
}

.gg-active [class^=gg-button-]>span {
    transform: translateY(-2.5em)
}

#gg-wrapper .gg-inverted-container .gg-button-action,
#gg-wrapper .gg-inverted-container .gg-button-action:link,
#gg-wrapper .gg-inverted-container .gg-button-action:visited {
    color: #f4f3f3
}

#gg-wrapper .gg-inverted-container .gg-button-action:hover:not(:disabled) {
    background: #9e0b23
}

#gg-wrapper .gg-inverted-container .gg-button-solid,
#gg-wrapper .gg-inverted-container .gg-button-solid:link,
#gg-wrapper .gg-inverted-container .gg-button-solid:visited {
    background: #f4f3f3;
    color: #211d1e
}

#gg-wrapper .gg-inverted-container .gg-button-solid:hover:not(:disabled) {
    background: #c8c3c3
}

#gg-wrapper .gg-inverted-container .gg-button-outline,
#gg-wrapper .gg-inverted-container .gg-button-outline:link,
#gg-wrapper .gg-inverted-container .gg-button-outline:visited {
    box-shadow: inset 0 0 0 1px #f4f3f3;
    color: #f4f3f3
}

#gg-wrapper .gg-inverted-container .gg-button-outline:hover:not(:disabled) {
    box-shadow: inset 0 0 0 1px #ce0e2d;
    color: #ce0e2d
}

.gg-nav-container {
    z-index: 20;
    position: relative
}

#gg-nav {
    display: none
}

@media (min-aspect-ratio:1001 / 1000) {
    @supports (mix-blend-mode: difference) {
        #gg-wrapper:not(.gg-performance-low) #gg-nav {
            display: flex
        }
    }
}

#gg-nav {
    position: -webkit-sticky;
    position: sticky;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: calc(8.97436vw + -2.30769px);
    top: calc(var(--gg-height-nav) + 60px);
    margin-bottom: 60px!important;
    height: 70vh;
    height: var(--gg-height-box);
    white-space: nowrap;
    z-index: 100;
    mix-blend-mode: difference
}

#gg-nav svg {
    left: 6px;
    top: 6px;
    width: 18px;
    height: 18px;
    position: absolute;
    transform: rotate(-90deg);
    transition: all .5s ease;
    opacity: 0;
    transform: scale(.5) rotate(0)
}

#gg-nav svg circle {
    stroke: #211d1e;
    stroke-width: 2px;
    fill: none;
    stroke-linecap: butt;
    stroke-dasharray: 49.9416;
    stroke-dashoffset: 49.9416;
    transition: stroke .5s ease
}

#gg-nav a:link,
#gg-nav a:visited {
    width: 16px;
    padding: 28px 7px 2px 7px;
    color: #211d1e;
    transition: color .5s ease;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height .5s ease;
    box-sizing: content-box
}

#gg-nav a:link.gg-active span,
#gg-nav a:visited.gg-active span {
    opacity: 1;
    transform: scale(1) rotate(180deg)
}

#gg-nav a:link.gg-active svg,
#gg-nav a:visited.gg-active svg {
    opacity: 1;
    transform: scale(1) rotate(-90deg)
}

#gg-nav a:link.gg-active::before,
#gg-nav a:visited.gg-active::before {
    background: 0 0;
    transform: scale(1)
}

#gg-nav a:link::before,
#gg-nav a:visited::before {
    position: absolute;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 9px;
    left: 6px;
    top: 6px;
    transition: all .5s ease;
    background: #211d1e;
    box-shadow: inset 0 0 0 2px rgba(30, 32, 34, .25);
    transform: scale(.66)
}

#gg-nav a:link span,
#gg-nav a:visited span {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 16px;
    opacity: 0;
    letter-spacing: 2px;
    transition: all .5s ease;
    transform: scale(.75) rotate(180deg);
    position: relative
}

#gg-nav a:hover span {
    opacity: 1;
    transform: scale(1) rotate(180deg)
}

#gg-nav circle {
    stroke: #fff!important
}

#gg-nav a:link,
#gg-nav a:visited {
    color: #fff
}

#gg-nav a:link.gg-active::before,
#gg-nav a:visited.gg-active::before {
    background: 0 0
}

#gg-nav a:link::before,
#gg-nav a:visited::before {
    background: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 245, .25)
}

#gg-nav a[data-id="1"].gg-active,
#gg-nav a[data-id="1"]:hover {
    height: var(--gg-nav-1)
}

#gg-nav a[data-id="2"].gg-active,
#gg-nav a[data-id="2"]:hover {
    height: var(--gg-nav-2)
}

#gg-nav a[data-id="3"].gg-active,
#gg-nav a[data-id="3"]:hover {
    height: var(--gg-nav-3)
}

#gg-nav a[data-id="4"].gg-active,
#gg-nav a[data-id="4"]:hover {
    height: var(--gg-nav-4)
}

#gg-nav a[data-id="5"].gg-active,
#gg-nav a[data-id="5"]:hover {
    height: var(--gg-nav-5)
}

#gg-nav a[data-id="6"].gg-active,
#gg-nav a[data-id="6"]:hover {
    height: var(--gg-nav-6)
}

#gg-nav a[data-id="7"].gg-active,
#gg-nav a[data-id="7"]:hover {
    height: var(--gg-nav-7)
}

#gg-nav a[data-id="8"].gg-active,
#gg-nav a[data-id="8"]:hover {
    height: var(--gg-nav-8)
}

#gg-nav a[data-id="9"].gg-active,
#gg-nav a[data-id="9"]:hover {
    height: var(--gg-nav-9)
}

html[lang=ja-JP] #gg-nav a:link span,
html[lang=ja-JP] #gg-nav a:visited span,
html[lang=ko-KR] #gg-nav a:link span,
html[lang=ko-KR] #gg-nav a:visited span,
html[lang=zh-CN] #gg-nav a:link span,
html[lang=zh-CN] #gg-nav a:visited span {
    white-space: nowrap;
    transform: scale(.75);
    left: -1px
}

html[lang=ja-JP] #gg-nav a:link.gg-active span,
html[lang=ja-JP] #gg-nav a:visited.gg-active span,
html[lang=ko-KR] #gg-nav a:link.gg-active span,
html[lang=ko-KR] #gg-nav a:visited.gg-active span,
html[lang=zh-CN] #gg-nav a:link.gg-active span,
html[lang=zh-CN] #gg-nav a:visited.gg-active span {
    transform: scale(1)
}

html[lang=ja-JP] #gg-nav a:hover span,
html[lang=ko-KR] #gg-nav a:hover span,
html[lang=zh-CN] #gg-nav a:hover span {
    transform: scale(1)
}

.gg-sticky-1,
.gg-sticky-10,
.gg-sticky-2,
.gg-sticky-3,
.gg-sticky-4,
.gg-sticky-5,
.gg-sticky-6,
.gg-sticky-7,
.gg-sticky-8,
.gg-sticky-9 {
    position: relative;
    z-index: 1
}

.gg-stuck {
    position: -webkit-sticky;
    position: sticky;
    height: var(--gg-height-full);
    top: var(--gg-height-nav);
    width: 100%
}

.gg-stuck img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.gg-sticky-2 {
    height: 200vh
}

.gg-sticky-3 {
    height: 300vh
}

.gg-sticky-4 {
    height: 400vh
}

.gg-sticky-5 {
    height: 500vh
}

.gg-sticky-6 {
    height: 600vh
}

.gg-sticky-7 {
    height: 700vh
}

.gg-sticky-8 {
    height: 800vh
}

.gg-sticky-9 {
    height: 900vh
}

.gg-disclaimer {
    list-style-type: decimal;
    font-size: calc(.12821vw + 10.53846px);
    color: #afafaf;
    padding: 0 0 0 1.8em;
    font-weight: 600
}

.gg-disclaimer li {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.6em;
    padding-left: .5em;
    padding-top: 120px;
    margin-bottom: -120px
}

.gg-disclaimer li:target {
    color: #000
}

@media (max-aspect-ratio:1 / 1) {
    .gg-disclaimer {
        margin-top: -40px
    }
}

html[dir=rtl] .gg-fallback .gg-fullscreen-container video {
    left: 50%!important;
    transform: translate(50%, -50%)!important
}

html[dir=rtl] #gg-fullscreen-video video,
html[dir=rtl] _:-ms-lang(x) {
    left: auto!important;
    right: 50%
}

_:-ms-lang(x),
.blur-up {
    -ms-transition: none!important;
    transition: none!important
}

_:-ms-lang(x),
video {
    height: auto!important
}

.gg-section-bg-black {
    background-color: #000;
    color: #f4f3f3
}

.gg-section-bg-gray {
    background-color: #f4f3f3
}

#gg-wrapper .gg-section-bg-black sup a,
#gg-wrapper .gg-section-bg-gray sup a {
    color: #fff
}

.gg-text-bold {
    font-weight: 700
}

.gg-columns-2 {
    width: 18.48%
}

.gg-columns-3 {
    width: 28.67%
}

.gg-columns-4 {
    width: 38.86%
}

.gg-columns-5 {
    width: 49.05%
}

.gg-columns-6 {
    width: 59.24%
}

.gg-columns-7 {
    width: 69.43%
}

.gg-columns-8 {
    width: 79.62%
}

.gg-text-right {
    text-align: right
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-text-right-lg {
        text-align: right
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-text-right-xs {
        text-align: right
    }
}

.gg-parallax-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.gg-parallax-row>div {
    position: relative;
    width: calc((100% - 120px)/ 3)
}

.gg-parallax-item {
    position: relative
}

.gg-parallax-item picture {
    display: block
}

.gg-parallax-item picture img {
    width: 100%;
    height: auto
}

.gg-parallax-item-description {
    margin-bottom: 2%
}

.gg-parallax-item-reserve {
    display: flex;
    flex-direction: column-reverse
}

.gg-parallax-item-reserve .gg-parallax-item-description {
    margin-top: 2%;
    margin-bottom: 0
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-parallax-4>div:first-child {
        margin-left: 15%
    }
    .gg-parallax-4 #gg-battery-acs-parallax-3 {
        margin-right: 5%
    }
    .gg-parallax-4 #gg-battery-acs-parallax-4 {
        margin-left: 5%
    }
    .gg-parallax-4 #gg-battery-acs-parallax-5 {
        margin-right: 15%
    }
    html[dir=rtl] .gg-parallax-4>div:first-child {
        margin-right: 15%;
        margin-left: 0
    }
    html[dir=rtl] .gg-parallax-4 #gg-battery-acs-parallax-3 {
        margin-right: 0;
        margin-left: 5%
    }
    html[dir=rtl] .gg-parallax-4 #gg-battery-acs-parallax-4 {
        margin-right: 5%;
        margin-left: 0
    }
    html[dir=rtl] .gg-parallax-4 #gg-battery-acs-parallax-5 {
        margin-left: 15%;
        margin-right: 0
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-ce1nter {
        text-align: center
    }
    .gg-parallax-container {
        width: 100%
    }
    .gg-parallax-row {
        width: 94.5%;
        margin: 0 auto
    }
    .gg-parallax-row>div {
        width: 48.5%;
        margin-bottom: 8.25%
    }
    .gg-parallax-row .gg-space-7 {
        display: none
    }
    .gg-parallax-item-description {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 0
    }
    .gg-parallax-item-reserve .gg-parallax-item-description {
        margin-top: 5%;
        margin-bottom: 0
    }
    .gg-parallax-item {
        display: flex;
        flex-direction: column-reverse
    }
    #gg-wrapper .gg-tiny {
        text-align: center
    }
}

.gg-fallback .gg-parallax-row .gg-space-7 {
    height: calc(1.92308vw + 43.07692px)
}

.gg-fallback .gg-parallax-row .gg-parallax-item-reserve {
    display: block
}

.gg-fallback .gg-parallax-row .gg-parallax-item-reserve .gg-parallax-item-description {
    margin-top: 0;
    margin-bottom: 2%
}

.gg-fallback .gg-sticky-3 {
    height: auto
}

.gg-power-intro {
    position: relative;
    overflow: hidden
}

.gg-power-intro picture {
    display: block;
    background: #f4f3f3
}

.gg-power-intro img {
    height: 70vh;
    height: var(--gg-height-box);
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.gg-power-intro .gg-video-fallback-img,
.gg-power-intro video {
    height: 100%!important;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-aspect-ratio:1 / 1) {
    .gg-power-intro-title {
        text-align: center
    }
    .gg-power-intro picture img {
        height: auto!important;
        width: 100%
    }
}

html[dir=rtl] .isEdge .gg-power-intro .gg-video-fallback-img {
    transform: translateX(50%)
}

@media (min-aspect-ratio:1001 / 1000) {
    #gg-battery-acs-parallax-4 {
        margin-left: 20%
    }
    #gg-battery-acs-parallax-5 {
        margin-right: 10%
    }
}

.gg-mag-layout.gg-mag-privacy-security .gg-full-height {
    height: auto
}

.gg-mag-layout.gg-mag-privacy-security .gg-img-fluid img {
    position: relative
}

.gg-mag-acs .gg-acs-description {
    font-size: calc(.51282vw + 14.15385px)
}

.gg-mag-acs .gg-learn-more-button {
    text-align: right
}

@media (max-aspect-ratio:1 / 1) {
    .gg-mag-acs .gg-acs-description {
        text-align: center
    }
    .gg-mag-acs .gg-learn-more-button {
        margin-top: 10%;
        text-align: center
    }
}

.gg-no-inline-video video {
    display: none!important
}

.gg-no-inline-video .gg-video-fallback-img {
    display: block!important;
    width: 100%
}

.gg-no-inline-video .gg-video-fallback-img img {
    width: 100%
}

.gg-no-inline-video .gg-video-in-phone-intro-tvc .gg-video-fallback-img picture {
    height: 98%;
    padding: 0;
    top: 1%
}

.gg-no-inline-video .gg-video-in-phone.gg-video-in-phone-camera-video-focus .gg-video-in-phone-container .gg-video-fallback-img img {
    opacity: 1
}

.gg-forga {
    display: block!important;
    height: 0;
    width: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0
}

.gg-intro-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gg-intro-container .gg-space-7 {
    background-color: #fff;
    position: relative;
    z-index: 10
}

#gg-intro-kv {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    top: var(--gg-height-nav);
    height: 90vh;
    height: var(--gg-height-full);
    width: 100%;
    overflow: hidden
}

#gg-intro-kv .gg-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column
}

.gg-intro-kv-title {
    height: 26%;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.gg-intro-kv-title>* {
    transform: translate(0, 100px);
    transition: transform 1s .2s cubic-bezier(.2, .8, .3, 1), opacity 1s .2s cubic-bezier(.2, .8, .3, 1);
    opacity: 0
}

.gg-intro-kv-title .gg-kv-logo {
    font-size: calc(1.53846vw + 18.46154px);
    font-weight: 700
}

.gg-intro-kv-title .gg-kv-logo img {
    max-width: 100%
}

.gg-intro-kv-title .gg-kv-slogan {
    font-size: calc(1.02564vw + 12.30769px);
    transition-delay: .3s
}

.gg-intro-product-container {
    width: 100%;
    max-width: 132vh;
    height: 74%;
    max-height: 50vw;
    margin: 0 auto;
    position: relative
}

.gg-intro-product-container picture img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: transform 1s 1s cubic-bezier(.2, .8, .3, 1), opacity 1s 1s cubic-bezier(.2, .8, .3, 1);
    z-index: 2
}

.gg-intro-product-container picture:nth-child(1) img {
    width: 16.53846%;
    transform: translate(100%, 0);
    transition-duration: 2s;
    transition-delay: 2s
}

.gg-intro-product-container picture:nth-child(2) img {
    width: 33.84615%;
    left: 15%;
    transform: translate(0, 25%);
    z-index: 3
}

.gg-intro-product-container picture:nth-child(3) img {
    width: 33.46154%;
    right: 15.38462%;
    transform: translate(0, 25%);
    z-index: 3
}

.gg-intro-product-container picture:nth-child(4) img {
    width: 16.15385%;
    right: 0;
    transform: translate(-100%, 0);
    transition-duration: 2s;
    transition-delay: 2s
}

.gg-intro-n-plus .gg-intro-product-container picture:nth-child(1) img,
.gg-intro-o .gg-intro-product-container picture:nth-child(1) img {
    width: 16.53846%
}

.gg-intro-n-plus .gg-intro-product-container picture:nth-child(2) img,
.gg-intro-o .gg-intro-product-container picture:nth-child(2) img {
    width: 33.84615%;
    left: 15%
}

.gg-intro-n-plus .gg-intro-product-container picture:nth-child(3) img,
.gg-intro-o .gg-intro-product-container picture:nth-child(3) img {
    width: 33.84615%;
    right: 15%
}

.gg-intro-n-plus .gg-intro-product-container picture:nth-child(4) img,
.gg-intro-o .gg-intro-product-container picture:nth-child(4) img {
    width: 16.53846%
}

.gg-intro-kv-background {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0
}

.gg-fallback .gg-intro-kv-background {
    background: #f4f3f3;
    opacity: 1
}

html[dir=rtl] .gg-fallback #gg-intro-kv {
    position: relative;
    top: 0
}

.gg-fallback .gg-intro-kv-title>*,
.gg-visible .gg-intro-kv-title>* {
    opacity: 1;
    transform: translate(0, 0)
}

.gg-fallback #gg-intro-kv picture img,
.gg-kv-loaded picture img {
    transform: translate(0, 0)!important;
    opacity: 1
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-kv-disclaimer {
        width: 90%
    }
}

@media (min-aspect-ratio:16 / 11) {
    .gg-intro-product-container {
        max-width: 112vh
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-intro-kv-title>* {
        opacity: 1;
        transform: translate(0, 0)
    }
    #gg-intro-kv {
        position: relative;
        top: 0;
        margin-top: 10vw;
        height: 110vw
    }
    #gg-intro-kv picture img {
        transform: translate(0, 0)!important;
        opacity: 1
    }
    #gg-intro-kv .gg-container {
        padding-bottom: 30px
    }
    .gg-intro-product-container {
        height: calc(569/643*(--gg-container-width));
        max-height: 100%
    }
    .gg-intro-product-container picture img {
        bottom: auto;
        top: 0
    }
    .gg-intro-product-container picture:nth-child(1) img {
        width: 15.5521%
    }
    .gg-intro-product-container picture:nth-child(2) img {
        width: 34.21462%;
        left: 14.77449%
    }
    .gg-intro-product-container picture:nth-child(3) img {
        width: 33.90358%;
        right: 14.77449%
    }
    .gg-intro-product-container picture:nth-child(4) img {
        width: 15.08554%
    }
    .gg-intro-n-plus .gg-intro-product-container picture:nth-child(1) img,
    .gg-intro-o .gg-intro-product-container picture:nth-child(1) img {
        width: 15.5521%
    }
    .gg-intro-n-plus .gg-intro-product-container picture:nth-child(2) img,
    .gg-intro-o .gg-intro-product-container picture:nth-child(2) img {
        width: 34.21462%;
        left: 14.77449%
    }
    .gg-intro-n-plus .gg-intro-product-container picture:nth-child(3) img,
    .gg-intro-o .gg-intro-product-container picture:nth-child(3) img {
        width: 34.21462%;
        right: 14.77449%
    }
    .gg-intro-n-plus .gg-intro-product-container picture:nth-child(4) img,
    .gg-intro-o .gg-intro-product-container picture:nth-child(4) img {
        width: 15.08554%
    }
}

html[dir=rtl] .gg-intro-product-container {
    direction: ltr
}

.gg-intro-tvc {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.gg-intro-tvc .gg-intro-tvc-container {
    width: 57.1%;
    text-align: center
}

.gg-intro-tvc .gg-intro-tvc-video {
    position: relative
}

.gg-intro-tvc .gg-intro-tvc-video .gg-video-fallback-img,
.gg-intro-tvc .gg-intro-tvc-video video {
    position: absolute;
    width: 95.4%;
    height: 99%;
    left: 2.2%;
    top: .6%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    box-shadow: 0 0 0 1px #000;
    border-radius: 30px
}

.gg-intro-tvc .gg-intro-tvc-video picture {
    position: relative;
    display: block;
    padding-top: 46.7639%;
    background: #000
}

.gg-intro-tvc .gg-intro-tvc-video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block
}

.gg-intro-tvc .gg-intro-tvc-video .gg-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    transition: transform .2s ease;
    color: #fff!important;
    z-index: 5;
    font-size: 64px;
    text-decoration: none!important
}

.gg-intro-tvc .gg-intro-tvc-video .gg-play:hover {
    transform: translate(-50%, -50%) scale(1)
}

.gg-intro-tvc .gg-intro-tvc-description {
    width: 86%;
    margin: 0 auto
}

@media (max-aspect-ratio:1 / 1) {
    .gg-intro-tvc .gg-intro-tvc-container {
        width: calc(82.05128vw + 4.61538px)
    }
    .gg-intro-tvc .gg-intro-tvc-description {
        width: 100%
    }
}

.gg-landscape-scroll-reason-to-buy {
    background-color: #fff
}

.gg-no-sticky .gg-observe {
    top: 0
}

.gg-no-sticky #gg-intro-kv {
    top: 0
}

#gg-wrapper:not(.gg-performance-low) #gg-design {
    margin-top: calc(var(--gg-height-nav) - 100vh)
}

.gg-product-colors-1 {
    background: gray linear-gradient(to bottom, #bfdaf7, #cdc4e9)
}

.gg-product-colors-2 {
    background: gray linear-gradient(to bottom, #fff, #d6d6d6)
}

.gg-product-colors-3 {
    background: gray linear-gradient(to bottom, #a19fa6, #000)
}

.gg-product-colors-4 {
    background: gray linear-gradient(to bottom, #797f71, #00243e)
}

.gg-product-colors-5 {
    background: gray linear-gradient(to bottom, #fdbc5f, #cd8533)
}

.gg-product-colors-6 {
    background: gray linear-gradient(to bottom, #fff, #d6d6d6)
}

.gg-product-colors-7 {
    background: gray linear-gradient(to bottom, #a19fa6, #000)
}

#gg-design-intro-3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media (min-aspect-ratio:1001 / 1000) {
    #gg-design-intro-3 canvas {
        height: calc(1080/1920*var(--gg-container-width))
    }
}

.gg-design-color-item-container {
    display: flex
}

.gg-design-color-item-container .gg-design-color-item {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.gg-design-color-item-container .gg-design-color-item .gg-design-color-icon {
    border-radius: 100%;
    height: 15px;
    width: 15px;
    margin-right: 5px
}

.gg-design-color-item-container .gg-design-color-item .gg-design-color-text {
    font-size: 16px
}

.gg-mag-color-img .gg-img-fluid {
    background-color: #f4f3f3
}

html[dir=rtl] .gg-design-color-item-container .gg-design-color-item .gg-design-color-icon {
    margin-right: 0;
    margin-left: 5px
}

@media (max-aspect-ratio:1 / 1) {
    #gg-design-intro-3 {
        left: calc(-1*var(--gg-gap));
        width: 100vw
    }
    #gg-design-intro-3 canvas {
        min-height: calc(1080/800*100vw)
    }
    #gg-design {
        margin-top: 0!important
    }
    .gg-mag-color-img .gg-img-fluid {
        margin: 0!important
    }
    html[dir=rtl] #gg-design-intro-3 {
        left: auto;
        right: calc(-1*var(--gg-gap))
    }
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-mag-color .gg-row-md {
        margin: 0
    }
}

.gg-mag-color .gg-video-fullscreen {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.gg-mag-color .gg-video-fullscreen .gg-video-fallback-img,
.gg-mag-color .gg-video-fullscreen img,
.gg-mag-color .gg-video-fullscreen video {
    width: 100%;
    display: block
}

.gg-mag-color .gg-play-icon-container {
    top: auto;
    bottom: 0;
    right: 0;
    transform: none
}

.gg-mag-color .gg-text-large {
    max-width: 100%!important
}

@media (max-aspect-ratio:1 / 1) {
    .gg-mag-color .gg-mag-content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .gg-mag-color .gg-mag-content>div {
        width: 100%
    }
    .gg-mag-color .gg-mag-content .gg-col-4-md {
        margin-bottom: 5%
    }
}

@-webkit-keyframes gg-design-color-progress {
    0% {
        stroke-dashoffset: 120
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes gg-design-color-progress {
    0% {
        stroke-dashoffset: 120
    }
    100% {
        stroke-dashoffset: 0
    }
}

.gg-design-screen #design-screen-trigger {
    top: calc(-1*var(--gg-height-box))
}

.gg-design-screen h2 {
    margin-bottom: .25em!important
}

.gg-design-screen .hideText {
    opacity: 0
}

.gg-design-screen-container {
    align-items: start
}

.gg-design-screen-img-container {
    z-index: 10;
    margin: 0 auto
}

.gg-design-screen-frame {
    width: 100%;
    position: relative
}

.gg-design-screen-frame img {
    width: 100%;
    display: block
}

.gg-design-screen-frame>picture img {
    position: relative;
    z-index: 10
}

.gg-design-screen-img {
    background: #759cb9;
    position: absolute;
    top: 1%;
    left: 0;
    width: 100%;
    bottom: 1%;
    overflow: hidden;
    z-index: 1
}

.gg-design-screen-feature {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    opacity: 1
}

.gg-design-screen-feature:last-child {
    margin-bottom: 0
}

.gg-design-screen-feature-logo {
    flex-shrink: 0;
    width: 9.78%;
    margin-right: 1.5em;
    align-self: flex-start
}

.gg-design-screen-feature-logo svg {
    width: 100%;
    height: auto
}

.gg-design-screen-feature-description {
    width: 100%
}

.gg-video-in-phone-pv .gg-narrow-center {
    max-width: none!important
}

.gg-video-in-phone-pv .gg-video-in-phone-container>picture {
    display: none!important
}

.gg-video-in-phone-pv .gg-video-in-phone-container .gg-video-in-phone-content .gg-video-fallback-img,
.gg-video-in-phone-pv .gg-video-in-phone-container .gg-video-in-phone-content video {
    border-radius: 0;
    height: 70vh;
    height: var(--gg-height-box);
    width: auto;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0
}

.gg-video-in-phone-pv .gg-video-in-phone-container .gg-video-in-phone-content .gg-video-fallback-img {
    height: auto
}

@media (max-aspect-ratio:1 / 1) {
    .gg-video-in-phone-pv .gg-video-in-phone-container .gg-video-in-phone-content video {
        width: 100%;
        height: auto
    }
}

.gg-custom-layout-n-plus .gg-video-in-phone-container .gg-video-in-phone-content .gg-play {
    top: 40%
}

html[dir=rtl] .gg-design-screen-feature-logo {
    margin-right: 0;
    margin-left: 1.5em
}

@media (max-aspect-ratio:1 / 1) {
    .gg-design-color-item-container {
        display: none
    }
    .gg-design-screen {
        padding: 0!important
    }
    .gg-design-screen-container {
        position: relative
    }
    .gg-design-screen-img-container {
        background: #fff;
        box-shadow: var(--gg-gap) 0 #fff, calc(var(--gg-gap) * -1) 0 #fff
    }
    .gg-design-screen-feature-logo {
        width: 16%
    }
    .gg-design-screen-feature-screen-real~.gg-space-7 {
        display: none
    }
    .gg-text-large.gg-design-screen-content-item~.gg-space-7 {
        height: calc(.96154vw + 11.53846px)
    }
}

.gg-sequence-fallback {
    display: none
}

.gg-fallback .gg-stuck {
    height: auto;
    position: relative;
    top: 0
}

.gg-fallback .gg-mag-layout .gg-stuck {
    display: block
}

.gg-fallback .gg-mag-sequence canvas {
    display: none
}

.gg-fallback .gg-sequence-fallback {
    display: block
}

.gg-fallback .gg-sequence-fallback img {
    width: 100%;
    height: auto
}

.gg-fallback .gg-design-screen-feature-logo {
    height: 3.25vw
}

.gg-fallback .gg-design-screen-feature-screen-real~.gg-space-7 {
    display: none
}

#gg-performance-game-fallback {
    text-align: center
}

#gg-performance-game-fallback .gg-video-fallback-img,
#gg-performance-game-fallback video {
    width: 100%;
    z-index: 1
}

#gg-performance-game-fallback .gg-container {
    position: relative;
    z-index: 2
}

#gg-performance-game-fallback .gg-container:nth-child(1) {
    margin-bottom: -5vw
}

#gg-performance-game-fallback .gg-container:nth-child(3) {
    margin-top: -6.66vw
}

#gg-performance-game-fallback .gg-tiny {
    margin-top: -10vh
}

@media (max-aspect-ratio:1 / 1) {
    #gg-performance-game-fallback .gg-container:nth-child(1) {
        margin-bottom: -20vw
    }
    #gg-performance-game-fallback .gg-container:nth-child(3) {
        margin-top: -20vw
    }
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-stage-layout.gg-stage-performance-intro .gg-stage-front-title {
        max-width: none
    }
}

.gg-performance-intro {
    color: #fff
}

.gg-performance-intro .gg-img-fluid {
    position: relative
}

.gg-performance-intro .gg-img-fluid .gg-container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.gg-performance-intro .gg-img-fluid .gg-font-title {
    width: 51%;
    margin-top: 10%!important
}

.gg-performance-intro .gg-img-fluid .gg-font-title {
    width: 51%;
    margin-top: 7%!important
}

.gg-performance-intro .gg-performance-intro-content {
    display: flex;
    justify-content: space-between
}

.gg-performance-intro .gg-performance-intro-title {
    font-size: calc(0vw + 250px);
    text-align: center
}

.gg-performance-intro-data-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.gg-performance-intro-data-container .gg-muted {
    margin-top: 4%;
    width: 100%;
    text-align: center
}

.gg-performance-intro-data-container .gg-performance-intro-data {
    opacity: 0;
    transition: opacity 1s ease
}

.gg-performance-intro-data-container .gg-performance-intro-data-title {
    color: #f4f3f3;
    font-size: calc(1.53846vw + 18.46154px)
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress {
    max-width: 0;
    overflow: hidden;
    transition: max-width 1.5s ease .75s
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-bar {
    background-color: #09bdee;
    background: linear-gradient(to right, #029cfc, #10dfe0);
    border-radius: 20px;
    height: 20px;
    width: calc(1% * var(--percent))
}

.gg-performance-intro-data-container .gg-performance-intro-original-data {
    max-width: 100%;
    margin-right: 1.9%
}

.gg-performance-intro-data-container .gg-performance-intro-original-data .gg-performance-intro-data-progress-bar {
    background-color: #26252a;
    background-image: none;
    width: 100%
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-data {
    color: #f6f4f5;
    line-height: 0
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-contrast-container {
    display: flex;
    justify-content: space-between;
    font-size: calc(0vw + 16px)
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-contrast {
    color: #f4f3f3;
    font-size: calc(0vw + 16px);
    margin-top: .75em
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-percent {
    color: #4ea4f8;
    font-size: calc(0vw + 16px);
    margin-top: .75em
}

.gg-performance-intro-data-container .gg-performance-intro-data-progress-description {
    color: #f4f3f3;
    font-size: calc(.38462vw + 14.61538px)
}

.gg-performance-intro-data-container .gg-show-data {
    opacity: 1
}

.gg-performance-intro-data-container .gg-show-data .gg-performance-intro-data-progress {
    max-width: 100%
}

#gg-performance-game .gg-stage-front-text {
    bottom: auto;
    top: 200vh
}

#gg-performance-game-assets {
    position: -webkit-sticky;
    position: sticky;
    width: 1px;
    height: 1px;
    top: 0
}

#gg-performance-game-assets img,
#gg-performance-game-assets video {
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
    opacity: .01
}

@media (max-aspect-ratio:1 / 1) {
    .gg-performance-intro-data-container {
        flex-wrap: wrap
    }
    .gg-performance-intro-data-container .gg-performance-intro-original-data {
        margin-right: 4%
    }
    .gg-performance-intro-data-container .gg-performance-intro-data {
        width: 100%;
        margin-bottom: 20%
    }
    .gg-performance-intro-data-container .gg-performance-intro-data-progress-description {
        margin-top: 5%
    }
}

.gg-mag-performance-transfer .gg-full-height {
    height: auto!important
}

.gg-mag-performance-transfer .gg-img-fluid img {
    position: relative!important;
    height: auto!important;
    width: 100%!important
}

.gg-two-column-experience-qr .gg-play-icon-container {
    position: relative;
    display: flex;
    justify-content: center;
    transform: none;
    top: 0
}

.gg-fallback .gg-sticky-2 {
    height: auto
}

.gg-fallback .gg-sticky-5 {
    height: auto
}

.gg-fallback .gg-sequence-fullscreen canvas {
    display: none
}

.gg-fallback .gg-sequence-fullscreen .gg-observe {
    height: auto;
    position: relative
}

.gg-fallback .gg-stage-layout .gg-stage-front {
    position: relative;
    left: 0
}

.gg-fallback .gg-stage-layout .gg-stage-front-title {
    position: relative;
    left: 0;
    margin-bottom: calc(.96154vw + 11.53846px)
}

.gg-fallback .gg-stage-layout .gg-stage-front-text {
    position: relative;
    left: 0;
    margin-top: 2.5%
}

.gg-fallback .gg-performance-intro-data-container .gg-performance-intro-data {
    opacity: 1
}

.gg-fallback .gg-performance-intro-data-container .gg-performance-intro-data-progress {
    max-width: 100%
}

.gg-fallback .gg-canvas-fullscreen canvas {
    display: none
}

.gg-fallback #gg-performance-game .gg-stage-front-text {
    top: 0
}

.gg-fallback .gg-camera-rear-intro-container {
    margin-left: calc(8.97436vw - 2.30769px)
}

.gg-fallback .gg-camera-rear-intro-container .gg-t-item {
    opacity: 1!important
}

.gg-fallback .gg-camera-rear-intro-container .gg-space-6 {
    height: 30px
}

.gg-fallback .gg-camera-rear-intro-container .gg-space-7 {
    display: none
}

.gg-fallback .gg-design-screen-feature-screen-real .gg-design-screen-feature-logo>div {
    left: 1px!important;
    top: 1px!important;
    right: 1px!important;
    bottom: 1px!important
}

html:not([lang=zh-CN]) .gg-mag-experience-gesture .gg-mag-content .gg-text-large {
    max-width: none
}

@media (min-aspect-ratio:2001 / 3000) and (min-height:750px) {
    html:not([lang=zh-CN]) .gg-mag-experience-gesture .gg-mag-content .gg-text-large {
        max-width: 120vh
    }
}

html[dir=rtl] .gg-camera-rear-intro {
    direction: ltr
}

html[dir=rtl] .gg-camera-rear-intro .gg-camera-rear-intro-content-container {
    direction: rtl;
    width: calc(33.333% - 19.9998px)
}

@media (max-aspect-ratio:1 / 1) {
    html[dir=rtl] .gg-camera-rear-intro-container .gg-camera-rear-intro-content-container {
        width: calc(82.05128vw + 4.61538px)
    }
}

.gg-camera-rear-intro {
    padding-left: var(--gg-gap)
}

.gg-camera-rear-intro-container {
    display: flex
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-content-container {
    flex-shrink: 0;
    margin-right: auto
}

.gg-camera-rear-intro-container h2 {
    white-space: nowrap
}

.gg-camera-rear-intro-container .gg-t-item {
    opacity: .2;
    transition: opacity .5s ease;
    width: 65.5%
}

.gg-camera-rear-intro-container .gg-t-item[data-id="0"] {
    opacity: 1;
    width: 100%
}

.gg-camera-rear-intro-container[data-active="1"] .gg-t-item[data-id="1"] {
    opacity: 1
}

.gg-camera-rear-intro-container[data-active="2"] .gg-t-item[data-id="2"] {
    opacity: 1
}

.gg-camera-rear-intro-container[data-active="3"] .gg-t-item[data-id="3"] {
    opacity: 1
}

.gg-camera-rear-intro-container[data-active="4"] .gg-t-item[data-id="4"] {
    opacity: 1
}

.gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="5"] {
    opacity: 1
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-container {
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    top: calc(50vh - 28.125vw + var(--gg-height-nav)/ 2);
    height: 56.25vw;
    width: 33.75vw
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-overflow {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-layer-1 {
    height: 56.25vw;
    width: 56.25vw;
    position: absolute;
    top: 0;
    left: 0
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-layer-2 {
    height: 100%;
    width: 100%;
    transition: transform 1s ease
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-layer-2 img {
    display: inline-block;
    height: 100%;
    width: 100%
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-bg {
    height: 100%;
    width: 100%;
    transition: opacity .5s ease
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-item {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease
}

.gg-camera-rear-intro-container .gg-camera-rear-intro-image-bg {
    opacity: .4
}

.gg-camera-rear-intro-container.gg-n[data-active="0"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(0)
}

.gg-camera-rear-intro-container.gg-n[data-active="0"] .gg-camera-rear-intro-image-bg {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n[data-active="1"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(45deg)
}

.gg-camera-rear-intro-container.gg-n[data-active="1"] .gg-camera-rear-intro-image-item[data-id="2"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n[data-active="2"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(135deg)
}

.gg-camera-rear-intro-container.gg-n[data-active="2"] .gg-camera-rear-intro-image-item[data-id="3"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n[data-active="3"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(235deg)
}

.gg-camera-rear-intro-container.gg-n[data-active="3"] .gg-camera-rear-intro-image-item[data-id="4"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n[data-active="4"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(310deg)
}

.gg-camera-rear-intro-container.gg-n[data-active="4"] .gg-camera-rear-intro-image-item[data-id="1"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="0"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(0)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="0"] .gg-camera-rear-intro-image-bg {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="1"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(0)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="1"] .gg-camera-rear-intro-image-item[data-id="2"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="2"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(0)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="2"] .gg-camera-rear-intro-image-item[data-id="1"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="3"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(-155deg)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="3"] .gg-camera-rear-intro-image-item[data-id="5"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="4"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(-215deg)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="4"] .gg-camera-rear-intro-image-item[data-id="4"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="5"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(-270deg)
}

.gg-camera-rear-intro-container.gg-n-plus[data-active="5"] .gg-camera-rear-intro-image-item[data-id="3"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-o[data-active="0"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(0)
}

.gg-camera-rear-intro-container.gg-o[data-active="0"] .gg-camera-rear-intro-image-bg {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-o[data-active="1"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(135deg)
}

.gg-camera-rear-intro-container.gg-o[data-active="1"] .gg-camera-rear-intro-image-item[data-id="1"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-o[data-active="2"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(225deg)
}

.gg-camera-rear-intro-container.gg-o[data-active="2"] .gg-camera-rear-intro-image-item[data-id="2"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-o[data-active="3"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(315deg)
}

.gg-camera-rear-intro-container.gg-o[data-active="3"] .gg-camera-rear-intro-image-item[data-id="3"] {
    opacity: 1
}

.gg-camera-rear-intro-container.gg-o[data-active="4"] .gg-camera-rear-intro-image-layer-2 {
    transform: rotate(395deg)
}

.gg-camera-rear-intro-container.gg-o[data-active="4"] .gg-camera-rear-intro-image-item[data-id="4"] {
    opacity: 1
}

#gg-photo-superzoom-container .gg-sticky-trigger {
    display: flex;
    justify-content: space-between
}

#gg-photo-superzoom-container .gg-sticky-trigger-picture {
    height: 70vh;
    height: var(--gg-height-box);
    width: calc(var(--gg-height-box) * 3 / 2);
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--gg-height-nav) + 60px);
    overflow: hidden
}

#gg-photo-superzoom-container .gg-sticky-trigger-content {
    margin-top: 100vh;
    margin-bottom: 25vh;
    text-align: right
}

#gg-photo-superzoom-container .gg-sticky-trigger-content .gg-t-item {
    margin-bottom: 10vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: .2;
    transition: opacity .2s ease;
    will-change: opacity
}

#gg-photo-superzoom-container [data-active="1"] .gg-t-item[data-id="1"] {
    opacity: 1
}

#gg-photo-superzoom-container [data-active="2"] .gg-t-item[data-id="2"] {
    opacity: 1
}

#gg-photo-superzoom-container [data-active="3"] .gg-t-item[data-id="3"] {
    opacity: 1
}

#gg-photo-superzoom-container [data-active="4"] .gg-t-item[data-id="4"] {
    opacity: 1
}

#gg-photo-superzoom-container [data-active="5"] .gg-t-item[data-id="5"] {
    opacity: 1
}

#gg-photo-superzoom-container canvas {
    position: relative;
    z-index: 10
}

#gg-photo-superzoom-container .gg-sequence-fallback {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

#gg-photo-superzoom-container .gg-sequence-fallback>img {
    width: 100%
}

.gg-scroll-text-camera-front .gg-scroll-text-layout-container {
    flex-direction: row-reverse
}

.gg-mag-layout.gg-mag-camera-front-dual .gg-full-height {
    height: auto
}

.gg-mag-layout.gg-mag-camera-front-dual .gg-full-height img {
    position: relative
}

.gg-sample-content .gg-container {
    display: flex;
    justify-content: space-between
}

@media (max-aspect-ratio:1 / 1) {
    .gg-camera-rear-intro-container h2 {
        white-space: initial
    }
    .gg-camera-rear-intro {
        padding-left: 0
    }
    .gg-camera-rear-intro-container {
        flex-direction: column-reverse
    }
    .gg-camera-rear-intro-container .gg-t-item {
        width: 100%
    }
    .gg-camera-rear-intro-container[data-active="1"] .gg-t-item[data-id="0"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="2"] .gg-t-item[data-id="0"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="2"] .gg-t-item[data-id="1"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="3"] .gg-t-item[data-id="0"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="3"] .gg-t-item[data-id="1"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="3"] .gg-t-item[data-id="2"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="4"] .gg-t-item[data-id="0"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="4"] .gg-t-item[data-id="1"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="4"] .gg-t-item[data-id="2"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="4"] .gg-t-item[data-id="3"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="0"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="1"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="2"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="3"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container[data-active="5"] .gg-t-item[data-id="4"] {
        opacity: 0
    }
    .gg-camera-rear-intro-container .gg-camera-rear-intro-content-container {
        text-align: center;
        width: calc(82.05128vw + 4.61538px);
        margin: 0 auto;
        z-index: 10
    }
    .gg-camera-rear-intro-container .gg-camera-rear-intro-image-container {
        width: 100%;
        height: 100vw;
        top: var(--gg-height-nav);
        background-color: #000
    }
    .gg-camera-rear-intro-container .gg-camera-rear-intro-image-layer-1 {
        width: 100%;
        height: 100vw
    }
    #gg-photo-superzoom-container {
        width: 100%
    }
    #gg-photo-superzoom-container h2 {
        width: calc(82.05128vw + 4.61538px);
        margin: 0 auto;
        text-align: center
    }
    #gg-photo-superzoom-container .gg-text-large {
        width: calc(82.05128vw + 4.61538px);
        margin: 0 auto;
        text-align: center
    }
    #gg-photo-superzoom-container .gg-sticky-trigger {
        flex-wrap: wrap;
        justify-content: center
    }
    #gg-photo-superzoom-container .gg-sticky-trigger-picture {
        width: 100%;
        height: 150vw;
        top: var(--gg-height-nav)
    }
    #gg-photo-superzoom-container .gg-sticky-trigger-content {
        width: auto;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0
    }
    #gg-photo-superzoom-container .gg-sticky-trigger-content .gg-t-item:last-child {
        margin-bottom: 0
    }
    #gg-photo-superzoom-container .gg-sticky-trigger-content .gg-t-item {
        opacity: 0
    }
    #gg-photo-superzoom-container [data-active="1"] .gg-sticky-trigger-content .gg-t-item[data-id="2"] {
        opacity: .2
    }
    #gg-photo-superzoom-container [data-active="1"] .gg-sticky-trigger-content .gg-t-item[data-id="3"] {
        opacity: .2
    }
    #gg-photo-superzoom-container [data-active="2"] .gg-sticky-trigger-content .gg-t-item[data-id="3"] {
        opacity: .2
    }
}

@media (max-aspect-ratio:1 / 1) and (min-aspect-ratio:2 / 3) {
    #gg-photo-superzoom-container .gg-sticky-trigger-picture {
        height: auto;
        max-width: 133vw
    }
}

.gg-sample-grid p {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%
}

.gg-sample-grid p picture {
    display: block
}

.gg-sample-grid p picture img {
    position: absolute
}

.gg-sample picture {
    display: block;
    flex: 2;
    position: relative;
    overflow: hidden
}

.gg-sample picture::before {
    display: block;
    content: '';
    padding-top: 100%
}

.gg-sample picture img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.gg-sample-grid-4 picture::before,
.gg-sample-grid-5 picture::before {
    padding-top: 133.38%
}

.gg-sample-grid-6 picture::before {
    padding-top: 87.6%
}

.gg-sample-grid-10 picture::before {
    padding-top: 42.8481%!important
}

.gg-sample-grid-8 picture::before {
    padding-top: 56.23%!important
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .gg-sample picture img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        min-height: auto;
        min-width: auto;
        left: auto;
        top: 0;
        transform: none
    }
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-sample-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .gg-sample-grid-4 {
        width: calc(40% - 30px)
    }
    .gg-sample-grid-5 {
        width: calc(50% - 30px)
    }
    .gg-sample-grid-6 {
        width: calc(60% - 30px)
    }
    .gg-sample-grid-5.gg-sample-grid-col picture::before {
        padding-top: 100%
    }
    .gg-sample-grid-4,
    .gg-sample-grid-5,
    .gg-sample-grid-6 {
        display: flex;
        flex-direction: column
    }
    .gg-sample {
        width: 100%;
        position: relative
    }
    .gg-sample-grid-8 {
        width: 79.62%;
        margin: 0 auto
    }
    .gg-sample-grid-8 .gg-sample {
        display: block
    }
    .gg-sample-grid-10 {
        width: 100%
    }
    .gg-sample-grid-10 .gg-sample {
        display: block
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-sample-grid p {
        padding-left: 0;
        padding-right: 0
    }
    .gg-sample-grid .gg-scroll {
        transform: translate(0, 0)!important
    }
    .gg-sample-grid-10 picture,
    .gg-sample-grid-6 picture,
    .gg-sample-grid-8 picture {
        border-radius: 0!important;
        margin-left: calc(-9.06149vw + 3.98058px);
        margin-right: calc(-9.06149vw + 3.98058px)
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-sample-content .gg-sample-content-container {
        display: block;
        text-align: center
    }
    .gg-sample-content .gg-sample-content-title {
        margin-bottom: 5%
    }
    .gg-two-column-camera-front-flash .gg-play-icon-container {
        position: relative;
        transform: none
    }
    .gg-two-column-camera-front-flash .gg-play-icon-container .gg-play-icon-content {
        justify-content: center
    }
}

.gg-fallback .gg-camera-rear-intro {
    padding-left: 0
}

.gg-fallback #gg-photo-superzoom-container .gg-sticky-trigger-picture {
    width: 100%;
    height: auto
}

.gg-fallback #gg-photo-superzoom-container canvas {
    display: none
}

.gg-fallback #gg-photo-superzoom-container .gg-sequence-fallback {
    display: block;
    position: relative
}

.gg-fallback #gg-photo-superzoom-container .gg-sticky-trigger-content {
    display: none
}

html[dir=rtl] .gg-fallback .gg-camera-rear-intro-container .gg-camera-rear-intro-image-container {
    position: relative;
    top: 0
}

html[dir=rtl] .gg-fallback #gg-photo-superzoom-container .gg-sticky-trigger-picture {
    position: relative;
    top: 0
}

html[dir=rtl] .gg-camera-rear-intro-container h2 {
    white-space: normal
}

html[dir=rtl] .gg-camera-rear-intro-container .gg-t-item {
    width: 100%
}

.gg-video-in-phone.gg-video-in-phone-camera-video-focus .gg-video-in-phone-container img {
    opacity: 0
}

.gg-video-in-phone.gg-video-in-phone-camera-video-focus .gg-video-in-phone-container .gg-video-fallback-img,
.gg-video-in-phone.gg-video-in-phone-camera-video-focus .gg-video-in-phone-container video {
    border-radius: 0
}

.gg-experience-volume .gg-container {
    display: flex;
    justify-content: space-between
}

.gg-experience-volume .gg-container .gg-columns-5 {
    position: relative
}

.gg-experience-volume .gg-container .gg-picture-part img {
    width: 100%
}

.gg-experience-volume .gg-container .gg-text-part {
    position: absolute;
    bottom: 2%;
    left: 7.75%;
    width: 79%
}

.gg-scroll-text-privacy-privacy .gg-scroll-text-layout-container .gg-scroll-text-layout-picture {
    text-align: center;
    padding-right: 0
}

.gg-scroll-text-privacy-privacy .gg-scroll-text-layout-container .gg-scroll-text-layout-picture .gg-scroll-text-layout-picture-item {
    height: 100%;
    width: 100%
}

.gg-scroll-text-privacy-privacy .gg-scroll-text-layout-container .gg-scroll-text-layout-picture .gg-scroll-text-layout-picture-item img {
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain
}

#gg-wrapper .gg-scroll-text-experience-features .gg-scroll-text-layout-content .h4 {
    font-size: calc(2.5641vw + 14.76923px)
}

.gg-scroll-text-experience-features .gg-scroll-text-layout-picture .gg-scroll-text-layout-picture-item img {
    -o-object-fit: contain;
    object-fit: contain
}

.gg-mag-experience-ai.gg-mag-layout .gg-full-height {
    height: auto
}

.gg-mag-experience-ai.gg-mag-layout .gg-full-height img {
    position: relative
}

.gg-two-column-experience-aod .gg-play-icon-container {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: flex;
    justify-content: center
}

.gg-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.gg-row-valign-middle {
    align-items: center
}

.gg-row [class^=gg-col-] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (max-aspect-ratio:1 / 1) {
    .gg-row-xs {
        flex-wrap: wrap;
        display: flex;
        margin-left: -15px;
        margin-right: -15px
    }
    .gg-row-xs [class^=gg-col-] {
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }
    .gg-col-1-xs {
        width: calc((100% - 330px)*.08333)
    }
    .gg-col-2-xs {
        width: calc((100% - 150px)*.16667)
    }
    .gg-col-3-xs {
        width: calc((100% - 90px)*.25)
    }
    .gg-col-4-xs {
        width: calc((100% - 60px)*.33333)
    }
    .gg-col-5-xs {
        width: calc((100% - 42px)*.41667)
    }
    .gg-col-6-xs {
        width: calc((100% - 30px)*.5)
    }
    .gg-col-7-xs {
        width: calc((100% - 21.42857px)*.58333)
    }
    .gg-col-8-xs {
        width: calc((100% - 15px)*.66667)
    }
    .gg-col-9-xs {
        width: calc((100% - 10px)*.75)
    }
    .gg-col-10-xs {
        width: calc((100% - 6px)*.83333)
    }
    .gg-col-11-xs {
        width: calc((100% - 2.72727px)*.91667)
    }
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-row-md {
        display: flex;
        margin-left: -15px;
        margin-right: -15px
    }
    .gg-row-md [class^=gg-col-] {
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }
    .gg-col-1-md {
        width: calc((100% - 330px)*.08333)
    }
    .gg-col-shift-1-md {
        margin-left: calc((100% - 330px)*.08333)
    }
    .gg-col-2-md {
        width: calc((100% - 150px)*.16667)
    }
    .gg-col-shift-2-md {
        margin-left: calc((100% - 150px)*.16667)
    }
    .gg-col-3-md {
        width: calc((100% - 90px)*.25)
    }
    .gg-col-shift-3-md {
        margin-left: calc((100% - 90px)*.25)
    }
    .gg-col-4-md {
        width: calc((100% - 60px)*.33333)
    }
    .gg-col-shift-4-md {
        margin-left: calc((100% - 60px)*.33333)
    }
    .gg-col-5-md {
        width: calc((100% - 42px)*.41667)
    }
    .gg-col-shift-5-md {
        margin-left: calc((100% - 42px)*.41667)
    }
    .gg-col-6-md {
        width: calc((100% - 30px)*.5)
    }
    .gg-col-shift-6-md {
        margin-left: calc((100% - 30px)*.5)
    }
    .gg-col-7-md {
        width: calc((100% - 21.42857px)*.58333)
    }
    .gg-col-shift-7-md {
        margin-left: calc((100% - 21.42857px)*.58333)
    }
    .gg-col-8-md {
        width: calc((100% - 15px)*.66667)
    }
    .gg-col-shift-8-md {
        margin-left: calc((100% - 15px)*.66667)
    }
    .gg-col-9-md {
        width: calc((100% - 10px)*.75)
    }
    .gg-col-shift-9-md {
        margin-left: calc((100% - 10px)*.75)
    }
    .gg-col-10-md {
        width: calc((100% - 6px)*.83333)
    }
    .gg-col-shift-10-md {
        margin-left: calc((100% - 6px)*.83333)
    }
    .gg-col-11-md {
        width: calc((100% - 2.72727px)*.91667)
    }
    .gg-col-shift-11-md {
        margin-left: calc((100% - 2.72727px)*.91667)
    }
}

.gg-fallback .gg-col-1-md {
    width: calc((8.33333% - 27.5px))
}

.gg-fallback .gg-col-2-md {
    width: calc((16.66667% - 25px))
}

.gg-fallback .gg-col-3-md {
    width: calc((25% - 22.5px))
}

.gg-fallback .gg-col-4-md {
    width: calc((33.33333% - 20px))
}

.gg-fallback .gg-col-5-md {
    width: calc((41.66667% - 17.5px))
}

.gg-fallback .gg-col-6-md {
    width: calc((50% - 15px))
}

.gg-fallback .gg-col-7-md {
    width: calc((58.33333% - 12.5px))
}

.gg-fallback .gg-col-8-md {
    width: calc((66.66667% - 10px))
}

.gg-fallback .gg-col-9-md {
    width: calc((75% - 7.5px))
}

.gg-fallback .gg-col-10-md {
    width: calc((83.33333% - 5px))
}

.gg-fallback .gg-col-11-md {
    width: calc((91.66667% - 2.5px))
}

.gg-mag-layout .ggVideo {
    width: 100%
}

.gg-mag-layout h2 {
    text-align: right;
    flex-shrink: 0
}

.gg-mag-layout .gg-full-height {
    display: flex;
    flex-direction: column;
    height: 90vh;
    height: var(--gg-height-full)
}

.gg-mag-layout .gg-space-2 {
    flex-shrink: 0
}

.gg-mag-layout .gg-img-fluid {
    position: relative;
    flex: 1;
    overflow: hidden
}

.gg-mag-layout .gg-img-fluid img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gg-mag-layout .gg-mag-content {
    display: flex;
    justify-content: space-between
}

.gg-mag-layout .gg-mag-content .gg-mag-content-title:nth-child(1) {
    left: -.069em
}

.gg-mag-layout .gg-mag-content .gg-mag-content-title:nth-child(2) {
    text-align: right;
    right: -.069em
}

.gg-mag-layout .gg-mag-content .gg-mag-content-title {
    color: #f4f3f3;
    font-size: calc(6.41026vw + 126.92308px);
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -.125em;
    text-transform: uppercase
}

.gg-mag-layout .gg-mag-content .gg-text-large {
    max-width: 49.1%
}

.gg-mag-layout.gg-mag-text-white h2 {
    color: #f4f3f3
}

.gg-mag-layout.gg-mag-text-white .gg-mag-content .gg-mag-content-title {
    color: #fff;
    opacity: .1
}

.gg-mag-layout.gg-mag-text-white .gg-mag-content .gg-text-large {
    color: #f6f4f5
}

.gg-mag-layout .gg-tiny {
    text-align: right
}

.gg-mag-layout.gg-mag-left h2 {
    text-align: left
}

.gg-mag-layout.gg-mag-left .gg-mag-content {
    flex-direction: row-reverse
}

.gg-mag-layout.gg-mag-left .gg-tiny {
    text-align: left
}

.gg-mag-layout .linkto {
    color: #6aa2da!important
}

.gg-mag-layout .linkto:hover {
    color: #ed3c40!important
}

.gg-mag-bg-contain .gg-img-fluid img {
    -o-object-fit: contain;
    object-fit: contain
}

.gg-mag-layout .gg-stuck {
    display: flex;
    flex-direction: column
}

.gg-mag-layout .gg-stuck h2 {
    flex: 0
}

.gg-mag-layout .gg-stuck .gg-observe {
    flex: 1
}

.gg-mag-layout .gg-stuck .gg-observe canvas {
    position: absolute;
    height: 100%
}

html[dir=rtl] .gg-mag-layout.gg-mag-left h2 {
    text-align: right
}

.gg-play-icon-container {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.gg-play-icon-container .gg-play-icon-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    will-change: width
}

.gg-play-icon-container .gg-play-icon {
    transition: transform .5s cubic-bezier(.2, .8, .3, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: calc(1.53846vw + 26.46154px);
    height: 1.8em;
    padding: 0 .3em 0 .2em;
    line-height: 1em;
    position: relative;
    transform: scale(.9)
}

.gg-play-icon-container .gg-play-text {
    white-space: nowrap;
    padding-left: 1.5em;
    position: relative
}

.gg-play-icon-container .gg-play-icon-background {
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    position: absolute;
    top: 0;
    right: -.5px;
    bottom: 0;
    left: 0
}

.gg-mag-pop .gg-img-fluid {
    cursor: pointer
}

.gg-mag-pop .gg-img-fluid:hover .gg-play-icon {
    transform: scale(1)
}

@media (max-aspect-ratio:1 / 1) {
    .gg-mag-layout .gg-container h2 {
        text-align: center!important
    }
    .gg-mag-layout .gg-mag-content .gg-text-large {
        width: 100%;
        max-width: none;
        text-align: center
    }
    .gg-mag-layout .gg-mag-content .gg-mag-content-title {
        display: none
    }
    .gg-mag-layout .gg-img-fluid {
        margin: 0 calc(2.30769px - 8.97436vw)
    }
    .gg-mag-layout .gg-full-height {
        height: auto
    }
    .gg-mag-layout .gg-full-height img {
        position: relative
    }
    .gg-mag-full-layout .gg-img-fluid {
        margin: 0
    }
}

.gg-fallback .gg-full-height {
    display: block;
    height: auto
}

.gg-fallback .gg-mag-layout .gg-img-fluid img {
    height: auto;
    position: relative
}

.gg-stage-layout {
    color: #fff;
    width: 100%;
    position: relative
}

.gg-stage-layout .gg-stage-front {
    height: 100%;
    position: absolute;
    top: 0;
    left: var(--gg-gap);
    z-index: 1
}

.gg-stage-layout .gg-stage-front-title {
    max-width: 49.1%;
    position: absolute;
    top: 0
}

.gg-stage-layout .gg-stage-front-text {
    position: absolute;
    bottom: 0;
    left: var(--gg-gap);
    transform: translateZ(0);
    z-index: 10
}

.gg-stage-layout .gg-stage-front-text .gg-text-large {
    width: 49.1%
}

.gg-stage-layout .gg-stage-front-text .linkto {
    color: #6aa2da!important
}

.gg-stage-layout .gg-stage-front-text .linkto:hover {
    color: #ed3c40!important
}

.gg-stage-layout .gg-stage-background {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.gg-stage-layout .gg-stage-background canvas,
.gg-stage-layout .gg-stage-background img,
.gg-stage-layout .gg-stage-background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gg-stage-layout .gg-stage-background-mask {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -.5px;
    left: 0;
    opacity: 0
}

.gg-base-stage-layout .gg-stage-front-text {
    position: absolute;
    bottom: 0;
    left: 0
}

.gg-transform {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1400px) {
    .gg-stage-layout .gg-stage-front-title {
        max-width: 70%
    }
    .gg-stage-layout .gg-stage-front-text .gg-text-large {
        width: 70%;
        transform: translateY(1em)
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-stage-layout h2 {
        text-align: center
    }
    .gg-stage-layout .gg-stage-front-title {
        max-width: none;
        width: 100%
    }
    .gg-stage-layout .gg-stage-front {
        left: calc(8.97436vw - 2.30769px)
    }
    .gg-stage-layout .gg-stage-front-text {
        left: calc(8.97436vw - 2.30769px)
    }
    .gg-stage-layout .gg-stage-front-text .gg-text-large {
        text-align: center;
        width: 100%
    }
}

.gg-two-column-layout .gg-two-column-layout-xs {
    display: none
}

.gg-two-column-layout .gg-two-column-layout-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gg-two-column-layout .gg-two-column-layout-container img,
.gg-two-column-layout .gg-two-column-layout-container video {
    width: 100%
}

.gg-two-column-layout .gg-two-column-reverse {
    flex-direction: row-reverse
}

.gg-two-column-layout .gg-two-column-content-white {
    color: #f4f3f3
}

.gg-two-column-layout .gg-two-column-layout-picture {
    position: relative;
    line-height: 0
}

.gg-two-column-layout .gg-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    transition: transform .2s ease;
    color: #fff!important;
    z-index: 5;
    font-size: 64px;
    text-decoration: none!important
}

.gg-two-column-layout .gg-play:hover {
    transform: translate(-50%, -50%) scale(1)
}

.gg-two-column-layout .linkto {
    color: #6aa2da!important
}

.gg-two-column-layout .linkto:hover {
    color: #ed3c40!important
}

@media (max-aspect-ratio:1 / 1) {
    .gg-two-column-layout .gg-two-column-layout-xs {
        display: block
    }
    .gg-two-column-layout .gg-two-column-layout-container {
        flex-wrap: wrap
    }
    .gg-two-column-layout .gg-two-column-layout-picture {
        width: 100%
    }
    .gg-two-column-layout .gg-two-column-layout-content {
        width: 100%;
        margin-top: 5.75%;
        text-align: center
    }
    .gg-two-column-layout .gg-two-column-layout-content .gg-two-column-layout-content-title {
        display: none
    }
    .gg-two-column-layout .gg-two-column-layout-content-title {
        width: 100%;
        text-align: center;
        margin-bottom: 5%!important
    }
}

.gg-scroll-text-layout .gg-scroll-text-layout-container {
    display: flex;
    justify-content: space-between
}

.gg-scroll-text-layout .gg-scroll-text-layout-picture {
    height: 70vh;
    height: var(--gg-height-box);
    position: -webkit-sticky;
    position: sticky;
    top: 124px;
    top: calc(var(--gg-height-nav) + 60px);
    padding-right: 30px
}

.gg-scroll-text-layout .gg-scroll-text-layout-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gg-scroll-text-layout .gg-scroll-text-layout-content-title {
    position: absolute;
    top: 5%;
    left: 0
}

.gg-scroll-text-layout .gg-scroll-text-content-white {
    color: #fff
}

.gg-scroll-text-layout .gg-scroll-text-layout-content {
    padding: 25vh 0
}

.gg-scroll-text-layout .gg-scroll-text-layout-item {
    margin-bottom: 15%;
    opacity: .2;
    transition: opacity .2s ease;
    will-change: opacity
}

.gg-scroll-text-layout .gg-scroll-text-layout-item:last-child {
    margin-bottom: 0
}

.gg-scroll-text-layout .gg-scroll-text-layout-picture-item {
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s ease;
    will-change: opacity;
    pointer-events: none
}

.gg-scroll-text-layout .gg-scroll-text-layout-picture-item .gg-video-fullscreen {
    height: 100%
}

.gg-scroll-text-layout .gg-scroll-text-layout-picture-background {
    position: relative;
    opacity: 1
}

.gg-scroll-text-layout .gg-video-fullscreen {
    cursor: pointer
}

.gg-scroll-text-layout .linkto {
    color: #6aa2da!important
}

.gg-scroll-text-layout .linkto:hover {
    color: #ed3c40!important
}

.gg-scroll-text-layout [data-active="1"] [data-id="1"] {
    opacity: 1;
    pointer-events: all
}

.gg-scroll-text-layout [data-active="2"] [data-id="2"] {
    opacity: 1;
    pointer-events: all
}

.gg-scroll-text-layout [data-active="3"] [data-id="3"] {
    opacity: 1;
    pointer-events: all
}

.gg-scroll-text-layout [data-active="4"] [data-id="4"] {
    opacity: 1;
    pointer-events: all
}

.gg-scroll-text-layout [data-active="5"] [data-id="5"] {
    opacity: 1;
    pointer-events: all
}

@media (max-aspect-ratio:1 / 1) {
    .gg-scroll-text-layout .gg-scroll-text-layout-container {
        flex-wrap: wrap
    }
    .gg-scroll-text-layout .gg-scroll-text-layout-picture {
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 10;
        top: calc(var(--gg-height-nav) + 30px)
    }
    .gg-scroll-text-layout .gg-scroll-text-layout-picture-item {
        line-height: 0;
        top: 0;
        box-shadow: 0 5px 30px 30px #fff
    }
    .gg-scroll-text-layout .gg-scroll-text-layout-picture-item[data-id="1"] {
        position: relative
    }
    .gg-scroll-text-layout .gg-scroll-text-layout-content {
        width: 100%;
        padding: 0
    }
    .gg-scroll-text-layout .gg-scroll-text-layout-item {
        margin-top: 20%;
        margin-bottom: 0;
        text-align: center
    }
    .gg-section-bg-black .gg-scroll-text-layout-picture {
        background-color: #000
    }
    .gg-section-bg-black .gg-scroll-text-layout-picture-item {
        box-shadow: 0 5px 30px 30px #000
    }
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-picture {
    height: auto;
    position: relative;
    top: 0
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-picture img {
    height: auto
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-picture-item {
    display: flex;
    align-items: center;
    height: 80vh;
    margin-bottom: 10%;
    position: relative;
    opacity: 1;
    pointer-events: all;
    background-color: transparent
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-picture-item .gg-video-fullscreen {
    height: auto
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-content {
    padding: 0
}

.gg-fallback .gg-scroll-text-layout .gg-scroll-text-layout-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    opacity: 1;
    margin-bottom: 10%;
    pointer-events: all
}

.gg-icon-layout {
    display: flex;
    justify-content: space-between
}

.gg-icon-layout h2 {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--gg-height-nav)*1.5)
}

.gg-icon-layout .gg-icon-layout-row {
    margin-bottom: 10%;
    opacity: 0;
    transition: opacity .5s ease
}

.gg-icon-layout .gg-icon-layout-row:last-child {
    margin-bottom: 0
}

.gg-icon-layout .gg-icon-layout-row.gg-show-feature {
    opacity: 1
}

.gg-icon-layout .gg-icon-layout-row .gg-scroll {
    display: flex;
    justify-content: space-between
}

.gg-icon-layout .gg-icon-layout-item {
    width: 44.5%
}

.gg-icon-layout .gg-icon-layout-logo {
    margin-bottom: 4%
}

.gg-icon-layout .gg-icon-layout-logo svg {
    max-width: 20%
}

.gg-icon-layout .gg-icon-layout-feature-title {
    font-weight: 700;
    margin-bottom: .25em
}

.gg-icon-layout .linkto {
    color: #6aa2da!important
}

.gg-icon-layout .linkto:hover {
    color: #ed3c40!important
}

.gg-section-bg-black .gg-icon-layout-row {
    color: #f4f3f3
}

@media (min-aspect-ratio:1001 / 1000) {
    .gg-icon-layout h2 {
        padding-right: 2vw
    }
    html[dir=rtl] .gg-icon-layout h2 {
        padding-right: 0;
        padding-left: 2vw
    }
}

@media (max-aspect-ratio:1 / 1) {
    .gg-icon-layout {
        flex-wrap: wrap
    }
    .gg-icon-layout>div {
        width: 100%
    }
    .gg-icon-layout h2 {
        position: relative;
        top: 0
    }
    .gg-icon-layout .gg-icon-layout-feature-title {
        margin-bottom: .75em
    }
    .gg-icon-layout .gg-icon-layout-row {
        margin-bottom: 0
    }
    .gg-icon-layout .gg-icon-layout-row .gg-scroll {
        flex-wrap: wrap
    }
    .gg-icon-layout .gg-icon-layout-row .gg-icon-layout-item {
        display: flex;
        width: 100%;
        margin-top: 10%
    }
    .gg-icon-layout .gg-icon-layout-logo {
        flex-shrink: 0;
        width: 16%;
        margin: 0 5% 0 0
    }
    .gg-icon-layout .gg-icon-layout-logo svg {
        max-width: 100%
    }
    .gg-icon-layout .gg-text-left-xs {
        text-align: left!important
    }
    html[dir=rtl] .gg-icon-layout .gg-icon-layout-logo {
        margin: 0 0 0 5%
    }
}

.gg-fallback .gg-icon-layout .gg-icon-layout-row {
    opacity: 1
}

html[dir=rtl] .gg-fallback .gg-icon-layout h2 {
    position: relative;
    top: 0
}

.gg-performance-low .gg-icon-layout .gg-icon-layout-row {
    opacity: 1
}

.gg-video-in-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.gg-video-in-phone .gg-video-in-phone-container {
    position: relative
}

.gg-video-in-phone .gg-video-in-phone-container picture {
    position: relative;
    display: block;
    padding-top: 46.7639%
}

.gg-video-in-phone .gg-video-in-phone-container picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block
}

.gg-video-in-phone .gg-video-in-phone-container .gg-video-fallback-img,
.gg-video-in-phone .gg-video-in-phone-container video {
    position: absolute;
    width: 95.4%;
    height: 99%;
    left: 2.2%;
    top: .6%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    border-radius: 2.2vw
}

.gg-video-in-phone .gg-video-in-phone-container .gg-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    transition: transform .2s ease;
    color: #fff!important;
    z-index: 5;
    font-size: 64px;
    text-decoration: none!important
}

@media (max-aspect-ratio:1 / 1) {
    .gg-video-in-phone .gg-container {
        width: calc(82.05128vw + 4.61538px)
    }
}

.gg-fallback .gg-video-in-phone {
    display: block
}

.gg-fallback .gg-video-in-phone .gg-video-in-phone-container video {
    height: 99%!important;
    width: 99%;
    left: .5%
}

#gg-comparison {
    position: relative
}

#gg-comparison p {
    margin-top: .33em!important;
    margin-bottom: .33em!important
}

#gg-comparison .gg-button-solid>span {
    height: 1.2em;
    transition: transform .5s ease
}

#gg-comparison .gg-button-solid>span>span {
    margin-top: 1.2em
}

#gg-comparison .gg-active .gg-button-solid>span {
    transform: translateY(-2.5em)
}

.gg-comparison-row {
    display: flex;
    flex-wrap: nowrap
}

.gg-comparison-row>div {
    width: 33%;
    margin-right: 30px;
    flex: 1
}

.gg-comparison-row>div:last-child {
    margin-right: 0
}

.gg-comparison-row .gg-img-fluid img {
    margin: 0 auto
}

.gg-comparison-body>div.h5 {
    padding: 1em 0 0 0
}

.gg-comparison-body .gg-comparison-row>div {
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.gg-comparison-body strong {
    display: block;
    margin: 1.5em 0 0 0
}

.gg-comparison-head {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    top: var(--gg-height-nav);
    font-weight: 700;
    z-index: 50;
    overflow: hidden
}

.gg-comparison-head .gg-comparison-row>div {
    padding: 1em 0 1em 0!important;
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.gg-comparison-head a {
    color: #000!important
}

.gg-comparison-nav {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.gg-comparison-nav a {
    display: block;
    height: 44px;
    width: 44px;
    position: relative
}

.gg-comparison-nav a::before {
    display: block;
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    height: 14px;
    width: 14px;
    background: #d2d1d1;
    border-radius: 8px;
    transition: background .4s ease
}

#gg-comparison[data-active='1'] a[data-id='1']::before {
    background: #494546
}

#gg-comparison[data-active='2'] a[data-id='2']::before {
    background: #494546
}

@media (max-aspect-ratio:1 / 1) {
    #gg-comparison .gg-gray-container {
        overflow: hidden
    }
    #gg-comparison .gg-comparison-head .gg-comparison-row {
        transition: transform .5s cubic-bezier(.5, .5, .2, 1)
    }
    #gg-comparison .gg-comparison-head .gg-comparison-row>div {
        padding: 1em 0 3em 0!important
    }
    #gg-comparison .gg-comparison-row {
        transition: transform .5s cubic-bezier(.5, .5, .2, 1)
    }
    #gg-comparison .gg-comparison-row>div {
        width: calc(50vw - var(--gg-gap) - 15px);
        min-width: calc(50vw - var(--gg-gap) - 15px)
    }
    .gg-comparison-nav {
        display: flex
    }
    #gg-comparison[data-active='1'] .gg-comparison-nav a[data-id='1']::before {
        background: #494546
    }
    #gg-comparison[data-active='1'] .gg-comparison-row {
        transform: translateX(calc((0)*(-50vw + var(--gg-gap) - 15px)))
    }
    #gg-comparison[data-active='2'] .gg-comparison-nav a[data-id='2']::before {
        background: #494546
    }
    #gg-comparison[data-active='2'] .gg-comparison-row {
        transform: translateX(calc((1)*(-50vw + var(--gg-gap) - 15px)))
    }
    #gg-comparison[data-active='3'] .gg-comparison-nav a[data-id='3']::before {
        background: #494546
    }
    #gg-comparison[data-active='3'] .gg-comparison-row {
        transform: translateX(calc((2)*(-50vw + var(--gg-gap) - 15px)))
    }
}

.gg-comparison-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden
}

#gg-comparison.gg-active .gg-comparison-body {
    max-height: 400vh;
    opacity: 1;
    transition: max-height 1.5s ease, opacity .5s ease
}

.gg-comparison-colors {
    padding: 1.5em 0 0 0;
    margin: 0;
    list-style: none
}

.gg-comparison-colors li {
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.6em
}

.gg-comparison-colors [class^=gg-product-colors-] {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: -.21em .25em 0 0
}

.gg-comparison-colors-1 {
    background: gray linear-gradient(to bottom, #a19fa6, #000)
}

.gg-comparison-colors-2 {
    background: gray linear-gradient(to bottom, #fce5cb, #e2b999)
}

.gg-comparison-colors-3 {
    background: gray linear-gradient(to bottom, #0b879e, #00243e)
}

.gg-comparison-colors-4 {
    background: gray linear-gradient(to bottom, #bfdaf7, #cdc4e9)
}

.gg-comparison-colors-5 {
    background: gray linear-gradient(to bottom, #e0e4e4, #505458)
}

.gg-comparison-colors-7 {
    background: gray linear-gradient(to bottom, #eee, #ccc)
}

.gg-fallback #gg-comparison>div.gg-comparison-head {
    position: relative
}

#gg-experience .ggVideo {
    display: none;
    background: #000;
}