* {
    box-sizing: border-box;
    padding: 0
}

*,
html {
    margin: 0
}

html {
    scroll-behavior: smooth;
    overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
html body,
html body button,
html body input,
html body select,
html body textarea {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

body {
    margin: 0;
    scroll-behavior: smooth;
    overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body button,
body p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute;
    right: -5px
}

::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: #f2f1f0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    opacity: 0
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
    width: 5px;
    background-color: #000;
    -webkit-border-radius: 5px
}

::-webkit-scrollbar-corner {
    display: none
}

a {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer
}

a,
a:visited {
    color: currentColor
}

ol,
ul {
    list-style-position: inside
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
        line-height: 1.5
    }
}

input,
textarea {
    font-size: 14px;
    line-height: 1.3;
    background: transparent;
    color: inherit
}

@media(min-width:1200px) {

    input,
    textarea {
        font-size: 16px;
        line-height: 1.5
    }
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

@media(min-width:1200px) {

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 1.5
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.5
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 16px;
        line-height: 1.5
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    background: transparent;
    box-shadow: inset 0 0 0 1000px #fff !important;
    -webkit-text-fill-color: currentColor;
    outline-width: 0 !important;
    border: none !important;
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out
}

input:not([type=radio]):not([type=range]):focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none !important
}

input[type=number] {
    -moz-appearance: textfield
}

button {
    outline: none;
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {
    button {
        font-size: 16px;
        line-height: 1.5
    }
}

button:active,
button:focus,
img {
    outline: none
}

img {
    border: none
}

:active,
:focus {
    outline: none
}

html[lang=ja-JP],
html[lang=ja-JP] body,
html[lang=ja-JP] button,
html[lang=ja-JP] input,
html[lang=ja-JP] select,
html[lang=ja-JP] textarea {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

html[lang=ko-KR],
html[lang=ko-KR] body,
html[lang=ko-KR] button,
html[lang=ko-KR] input,
html[lang=ko-KR] select,
html[lang=ko-KR] textarea {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.options-ani-enter-active,
.options-ani-leave-active {
    transition: all .5s cubic-bezier(.355, .005, .26, 1)
}

.options-ani-enter-from,
.options-ani-leave-to {
    opacity: 0;
    transform: translateY(-2px)
}

.options-ani-enter-to,
.options-ani-leave-from {
    opacity: 1;
    transform: translateY(0)
}

.fade-in-enter-active,
.fade-in-leave-active {
    transition: all .8s cubic-bezier(.355, .005, .26, 1)
}

.fade-in-enter-from,
.fade-in-leave-to {
    opacity: 0
}

.fade-in-enter-to,
.fade-in-leave-from {
    opacity: 1
}

.bottom-slide-in-enter-active,
.bottom-slide-in-leave-active {
    transition: all .6s cubic-bezier(.355, .005, .26, 1)
}

.bottom-slide-in-enter-from,
.bottom-slide-in-leave-to {
    transform: translateY(100%)
}

.bottom-slide-in-enter-to,
.bottom-slide-in-leave-from {
    transform: translateY(0)
}

.list-ani-enter-active,
.list-ani-leave-active,
.list-ani-move {
    transition: all .6s cubic-bezier(.355, .005, .26, 1)
}

.list-ani-leave-active {
    position: absolute
}

.list-ani-enter-from,
.list-ani-leave-to {
    opacity: 0;
    transform: translateY(100%)
}

.list-ani-enter-to,
.list-ani-leave-from {
    transform: translateY(0)
}

.__ft-d {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 80px;
    line-height: 1em;
    overflow-wrap: break-word;
    text-wrap: balance
}

@media(min-width:992px) {
    .__ft-d {
        font-size: 144px
    }
}

.__ft-h1 {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase
}

@media(min-width:992px) {
    .__ft-h1 {
        font-size: 80px
    }
}

.__ft-h2 {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media(min-width:992px) {
    .__ft-h2 {
        font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 56px;
        letter-spacing: 3px
    }
}

.__ft-h3 {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 26px;
    line-height: 1em;
    letter-spacing: 2.25px;
    text-transform: uppercase
}

@media(min-width:992px) {
    .__ft-h3 {
        font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 32px
    }
}

.__ft-h4 {
    font-size: 26px;
    line-height: 32px
}

.__ft-h4,
.__ft-pl {
    font-family: Overpass Medium, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ft-pl {
    font-size: 18px;
    line-height: 28px
}

.__ft-pm {
    font-size: 16px;
    line-height: 24px
}

.__ft-pm,
.__ft-ps {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #757575
}

.__ft-ps {
    font-size: 12px;
    line-height: 20px
}

.__ft-cm {
    font-family: Overpass Medium, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 28px
}

.__ft-cm,
.__ft-cs {
    letter-spacing: 2px;
    text-transform: uppercase
}

.__ft-cs {
    font-family: Overpass SemiBold, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 20px
}

.theme-black .__ft-pm,
.theme-black .__ft-ps {
    color: #b8b8b8
}

html[lang=ja-JP] .__ft-d,
html[lang=ja-JP] .__ft-h1,
html[lang=ja-JP] .__ft-h2 {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    html[lang=ja-JP] .__ft-h2 {
        font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
}

html[lang=ja-JP] .__ft-h3 {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    html[lang=ja-JP] .__ft-h3 {
        font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
}

html[lang=ja-JP] .__ft-h4,
html[lang=ja-JP] .__ft-pl {
    font-family: Noto Sans JP Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ja-JP] .__ft-pm,
html[lang=ja-JP] .__ft-ps {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ja-JP] .__ft-cm {
    font-family: Noto Sans JP Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ja-JP] .__ft-cs {
    font-family: Noto Sans JP SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .__ft-d,
html[lang=ko-KR] .__ft-h1,
html[lang=ko-KR] .__ft-h2 {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    html[lang=ko-KR] .__ft-h2 {
        font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
}

html[lang=ko-KR] .__ft-h3 {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

@media(min-width:992px) {
    html[lang=ko-KR] .__ft-h3 {
        font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
}

html[lang=ko-KR] .__ft-h4,
html[lang=ko-KR] .__ft-pl {
    font-family: Noto Sans KR Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .__ft-pm,
html[lang=ko-KR] .__ft-ps {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .__ft-cm {
    font-family: Noto Sans KR Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .__ft-cs {
    font-family: Noto Sans KR SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

[class*=__bc-] {
    padding: 15px;
    display: block
}

.__bc-white {
    padding: 8px;
    background: #fff;
    color: #000
}

.__bc-gray-l {
    padding: 8px;
    background: #f2f1f0;
    color: #000
}

.__bc-gray {
    padding: 8px;
    background: #a1a1a1;
    color: #000
}

.__bc-gray-m {
    padding: 8px;
    background: #4f4f4f;
    color: #fff
}

.__bc-yellow {
    padding: 8px;
    background: #E3242B;
    color: #000
}

.__bc-black {
    padding: 8px;
    background: #000;
    color: #fff
}

.__c-black {
    color: #000
}

.__c-red {
    color: #e25043
}

.__c-yellow {
    color: #E3242B
}

.__c-blue-night {
    color: #101724
}

.__c-blue-sky {
    color: #09c
}

.__c-grey {
    color: #a1a1a1
}

.__c-grey-next {
    color: #757575
}

.__c-grey-neutral {
    color: #4f4f4f
}

.__c-grey-taubmans {
    color: #b8b8b8
}

.__c-grey-light {
    color: #f2f1f0
}

.__c-white {
    color: #fff
}

.__c-red-blue-sky {
    background-image: linear-gradient(90deg, #e25043, #09c)
}

.__c-grey-neutral-yellow,
.__c-red-blue-sky {
    -webkit-background-clip: text;
    color: transparent
}

.__c-grey-neutral-yellow {
    background-image: linear-gradient(90deg, #4f4f4f, #E3242B)
}

.__c-blue-sky-yellow {
    background-image: linear-gradient(90deg, #09c, #E3242B)
}

.__c-blue-sky-yellow,
.__c-yellow-red {
    -webkit-background-clip: text;
    color: transparent
}

.__c-yellow-red {
    background-image: linear-gradient(90deg, #E3242B, #e25043)
}

@font-face {
    font-family: Noto Sans JP Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans JP Bold"), local("NotoSansJP-Bold"), url(../fonts/NotoSansJP-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Medium;
    src: url(../fonts/NotoSansJP-Medium.eot);
    src: local("Noto Sans JP Medium"), local("NotoSansJP-Medium"), url(../fonts/NotoSansJP-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP SemiBold;
    src: url(../fonts/NotoSansJP-SemiBold.eot);
    src: local("Noto Sans JP SemiBold"), local("NotoSansJP-SemiBold"), url(../fonts/NotoSansJP-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansJP-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Black;
    src: url(../fonts/NotoSansJP-Black.eot);
    src: local("Noto Sans JP Black"), local("NotoSansJP-Black"), url(../fonts/NotoSansJP-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Regular;
    src: url(../fonts/NotoSansJP-Regular.eot);
    src: local("Noto Sans JP Regular"), local("NotoSansJP-Regular"), url(../fonts/NotoSansJP-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Light;
    src: url(../fonts/NotoSansJP-Light.eot);
    src: local("Noto Sans JP Light"), local("NotoSansJP-Light"), url(../fonts/NotoSansJP-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/NotoSansJP-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans JP Thin;
    src: url(../fonts/NotoSansJP-Thin.eot);
    src: local("Noto Sans JP Thin"), local("NotoSansJP-Thin"), url(../fonts/NotoSansJP-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansJP-Thin.woff2) format("woff2"), url(../fonts/NotoSansJP-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Bold;
    src: url(../fonts/NotoSansKR-Bold.eot);
    src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url(../fonts/NotoSansKR-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Medium;
    src: url(../fonts/NotoSansKR-Medium.eot);
    src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url(../fonts/NotoSansKR-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR SemiBold;
    src: url(../fonts/NotoSansKR-SemiBold.eot);
    src: local("Noto Sans KR SemiBold"), local("NotoSansKR-SemiBold"), url(../fonts/NotoSansKR-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-SemiBold.woff2) format("woff2"), url(../fonts/NotoSansKR-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Black;
    src: url(../fonts/NotoSansKR-Black.eot);
    src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url(../fonts/NotoSansKR-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Regular;
    src: url(../fonts/NotoSansKR-Regular.eot);
    src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url(../fonts/NotoSansKR-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Light;
    src: url(../fonts/NotoSansKR-Light.eot);
    src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url(../fonts/NotoSansKR-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Noto Sans KR Thin;
    src: url(../fonts/NotoSansKR-Thin.eot);
    src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url(../fonts/NotoSansKR-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/NotoSansKR-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Bold;
    src: url(../fonts/Overpass-Bold.eot);
    src: local("Overpass-Bold"), url(../fonts/Overpass-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Bold.woff2) format("woff2"), url(../fonts/Overpass-Bold.woff) format("woff"), url(../fonts/Overpass-Bold.svg#Overpass-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Medium;
    src: url(../fonts/Overpass-Medium.eot);
    src: local("Overpass Medium"), local("Overpass-Medium"), url(../fonts/Overpass-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Medium.woff2) format("woff2"), url(../fonts/Overpass-Medium.woff) format("woff"), url(../fonts/Overpass-Medium.svg#Overpass-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass SemiBold;
    src: url(../fonts/Overpass-SemiBold.eot);
    src: local("../fonts/Overpass SemiBold"), local("Overpass-SemiBold"), url(../fonts/Overpass-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-SemiBold.woff2) format("woff2"), url(../fonts/Overpass-SemiBold.woff) format("woff"), url(../fonts/Overpass-SemiBold.svg#Overpass-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Black;
    src: url(../fonts/Overpass-Black.eot);
    src: local("Overpass Black"), url(../fonts/Overpass-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Black.woff2) format("woff2"), url(../fonts/Overpass-Black.woff) format("woff"), url(../fonts/Overpass-Black.svg#Overpass-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass;
    src: url(../fonts/Overpass-Regular.eot);
    src: local("Overpass Regular"), url(../fonts/Overpass-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Regular.woff2) format("woff2"), url(../fonts/Overpass-Regular.woff) format("woff"), url(../fonts/Overpass-Regular.svg#Overpass-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Light;
    src: url(../fonts/Overpass-Light.eot);
    src: local("Overpass Light"), url(../fonts/Overpass-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Light.woff2) format("woff2"), url(../fonts/Overpass-Light.woff) format("woff"), url(../fonts/Overpass-Light.svg#Overpass-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Font Awesome\ 5 Pro Solid;
    src: url(../fonts/FontAwesome5Pro-Solid.eot);
    src: local("FontAwesome5Pro-Solid"), url(../fonts/FontAwesome5Pro-Solid.eot?#iefix) format("embedded-opentype"), url(../fonts/FontAwesome5Pro-Solid.woff2) format("woff2"), url(../fonts/FontAwesome5Pro-Solid.woff) format("woff"), url(../fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Thin;
    src: url(../fonts/Overpass-Thin.eot);
    src: local("Overpass Thin"), url(../fonts/Overpass-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Overpass-Thin.woff2) format("woff2"), url(../fonts/Overpass-Thin.woff) format("woff"), url(../fonts/Overpass-Thin.svg#Overpass-Thin) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines Exlight;
    src: url(../fonts/overpass-headlines-exlight.eot);
    src: local("Overpass Lotus Headlines ExLight"), url(../fonts/overpass-headlines-exlight.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines-exlight.woff2) format("woff2"), url(../fonts/overpass-headlines-exlight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Overpass Lotus Headlines;
    src: url(../fonts/overpass-headlines.eot);
    src: local("Overpass Lotus Headlines"), url(../fonts/overpass-headlines.eot?#iefix) format("embedded-opentype"), url(../fonts/overpass-headlines.woff2) format("woff2"), url(../fonts/overpass-headlines.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

.__ff-arial {
    font-family: Arial, sans-serif
}

.__ff-times-new-roman {
    font-family: Times New Roman, sans-serif
}

.__ff-overpass-bold {
    font-family: Overpass Bold, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-black {
    font-family: Overpass Black, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass {
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-thin {
    font-family: Overpass Thin, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-light {
    font-family: Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-bold {
    font-family: Source Han Sans CN Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-normal {
    font-family: Source Han Sans CN Normal, Overpass, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-source-han-sans-cn-extra-light {
    font-family: Source Han Sans CN ExtraLight, Overpass Light, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines {
    font-family: Overpass Lotus Headlines, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-overpass-headlines-ex-light {
    font-family: Overpass Lotus Headlines Exlight, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.__ff-noto-jp {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-light {
    font-family: Noto Sans JP Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-thin {
    font-family: Noto Sans JP Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-semibold {
    font-family: Noto Sans JP SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-medium {
    font-family: Noto Sans JP Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-jp-bold {
    font-family: Noto Sans JP Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-light {
    font-family: Noto Sans KR Light, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-thin {
    font-family: Noto Sans KR Thin, Overpass Light, Source Han Sans CN ExtraLight, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-semibold {
    font-family: Noto Sans KR SemiBold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-medium {
    font-family: Noto Sans KR Medium, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__ff-noto-kr-bold {
    font-family: Noto Sans KR Bold, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.3
}

.__f-h1 {
    font-size: 112px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h1 {
        font-size: 200px
    }
}

@media(min-width:1200px) {
    .__f-h1 {
        font-size: 224px
    }
}

.__f-h2 {
    font-size: 72px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h2 {
        font-size: 120px
    }
}

@media(min-width:1200px) {
    .__f-h2 {
        font-size: 144px
    }
}

.__f-h3 {
    font-size: 56px;
    line-height: 1
}

@media(min-width:992px) {
    .__f-h3 {
        font-size: 96px
    }
}

@media(min-width:1200px) {
    .__f-h3 {
        font-size: 112px
    }
}

.__f-h4 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.1
}

@media(min-width:992px) {
    .__f-h4 {
        font-size: 60px
    }
}

@media(min-width:1200px) {
    .__f-h4 {
        font-size: 80px;
        letter-spacing: 4px
    }
}

.__f-h5 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .__f-h5 {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .__f-h5 {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.__f-h6 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .__f-h6 {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .__f-h6 {
        font-size: 32px
    }
}

.__f-h7 {
    font-size: 18px;
    line-height: 1.3
}

@media(min-width:992px) {
    .__f-h7 {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .__f-h7 {
        font-size: 24px;
        line-height: 1.1
    }
}

.__f-h8 {
    font-size: 16px;
    line-height: 1.5
}

@media(min-width:992px) {
    .__f-h8 {
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .__f-h8 {
        font-size: 20px;
        line-height: 1.3
    }
}

.__f-h9 {
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h9 {
        font-size: 16px;
        line-height: 1.5
    }
}

.__f-h10 {
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h10 {
        font-size: 14px;
        line-height: 1.5
    }
}

.__f-h11 {
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .__f-h11 {
        font-size: 12px;
        line-height: 1.5
    }
}

.__f-h12 {
    font-size: 10px;
    line-height: 1.3
}

.__f-h13 {
    font-size: 8px;
    line-height: 1.3
}

.__lh-0_3 {
    line-height: .3 !important
}

.__lh-0_5 {
    line-height: .5 !important
}

.__lh-0_8 {
    line-height: .8 !important
}

.__lh-1 {
    line-height: 1 !important
}

.__lh-1_3 {
    line-height: 1.3 !important
}

.__lh-1_5 {
    line-height: 1.5 !important
}

.__lh-2 {
    line-height: 2 !important
}

.__lh-3 {
    line-height: 3 !important
}

.__op-20 {
    opacity: .8
}

.__op-50 {
    opacity: .5
}

.__op-80 {
    opacity: .2
}

.__t-sd-0-0-2-black {
    text-shadow: 0 0 2px #000
}

.__t-sd-0-0-4-black {
    text-shadow: 0 0 4px #000
}

.__t-sd-2-2-0-black {
    text-shadow: 2px 2px #000
}

.__t-sd-4-4-0-black {
    text-shadow: 4px 4px #000
}

.__t-sd-_2-_2-0-black {
    text-shadow: -2px -2px #000
}

.__t-sd-_4-_4-0-black {
    text-shadow: -4px -4px #000
}

.__t-sd-0-0-2-yellow {
    text-shadow: 0 0 2px #E3242B
}

.__t-sd-0-0-4-yellow {
    text-shadow: 0 0 4px #E3242B
}

.__t-sd-2-2-0-yellow {
    text-shadow: 2px 2px #E3242B
}

.__t-sd-4-4-0-yellow {
    text-shadow: 4px 4px #E3242B
}

.__t-sd-_2-_2-0-yellow {
    text-shadow: -2px -2px #E3242B
}

.__t-sd-_4-_4-0-yellow {
    text-shadow: -4px -4px #E3242B
}

.__t-sd-0-0-2-grey-neutral {
    text-shadow: 0 0 2px #4f4f4f
}

.__t-sd-0-0-4-grey-neutral {
    text-shadow: 0 0 4px #4f4f4f
}

.__t-sd-2-2-0-grey-neutral {
    text-shadow: 2px 2px #4f4f4f
}

.__t-sd-4-4-0-grey-neutral {
    text-shadow: 4px 4px #4f4f4f
}

.__t-sd-_2-_2-0-grey-neutral {
    text-shadow: -2px -2px #4f4f4f
}

.__t-sd-_4-_4-0-grey-neutral {
    text-shadow: -4px -4px #4f4f4f
}

.__t-sd-0-0-2-blue-sky {
    text-shadow: 0 0 2px #09c
}

.__t-sd-0-0-4-blue-sky {
    text-shadow: 0 0 4px #09c
}

.__t-sd-2-2-0-blue-sky {
    text-shadow: 2px 2px #09c
}

.__t-sd-4-4-0-blue-sky {
    text-shadow: 4px 4px #09c
}

.__t-sd-_2-_2-0-blue-sky {
    text-shadow: -2px -2px #09c
}

.__t-sd-_4-_4-0-blue-sky {
    text-shadow: -4px -4px #09c
}

.__t-sd-0-0-2-white {
    text-shadow: 0 0 2px #fff
}

.__t-sd-0-0-4-white {
    text-shadow: 0 0 4px #fff
}

.__t-sd-2-2-0-white {
    text-shadow: 2px 2px #fff
}

.__t-sd-4-4-0-white {
    text-shadow: 4px 4px #fff
}

.__t-sd-_2-_2-0-white {
    text-shadow: -2px -2px #fff
}

.__t-sd-_4-_4-0-white {
    text-shadow: -4px -4px #fff
}

.__mg-btm-0 {
    margin-bottom: 0
}

.__mg-btm-1 {
    margin-bottom: 1em
}

.__mg-btm-2 {
    margin-bottom: 2em
}

.__f-icon-content-img {
    width: 100%;
    height: auto
}

@media(min-width:992px) {
    .__f-icon-content {
        display: flex
    }

    .__f-icon-content-text {
        flex-grow: 1
    }

    .__f-icon-content-img {
        flex-shrink: 0;
        width: 20%;
        height: auto;
        float: right;
        margin-left: 16px;
        margin-bottom: 16px
    }
}

@media(min-width:992px) {
    html.rtl .__f-icon-content-img {
        float: left;
        margin-left: 0;
        margin-right: 16px
    }
}

[class*=__blt-] {
    list-style-position: outside;
    padding-left: 20px
}

.__blt-armenian {
    list-style-type: armenian
}

.__blt-circle {
    list-style-type: circle
}

.__blt-decimal {
    list-style-type: decimal
}

.__blt-disc {
    list-style-type: disc
}

.__blt-georgian {
    list-style-type: georgian
}

.__blt-lower-alpha {
    list-style-type: lower-alpha
}

.__blt-lower-greek {
    list-style-type: lower-greek
}

.__blt-lower-roman {
    list-style-type: lower-roman
}

.__blt-square {
    list-style-type: square
}

.__blt-upper-alpha {
    list-style-type: upper-alpha
}

.__blt-upper-roman {
    list-style-type: upper-roman
}

.__blt-decimal-0 {
    list-style-type: decimal-leading-zero
}

#ContentWrapper {
    font-family: NeoSans, Arial, sans-serif
}

.__rte-hollowed-out {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px
}

.__rte-solid {
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke-width: 0
}

.fs-10 {
    font-size: 10px
}

@media(min-width:768px) {
    .t-fs-10 {
        font-size: 10px
    }
}

@media(min-width:992px) {
    .tl-fs-10 {
        font-size: 10px
    }
}

@media(min-width:1200px) {
    .pc-fs-10 {
        font-size: 10px
    }
}

.fs-12 {
    font-size: 12px
}

@media(min-width:768px) {
    .t-fs-12 {
        font-size: 12px
    }
}

@media(min-width:992px) {
    .tl-fs-12 {
        font-size: 12px
    }
}

@media(min-width:1200px) {
    .pc-fs-12 {
        font-size: 12px
    }
}

.fs-14 {
    font-size: 14px
}

@media(min-width:768px) {
    .t-fs-14 {
        font-size: 14px
    }
}

@media(min-width:992px) {
    .tl-fs-14 {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .pc-fs-14 {
        font-size: 14px
    }
}

.fs-16 {
    font-size: 16px
}

@media(min-width:768px) {
    .t-fs-16 {
        font-size: 16px
    }
}

@media(min-width:992px) {
    .tl-fs-16 {
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .pc-fs-16 {
        font-size: 16px
    }
}

.fs-18 {
    font-size: 18px
}

@media(min-width:768px) {
    .t-fs-18 {
        font-size: 18px
    }
}

@media(min-width:992px) {
    .tl-fs-18 {
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .pc-fs-18 {
        font-size: 18px
    }
}

.fs-20 {
    font-size: 20px
}

@media(min-width:768px) {
    .t-fs-20 {
        font-size: 20px
    }
}

@media(min-width:992px) {
    .tl-fs-20 {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .pc-fs-20 {
        font-size: 20px
    }
}

.fs-24 {
    font-size: 24px
}

@media(min-width:768px) {
    .t-fs-24 {
        font-size: 24px
    }
}

@media(min-width:992px) {
    .tl-fs-24 {
        font-size: 24px
    }
}

@media(min-width:1200px) {
    .pc-fs-24 {
        font-size: 24px
    }
}

.fs-26 {
    font-size: 26px
}

@media(min-width:768px) {
    .t-fs-26 {
        font-size: 26px
    }
}

@media(min-width:992px) {
    .tl-fs-26 {
        font-size: 26px
    }
}

@media(min-width:1200px) {
    .pc-fs-26 {
        font-size: 26px
    }
}

.fs-28 {
    font-size: 28px
}

@media(min-width:768px) {
    .t-fs-28 {
        font-size: 28px
    }
}

@media(min-width:992px) {
    .tl-fs-28 {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .pc-fs-28 {
        font-size: 28px
    }
}

.fs-32 {
    font-size: 32px
}

@media(min-width:768px) {
    .t-fs-32 {
        font-size: 32px
    }
}

@media(min-width:992px) {
    .tl-fs-32 {
        font-size: 32px
    }
}

@media(min-width:1200px) {
    .pc-fs-32 {
        font-size: 32px
    }
}

.fs-40 {
    font-size: 40px
}

@media(min-width:768px) {
    .t-fs-40 {
        font-size: 40px
    }
}

@media(min-width:992px) {
    .tl-fs-40 {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .pc-fs-40 {
        font-size: 40px
    }
}

.fs-56 {
    font-size: 56px
}

@media(min-width:768px) {
    .t-fs-56 {
        font-size: 56px
    }
}

@media(min-width:992px) {
    .tl-fs-56 {
        font-size: 56px
    }
}

@media(min-width:1200px) {
    .pc-fs-56 {
        font-size: 56px
    }
}

.fs-60 {
    font-size: 60px
}

@media(min-width:768px) {
    .t-fs-60 {
        font-size: 60px
    }
}

@media(min-width:992px) {
    .tl-fs-60 {
        font-size: 60px
    }
}

@media(min-width:1200px) {
    .pc-fs-60 {
        font-size: 60px
    }
}

.fs-144 {
    font-size: 144px
}

@media(min-width:768px) {
    .t-fs-144 {
        font-size: 144px
    }
}

@media(min-width:992px) {
    .tl-fs-144 {
        font-size: 144px
    }
}

@media(min-width:1200px) {
    .pc-fs-144 {
        font-size: 144px
    }
}

.mg-t-0 {
    margin-top: 0
}

@media(min-width:768px) {
    .t-mg-t-0 {
        margin-top: 0
    }
}

@media(min-width:992px) {
    .tl-mg-t-0 {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    .pc-mg-t-0 {
        margin-top: 0
    }
}

.mg-r-0 {
    margin-right: 0
}

@media(min-width:768px) {
    .t-mg-r-0 {
        margin-right: 0
    }
}

@media(min-width:992px) {
    .tl-mg-r-0 {
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .pc-mg-r-0 {
        margin-right: 0
    }
}

.mg-b-0 {
    margin-bottom: 0
}

@media(min-width:768px) {
    .t-mg-b-0 {
        margin-bottom: 0
    }
}

@media(min-width:992px) {
    .tl-mg-b-0 {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .pc-mg-b-0 {
        margin-bottom: 0
    }
}

.mg-0 {
    margin: 0
}

@media(min-width:768px) {
    .t-mg-0 {
        margin: 0
    }
}

@media(min-width:992px) {
    .tl-mg-0 {
        margin: 0
    }
}

@media(min-width:1200px) {
    .pc-mg-0 {
        margin: 0
    }
}

.mg-l-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .t-mg-l-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .tl-mg-l-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .pc-mg-l-0 {
        margin-left: 0
    }
}

.pd-t-0 {
    padding-top: 0
}

@media(min-width:768px) {
    .t-pd-t-0 {
        padding-top: 0
    }
}

@media(min-width:992px) {
    .tl-pd-t-0 {
        padding-top: 0
    }
}

@media(min-width:1200px) {
    .pc-pd-t-0 {
        padding-top: 0
    }
}

.pd-r-0 {
    padding-right: 0
}

@media(min-width:768px) {
    .t-pd-r-0 {
        padding-right: 0
    }
}

@media(min-width:992px) {
    .tl-pd-r-0 {
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .pc-pd-r-0 {
        padding-right: 0
    }
}

.pd-b-0 {
    padding-bottom: 0
}

@media(min-width:768px) {
    .t-pd-b-0 {
        padding-bottom: 0
    }
}

@media(min-width:992px) {
    .tl-pd-b-0 {
        padding-bottom: 0
    }
}

@media(min-width:1200px) {
    .pc-pd-b-0 {
        padding-bottom: 0
    }
}

.pd-0 {
    padding: 0
}

@media(min-width:768px) {
    .t-pd-0 {
        padding: 0
    }
}

@media(min-width:992px) {
    .tl-pd-0 {
        padding: 0
    }
}

@media(min-width:1200px) {
    .pc-pd-0 {
        padding: 0
    }
}

.pd-l-0 {
    padding-left: 0
}

@media(min-width:768px) {
    .t-pd-l-0 {
        padding-left: 0
    }
}

@media(min-width:992px) {
    .tl-pd-l-0 {
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .pc-pd-l-0 {
        padding-left: 0
    }
}

.mg-t-4 {
    margin-top: 4px
}

@media(min-width:768px) {
    .t-mg-t-4 {
        margin-top: 4px
    }
}

@media(min-width:992px) {
    .tl-mg-t-4 {
        margin-top: 4px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-4 {
        margin-top: 4px
    }
}

.mg-r-4 {
    margin-right: 4px
}

@media(min-width:768px) {
    .t-mg-r-4 {
        margin-right: 4px
    }
}

@media(min-width:992px) {
    .tl-mg-r-4 {
        margin-right: 4px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-4 {
        margin-right: 4px
    }
}

.mg-b-4 {
    margin-bottom: 4px
}

@media(min-width:768px) {
    .t-mg-b-4 {
        margin-bottom: 4px
    }
}

@media(min-width:992px) {
    .tl-mg-b-4 {
        margin-bottom: 4px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-4 {
        margin-bottom: 4px
    }
}

.mg-4 {
    margin: 4px
}

@media(min-width:768px) {
    .t-mg-4 {
        margin: 4px
    }
}

@media(min-width:992px) {
    .tl-mg-4 {
        margin: 4px
    }
}

@media(min-width:1200px) {
    .pc-mg-4 {
        margin: 4px
    }
}

.mg-l-4 {
    margin-left: 4px
}

@media(min-width:768px) {
    .t-mg-l-4 {
        margin-left: 4px
    }
}

@media(min-width:992px) {
    .tl-mg-l-4 {
        margin-left: 4px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-4 {
        margin-left: 4px
    }
}

.pd-t-4 {
    padding-top: 4px
}

@media(min-width:768px) {
    .t-pd-t-4 {
        padding-top: 4px
    }
}

@media(min-width:992px) {
    .tl-pd-t-4 {
        padding-top: 4px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-4 {
        padding-top: 4px
    }
}

.pd-r-4 {
    padding-right: 4px
}

@media(min-width:768px) {
    .t-pd-r-4 {
        padding-right: 4px
    }
}

@media(min-width:992px) {
    .tl-pd-r-4 {
        padding-right: 4px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-4 {
        padding-right: 4px
    }
}

.pd-b-4 {
    padding-bottom: 4px
}

@media(min-width:768px) {
    .t-pd-b-4 {
        padding-bottom: 4px
    }
}

@media(min-width:992px) {
    .tl-pd-b-4 {
        padding-bottom: 4px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-4 {
        padding-bottom: 4px
    }
}

.pd-4 {
    padding: 4px
}

@media(min-width:768px) {
    .t-pd-4 {
        padding: 4px
    }
}

@media(min-width:992px) {
    .tl-pd-4 {
        padding: 4px
    }
}

@media(min-width:1200px) {
    .pc-pd-4 {
        padding: 4px
    }
}

.pd-l-4 {
    padding-left: 4px
}

@media(min-width:768px) {
    .t-pd-l-4 {
        padding-left: 4px
    }
}

@media(min-width:992px) {
    .tl-pd-l-4 {
        padding-left: 4px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-4 {
        padding-left: 4px
    }
}

.mg-t-8 {
    margin-top: 8px
}

@media(min-width:768px) {
    .t-mg-t-8 {
        margin-top: 8px
    }
}

@media(min-width:992px) {
    .tl-mg-t-8 {
        margin-top: 8px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-8 {
        margin-top: 8px
    }
}

.mg-r-8 {
    margin-right: 8px
}

@media(min-width:768px) {
    .t-mg-r-8 {
        margin-right: 8px
    }
}

@media(min-width:992px) {
    .tl-mg-r-8 {
        margin-right: 8px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-8 {
        margin-right: 8px
    }
}

.mg-b-8 {
    margin-bottom: 8px
}

@media(min-width:768px) {
    .t-mg-b-8 {
        margin-bottom: 8px
    }
}

@media(min-width:992px) {
    .tl-mg-b-8 {
        margin-bottom: 8px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-8 {
        margin-bottom: 8px
    }
}

.mg-8 {
    margin: 8px
}

@media(min-width:768px) {
    .t-mg-8 {
        margin: 8px
    }
}

@media(min-width:992px) {
    .tl-mg-8 {
        margin: 8px
    }
}

@media(min-width:1200px) {
    .pc-mg-8 {
        margin: 8px
    }
}

.mg-l-8 {
    margin-left: 8px
}

@media(min-width:768px) {
    .t-mg-l-8 {
        margin-left: 8px
    }
}

@media(min-width:992px) {
    .tl-mg-l-8 {
        margin-left: 8px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-8 {
        margin-left: 8px
    }
}

.pd-t-8 {
    padding-top: 8px
}

@media(min-width:768px) {
    .t-pd-t-8 {
        padding-top: 8px
    }
}

@media(min-width:992px) {
    .tl-pd-t-8 {
        padding-top: 8px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-8 {
        padding-top: 8px
    }
}

.pd-r-8 {
    padding-right: 8px
}

@media(min-width:768px) {
    .t-pd-r-8 {
        padding-right: 8px
    }
}

@media(min-width:992px) {
    .tl-pd-r-8 {
        padding-right: 8px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-8 {
        padding-right: 8px
    }
}

.pd-b-8 {
    padding-bottom: 8px
}

@media(min-width:768px) {
    .t-pd-b-8 {
        padding-bottom: 8px
    }
}

@media(min-width:992px) {
    .tl-pd-b-8 {
        padding-bottom: 8px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-8 {
        padding-bottom: 8px
    }
}

.pd-8 {
    padding: 8px
}

@media(min-width:768px) {
    .t-pd-8 {
        padding: 8px
    }
}

@media(min-width:992px) {
    .tl-pd-8 {
        padding: 8px
    }
}

@media(min-width:1200px) {
    .pc-pd-8 {
        padding: 8px
    }
}

.pd-l-8 {
    padding-left: 8px
}

@media(min-width:768px) {
    .t-pd-l-8 {
        padding-left: 8px
    }
}

@media(min-width:992px) {
    .tl-pd-l-8 {
        padding-left: 8px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-8 {
        padding-left: 8px
    }
}

.mg-t-12 {
    margin-top: 12px
}

@media(min-width:768px) {
    .t-mg-t-12 {
        margin-top: 12px
    }
}

@media(min-width:992px) {
    .tl-mg-t-12 {
        margin-top: 12px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-12 {
        margin-top: 12px
    }
}

.mg-r-12 {
    margin-right: 12px
}

@media(min-width:768px) {
    .t-mg-r-12 {
        margin-right: 12px
    }
}

@media(min-width:992px) {
    .tl-mg-r-12 {
        margin-right: 12px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-12 {
        margin-right: 12px
    }
}

.mg-b-12 {
    margin-bottom: 12px
}

@media(min-width:768px) {
    .t-mg-b-12 {
        margin-bottom: 12px
    }
}

@media(min-width:992px) {
    .tl-mg-b-12 {
        margin-bottom: 12px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-12 {
        margin-bottom: 12px
    }
}

.mg-12 {
    margin: 12px
}

@media(min-width:768px) {
    .t-mg-12 {
        margin: 12px
    }
}

@media(min-width:992px) {
    .tl-mg-12 {
        margin: 12px
    }
}

@media(min-width:1200px) {
    .pc-mg-12 {
        margin: 12px
    }
}

.mg-l-12 {
    margin-left: 12px
}

@media(min-width:768px) {
    .t-mg-l-12 {
        margin-left: 12px
    }
}

@media(min-width:992px) {
    .tl-mg-l-12 {
        margin-left: 12px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-12 {
        margin-left: 12px
    }
}

.pd-t-12 {
    padding-top: 12px
}

@media(min-width:768px) {
    .t-pd-t-12 {
        padding-top: 12px
    }
}

@media(min-width:992px) {
    .tl-pd-t-12 {
        padding-top: 12px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-12 {
        padding-top: 12px
    }
}

.pd-r-12 {
    padding-right: 12px
}

@media(min-width:768px) {
    .t-pd-r-12 {
        padding-right: 12px
    }
}

@media(min-width:992px) {
    .tl-pd-r-12 {
        padding-right: 12px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-12 {
        padding-right: 12px
    }
}

.pd-b-12 {
    padding-bottom: 12px
}

@media(min-width:768px) {
    .t-pd-b-12 {
        padding-bottom: 12px
    }
}

@media(min-width:992px) {
    .tl-pd-b-12 {
        padding-bottom: 12px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-12 {
        padding-bottom: 12px
    }
}

.pd-12 {
    padding: 12px
}

@media(min-width:768px) {
    .t-pd-12 {
        padding: 12px
    }
}

@media(min-width:992px) {
    .tl-pd-12 {
        padding: 12px
    }
}

@media(min-width:1200px) {
    .pc-pd-12 {
        padding: 12px
    }
}

.pd-l-12 {
    padding-left: 12px
}

@media(min-width:768px) {
    .t-pd-l-12 {
        padding-left: 12px
    }
}

@media(min-width:992px) {
    .tl-pd-l-12 {
        padding-left: 12px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-12 {
        padding-left: 12px
    }
}

.mg-t-16 {
    margin-top: 16px
}

@media(min-width:768px) {
    .t-mg-t-16 {
        margin-top: 16px
    }
}

@media(min-width:992px) {
    .tl-mg-t-16 {
        margin-top: 16px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-16 {
        margin-top: 16px
    }
}

.mg-r-16 {
    margin-right: 16px
}

@media(min-width:768px) {
    .t-mg-r-16 {
        margin-right: 16px
    }
}

@media(min-width:992px) {
    .tl-mg-r-16 {
        margin-right: 16px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-16 {
        margin-right: 16px
    }
}

.mg-b-16 {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .t-mg-b-16 {
        margin-bottom: 16px
    }
}

@media(min-width:992px) {
    .tl-mg-b-16 {
        margin-bottom: 16px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-16 {
        margin-bottom: 16px
    }
}

.mg-16 {
    margin: 16px
}

@media(min-width:768px) {
    .t-mg-16 {
        margin: 16px
    }
}

@media(min-width:992px) {
    .tl-mg-16 {
        margin: 16px
    }
}

@media(min-width:1200px) {
    .pc-mg-16 {
        margin: 16px
    }
}

.mg-l-16 {
    margin-left: 16px
}

@media(min-width:768px) {
    .t-mg-l-16 {
        margin-left: 16px
    }
}

@media(min-width:992px) {
    .tl-mg-l-16 {
        margin-left: 16px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-16 {
        margin-left: 16px
    }
}

.pd-t-16 {
    padding-top: 16px
}

@media(min-width:768px) {
    .t-pd-t-16 {
        padding-top: 16px
    }
}

@media(min-width:992px) {
    .tl-pd-t-16 {
        padding-top: 16px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-16 {
        padding-top: 16px
    }
}

.pd-r-16 {
    padding-right: 16px
}

@media(min-width:768px) {
    .t-pd-r-16 {
        padding-right: 16px
    }
}

@media(min-width:992px) {
    .tl-pd-r-16 {
        padding-right: 16px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-16 {
        padding-right: 16px
    }
}

.pd-b-16 {
    padding-bottom: 16px
}

@media(min-width:768px) {
    .t-pd-b-16 {
        padding-bottom: 16px
    }
}

@media(min-width:992px) {
    .tl-pd-b-16 {
        padding-bottom: 16px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-16 {
        padding-bottom: 16px
    }
}

.pd-16 {
    padding: 16px
}

@media(min-width:768px) {
    .t-pd-16 {
        padding: 16px
    }
}

@media(min-width:992px) {
    .tl-pd-16 {
        padding: 16px
    }
}

@media(min-width:1200px) {
    .pc-pd-16 {
        padding: 16px
    }
}

.pd-l-16 {
    padding-left: 16px
}

@media(min-width:768px) {
    .t-pd-l-16 {
        padding-left: 16px
    }
}

@media(min-width:992px) {
    .tl-pd-l-16 {
        padding-left: 16px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-16 {
        padding-left: 16px
    }
}

.mg-t-20 {
    margin-top: 20px
}

@media(min-width:768px) {
    .t-mg-t-20 {
        margin-top: 20px
    }
}

@media(min-width:992px) {
    .tl-mg-t-20 {
        margin-top: 20px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-20 {
        margin-top: 20px
    }
}

.mg-r-20 {
    margin-right: 20px
}

@media(min-width:768px) {
    .t-mg-r-20 {
        margin-right: 20px
    }
}

@media(min-width:992px) {
    .tl-mg-r-20 {
        margin-right: 20px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-20 {
        margin-right: 20px
    }
}

.mg-b-20 {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .t-mg-b-20 {
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    .tl-mg-b-20 {
        margin-bottom: 20px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-20 {
        margin-bottom: 20px
    }
}

.mg-20 {
    margin: 20px
}

@media(min-width:768px) {
    .t-mg-20 {
        margin: 20px
    }
}

@media(min-width:992px) {
    .tl-mg-20 {
        margin: 20px
    }
}

@media(min-width:1200px) {
    .pc-mg-20 {
        margin: 20px
    }
}

.mg-l-20 {
    margin-left: 20px
}

@media(min-width:768px) {
    .t-mg-l-20 {
        margin-left: 20px
    }
}

@media(min-width:992px) {
    .tl-mg-l-20 {
        margin-left: 20px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-20 {
        margin-left: 20px
    }
}

.pd-t-20 {
    padding-top: 20px
}

@media(min-width:768px) {
    .t-pd-t-20 {
        padding-top: 20px
    }
}

@media(min-width:992px) {
    .tl-pd-t-20 {
        padding-top: 20px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-20 {
        padding-top: 20px
    }
}

.pd-r-20 {
    padding-right: 20px
}

@media(min-width:768px) {
    .t-pd-r-20 {
        padding-right: 20px
    }
}

@media(min-width:992px) {
    .tl-pd-r-20 {
        padding-right: 20px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-20 {
        padding-right: 20px
    }
}

.pd-b-20 {
    padding-bottom: 20px
}

@media(min-width:768px) {
    .t-pd-b-20 {
        padding-bottom: 20px
    }
}

@media(min-width:992px) {
    .tl-pd-b-20 {
        padding-bottom: 20px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-20 {
        padding-bottom: 20px
    }
}

.pd-20 {
    padding: 20px
}

@media(min-width:768px) {
    .t-pd-20 {
        padding: 20px
    }
}

@media(min-width:992px) {
    .tl-pd-20 {
        padding: 20px
    }
}

@media(min-width:1200px) {
    .pc-pd-20 {
        padding: 20px
    }
}

.pd-l-20 {
    padding-left: 20px
}

@media(min-width:768px) {
    .t-pd-l-20 {
        padding-left: 20px
    }
}

@media(min-width:992px) {
    .tl-pd-l-20 {
        padding-left: 20px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-20 {
        padding-left: 20px
    }
}

.mg-t-24 {
    margin-top: 24px
}

@media(min-width:768px) {
    .t-mg-t-24 {
        margin-top: 24px
    }
}

@media(min-width:992px) {
    .tl-mg-t-24 {
        margin-top: 24px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-24 {
        margin-top: 24px
    }
}

.mg-r-24 {
    margin-right: 24px
}

@media(min-width:768px) {
    .t-mg-r-24 {
        margin-right: 24px
    }
}

@media(min-width:992px) {
    .tl-mg-r-24 {
        margin-right: 24px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-24 {
        margin-right: 24px
    }
}

.mg-b-24 {
    margin-bottom: 24px
}

@media(min-width:768px) {
    .t-mg-b-24 {
        margin-bottom: 24px
    }
}

@media(min-width:992px) {
    .tl-mg-b-24 {
        margin-bottom: 24px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-24 {
        margin-bottom: 24px
    }
}

.mg-24 {
    margin: 24px
}

@media(min-width:768px) {
    .t-mg-24 {
        margin: 24px
    }
}

@media(min-width:992px) {
    .tl-mg-24 {
        margin: 24px
    }
}

@media(min-width:1200px) {
    .pc-mg-24 {
        margin: 24px
    }
}

.mg-l-24 {
    margin-left: 24px
}

@media(min-width:768px) {
    .t-mg-l-24 {
        margin-left: 24px
    }
}

@media(min-width:992px) {
    .tl-mg-l-24 {
        margin-left: 24px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-24 {
        margin-left: 24px
    }
}

.pd-t-24 {
    padding-top: 24px
}

@media(min-width:768px) {
    .t-pd-t-24 {
        padding-top: 24px
    }
}

@media(min-width:992px) {
    .tl-pd-t-24 {
        padding-top: 24px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-24 {
        padding-top: 24px
    }
}

.pd-r-24 {
    padding-right: 24px
}

@media(min-width:768px) {
    .t-pd-r-24 {
        padding-right: 24px
    }
}

@media(min-width:992px) {
    .tl-pd-r-24 {
        padding-right: 24px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-24 {
        padding-right: 24px
    }
}

.pd-b-24 {
    padding-bottom: 24px
}

@media(min-width:768px) {
    .t-pd-b-24 {
        padding-bottom: 24px
    }
}

@media(min-width:992px) {
    .tl-pd-b-24 {
        padding-bottom: 24px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-24 {
        padding-bottom: 24px
    }
}

.pd-24 {
    padding: 24px
}

@media(min-width:768px) {
    .t-pd-24 {
        padding: 24px
    }
}

@media(min-width:992px) {
    .tl-pd-24 {
        padding: 24px
    }
}

@media(min-width:1200px) {
    .pc-pd-24 {
        padding: 24px
    }
}

.pd-l-24 {
    padding-left: 24px
}

@media(min-width:768px) {
    .t-pd-l-24 {
        padding-left: 24px
    }
}

@media(min-width:992px) {
    .tl-pd-l-24 {
        padding-left: 24px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-24 {
        padding-left: 24px
    }
}

.mg-t-32 {
    margin-top: 32px
}

@media(min-width:768px) {
    .t-mg-t-32 {
        margin-top: 32px
    }
}

@media(min-width:992px) {
    .tl-mg-t-32 {
        margin-top: 32px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-32 {
        margin-top: 32px
    }
}

.mg-r-32 {
    margin-right: 32px
}

@media(min-width:768px) {
    .t-mg-r-32 {
        margin-right: 32px
    }
}

@media(min-width:992px) {
    .tl-mg-r-32 {
        margin-right: 32px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-32 {
        margin-right: 32px
    }
}

.mg-b-32 {
    margin-bottom: 32px
}

@media(min-width:768px) {
    .t-mg-b-32 {
        margin-bottom: 32px
    }
}

@media(min-width:992px) {
    .tl-mg-b-32 {
        margin-bottom: 32px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-32 {
        margin-bottom: 32px
    }
}

.mg-32 {
    margin: 32px
}

@media(min-width:768px) {
    .t-mg-32 {
        margin: 32px
    }
}

@media(min-width:992px) {
    .tl-mg-32 {
        margin: 32px
    }
}

@media(min-width:1200px) {
    .pc-mg-32 {
        margin: 32px
    }
}

.mg-l-32 {
    margin-left: 32px
}

@media(min-width:768px) {
    .t-mg-l-32 {
        margin-left: 32px
    }
}

@media(min-width:992px) {
    .tl-mg-l-32 {
        margin-left: 32px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-32 {
        margin-left: 32px
    }
}

.pd-t-32 {
    padding-top: 32px
}

@media(min-width:768px) {
    .t-pd-t-32 {
        padding-top: 32px
    }
}

@media(min-width:992px) {
    .tl-pd-t-32 {
        padding-top: 32px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-32 {
        padding-top: 32px
    }
}

.pd-r-32 {
    padding-right: 32px
}

@media(min-width:768px) {
    .t-pd-r-32 {
        padding-right: 32px
    }
}

@media(min-width:992px) {
    .tl-pd-r-32 {
        padding-right: 32px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-32 {
        padding-right: 32px
    }
}

.pd-b-32 {
    padding-bottom: 32px
}

@media(min-width:768px) {
    .t-pd-b-32 {
        padding-bottom: 32px
    }
}

@media(min-width:992px) {
    .tl-pd-b-32 {
        padding-bottom: 32px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-32 {
        padding-bottom: 32px
    }
}

.pd-32 {
    padding: 32px
}

@media(min-width:768px) {
    .t-pd-32 {
        padding: 32px
    }
}

@media(min-width:992px) {
    .tl-pd-32 {
        padding: 32px
    }
}

@media(min-width:1200px) {
    .pc-pd-32 {
        padding: 32px
    }
}

.pd-l-32 {
    padding-left: 32px
}

@media(min-width:768px) {
    .t-pd-l-32 {
        padding-left: 32px
    }
}

@media(min-width:992px) {
    .tl-pd-l-32 {
        padding-left: 32px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-32 {
        padding-left: 32px
    }
}

.mg-t-40 {
    margin-top: 40px
}

@media(min-width:768px) {
    .t-mg-t-40 {
        margin-top: 40px
    }
}

@media(min-width:992px) {
    .tl-mg-t-40 {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-40 {
        margin-top: 40px
    }
}

.mg-r-40 {
    margin-right: 40px
}

@media(min-width:768px) {
    .t-mg-r-40 {
        margin-right: 40px
    }
}

@media(min-width:992px) {
    .tl-mg-r-40 {
        margin-right: 40px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-40 {
        margin-right: 40px
    }
}

.mg-b-40 {
    margin-bottom: 40px
}

@media(min-width:768px) {
    .t-mg-b-40 {
        margin-bottom: 40px
    }
}

@media(min-width:992px) {
    .tl-mg-b-40 {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-40 {
        margin-bottom: 40px
    }
}

.mg-40 {
    margin: 40px
}

@media(min-width:768px) {
    .t-mg-40 {
        margin: 40px
    }
}

@media(min-width:992px) {
    .tl-mg-40 {
        margin: 40px
    }
}

@media(min-width:1200px) {
    .pc-mg-40 {
        margin: 40px
    }
}

.mg-l-40 {
    margin-left: 40px
}

@media(min-width:768px) {
    .t-mg-l-40 {
        margin-left: 40px
    }
}

@media(min-width:992px) {
    .tl-mg-l-40 {
        margin-left: 40px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-40 {
        margin-left: 40px
    }
}

.pd-t-40 {
    padding-top: 40px
}

@media(min-width:768px) {
    .t-pd-t-40 {
        padding-top: 40px
    }
}

@media(min-width:992px) {
    .tl-pd-t-40 {
        padding-top: 40px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-40 {
        padding-top: 40px
    }
}

.pd-r-40 {
    padding-right: 40px
}

@media(min-width:768px) {
    .t-pd-r-40 {
        padding-right: 40px
    }
}

@media(min-width:992px) {
    .tl-pd-r-40 {
        padding-right: 40px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-40 {
        padding-right: 40px
    }
}

.pd-b-40 {
    padding-bottom: 40px
}

@media(min-width:768px) {
    .t-pd-b-40 {
        padding-bottom: 40px
    }
}

@media(min-width:992px) {
    .tl-pd-b-40 {
        padding-bottom: 40px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-40 {
        padding-bottom: 40px
    }
}

.pd-40 {
    padding: 40px
}

@media(min-width:768px) {
    .t-pd-40 {
        padding: 40px
    }
}

@media(min-width:992px) {
    .tl-pd-40 {
        padding: 40px
    }
}

@media(min-width:1200px) {
    .pc-pd-40 {
        padding: 40px
    }
}

.pd-l-40 {
    padding-left: 40px
}

@media(min-width:768px) {
    .t-pd-l-40 {
        padding-left: 40px
    }
}

@media(min-width:992px) {
    .tl-pd-l-40 {
        padding-left: 40px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-40 {
        padding-left: 40px
    }
}

.mg-t-44 {
    margin-top: 44px
}

@media(min-width:768px) {
    .t-mg-t-44 {
        margin-top: 44px
    }
}

@media(min-width:992px) {
    .tl-mg-t-44 {
        margin-top: 44px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-44 {
        margin-top: 44px
    }
}

.mg-r-44 {
    margin-right: 44px
}

@media(min-width:768px) {
    .t-mg-r-44 {
        margin-right: 44px
    }
}

@media(min-width:992px) {
    .tl-mg-r-44 {
        margin-right: 44px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-44 {
        margin-right: 44px
    }
}

.mg-b-44 {
    margin-bottom: 44px
}

@media(min-width:768px) {
    .t-mg-b-44 {
        margin-bottom: 44px
    }
}

@media(min-width:992px) {
    .tl-mg-b-44 {
        margin-bottom: 44px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-44 {
        margin-bottom: 44px
    }
}

.mg-44 {
    margin: 44px
}

@media(min-width:768px) {
    .t-mg-44 {
        margin: 44px
    }
}

@media(min-width:992px) {
    .tl-mg-44 {
        margin: 44px
    }
}

@media(min-width:1200px) {
    .pc-mg-44 {
        margin: 44px
    }
}

.mg-l-44 {
    margin-left: 44px
}

@media(min-width:768px) {
    .t-mg-l-44 {
        margin-left: 44px
    }
}

@media(min-width:992px) {
    .tl-mg-l-44 {
        margin-left: 44px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-44 {
        margin-left: 44px
    }
}

.pd-t-44 {
    padding-top: 44px
}

@media(min-width:768px) {
    .t-pd-t-44 {
        padding-top: 44px
    }
}

@media(min-width:992px) {
    .tl-pd-t-44 {
        padding-top: 44px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-44 {
        padding-top: 44px
    }
}

.pd-r-44 {
    padding-right: 44px
}

@media(min-width:768px) {
    .t-pd-r-44 {
        padding-right: 44px
    }
}

@media(min-width:992px) {
    .tl-pd-r-44 {
        padding-right: 44px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-44 {
        padding-right: 44px
    }
}

.pd-b-44 {
    padding-bottom: 44px
}

@media(min-width:768px) {
    .t-pd-b-44 {
        padding-bottom: 44px
    }
}

@media(min-width:992px) {
    .tl-pd-b-44 {
        padding-bottom: 44px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-44 {
        padding-bottom: 44px
    }
}

.pd-44 {
    padding: 44px
}

@media(min-width:768px) {
    .t-pd-44 {
        padding: 44px
    }
}

@media(min-width:992px) {
    .tl-pd-44 {
        padding: 44px
    }
}

@media(min-width:1200px) {
    .pc-pd-44 {
        padding: 44px
    }
}

.pd-l-44 {
    padding-left: 44px
}

@media(min-width:768px) {
    .t-pd-l-44 {
        padding-left: 44px
    }
}

@media(min-width:992px) {
    .tl-pd-l-44 {
        padding-left: 44px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-44 {
        padding-left: 44px
    }
}

.mg-t-48 {
    margin-top: 48px
}

@media(min-width:768px) {
    .t-mg-t-48 {
        margin-top: 48px
    }
}

@media(min-width:992px) {
    .tl-mg-t-48 {
        margin-top: 48px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-48 {
        margin-top: 48px
    }
}

.mg-r-48 {
    margin-right: 48px
}

@media(min-width:768px) {
    .t-mg-r-48 {
        margin-right: 48px
    }
}

@media(min-width:992px) {
    .tl-mg-r-48 {
        margin-right: 48px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-48 {
        margin-right: 48px
    }
}

.mg-b-48 {
    margin-bottom: 48px
}

@media(min-width:768px) {
    .t-mg-b-48 {
        margin-bottom: 48px
    }
}

@media(min-width:992px) {
    .tl-mg-b-48 {
        margin-bottom: 48px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-48 {
        margin-bottom: 48px
    }
}

.mg-48 {
    margin: 48px
}

@media(min-width:768px) {
    .t-mg-48 {
        margin: 48px
    }
}

@media(min-width:992px) {
    .tl-mg-48 {
        margin: 48px
    }
}

@media(min-width:1200px) {
    .pc-mg-48 {
        margin: 48px
    }
}

.mg-l-48 {
    margin-left: 48px
}

@media(min-width:768px) {
    .t-mg-l-48 {
        margin-left: 48px
    }
}

@media(min-width:992px) {
    .tl-mg-l-48 {
        margin-left: 48px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-48 {
        margin-left: 48px
    }
}

.pd-t-48 {
    padding-top: 48px
}

@media(min-width:768px) {
    .t-pd-t-48 {
        padding-top: 48px
    }
}

@media(min-width:992px) {
    .tl-pd-t-48 {
        padding-top: 48px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-48 {
        padding-top: 48px
    }
}

.pd-r-48 {
    padding-right: 48px
}

@media(min-width:768px) {
    .t-pd-r-48 {
        padding-right: 48px
    }
}

@media(min-width:992px) {
    .tl-pd-r-48 {
        padding-right: 48px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-48 {
        padding-right: 48px
    }
}

.pd-b-48 {
    padding-bottom: 48px
}

@media(min-width:768px) {
    .t-pd-b-48 {
        padding-bottom: 48px
    }
}

@media(min-width:992px) {
    .tl-pd-b-48 {
        padding-bottom: 48px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-48 {
        padding-bottom: 48px
    }
}

.pd-48 {
    padding: 48px
}

@media(min-width:768px) {
    .t-pd-48 {
        padding: 48px
    }
}

@media(min-width:992px) {
    .tl-pd-48 {
        padding: 48px
    }
}

@media(min-width:1200px) {
    .pc-pd-48 {
        padding: 48px
    }
}

.pd-l-48 {
    padding-left: 48px
}

@media(min-width:768px) {
    .t-pd-l-48 {
        padding-left: 48px
    }
}

@media(min-width:992px) {
    .tl-pd-l-48 {
        padding-left: 48px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-48 {
        padding-left: 48px
    }
}

.mg-t-56 {
    margin-top: 56px
}

@media(min-width:768px) {
    .t-mg-t-56 {
        margin-top: 56px
    }
}

@media(min-width:992px) {
    .tl-mg-t-56 {
        margin-top: 56px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-56 {
        margin-top: 56px
    }
}

.mg-r-56 {
    margin-right: 56px
}

@media(min-width:768px) {
    .t-mg-r-56 {
        margin-right: 56px
    }
}

@media(min-width:992px) {
    .tl-mg-r-56 {
        margin-right: 56px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-56 {
        margin-right: 56px
    }
}

.mg-b-56 {
    margin-bottom: 56px
}

@media(min-width:768px) {
    .t-mg-b-56 {
        margin-bottom: 56px
    }
}

@media(min-width:992px) {
    .tl-mg-b-56 {
        margin-bottom: 56px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-56 {
        margin-bottom: 56px
    }
}

.mg-56 {
    margin: 56px
}

@media(min-width:768px) {
    .t-mg-56 {
        margin: 56px
    }
}

@media(min-width:992px) {
    .tl-mg-56 {
        margin: 56px
    }
}

@media(min-width:1200px) {
    .pc-mg-56 {
        margin: 56px
    }
}

.mg-l-56 {
    margin-left: 56px
}

@media(min-width:768px) {
    .t-mg-l-56 {
        margin-left: 56px
    }
}

@media(min-width:992px) {
    .tl-mg-l-56 {
        margin-left: 56px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-56 {
        margin-left: 56px
    }
}

.pd-t-56 {
    padding-top: 56px
}

@media(min-width:768px) {
    .t-pd-t-56 {
        padding-top: 56px
    }
}

@media(min-width:992px) {
    .tl-pd-t-56 {
        padding-top: 56px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-56 {
        padding-top: 56px
    }
}

.pd-r-56 {
    padding-right: 56px
}

@media(min-width:768px) {
    .t-pd-r-56 {
        padding-right: 56px
    }
}

@media(min-width:992px) {
    .tl-pd-r-56 {
        padding-right: 56px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-56 {
        padding-right: 56px
    }
}

.pd-b-56 {
    padding-bottom: 56px
}

@media(min-width:768px) {
    .t-pd-b-56 {
        padding-bottom: 56px
    }
}

@media(min-width:992px) {
    .tl-pd-b-56 {
        padding-bottom: 56px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-56 {
        padding-bottom: 56px
    }
}

.pd-56 {
    padding: 56px
}

@media(min-width:768px) {
    .t-pd-56 {
        padding: 56px
    }
}

@media(min-width:992px) {
    .tl-pd-56 {
        padding: 56px
    }
}

@media(min-width:1200px) {
    .pc-pd-56 {
        padding: 56px
    }
}

.pd-l-56 {
    padding-left: 56px
}

@media(min-width:768px) {
    .t-pd-l-56 {
        padding-left: 56px
    }
}

@media(min-width:992px) {
    .tl-pd-l-56 {
        padding-left: 56px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-56 {
        padding-left: 56px
    }
}

.mg-t-60 {
    margin-top: 60px
}

@media(min-width:768px) {
    .t-mg-t-60 {
        margin-top: 60px
    }
}

@media(min-width:992px) {
    .tl-mg-t-60 {
        margin-top: 60px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-60 {
        margin-top: 60px
    }
}

.mg-r-60 {
    margin-right: 60px
}

@media(min-width:768px) {
    .t-mg-r-60 {
        margin-right: 60px
    }
}

@media(min-width:992px) {
    .tl-mg-r-60 {
        margin-right: 60px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-60 {
        margin-right: 60px
    }
}

.mg-b-60 {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .t-mg-b-60 {
        margin-bottom: 60px
    }
}

@media(min-width:992px) {
    .tl-mg-b-60 {
        margin-bottom: 60px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-60 {
        margin-bottom: 60px
    }
}

.mg-60 {
    margin: 60px
}

@media(min-width:768px) {
    .t-mg-60 {
        margin: 60px
    }
}

@media(min-width:992px) {
    .tl-mg-60 {
        margin: 60px
    }
}

@media(min-width:1200px) {
    .pc-mg-60 {
        margin: 60px
    }
}

.mg-l-60 {
    margin-left: 60px
}

@media(min-width:768px) {
    .t-mg-l-60 {
        margin-left: 60px
    }
}

@media(min-width:992px) {
    .tl-mg-l-60 {
        margin-left: 60px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-60 {
        margin-left: 60px
    }
}

.pd-t-60 {
    padding-top: 60px
}

@media(min-width:768px) {
    .t-pd-t-60 {
        padding-top: 60px
    }
}

@media(min-width:992px) {
    .tl-pd-t-60 {
        padding-top: 60px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-60 {
        padding-top: 60px
    }
}

.pd-r-60 {
    padding-right: 60px
}

@media(min-width:768px) {
    .t-pd-r-60 {
        padding-right: 60px
    }
}

@media(min-width:992px) {
    .tl-pd-r-60 {
        padding-right: 60px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-60 {
        padding-right: 60px
    }
}

.pd-b-60 {
    padding-bottom: 60px
}

@media(min-width:768px) {
    .t-pd-b-60 {
        padding-bottom: 60px
    }
}

@media(min-width:992px) {
    .tl-pd-b-60 {
        padding-bottom: 60px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-60 {
        padding-bottom: 60px
    }
}

.pd-60 {
    padding: 60px
}

@media(min-width:768px) {
    .t-pd-60 {
        padding: 60px
    }
}

@media(min-width:992px) {
    .tl-pd-60 {
        padding: 60px
    }
}

@media(min-width:1200px) {
    .pc-pd-60 {
        padding: 60px
    }
}

.pd-l-60 {
    padding-left: 60px
}

@media(min-width:768px) {
    .t-pd-l-60 {
        padding-left: 60px
    }
}

@media(min-width:992px) {
    .tl-pd-l-60 {
        padding-left: 60px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-60 {
        padding-left: 60px
    }
}

.mg-t-64 {
    margin-top: 64px
}

@media(min-width:768px) {
    .t-mg-t-64 {
        margin-top: 64px
    }
}

@media(min-width:992px) {
    .tl-mg-t-64 {
        margin-top: 64px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-64 {
        margin-top: 64px
    }
}

.mg-r-64 {
    margin-right: 64px
}

@media(min-width:768px) {
    .t-mg-r-64 {
        margin-right: 64px
    }
}

@media(min-width:992px) {
    .tl-mg-r-64 {
        margin-right: 64px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-64 {
        margin-right: 64px
    }
}

.mg-b-64 {
    margin-bottom: 64px
}

@media(min-width:768px) {
    .t-mg-b-64 {
        margin-bottom: 64px
    }
}

@media(min-width:992px) {
    .tl-mg-b-64 {
        margin-bottom: 64px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-64 {
        margin-bottom: 64px
    }
}

.mg-64 {
    margin: 64px
}

@media(min-width:768px) {
    .t-mg-64 {
        margin: 64px
    }
}

@media(min-width:992px) {
    .tl-mg-64 {
        margin: 64px
    }
}

@media(min-width:1200px) {
    .pc-mg-64 {
        margin: 64px
    }
}

.mg-l-64 {
    margin-left: 64px
}

@media(min-width:768px) {
    .t-mg-l-64 {
        margin-left: 64px
    }
}

@media(min-width:992px) {
    .tl-mg-l-64 {
        margin-left: 64px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-64 {
        margin-left: 64px
    }
}

.pd-t-64 {
    padding-top: 64px
}

@media(min-width:768px) {
    .t-pd-t-64 {
        padding-top: 64px
    }
}

@media(min-width:992px) {
    .tl-pd-t-64 {
        padding-top: 64px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-64 {
        padding-top: 64px
    }
}

.pd-r-64 {
    padding-right: 64px
}

@media(min-width:768px) {
    .t-pd-r-64 {
        padding-right: 64px
    }
}

@media(min-width:992px) {
    .tl-pd-r-64 {
        padding-right: 64px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-64 {
        padding-right: 64px
    }
}

.pd-b-64 {
    padding-bottom: 64px
}

@media(min-width:768px) {
    .t-pd-b-64 {
        padding-bottom: 64px
    }
}

@media(min-width:992px) {
    .tl-pd-b-64 {
        padding-bottom: 64px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-64 {
        padding-bottom: 64px
    }
}

.pd-64 {
    padding: 64px
}

@media(min-width:768px) {
    .t-pd-64 {
        padding: 64px
    }
}

@media(min-width:992px) {
    .tl-pd-64 {
        padding: 64px
    }
}

@media(min-width:1200px) {
    .pc-pd-64 {
        padding: 64px
    }
}

.pd-l-64 {
    padding-left: 64px
}

@media(min-width:768px) {
    .t-pd-l-64 {
        padding-left: 64px
    }
}

@media(min-width:992px) {
    .tl-pd-l-64 {
        padding-left: 64px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-64 {
        padding-left: 64px
    }
}

.mg-t-80 {
    margin-top: 80px
}

@media(min-width:768px) {
    .t-mg-t-80 {
        margin-top: 80px
    }
}

@media(min-width:992px) {
    .tl-mg-t-80 {
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-80 {
        margin-top: 80px
    }
}

.mg-r-80 {
    margin-right: 80px
}

@media(min-width:768px) {
    .t-mg-r-80 {
        margin-right: 80px
    }
}

@media(min-width:992px) {
    .tl-mg-r-80 {
        margin-right: 80px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-80 {
        margin-right: 80px
    }
}

.mg-b-80 {
    margin-bottom: 80px
}

@media(min-width:768px) {
    .t-mg-b-80 {
        margin-bottom: 80px
    }
}

@media(min-width:992px) {
    .tl-mg-b-80 {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-80 {
        margin-bottom: 80px
    }
}

.mg-80 {
    margin: 80px
}

@media(min-width:768px) {
    .t-mg-80 {
        margin: 80px
    }
}

@media(min-width:992px) {
    .tl-mg-80 {
        margin: 80px
    }
}

@media(min-width:1200px) {
    .pc-mg-80 {
        margin: 80px
    }
}

.mg-l-80 {
    margin-left: 80px
}

@media(min-width:768px) {
    .t-mg-l-80 {
        margin-left: 80px
    }
}

@media(min-width:992px) {
    .tl-mg-l-80 {
        margin-left: 80px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-80 {
        margin-left: 80px
    }
}

.pd-t-80 {
    padding-top: 80px
}

@media(min-width:768px) {
    .t-pd-t-80 {
        padding-top: 80px
    }
}

@media(min-width:992px) {
    .tl-pd-t-80 {
        padding-top: 80px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-80 {
        padding-top: 80px
    }
}

.pd-r-80 {
    padding-right: 80px
}

@media(min-width:768px) {
    .t-pd-r-80 {
        padding-right: 80px
    }
}

@media(min-width:992px) {
    .tl-pd-r-80 {
        padding-right: 80px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-80 {
        padding-right: 80px
    }
}

.pd-b-80 {
    padding-bottom: 80px
}

@media(min-width:768px) {
    .t-pd-b-80 {
        padding-bottom: 80px
    }
}

@media(min-width:992px) {
    .tl-pd-b-80 {
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-80 {
        padding-bottom: 80px
    }
}

.pd-80 {
    padding: 80px
}

@media(min-width:768px) {
    .t-pd-80 {
        padding: 80px
    }
}

@media(min-width:992px) {
    .tl-pd-80 {
        padding: 80px
    }
}

@media(min-width:1200px) {
    .pc-pd-80 {
        padding: 80px
    }
}

.pd-l-80 {
    padding-left: 80px
}

@media(min-width:768px) {
    .t-pd-l-80 {
        padding-left: 80px
    }
}

@media(min-width:992px) {
    .tl-pd-l-80 {
        padding-left: 80px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-80 {
        padding-left: 80px
    }
}

.mg-t-96 {
    margin-top: 96px
}

@media(min-width:768px) {
    .t-mg-t-96 {
        margin-top: 96px
    }
}

@media(min-width:992px) {
    .tl-mg-t-96 {
        margin-top: 96px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-96 {
        margin-top: 96px
    }
}

.mg-r-96 {
    margin-right: 96px
}

@media(min-width:768px) {
    .t-mg-r-96 {
        margin-right: 96px
    }
}

@media(min-width:992px) {
    .tl-mg-r-96 {
        margin-right: 96px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-96 {
        margin-right: 96px
    }
}

.mg-b-96 {
    margin-bottom: 96px
}

@media(min-width:768px) {
    .t-mg-b-96 {
        margin-bottom: 96px
    }
}

@media(min-width:992px) {
    .tl-mg-b-96 {
        margin-bottom: 96px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-96 {
        margin-bottom: 96px
    }
}

.mg-96 {
    margin: 96px
}

@media(min-width:768px) {
    .t-mg-96 {
        margin: 96px
    }
}

@media(min-width:992px) {
    .tl-mg-96 {
        margin: 96px
    }
}

@media(min-width:1200px) {
    .pc-mg-96 {
        margin: 96px
    }
}

.mg-l-96 {
    margin-left: 96px
}

@media(min-width:768px) {
    .t-mg-l-96 {
        margin-left: 96px
    }
}

@media(min-width:992px) {
    .tl-mg-l-96 {
        margin-left: 96px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-96 {
        margin-left: 96px
    }
}

.pd-t-96 {
    padding-top: 96px
}

@media(min-width:768px) {
    .t-pd-t-96 {
        padding-top: 96px
    }
}

@media(min-width:992px) {
    .tl-pd-t-96 {
        padding-top: 96px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-96 {
        padding-top: 96px
    }
}

.pd-r-96 {
    padding-right: 96px
}

@media(min-width:768px) {
    .t-pd-r-96 {
        padding-right: 96px
    }
}

@media(min-width:992px) {
    .tl-pd-r-96 {
        padding-right: 96px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-96 {
        padding-right: 96px
    }
}

.pd-b-96 {
    padding-bottom: 96px
}

@media(min-width:768px) {
    .t-pd-b-96 {
        padding-bottom: 96px
    }
}

@media(min-width:992px) {
    .tl-pd-b-96 {
        padding-bottom: 96px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-96 {
        padding-bottom: 96px
    }
}

.pd-96 {
    padding: 96px
}

@media(min-width:768px) {
    .t-pd-96 {
        padding: 96px
    }
}

@media(min-width:992px) {
    .tl-pd-96 {
        padding: 96px
    }
}

@media(min-width:1200px) {
    .pc-pd-96 {
        padding: 96px
    }
}

.pd-l-96 {
    padding-left: 96px
}

@media(min-width:768px) {
    .t-pd-l-96 {
        padding-left: 96px
    }
}

@media(min-width:992px) {
    .tl-pd-l-96 {
        padding-left: 96px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-96 {
        padding-left: 96px
    }
}

.mg-t-100 {
    margin-top: 100px
}

@media(min-width:768px) {
    .t-mg-t-100 {
        margin-top: 100px
    }
}

@media(min-width:992px) {
    .tl-mg-t-100 {
        margin-top: 100px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-100 {
        margin-top: 100px
    }
}

.mg-r-100 {
    margin-right: 100px
}

@media(min-width:768px) {
    .t-mg-r-100 {
        margin-right: 100px
    }
}

@media(min-width:992px) {
    .tl-mg-r-100 {
        margin-right: 100px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-100 {
        margin-right: 100px
    }
}

.mg-b-100 {
    margin-bottom: 100px
}

@media(min-width:768px) {
    .t-mg-b-100 {
        margin-bottom: 100px
    }
}

@media(min-width:992px) {
    .tl-mg-b-100 {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-100 {
        margin-bottom: 100px
    }
}

.mg-100 {
    margin: 100px
}

@media(min-width:768px) {
    .t-mg-100 {
        margin: 100px
    }
}

@media(min-width:992px) {
    .tl-mg-100 {
        margin: 100px
    }
}

@media(min-width:1200px) {
    .pc-mg-100 {
        margin: 100px
    }
}

.mg-l-100 {
    margin-left: 100px
}

@media(min-width:768px) {
    .t-mg-l-100 {
        margin-left: 100px
    }
}

@media(min-width:992px) {
    .tl-mg-l-100 {
        margin-left: 100px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-100 {
        margin-left: 100px
    }
}

.pd-t-100 {
    padding-top: 100px
}

@media(min-width:768px) {
    .t-pd-t-100 {
        padding-top: 100px
    }
}

@media(min-width:992px) {
    .tl-pd-t-100 {
        padding-top: 100px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-100 {
        padding-top: 100px
    }
}

.pd-r-100 {
    padding-right: 100px
}

@media(min-width:768px) {
    .t-pd-r-100 {
        padding-right: 100px
    }
}

@media(min-width:992px) {
    .tl-pd-r-100 {
        padding-right: 100px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-100 {
        padding-right: 100px
    }
}

.pd-b-100 {
    padding-bottom: 100px
}

@media(min-width:768px) {
    .t-pd-b-100 {
        padding-bottom: 100px
    }
}

@media(min-width:992px) {
    .tl-pd-b-100 {
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-100 {
        padding-bottom: 100px
    }
}

.pd-100 {
    padding: 100px
}

@media(min-width:768px) {
    .t-pd-100 {
        padding: 100px
    }
}

@media(min-width:992px) {
    .tl-pd-100 {
        padding: 100px
    }
}

@media(min-width:1200px) {
    .pc-pd-100 {
        padding: 100px
    }
}

.pd-l-100 {
    padding-left: 100px
}

@media(min-width:768px) {
    .t-pd-l-100 {
        padding-left: 100px
    }
}

@media(min-width:992px) {
    .tl-pd-l-100 {
        padding-left: 100px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-100 {
        padding-left: 100px
    }
}

.mg-t-120 {
    margin-top: 120px
}

@media(min-width:768px) {
    .t-mg-t-120 {
        margin-top: 120px
    }
}

@media(min-width:992px) {
    .tl-mg-t-120 {
        margin-top: 120px
    }
}

@media(min-width:1200px) {
    .pc-mg-t-120 {
        margin-top: 120px
    }
}

.mg-r-120 {
    margin-right: 120px
}

@media(min-width:768px) {
    .t-mg-r-120 {
        margin-right: 120px
    }
}

@media(min-width:992px) {
    .tl-mg-r-120 {
        margin-right: 120px
    }
}

@media(min-width:1200px) {
    .pc-mg-r-120 {
        margin-right: 120px
    }
}

.mg-b-120 {
    margin-bottom: 120px
}

@media(min-width:768px) {
    .t-mg-b-120 {
        margin-bottom: 120px
    }
}

@media(min-width:992px) {
    .tl-mg-b-120 {
        margin-bottom: 120px
    }
}

@media(min-width:1200px) {
    .pc-mg-b-120 {
        margin-bottom: 120px
    }
}

.mg-120 {
    margin: 120px
}

@media(min-width:768px) {
    .t-mg-120 {
        margin: 120px
    }
}

@media(min-width:992px) {
    .tl-mg-120 {
        margin: 120px
    }
}

@media(min-width:1200px) {
    .pc-mg-120 {
        margin: 120px
    }
}

.mg-l-120 {
    margin-left: 120px
}

@media(min-width:768px) {
    .t-mg-l-120 {
        margin-left: 120px
    }
}

@media(min-width:992px) {
    .tl-mg-l-120 {
        margin-left: 120px
    }
}

@media(min-width:1200px) {
    .pc-mg-l-120 {
        margin-left: 120px
    }
}

.pd-t-120 {
    padding-top: 120px
}

@media(min-width:768px) {
    .t-pd-t-120 {
        padding-top: 120px
    }
}

@media(min-width:992px) {
    .tl-pd-t-120 {
        padding-top: 120px
    }
}

@media(min-width:1200px) {
    .pc-pd-t-120 {
        padding-top: 120px
    }
}

.pd-r-120 {
    padding-right: 120px
}

@media(min-width:768px) {
    .t-pd-r-120 {
        padding-right: 120px
    }
}

@media(min-width:992px) {
    .tl-pd-r-120 {
        padding-right: 120px
    }
}

@media(min-width:1200px) {
    .pc-pd-r-120 {
        padding-right: 120px
    }
}

.pd-b-120 {
    padding-bottom: 120px
}

@media(min-width:768px) {
    .t-pd-b-120 {
        padding-bottom: 120px
    }
}

@media(min-width:992px) {
    .tl-pd-b-120 {
        padding-bottom: 120px
    }
}

@media(min-width:1200px) {
    .pc-pd-b-120 {
        padding-bottom: 120px
    }
}

.pd-120 {
    padding: 120px
}

@media(min-width:768px) {
    .t-pd-120 {
        padding: 120px
    }
}

@media(min-width:992px) {
    .tl-pd-120 {
        padding: 120px
    }
}

@media(min-width:1200px) {
    .pc-pd-120 {
        padding: 120px
    }
}

.pd-l-120 {
    padding-left: 120px
}

@media(min-width:768px) {
    .t-pd-l-120 {
        padding-left: 120px
    }
}

@media(min-width:992px) {
    .tl-pd-l-120 {
        padding-left: 120px
    }
}

@media(min-width:1200px) {
    .pc-pd-l-120 {
        padding-left: 120px
    }
}

.mg-t-_4 {
    margin-top: -4px
}

.mg-r-_4 {
    margin-right: -4px
}

.mg-b-_4 {
    margin-bottom: -4px
}

.mg-l-_4 {
    margin-left: -4px
}

.mg-t-_8 {
    margin-top: -8px
}

.mg-r-_8 {
    margin-right: -8px
}

.mg-b-_8 {
    margin-bottom: -8px
}

.mg-l-_8 {
    margin-left: -8px
}

.mg-t-_12 {
    margin-top: -12px
}

.mg-r-_12 {
    margin-right: -12px
}

.mg-b-_12 {
    margin-bottom: -12px
}

.mg-l-_12 {
    margin-left: -12px
}

.mg-t-_16 {
    margin-top: -16px
}

.mg-r-_16 {
    margin-right: -16px
}

.mg-b-_16 {
    margin-bottom: -16px
}

.mg-l-_16 {
    margin-left: -16px
}

.mg-t-_20 {
    margin-top: -20px
}

.mg-r-_20 {
    margin-right: -20px
}

.mg-b-_20 {
    margin-bottom: -20px
}

.mg-l-_20 {
    margin-left: -20px
}

.mg-t-_24 {
    margin-top: -24px
}

.mg-r-_24 {
    margin-right: -24px
}

.mg-b-_24 {
    margin-bottom: -24px
}

.mg-l-_24 {
    margin-left: -24px
}

.mg-t-_32 {
    margin-top: -32px
}

.mg-r-_32 {
    margin-right: -32px
}

.mg-b-_32 {
    margin-bottom: -32px
}

.mg-l-_32 {
    margin-left: -32px
}

.mg-t-_40 {
    margin-top: -40px
}

.mg-r-_40 {
    margin-right: -40px
}

.mg-b-_40 {
    margin-bottom: -40px
}

.mg-l-_40 {
    margin-left: -40px
}

.mg-t-_44 {
    margin-top: -44px
}

.mg-r-_44 {
    margin-right: -44px
}

.mg-b-_44 {
    margin-bottom: -44px
}

.mg-l-_44 {
    margin-left: -44px
}

.mg-t-_48 {
    margin-top: -48px
}

.mg-r-_48 {
    margin-right: -48px
}

.mg-b-_48 {
    margin-bottom: -48px
}

.mg-l-_48 {
    margin-left: -48px
}

.mg-t-_56 {
    margin-top: -56px
}

.mg-r-_56 {
    margin-right: -56px
}

.mg-b-_56 {
    margin-bottom: -56px
}

.mg-l-_56 {
    margin-left: -56px
}

.mg-t-_60 {
    margin-top: -60px
}

.mg-r-_60 {
    margin-right: -60px
}

.mg-b-_60 {
    margin-bottom: -60px
}

.mg-l-_60 {
    margin-left: -60px
}

.mg-t-_64 {
    margin-top: -64px
}

.mg-r-_64 {
    margin-right: -64px
}

.mg-b-_64 {
    margin-bottom: -64px
}

.mg-l-_64 {
    margin-left: -64px
}

.mg-t-_80 {
    margin-top: -80px
}

.mg-r-_80 {
    margin-right: -80px
}

.mg-b-_80 {
    margin-bottom: -80px
}

.mg-l-_80 {
    margin-left: -80px
}

.mg-t-_96 {
    margin-top: -96px
}

.mg-r-_96 {
    margin-right: -96px
}

.mg-b-_96 {
    margin-bottom: -96px
}

.mg-l-_96 {
    margin-left: -96px
}

.mg-t-_100 {
    margin-top: -100px
}

.mg-r-_100 {
    margin-right: -100px
}

.mg-b-_100 {
    margin-bottom: -100px
}

.mg-l-_100 {
    margin-left: -100px
}

.mg-t-_120 {
    margin-top: -120px
}

.mg-r-_120 {
    margin-right: -120px
}

.mg-b-_120 {
    margin-bottom: -120px
}

.mg-l-_120 {
    margin-left: -120px
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.ttc {
    text-transform: capitalize
}

.ttu {
    text-transform: uppercase
}

.ib {
    display: inline-block
}

.tc {
    text-align: center
}

.tl {
    text-align: start
}

.tr {
    text-align: end
}

.tj {
    text-align: justify
}

.tdl {
    text-decoration: underline
}

.lh-24 {
    line-height: 24px
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.ls-3 {
    letter-spacing: 3px
}

.hand {
    cursor: pointer
}

.hide-empty:empty {
    display: none
}

.inline {
    display: inline
}

.block {
    display: block
}

.r {
    position: relative
}

.z2 {
    z-index: 2
}

.flex {
    display: flex
}

.fdr {
    flex-direction: row
}

.fdc {
    flex-direction: column
}

.jcc {
    justify-content: center
}

.jc-sb {
    justify-content: space-between
}

.ast {
    align-items: flex-start
}

.ac {
    align-items: center
}

.as {
    align-items: stretch
}

.ae {
    align-items: flex-end
}

.g-2 {
    grid-template-columns: repeat(2, 1fr)
}

.g-2,
.g-3 {
    display: grid
}

.g-3 {
    grid-template-columns: repeat(3, 1fr)
}

.g-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.g4 {
    gap: 4px
}

.g8 {
    gap: 8px
}

.g16 {
    gap: 16px
}

.gr8 {
    row-gap: 8px
}

.gc8 {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.g24 {
    gap: 24px
}

.g32 {
    gap: 32px
}

.tec {
    text-edge: cap
}

.lt-both {
    leading-trim: both
}

.i-32>svg {
    height: 32px
}

.w-100 {
    width: 100%
}

.ha {
    height: auto
}

.button-pure {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-color: transparent;
    gap: 8px;
    line-height: 1
}

.button-pure.small {
    font-size: 12px
}

.button-pure.small .e-icon {
    vertical-align: middle
}

.button-pure.small .e-icon svg {
    width: 16px;
    height: 16px
}

.point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
    column-gap: 24px;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.point-list>li {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.point-list>li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #757575;
    flex-shrink: 0
}

@media(max-width:767px) {
    .m-w-100 {
        width: 100%
    }
}

@media(min-width:992px) {
    .tl-b {
        display: block
    }

    .tl-al {
        align-items: start
    }
}

html .cw-finance-component .cw-finance h3 {
    font-size: 28px;
    width: 100%;
    margin-bottom: 16px
}

html .cw-finance-component .cw-finance h5 {
    font-size: 24px
}

html .cw-finance-component .cw-finance dl {
    margin-top: 16px;
    margin-bottom: 32px;
    gap: 8px
}

html .cw-finance-component .cw-finance dd,
html .cw-finance-component .cw-finance dl {
    font-size: 14px
}

html .cw-finance-component .cw-finance ul.products li {
    font-size: 20px;
    padding: 16px 8px
}

html .cw-finance-component .cw-finance p.terms {
    font-size: 14px
}

html .cw-finance-component .cw-finance input,
html .cw-finance-component .cw-finance label,
html .cw-finance-component .cw-finance select {
    font-size: 16px
}

html .cw-finance-component .cw-finance label {
    font-size: 14px
}

html .cw-finance-component .cw-finance button {
    padding: 16px;
    font-size: 16px
}

html .cw-finance-component .cw-finance>section {
    padding-top: 48px
}

html .cw-finance-component .cw-finance>section .quote,
html .cw-finance-component .cw-finance>section h3 {
    padding: 0 64px
}

html .cw-finance-component .cw-finance .figures {
    margin: 32px 0;
    gap: 32px
}

html .cw-finance-component .cw-finance .figures .recurring span {
    font-size: 26px
}

html .cw-finance-component .cw-finance .control {
    margin-bottom: 32px
}

html .cw-finance-component .cw-finance .control ol.options {
    gap: 16px;
    padding-bottom: 32px
}

html .cw-finance-component .cw-finance .control ol.options li span {
    font-size: 24px
}

html .cw-finance-component .cw-finance .control .currency:after {
    top: 6px
}

html .cw-finance-component .cw-finance.modal {
    z-index: 13;
    height: 100vh
}

html .cw-finance-component .cw-finance.modal section {
    height: 100%;
    max-height: 100%
}

html .cw-finance-component .cw-finance.modal .close {
    margin: 8px 12px
}

html .cw-finance-component .cw-finance.modal.active section {
    height: 100%
}

html .cw-finance-component .cw-finance .cw-slider .progress {
    left: 0;
    transform: translateY(3px)
}

@media(min-width:992px) {
    html .cw-finance-component .cw-finance.modal {
        height: 100%
    }

    html .cw-finance-component .cw-finance.modal section {
        height: auto;
        max-height: 90%
    }

    html .cw-finance-component .cw-finance.modal.active section {
        height: auto
    }

    html .cw-finance-component .cw-finance footer {
        bottom: 5px
    }
}

html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: 16px !important
}

html #onetrust-banner-sdk h4,
html #onetrust-pc-sdk h4,
html #ot-sdk-cookie-policy h3,
html #ot-sdk-cookie-policy h4 {
    font-size: 16px !important;
    margin-bottom: 0 !important
}

html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 0 !important
}

html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    margin-top: 16px !important
}

html #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
    margin-bottom: 16px !important
}

html #onetrust-banner-sdk .ot-sdk-row {
    display: flex;
    flex-direction: column
}

html #onetrust-banner-sdk button {
    margin-bottom: 0
}

html #onetrust-banner-sdk #onetrust-policy {
    padding-top: 10px
}

html #onetrust-banner-sdk #onetrust-policy-text {
    margin-left: 20px;
    margin-right: 16px
}

html #onetrust-banner-sdk #onetrust-button-group.onetrust-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-direction: column
}

html #onetrust-banner-sdk #onetrust-button-group.onetrust-buttons #onetrust-pc-btn-handler,
html #onetrust-banner-sdk #onetrust-button-group.onetrust-buttons #onetrust-reject-all-handler {
    margin-right: 0
}

html #onetrust-banner-sdk #onetrust-pc-btn-handler {
    text-decoration: underline;
    border: none;
    padding: 0 10px
}

@media(min-width:992px) {
    html #onetrust-banner-sdk .ot-sdk-row {
        gap: 16px;
        flex-direction: row;
        padding-bottom: 16px
    }

    html #onetrust-banner-sdk button {
        font-weight: 700
    }

    html #onetrust-banner-sdk #onetrust-button-group-parent {
        padding: 15px 0;
        width: 280px
    }

    html #onetrust-banner-sdk #onetrust-accept-btn-handler,
    html #onetrust-banner-sdk #onetrust-reject-all-handler {
        padding: 8px 10px
    }

    html #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        max-width: unset
    }
}

html {
    --yellow: #E3242B;
    --grey-light: #f2f1f0;
    --grey-neutral: #4f4f4f;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: manipulation
}

html.loading-open,
html.menu-open,
html.modal-open,
html.price-breakdown-open,
html.reservation-summary-open,
html.santander-open {
    overflow: hidden
}

html.rtl {
    direction: rtl
}

body {
    font-size: 14px;
    line-height: 1.3;
    background: #fff;
    color: #000
}

@media(min-width:1200px) {
    body {
        font-size: 16px;
        line-height: 1.5
    }
}

.layout-loading.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5
}

.form-overall-settings {
    background: transparent !important
}

.text-primary {
    font-size: 26px;
    line-height: 1.1;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 32px;
    font-weight: 500
}

@media(min-width:992px) {
    .text-primary {
        font-size: 28px
    }
}

@media(min-width:1200px) {
    .text-primary {
        font-size: 32px
    }
}

.text-secondary {
    font-size: 18px;
    line-height: 1.3;
    line-height: 1.25;
    font-weight: 500
}

@media(min-width:992px) {
    .text-secondary {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .text-secondary {
        font-size: 24px;
        line-height: 1.1
    }
}

@media(min-width:992px) {
    .text-secondary {
        font-size: 26px
    }
}

.text-desc {
    color: #757575
}

.label-primary {
    font-size: 14px;
    line-height: 1.3;
    line-height: 1.5;
    font-weight: 700
}

@media(min-width:1200px) {
    .label-primary {
        font-size: 16px;
        line-height: 1.5
    }
}

.img-width-fix {
    width: 100%;
    height: auto
}

#root-loading {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #101724;
    display: none
}

#root-loading-el {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px
}

.theme-black .text-desc {
    color: #b8b8b8
}

.s-uc-image-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s-uc-image-modal.e-modal .e-modal__close {
    top: 24px;
    right: 24px
}

.s-uc-image-modal.e-modal .e-modal__content {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff
}

.s-uc-image-modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0 96px 0;
    opacity: 0
}

.s-uc-image-modal__main {
    width: 100%
}

.s-uc-image-modal__main .swiper-slide {
    display: flex;
    justify-content: center
}

.s-uc-image-modal__img {
    height: 100%;
    aspect-ratio: 3/2
}

.s-uc-image-modal__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.s-uc-image-modal__thumb {
    position: absolute;
    bottom: 32px;
    width: 100%
}

.s-uc-image-modal__thumb-pagination {
    position: absolute;
    bottom: 16px;
    width: 100% !important;
    height: 1px;
    background: #2f2f2f;
    display: flex;
    align-items: stretch
}

.s-uc-image-modal__thumb-pagination .swiper-pagination-bullet {
    flex-grow: 1
}

.s-uc-image-modal__thumb-pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.s-uc-image-modal__thumb .swiper-slide {
    width: 80px
}

.s-uc-image-modal__thumb .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 1;
    transition: all .2s
}

.s-uc-image-modal__thumb .swiper-slide-thumb-active:before {
    opacity: 0
}

.s-uc-image-modal__thumb .s-uc-image-modal__img img {
    -o-object-fit: cover;
    object-fit: cover
}

.s-uc-image-modal__nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #E3242B;
    cursor: pointer;
    padding: 8px;
    display: none
}

.s-uc-image-modal__nav:hover {
    color: #E3242B
}

.s-uc-image-modal__nav.swiper-button-disabled {
    display: none
}

.s-uc-image-modal__nav.left {
    left: 24px
}

.s-uc-image-modal__nav.right {
    right: 24px
}

.s-uc-image-modal__pagination {
    text-align: center;
    padding: 24px 0
}

@media(min-width:992px) {
    .s-uc-image-modal__content {
        padding-bottom: 148px
    }

    .s-uc-image-modal__thumb {
        bottom: 78px
    }

    .s-uc-image-modal__thumb-pagination {
        bottom: 60px
    }

    .s-uc-image-modal__nav {
        display: block
    }

    .s-uc-image-modal__nav.left {
        left: 80px
    }

    .s-uc-image-modal__nav.right {
        right: 80px
    }
}

.e-site-button.old {
    font-size: 12px;
    line-height: 1.3;
    width: -moz-fit-content;
    width: fit-content;
    height: 56px;
    border: 1px solid;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 24px;
    transition: all .6s cubic-bezier(.38, .015, 0, .995);
    position: relative;
    gap: 16px
}

@media(min-width:1200px) {
    .e-site-button.old {
        font-size: 14px;
        line-height: 1.5
    }
}

.e-site-button.old.tb-padding-small {
    padding-top: 4px;
    padding-bottom: 4px
}

.e-site-button.old.tb-padding-middle {
    padding-top: 8px;
    padding-bottom: 4px
}

.e-site-button.old.tb-padding-large {
    padding-top: 12px;
    padding-bottom: 4px
}

.e-site-button.old.side-padding-small {
    padding-left: 16px;
    padding-right: 16px
}

.e-site-button.old.side-padding-small.primary-button {
    padding-left: 48px;
    padding-right: 16px
}

.e-site-button.old.side-padding-small.primary-button.no-icon {
    padding-left: 16px;
    padding-right: 16px
}

.e-site-button.old.side-padding-small.primary-link.bordered {
    padding-left: 48px;
    padding-right: 16px
}

.e-site-button.old.side-padding-small.primary-link.bordered.no-icon {
    padding-left: 16px;
    padding-right: 16px
}

.e-site-button.old.side-padding-small.icon-link.bordered {
    padding-left: 16px;
    padding-right: 48px
}

.e-site-button.old.side-padding-small.icon-link.bordered.no-icon {
    padding-left: 16px;
    padding-right: 16px
}

.e-site-button.old.side-padding-middle {
    padding-left: 32px;
    padding-right: 32px
}

.e-site-button.old.side-padding-middle.primary-button {
    padding-left: 64px;
    padding-right: 32px
}

.e-site-button.old.side-padding-middle.primary-button.no-icon {
    padding-left: 32px;
    padding-right: 32px
}

.e-site-button.old.side-padding-middle.primary-link.bordered {
    padding-left: 64px;
    padding-right: 32px
}

.e-site-button.old.side-padding-middle.primary-link.bordered.no-icon {
    padding-left: 32px;
    padding-right: 32px
}

.e-site-button.old.side-padding-middle.icon-link.bordered {
    padding-right: 32px;
    padding-left: 64px
}

.e-site-button.old.side-padding-middle.icon-link.bordered.no-icon {
    padding-left: 32px;
    padding-right: 32px
}

.e-site-button.old.side-padding-large {
    padding-left: 48px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.primary-button {
    padding-left: 80px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.primary-button.reverse {
    padding-left: 48px;
    padding-right: 80px
}

.e-site-button.old.side-padding-large.primary-button.no-icon {
    padding-left: 48px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.primary-link.bordered {
    padding-left: 80px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.primary-link.bordered.reverse {
    padding-left: 48px;
    padding-right: 80px
}

.e-site-button.old.side-padding-large.primary-link.bordered.no-icon {
    padding-left: 48px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.icon-link.bordered {
    padding-left: 48px;
    padding-right: 80px
}

.e-site-button.old.side-padding-large.icon-link.bordered.reverse {
    padding-left: 80px;
    padding-right: 48px
}

.e-site-button.old.side-padding-large.icon-link.bordered.no-icon {
    padding-left: 48px;
    padding-right: 48px
}

.e-site-button.old .e-site-button__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.e-site-button.old .e-site-button__text {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-family: Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    padding-top: 0
}

.e-site-button.old .e-icon {
    display: flex;
    align-items: center;
    position: relative
}

.e-site-button.old .e-icon>svg {
    height: 16px
}

.e-site-button.old.no-icon {
    padding: 0 24px;
    width: -moz-fit-content;
    width: fit-content
}

.e-site-button.old.no-icon.fullWidthOnMobile {
    justify-content: center;
    width: 100%
}

.e-site-button.old.primary-button {
    text-decoration: none;
    background-color: #E3242B;
    border-color: #E3242B;
    color: #000;
    padding: 0 16px 0 48px;
    transition: background-color .2s, border-color .2s
}

.e-site-button.old.primary-button:hover {
    background-color: #f8ea00;
    border-color: #f8ea00
}

.e-site-button.old.primary-button.just-icon {
    padding: 0 8px;
    width: auto
}

.e-site-button.old.primary-button.no-icon {
    padding: 0 24px;
    width: -moz-fit-content;
    width: fit-content
}

.e-site-button.old.primary-button.theme-yellow {
    background-color: #E3242B;
    border-color: #E3242B;
    color: #000
}

.e-site-button.old.primary-button.theme-black {
    background-color: #000;
    border-color: #000;
    color: #E3242B
}

.e-site-button.old.primary-button.theme-grey {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #000
}

.e-site-button.old.primary-button.theme-light-grey {
    background-color: #f2f1f0;
    border-color: #f2f1f0;
    color: #000
}

.e-site-button.old.primary-button.theme-white {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.e-site-button.old.primary-button.theme-dark {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.e-site-button.old.primary-button.disabled,
.e-site-button.old.primary-button.disabled:hover {
    background-color: #f2f1f0 !important;
    border-color: #f2f1f0 !important;
    color: #757575 !important
}

.e-site-button.old.ani-link-swipe .e-site-button__text {
    position: relative
}

.e-site-button.old.ani-link-swipe .e-icon {
    float: right;
    color: currentColor;
    opacity: 0;
    transform: translateX(-8px);
    transition-timing-function: cubic-bezier(.38, .015, 0, .995);
    transition: opacity .2s, transform .2s
}

.e-site-button.old.ani-link-swipe .e-icon svg {
    height: 16px
}

.e-site-button.old.ani-link-swipe:hover:not(.disabled) .e-icon {
    transform: translateX(0);
    opacity: 1
}

.e-site-button.old.primary-link {
    background: transparent;
    border-color: transparent;
    text-decoration: none;
    color: currentColor;
    padding: 0
}

.e-site-button.old.primary-link.theme-yellow {
    color: #E3242B
}

.e-site-button.old.primary-link.theme-yellow.bordered {
    padding: 0 24px;
    border-color: #E3242B
}

.e-site-button.old.primary-link.theme-black {
    color: #000
}

.e-site-button.old.primary-link.theme-black.bordered {
    padding: 0 24px;
    border-color: #000
}

.e-site-button.old.primary-link.theme-grey {
    color: #a1a1a1
}

.e-site-button.old.primary-link.theme-grey.bordered {
    padding: 0 24px;
    border-color: #a1a1a1
}

.e-site-button.old.primary-link.theme-light-grey {
    color: #f2f1f0
}

.e-site-button.old.primary-link.theme-light-grey.bordered {
    padding: 0 24px;
    border-color: #f2f1f0
}

.e-site-button.old.primary-link.theme-white {
    color: #fff
}

.e-site-button.old.primary-link.theme-white.bordered {
    padding: 0 24px;
    border-color: #fff
}

.e-site-button.old.primary-link.theme-dark {
    color: #000
}

.e-site-button.old.primary-link.theme-dark.bordered {
    padding: 0 24px;
    border-color: #000
}

.e-site-button.old.primary-link.no-icon {
    padding: 0
}

.e-site-button.old.primary-link.bordered.no-icon {
    padding: 0 24px
}

.e-site-button.old.primary-link.ani-link-swipe {
    padding-left: 0
}

.e-site-button.old.primary-link.ani-link-swipe .e-icon {
    opacity: 1
}

.e-site-button.old.primary-link.ani-link-swipe.bordered {
    padding-left: 48px;
    padding-right: 16px
}

.e-site-button.old.primary-link.ani-link-swipe.bordered.no-icon {
    padding: 0 24px;
    width: -moz-fit-content;
    width: fit-content
}

.e-site-button.old.primary-link.ani-link-swipe.bordered .e-icon {
    opacity: 0
}

.e-site-button.old.primary-link.ani-link-swipe.bordered:hover .e-icon {
    opacity: 1
}

.e-site-button.old.reverse {
    flex-direction: row-reverse
}

.e-site-button.old.icon-link {
    background: transparent;
    text-decoration: none;
    border-color: transparent;
    padding: 0
}

.e-site-button.old.icon-link.ani-link-swipe .e-icon {
    position: static;
    opacity: 1;
    transform: translateX(0)
}

.e-site-button.old.icon-link.ani-link-swipe:hover:not(.disabled) .e-icon {
    transform: translateX(-8px);
    opacity: 1
}

.e-site-button.old.icon-link.ani-link-swipe.no-icon {
    padding: 0
}

.e-site-button.old.icon-link.ani-link-swipe.bordered {
    padding: 0 48px 0 16px
}

.e-site-button.old.icon-link.ani-link-swipe.bordered.ani-link-swipe .e-icon {
    left: 16px;
    transform: translateX(0)
}

.e-site-button.old.icon-link.ani-link-swipe.bordered.ani-link-swipe:hover:not(.disabled) .e-icon {
    transform: translateX(8px);
    opacity: 1
}

.e-site-button.old.icon-link.ani-link-swipe.bordered.no-icon {
    padding: 0 24px;
    width: -moz-fit-content;
    width: fit-content
}

.e-site-button.old.icon-link .e-site-button__text {
    order: 2
}

.e-site-button.old.icon-link .e-icon {
    order: 1
}

.e-site-button.old.icon-link.theme-yellow {
    color: #E3242B
}

.e-site-button.old.icon-link.theme-yellow.bordered {
    border-color: #E3242B
}

.e-site-button.old.icon-link.theme-black {
    color: #000
}

.e-site-button.old.icon-link.theme-black.bordered {
    border-color: #000
}

.e-site-button.old.icon-link.theme-grey {
    color: #a1a1a1
}

.e-site-button.old.icon-link.theme-grey.bordered {
    border-color: #a1a1a1
}

.e-site-button.old.icon-link.theme-light-grey {
    color: #f2f1f0
}

.e-site-button.old.icon-link.theme-light-grey.bordered {
    border-color: #f2f1f0
}

.e-site-button.old.icon-link.theme-white {
    color: #fff
}

.e-site-button.old.icon-link.theme-white.bordered {
    border-color: #fff
}

.e-site-button.old.icon-link.theme-dark {
    color: #000
}

.e-site-button.old.icon-link.theme-dark.bordered {
    border-color: #000
}

.e-site-button.old.icon-link.ani-icon-fade-in .e-icon {
    opacity: 0;
    transform: translateX(0);
    transition: all .6s cubic-bezier(.38, .015, 0, .995)
}

.e-site-button.old.icon-link.ani-icon-fade-in:hover .e-icon {
    opacity: 1;
    transform: translateX(-8px)
}

.e-site-button.old.icon-link.reverse {
    justify-content: flex-end
}

.e-site-button.old.size-small {
    height: 40px;
    font-size: 14px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .e-site-button.old.size-small {
        font-size: 16px;
        line-height: 1.5
    }
}

.e-site-button.old.ani-icon-fade-in .e-site-button__text {
    position: relative;
    z-index: 1;
    transform: translateX(8px)
}

.e-site-button.old.ani-icon-fade-in .e-icon {
    width: 16px;
    padding: 0;
    opacity: 0;
    transform: translateX(-8px)
}

.e-site-button.old.ani-icon-fade-in:hover .e-icon {
    opacity: 1;
    transform: translateX(-8px);
    animation: fade-in-left .5s ease
}

.e-site-button.old .e-site-button__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7
}

.e-site-button.old.fullWidthOnMobile {
    justify-content: center;
    width: 100%
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-16px)
    }

    to {
        opacity: 1;
        transform: translateX(-8px)
    }
}

@media(min-width:992px) {

    .e-site-button.old.side-padding-small,
    .e-site-button.old.side-padding-small.icon-link,
    .e-site-button.old.side-padding-small.primary-link {
        padding-left: 16px;
        padding-right: 16px
    }

    .e-site-button.old.side-padding-middle,
    .e-site-button.old.side-padding-middle.icon-link,
    .e-site-button.old.side-padding-middle.primary-link {
        padding-left: 32px;
        padding-right: 32px
    }

    .e-site-button.old.side-padding-large,
    .e-site-button.old.side-padding-large.icon-link,
    .e-site-button.old.side-padding-large.primary-link {
        padding-left: 64px;
        padding-right: 64px
    }

    .e-site-button.old.primary-button,
    .e-site-button.old.primary-link.bordered {
        min-width: 160px
    }

    .e-site-button.old.fullWidthOnMobile {
        width: -moz-fit-content;
        width: fit-content
    }
}

html[lang=ja-JP] .e-site-button.old .e-site-button__text {
    font-family: Noto Sans JP Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html[lang=ko-KR] .e-site-button.old .e-site-button__text {
    font-family: Noto Sans KR Regular, Overpass, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

html.rtl .e-site-button.old.primary-button,
html.rtl .e-site-button.old.secondary-button {
    padding: 0 24px
}

.s-overall-settings {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.s-overall-settings.theme-white {
    background: #fff;
    color: #000
}

.s-overall-settings.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.s-overall-settings.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.s-overall-settings.theme-yellow {
    background: #E3242B;
    color: #000
}

.s-overall-settings.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.s-overall-settings.theme-black {
    background: #000;
    color: #fff
}

.s-overall-settings.theme-black .active {
    color: #fff
}

.s-overall-settings.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.s-overall-settings.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.s-overall-settings.overall-pd-top-tiny {
    padding-top: 16px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-top-tiny {
        padding-top: 20px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-top-tiny {
        padding-top: 40px
    }
}

.s-overall-settings.overall-pd-bottom-tiny {
    padding-bottom: 16px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-bottom-tiny {
        padding-bottom: 20px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-bottom-tiny {
        padding-bottom: 40px
    }
}

.s-overall-settings.overall-pd-top-small {
    padding-top: 20px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-top-small {
        padding-top: 30px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-top-small {
        padding-top: 60px
    }
}

.s-overall-settings.overall-pd-bottom-small {
    padding-bottom: 20px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-bottom-small {
        padding-bottom: 30px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-bottom-small {
        padding-bottom: 60px
    }
}

.s-overall-settings.overall-pd-top-normal {
    padding-top: 40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-top-normal {
        padding-top: 60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-top-normal {
        padding-top: 80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-top-normal {
        padding-top: 100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-top-normal {
        padding-top: 120px
    }
}

.s-overall-settings.overall-pd-bottom-normal {
    padding-bottom: 40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-bottom-normal {
        padding-bottom: 60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-bottom-normal {
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-bottom-normal {
        padding-bottom: 100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-bottom-normal {
        padding-bottom: 120px
    }
}

.s-overall-settings.overall-pd-top-large {
    padding-top: 60px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-top-large {
        padding-top: 80px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-top-large {
        padding-top: 100px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-top-large {
        padding-top: 120px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-top-large {
        padding-top: 180px
    }
}

.s-overall-settings.overall-pd-bottom-large {
    padding-bottom: 60px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-bottom-large {
        padding-bottom: 80px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-bottom-large {
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-bottom-large {
        padding-bottom: 120px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-bottom-large {
        padding-bottom: 180px
    }
}

.s-overall-settings.overall-pd-top-huge {
    padding-top: 140px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-top-huge {
        padding-top: 140px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-top-huge {
        padding-top: 180px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-top-huge {
        padding-top: 210px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-top-huge {
        padding-top: 280px
    }
}

.s-overall-settings.overall-pd-bottom-huge {
    padding-bottom: 140px
}

@media(min-width:768px) {
    .s-overall-settings.overall-pd-bottom-huge {
        padding-bottom: 140px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-pd-bottom-huge {
        padding-bottom: 180px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-pd-bottom-huge {
        padding-bottom: 210px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-pd-bottom-huge {
        padding-bottom: 280px
    }
}

.s-overall-settings.overall-mg-top-overlap {
    margin-top: -40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-top-overlap {
        margin-top: -60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-top-overlap {
        margin-top: -80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-top-overlap {
        margin-top: -100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-top-overlap {
        margin-top: -120px
    }
}

.s-overall-settings.overall-mg-bottom-overlap {
    margin-bottom: -40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-bottom-overlap {
        margin-bottom: -60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-bottom-overlap {
        margin-bottom: -80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-bottom-overlap {
        margin-bottom: -100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-bottom-overlap {
        margin-bottom: -120px
    }
}

.s-overall-settings.overall-mg-top-small {
    margin-top: 20px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-top-small {
        margin-top: 30px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-top-small {
        margin-top: 60px
    }
}

.s-overall-settings.overall-mg-bottom-small {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-bottom-small {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-bottom-small {
        margin-bottom: 60px
    }
}

.s-overall-settings.overall-mg-top-normal {
    margin-top: 40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-top-normal {
        margin-top: 60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-top-normal {
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-top-normal {
        margin-top: 100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-top-normal {
        margin-top: 120px
    }
}

.s-overall-settings.overall-mg-bottom-normal {
    margin-bottom: 40px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-bottom-normal {
        margin-bottom: 60px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-bottom-normal {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-bottom-normal {
        margin-bottom: 100px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-bottom-normal {
        margin-bottom: 120px
    }
}

.s-overall-settings.overall-mg-top-large {
    margin-top: 60px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-top-large {
        margin-top: 80px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-top-large {
        margin-top: 100px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-top-large {
        margin-top: 120px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-top-large {
        margin-top: 180px
    }
}

.s-overall-settings.overall-mg-bottom-large {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-bottom-large {
        margin-bottom: 80px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-bottom-large {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-bottom-large {
        margin-bottom: 120px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-bottom-large {
        margin-bottom: 180px
    }
}

.s-overall-settings.overall-mg-top-huge {
    margin-top: 140px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-top-huge {
        margin-top: 140px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-top-huge {
        margin-top: 180px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-top-huge {
        margin-top: 210px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-top-huge {
        margin-top: 280px
    }
}

.s-overall-settings.overall-mg-bottom-huge {
    margin-bottom: 140px
}

@media(min-width:768px) {
    .s-overall-settings.overall-mg-bottom-huge {
        margin-bottom: 140px
    }
}

@media(min-width:992px) {
    .s-overall-settings.overall-mg-bottom-huge {
        margin-bottom: 180px
    }
}

@media(min-width:1200px) {
    .s-overall-settings.overall-mg-bottom-huge {
        margin-bottom: 210px
    }
}

@media(min-width:1600px) {
    .s-overall-settings.overall-mg-bottom-huge {
        margin-bottom: 280px
    }
}

.s-collapse__item {
    border-bottom: 2px solid #f2f1f0;
    font-size: 16px;
    overflow: hidden
}

.s-collapse__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    cursor: pointer
}

.s-collapse__header .s-collapse__arrow {
    transition: all .3s
}

.s-collapse__header .s-collapse__arrow path,
.s-collapse__header .s-collapse__arrow svg {
    width: 12px
}

.s-collapse__header .s-collapse__arrow.open {
    transform: rotate(180deg)
}

.s-collapse__content {
    color: #757575
}

.s-collapse__content__inner {
    margin-bottom: 40px
}

.s-collapse__content__inner__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer
}

.s-collapse__content__inner__item div:first-child {
    width: 200px;
    flex-shrink: 0
}

.s-collapse__modal .e-modal__content {
    width: calc(100% - 32px);
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100% - 128px);
    margin: 88px 16px 40px
}

.s-collapse__modal .e-modal__content .s-collapse__description {
    display: flex;
    flex-direction: column
}

.s-collapse__modal .e-modal__content .s-collapse__description-img {
    height: 20vh
}

.s-collapse__modal .e-modal__content .s-collapse__description-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-collapse__modal .e-modal__content .s-collapse__description-main {
    height: calc(80vh - 128px);
    padding: 40px 24px
}

.s-collapse__modal .e-modal__content .s-collapse__description-main-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.s-collapse__modal .e-modal__content .s-collapse__description-main-body {
    max-height: calc(80vh - 328px);
    font-size: 18px;
    font-weight: lighter;
    line-height: 26px;
    margin-bottom: 16px;
    overflow: auto;
    word-wrap: break-word
}

.s-collapse__modal .e-modal__content .s-collapse__description-main-btn .e-site-button {
    width: 100%
}

@media(min-width:992px) {
    .s-collapse__modal .e-modal__content {
        width: 70vw;
        height: 50vh;
        margin: 0
    }

    .s-collapse__modal .e-modal__content .s-collapse__description {
        height: 100%;
        flex-direction: row
    }

    .s-collapse__modal .e-modal__content .s-collapse__description-img,
    .s-collapse__modal .e-modal__content .s-collapse__description-main {
        width: 50%;
        height: 100%
    }

    .s-collapse__modal .e-modal__content .s-collapse__description-main-body {
        max-height: calc(50vh - 200px)
    }
}

.s-principle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 24px
}

.s-principle-item.overall-pd-top-tiny {
    padding-top: 16px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-top-tiny {
        padding-top: 20px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-top-tiny {
        padding-top: 30px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-top-tiny {
        padding-top: 40px
    }
}

.s-principle-item.overall-pd-bottom-tiny {
    padding-bottom: 16px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-bottom-tiny {
        padding-bottom: 20px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-bottom-tiny {
        padding-bottom: 30px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-bottom-tiny {
        padding-bottom: 40px
    }
}

.s-principle-item.overall-pd-top-small {
    padding-top: 20px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-top-small {
        padding-top: 30px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-top-small {
        padding-top: 40px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-top-small {
        padding-top: 60px
    }
}

.s-principle-item.overall-pd-bottom-small {
    padding-bottom: 20px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-bottom-small {
        padding-bottom: 30px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-bottom-small {
        padding-bottom: 40px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-bottom-small {
        padding-bottom: 60px
    }
}

.s-principle-item.overall-pd-top-normal {
    padding-top: 40px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-top-normal {
        padding-top: 60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-top-normal {
        padding-top: 80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-top-normal {
        padding-top: 100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-top-normal {
        padding-top: 120px
    }
}

.s-principle-item.overall-pd-bottom-normal {
    padding-bottom: 40px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-bottom-normal {
        padding-bottom: 60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-bottom-normal {
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-bottom-normal {
        padding-bottom: 100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-bottom-normal {
        padding-bottom: 120px
    }
}

.s-principle-item.overall-pd-top-large {
    padding-top: 60px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-top-large {
        padding-top: 80px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-top-large {
        padding-top: 100px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-top-large {
        padding-top: 120px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-top-large {
        padding-top: 180px
    }
}

.s-principle-item.overall-pd-bottom-large {
    padding-bottom: 60px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-bottom-large {
        padding-bottom: 80px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-bottom-large {
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-bottom-large {
        padding-bottom: 120px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-bottom-large {
        padding-bottom: 180px
    }
}

.s-principle-item.overall-pd-top-huge {
    padding-top: 140px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-top-huge {
        padding-top: 140px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-top-huge {
        padding-top: 180px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-top-huge {
        padding-top: 210px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-top-huge {
        padding-top: 280px
    }
}

.s-principle-item.overall-pd-bottom-huge {
    padding-bottom: 140px
}

@media(min-width:768px) {
    .s-principle-item.overall-pd-bottom-huge {
        padding-bottom: 140px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-pd-bottom-huge {
        padding-bottom: 180px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-pd-bottom-huge {
        padding-bottom: 210px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-pd-bottom-huge {
        padding-bottom: 280px
    }
}

.s-principle-item.overall-mg-top-overlap {
    margin-top: -40px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-top-overlap {
        margin-top: -60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-top-overlap {
        margin-top: -80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-top-overlap {
        margin-top: -100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-top-overlap {
        margin-top: -120px
    }
}

.s-principle-item.overall-mg-bottom-overlap {
    margin-bottom: -40px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-bottom-overlap {
        margin-bottom: -60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-bottom-overlap {
        margin-bottom: -80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-bottom-overlap {
        margin-bottom: -100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-bottom-overlap {
        margin-bottom: -120px
    }
}

.s-principle-item.overall-mg-top-small {
    margin-top: 20px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-top-small {
        margin-top: 30px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-top-small {
        margin-top: 40px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-top-small {
        margin-top: 60px
    }
}

.s-principle-item.overall-mg-bottom-small {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-bottom-small {
        margin-bottom: 30px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-bottom-small {
        margin-bottom: 40px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-bottom-small {
        margin-bottom: 60px
    }
}

.s-principle-item.overall-mg-top-normal {
    margin-top: 40px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-top-normal {
        margin-top: 60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-top-normal {
        margin-top: 80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-top-normal {
        margin-top: 100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-top-normal {
        margin-top: 120px
    }
}

.s-principle-item.overall-mg-bottom-normal {
    margin-bottom: 40px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-bottom-normal {
        margin-bottom: 60px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-bottom-normal {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-bottom-normal {
        margin-bottom: 100px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-bottom-normal {
        margin-bottom: 120px
    }
}

.s-principle-item.overall-mg-top-large {
    margin-top: 60px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-top-large {
        margin-top: 80px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-top-large {
        margin-top: 100px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-top-large {
        margin-top: 120px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-top-large {
        margin-top: 180px
    }
}

.s-principle-item.overall-mg-bottom-large {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-bottom-large {
        margin-bottom: 80px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-bottom-large {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-bottom-large {
        margin-bottom: 120px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-bottom-large {
        margin-bottom: 180px
    }
}

.s-principle-item.overall-mg-top-huge {
    margin-top: 140px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-top-huge {
        margin-top: 140px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-top-huge {
        margin-top: 180px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-top-huge {
        margin-top: 210px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-top-huge {
        margin-top: 280px
    }
}

.s-principle-item.overall-mg-bottom-huge {
    margin-bottom: 140px
}

@media(min-width:768px) {
    .s-principle-item.overall-mg-bottom-huge {
        margin-bottom: 140px
    }
}

@media(min-width:992px) {
    .s-principle-item.overall-mg-bottom-huge {
        margin-bottom: 180px
    }
}

@media(min-width:1200px) {
    .s-principle-item.overall-mg-bottom-huge {
        margin-bottom: 210px
    }
}

@media(min-width:1600px) {
    .s-principle-item.overall-mg-bottom-huge {
        margin-bottom: 280px
    }
}

.s-principle-item.theme-white {
    background: #fff;
    color: #000
}

.s-principle-item.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.s-principle-item.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.s-principle-item.theme-yellow {
    background: #E3242B;
    color: #000
}

.s-principle-item.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.s-principle-item.theme-black {
    background: #000;
    color: #fff
}

.s-principle-item.theme-black .active {
    color: #fff
}

.s-principle-item.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.s-principle-item.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.s-principle-item__index {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 2px
}

@media(min-width:992px) {
    .s-principle-item__index {
        font-size: 40px
    }
}

@media(min-width:1200px) {
    .s-principle-item__index {
        font-size: 56px;
        letter-spacing: 3px
    }
}

.s-principle-item__body {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px
}

@media(min-width:1200px) {
    .s-principle-item__body {
        font-size: 16px;
        line-height: 1.5
    }
}

@media(min-width:992px) {
    .s-principle-item {
        width: 120px;
        height: 120px
    }
}

.s-social-medias {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px
}

.s-social-medias__item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid currentColor;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s linear
}

.s-social-medias__item .e-icon>svg {
    width: 20px;
    height: 20px
}

.s-social-medias__item:hover {
    transform: scale(1.05)
}

@media(min-width:992px) {
    .s-social-medias__item .e-icon>svg {
        fill: #fff
    }
}

.s-toast.e-modal {
    align-items: flex-end
}

.s-toast.e-modal__close {
    top: 15px;
    right: 20px
}

.s-toast.e-modal__close svg {
    height: 18px
}

.s-toast.e-modal .e-modal__content {
    width: 100%;
    padding: 40px 24px 24px 24px
}

.s-toast.e-modal.confirm .e-modal__close svg {
    height: 32px
}

.s-toast.e-modal.confirm .e-modal__content {
    padding: 72px 40px 24px 40px
}

.s-toast.e-modal.confirm .s-toast__buttons {
    margin-top: 40px
}

.s-toast.e-modal.confirm .s-toast__buttons .e-site-button {
    height: 56px
}

.s-toast.e-modal.middle {
    align-items: center
}

.s-toast.e-modal.middle .e-modal__content {
    width: calc(83.33333vw + 6.66667px)
}

.s-toast__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

.s-toast__content.centered {
    text-align: center
}

.s-toast__buttons {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-toast__buttons .e-site-button {
    width: 100%
}

.s-toast__buttons.single {
    justify-content: center
}

@media(min-width:992px) {
    .s-toast.e-modal {
        align-items: center
    }

    .s-toast.e-modal .e-modal__close {
        top: 10px;
        right: 12px
    }

    .s-toast.e-modal.confirm .e-modal__content,
    .s-toast.e-modal .e-modal__content,
    .s-toast.e-modal.has-icon .e-modal__content,
    .s-toast.e-modal.middle .e-modal__content {
        width: calc(33.33333vw + 2.66667px)
    }

    .s-toast.confirm .s-toast__buttons {
        flex-direction: row;
        gap: 24px
    }

    .s-toast.confirm .s-toast__buttons .e-site-button {
        width: calc(50% - 12px);
        overflow: hidden
    }

    .s-toast.confirm .s-toast__buttons.single .e-site-button {
        width: 100%
    }
}

@media(min-width:1200px) {
    .s-toast.e-modal .e-modal__content {
        width: calc(25vw + 2px)
    }

    .s-toast.e-modal.confirm .e-modal__content,
    .s-toast.e-modal.has-icon .e-modal__content {
        width: calc(33.33333vw + 2.66667px)
    }
}

.s-video-swiper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #000;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.s-video-swiper-content {
    width: 100%;
    padding-left: calc(4.16667vw + .33333px);
    display: block;
    position: relative;
    height: calc(16.66667vw + 1.33333px)
}

.s-video-swiper-title {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    width: calc(83.33333vw + 6.66667px);
    position: absolute;
    bottom: calc(-16.66667vw - 1.33333px);
    left: calc(12.5vw + 1px)
}

@media(min-width:992px) {
    .s-video-swiper-title {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .s-video-swiper-title {
        font-size: 24px;
        line-height: 1.1
    }
}

.s-video-swiper-close {
    width: calc(16.66667vw + 1.33333px);
    height: calc(16.66667vw + 1.33333px);
    background: #fff200;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-video-swiper-close-icon svg {
    width: 16px;
    height: 16px
}

.s-video-swiper-top-swiper-content {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-top: calc(25vw + 2px);
    position: relative
}

.s-video-swiper-top-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-video-swiper-top-video video {
    width: 100%;
    height: 100%
}

.s-video-swiper-top-pagination-prevEl {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 92px;
    z-index: 2;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-video-swiper-top-pagination-prevEl svg {
    width: 20px;
    height: 15px
}

.s-video-swiper-top-pagination-nextEl {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 92px;
    z-index: 2;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-video-swiper-top-pagination-nextEl svg {
    width: 20px;
    height: 15px
}

.s-video-swiper-bottom-swiper-content {
    width: 100%;
    height: 84px;
    padding: 0;
    position: absolute;
    top: calc(116.66667vw + 1.33333px);
    left: 0;
    z-index: 1;
    overflow: hidden
}

.s-video-swiper-bottom-swiper-content .swiper-wrapper {
    width: 100%;
    height: 100%
}

.s-video-swiper-bottom-swiper-content .swiper-wrapper .active {
    border: 1px solid #fff
}

.s-video-swiper-bottom-image {
    width: 100%;
    height: 100%
}

.s-video-swiper-high {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
    margin-left: 16px
}

@media(min-width:992px) {
    .s-video-swiper-high {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .s-video-swiper-high {
        font-size: 24px;
        line-height: 1.1
    }
}

.s-video-swiper-high-content {
    display: block;
    position: absolute;
    top: calc(150vw + 4px);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:992px) {
    .s-video-swiper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background: #000;
        display: flex;
        flex-direction: column
    }

    .s-video-swiper-content {
        width: 100%;
        padding-left: calc(2.08333vw + .16667px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: calc(4.16667vw + .33333px)
    }

    .s-video-swiper-right-content {
        display: flex
    }

    .s-video-swiper-high-content {
        position: inherit;
        display: flex;
        align-items: center;
        margin-right: 20px;
        cursor: pointer
    }

    .s-video-swiper-high {
        font-size: 18px;
        line-height: 1.3;
        color: #fff;
        white-space: nowrap;
        margin-left: 16px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .s-video-swiper-high {
        font-size: 20px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .s-video-swiper-high {
        font-size: 24px;
        line-height: 1.1
    }
}

@media(min-width:992px) {
    .s-video-swiper-title {
        font-size: 18px;
        line-height: 1.3;
        color: #fff;
        width: auto;
        position: static
    }
}

@media(min-width:992px)and (min-width:992px) {
    .s-video-swiper-title {
        font-size: 20px
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .s-video-swiper-title {
        font-size: 24px;
        line-height: 1.1
    }
}

@media(min-width:992px) {
    .s-video-swiper-close {
        width: calc(4.16667vw + .33333px);
        height: calc(4.16667vw + .33333px);
        background: #fff200;
        position: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .s-video-swiper-close-icon svg {
        width: 30px;
        height: 30px
    }
}

@media(min-width:992px) {
    .s-video-swiper-top-swiper-content {
        width: calc(75vw + 6px);
        overflow: hidden;
        height: calc(31.25vw + 2.5px);
        margin: 0 auto;
        position: static;
        cursor: pointer
    }
}

@media(min-width:992px) {
    .s-video-swiper-top-video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .s-video-swiper-top-video video {
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {
    .s-video-swiper-top-pagination-prevEl {
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        bottom: 48px;
        z-index: 2;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .s-video-swiper-top-pagination-prevEl svg {
        width: 24px;
        height: 18px
    }
}

@media(min-width:992px) {
    .s-video-swiper-top-pagination-nextEl {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0;
        bottom: 48px;
        z-index: 2;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .s-video-swiper-top-pagination-nextEl svg {
        width: 24px;
        height: 18px
    }
}

@media(min-width:992px) {
    .s-video-swiper-bottom-swiper-content {
        width: 100%;
        height: 148px;
        padding: 24px 0 24px 24px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        cursor: pointer
    }

    .s-video-swiper-bottom-swiper-content .swiper-wrapper {
        width: 100%;
        height: 100%
    }

    .s-video-swiper-bottom-swiper-content .swiper-wrapper .active {
        border: 1px solid #fff
    }
}

@media(min-width:992px) {
    .s-video-swiper-bottom-image {
        width: 100%;
        height: 100%
    }
}

.s-personal-center {
    background: #000;
    color: #fff;
    height: calc(100vh - 52px);
    overflow: auto
}

@media(min-width:768px) {
    .s-personal-center {
        height: calc(100vh - 52px)
    }
}

@media(min-width:1200px) {
    .s-personal-center {
        height: calc(100vh - 64px)
    }
}

.s-personal-center__side {
    position: fixed;
    top: 52px;
    z-index: 1;
    width: 100%;
    height: 100%;
    height: calc(100vh - 52px);
    background: rgba(0, 0, 0, .2);
    font-size: 14px
}

@media(min-width:768px) {
    .s-personal-center__side {
        height: calc(100vh - 52px)
    }
}

@media(min-width:1200px) {
    .s-personal-center__side {
        height: calc(100vh - 64px)
    }
}

.s-personal-center__side-main {
    position: relative;
    background: #fff;
    color: #000;
    width: 100%;
    max-height: 100%;
    padding-top: 24px
}

.s-personal-center__side-main-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(44, 44, 44, .2)
}

.s-personal-center__welcome {
    padding: 0 24px 24px;
    line-height: 18px
}

.s-personal-center__welcome:empty {
    display: none
}

.s-personal-center__avatar {
    text-align: center;
    margin-top: 16px
}

.s-personal-center__sign-out {
    display: inline-block;
    margin-right: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    position: relative
}

.s-personal-center__sign-out:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    transition: all .4s cubic-bezier(.355, .005, .26, 1);
    border-top: 1px solid #000
}

.s-personal-center__sign-out:hover:before {
    width: 100%
}

.s-personal-center__sign-out>.e-icon {
    margin-left: 8px;
    vertical-align: middle
}

.s-personal-center__sign-out>.e-icon>svg {
    height: 12px;
    width: 16px
}

.s-personal-center__menus {
    padding: 32px 24px 38px;
    line-height: 24px
}

.s-personal-center__menu,
.s-personal-center__menu-icon {
    display: flex;
    align-items: center
}

.s-personal-center__menu-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4f4f4f;
    color: #fff;
    overflow: hidden;
    justify-content: center;
    margin-right: 8px
}

.s-personal-center__menu-icon .e-icon svg {
    width: 12px
}

.s-personal-center__menu.active {
    font-weight: 700
}

.s-personal-center__menu+.s-personal-center__menu {
    margin-top: 24px
}

.s-personal-center__toggle {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.s-personal-center__main {
    margin-left: 0;
    padding-top: 24px;
    display: flex;
    flex-direction: column
}

.s-personal-center__back {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: currentColor;
    margin-left: 10px;
    cursor: pointer;
    flex-shrink: 0
}

.s-personal-center__back span {
    margin-left: 8px
}

.s-personal-center__content {
    flex-grow: 1;
    overflow-y: auto
}

.s-personal-center.collapsed .s-personal-center__side {
    display: none
}

@media(min-width:992px) {
    .s-personal-center {
        height: calc(100vh - 52px);
        position: relative
    }
}

@media(min-width:992px)and (min-width:768px) {
    .s-personal-center {
        height: calc(100vh - 52px)
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .s-personal-center {
        height: calc(100vh - 64px)
    }
}

@media(min-width:992px) {
    .s-personal-center__side {
        display: block;
        position: absolute;
        top: 0;
        width: calc(16.66667vw + 1.33333px);
        height: 100%;
        overflow-y: auto
    }

    .s-personal-center__side-main {
        height: 100%
    }

    .s-personal-center__side-main-header {
        flex-direction: column
    }
}

@media(min-width:992px) {
    .s-personal-center__sign-out {
        margin-right: 0;
        padding: 0 24px 32px
    }
}

@media(min-width:992px) {
    .s-personal-center__main {
        height: 100%;
        margin-left: calc(20.83333vw + 1.66667px);
        overflow-y: auto;
        padding-top: 0
    }

    .s-personal-center__main::-webkit-scrollbar {
        width: 0
    }
}

@media(min-width:992px) {
    .s-personal-center__back {
        margin-top: 24px
    }
}

@media(min-width:992px) {
    .s-personal-center.collapsed .s-personal-center__side {
        display: block;
        width: 84px
    }

    .s-personal-center.collapsed .s-personal-center__sign-out {
        margin-left: 8px;
        margin-right: auto;
        padding: 0;
        margin-bottom: 32px
    }

    .s-personal-center.collapsed .s-personal-center__sign-out .e-icon {
        display: none
    }

    .s-personal-center.collapsed .s-personal-center__menu {
        justify-content: center
    }

    .s-personal-center.collapsed .s-personal-center__menu-icon {
        margin-right: 0
    }

    .s-personal-center.collapsed .s-personal-center__menu-link {
        display: none
    }

    .s-personal-center.collapsed .s-personal-center__main {
        margin-left: 100px
    }

    .s-personal-center.collapsed .s-personal-center__toggle {
        transform: rotate(180deg)
    }
}

.s-reservation-model-select {
    --line-color: #f2f1f0
}

.s-reservation-model-select__model {
    border: 1px solid var(--line-color);
    padding-bottom: 12px
}

.s-reservation-model-select__model-header {
    padding: 12px 16px;
    border-bottom: 1px solid var(--line-color);
    display: flex
}

.s-reservation-model-select__model-name {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.s-reservation-model-select__model+.s-reservation-model-select__model {
    margin-top: 40px
}

.s-reservation-model-select__model.active {
    --line-color: #000
}

.s-reservation-model-select__model.active .s-reservation-model-select__radio:before {
    width: 10px;
    height: 10px;
    background: #000
}

.s-reservation-model-select__radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--line-color);
    margin-right: 8px;
    position: relative;
    cursor: pointer
}

.s-reservation-model-select__radio:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: transparent;
    transition: all .4s ease
}

.s-reservation-model-select__body {
    padding: 12px 16px
}

.s-reservation-model-select__sections {
    padding: 0 16px
}

.s-reservation-model-select__section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer
}

.s-reservation-model-select__section-content {
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .s-reservation-model-select__section-content {
        font-size: 14px;
        line-height: 1.5
    }
}

.s-reservation-model-select__section-content-main {
    padding-bottom: 16px
}

.s-reservation-model-select__section+.s-reservation-model-select__section {
    border-top: 1px solid #f2f1f0
}

.s-reservation-model-list-content.columns_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4px;
    grid-column-gap: 24px
}

.s-reservation-model-list-content.columns_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4px;
    grid-column-gap: 24px
}

.s-reservation-model-lv-content__item {
    display: flex;
    justify-content: space-between
}

.s-reservation-model-lv-content__label,
.s-reservation-model-lv-content__value {
    width: calc(50% - 12px);
    flex-shrink: 0
}

.s-reservation-steps.hidden {
    display: none
}

.s-reservation-steps__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -24px;
    margin-bottom: 48px
}

.s-reservation-steps__mobile .e-site-button {
    color: #4f4f4f !important;
    font-size: 12px;
    font-weight: 400;
    background: transparent !important;
    border-color: transparent !important
}

.s-reservation-steps__mobile .e-site-button__text {
    order: 2 !important
}

.s-reservation-steps__mobile .e-site-button__icon {
    order: 1 !important;
    transform: rotate(180deg) translateX(0)
}

.s-reservation-steps__mobile .e-site-button.disabled {
    border-color: #f2f1f0 !important;
    background: #f2f1f0 !important;
    color: #757575 !important
}

.s-reservation-steps__mobile .e-site-button:hover .e-site-button__icon {
    opacity: 1 !important;
    transform: rotate(180deg) translateX(8px) !important
}

.s-reservation-steps__tablet {
    display: flex;
    padding-left: calc(8.33333vw + .66667px);
    padding-right: calc(8.33333vw + .66667px);
    overflow: hidden
}

.s-reservation-steps__step {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
    text-align: center;
    padding-bottom: 54px;
    font-size: 12px
}

.s-reservation-steps__step-text {
    position: absolute;
    top: 0;
    left: 4px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    white-space: nowrap
}

.s-reservation-steps__step:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #b8b8b8;
    position: absolute;
    bottom: 28px
}

.s-reservation-steps__step:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 24px
}

.s-reservation-steps__step:last-child {
    flex-grow: 0;
    width: 8px
}

.s-reservation-steps__step:last-child:before {
    width: 0
}

.s-reservation-steps__step.current:after {
    border-color: #000;
    background: #E3242B
}

.s-reservation-steps__step.current:first-child:before {
    border-bottom-color: #000
}

.s-reservation-steps__step.current:first-child:after {
    background: #E3242B
}

.s-reservation-steps__step.finished:before {
    border-bottom-color: #000
}

.s-reservation-steps__step.finished:after {
    border-color: #000;
    background: #000
}

html.rtl .s-reservation-steps__step:first-child {
    flex-grow: 0;
    width: 8px
}

html.rtl .s-reservation-steps__step:first-child:before {
    width: 0
}

html.rtl .s-reservation-steps__step:last-child {
    flex-grow: 1;
    width: auto
}

html.rtl .s-reservation-steps__step:last-child:before {
    width: 100%
}

.s-reservation-dealer[data-v-1024a235] {
    min-height: calc(100vh - 156px)
}

.s-reservation-dealer__form[data-v-1024a235] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    padding-top: 24px
}

@media(min-width:992px) {
    .s-reservation-dealer[data-v-1024a235] {
        min-height: calc(100vh - 256px)
    }

    .s-reservation-dealer .e-dealer-radio-list[data-v-1024a235] {
        max-height: calc(100vh - 450px);
        padding-right: 16px;
        overflow-y: auto
    }
}

@media(min-width:1200px) {
    .s-reservation-dealer[data-v-1024a235] {
        min-height: calc(100vh - 268px)
    }
}

.s-reservation-powertrain__content {
    min-height: calc(100vh - 156px)
}

.s-reservation-powertrain__item,
.s-reservation-powertrain__items {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-reservation-powertrain__item {
    padding: 32px 24px 32px 24px;
    border: 1px solid #e3e3e3;
    transition: all .2s cubic-bezier(0, 0, .4, .2);
    cursor: pointer
}

.s-reservation-powertrain__item-name {
    line-height: 24px
}

.s-reservation-powertrain__item-desc {
    font-size: 12px;
    color: #757575
}

.s-reservation-powertrain__item:hover {
    border-color: #757575
}

.s-reservation-powertrain__item.active {
    border-color: #000
}

@media(min-width:992px) {
    .s-reservation-powertrain {
        min-height: calc(100vh - 256px)
    }
}

@media(min-width:1200px) {
    .s-reservation-powertrain {
        min-height: calc(100vh - 268px)
    }
}

.s-reservation-account-verify__content {
    min-height: calc(100vh - 156px)
}

.s-reservation-account-verify .e-site-button,
.s-reservation-account-verify__captcha>.e-site-button,
.s-reservation-account-verify__main>.e-site-button {
    width: 100%
}

.s-reservation-account-verify .e-site-button__text {
    font-weight: 700
}

@media(min-width:992px) {
    .s-reservation-account-verify__content {
        padding-bottom: 100px;
        min-height: unset
    }
}

.s-reservation-summary {
    height: 100%
}

.s-reservation-summary__main {
    min-height: calc(100vh - 57px);
    height: calc(100% - 57px);
    padding-bottom: 57px
}

.s-reservation-summary__content {
    padding: 24px 24px 0 24px
}

.s-reservation-summary__part>label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500
}

.s-reservation-summary__part>div {
    color: #757575
}

.s-reservation-summary__kv>label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700
}

.s-reservation-summary__kv>div {
    color: #757575
}

.s-reservation-summary__toolbar {
    position: sticky;
    bottom: 0;
    height: 57px;
    border-top: 1px solid #262626;
    background: radial-gradient(130.47% 130.47% at 50.13% 130.47%, rgba(64, 64, 64, .9) 0, rgba(0, 0, 0, .9) 100%);
    padding: 0 24px
}

.s-reservation-summary__toolbar .e-label-value {
    align-items: center
}

.s-reservation-summary__toolbar .e-label-value .s-simple-disclaimer {
    display: flex;
    align-items: center
}

.s-reservation-summary__toolbar .e-label-value__label {
    text-transform: none
}

@media(min-width:992px) {
    .s-reservation-summary__content {
        padding: 60px calc(8.33333vw + .66667px) 0 calc(8.33333vw + .66667px)
    }

    .s-reservation-summary__masonry {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .s-reservation-summary__masonry-item {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .s-reservation-summary__toolbar {
        padding: 0 calc(8.33333vw + .66667px)
    }
}

.s-reservation-toolbar {
    position: sticky;
    bottom: 84px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background: #fff
}

.s-reservation-toolbar:before {
    left: -2px;
    display: block
}

.s-reservation-toolbar:after,
.s-reservation-toolbar:before {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff
}

.s-reservation-toolbar:after {
    right: -2px
}

.s-reservation-toolbar__prev {
    display: none
}

.s-reservation-toolbar__next .e-site-button__text {
    font-weight: 700
}

.s-reservation-toolbar .e-site-button {
    width: 100%
}

@media(min-width:992px) {
    .s-reservation-toolbar {
        flex-direction: row;
        align-items: center;
        padding: 24px 0;
        bottom: 0
    }

    .s-reservation-toolbar:after,
    .s-reservation-toolbar:before {
        display: none
    }

    .s-reservation-toolbar .e-site-button {
        width: -moz-fit-content;
        width: fit-content
    }

    .s-reservation-toolbar__prev {
        display: block;
        width: calc(50% - 12px);
        text-align: left
    }

    .s-reservation-toolbar__prev .e-site-button {
        color: #4f4f4f !important;
        font-size: 12px;
        font-weight: 400;
        background: transparent !important;
        border-color: transparent !important
    }

    .s-reservation-toolbar__prev .e-site-button__text {
        order: 2 !important
    }

    .s-reservation-toolbar__prev .e-site-button__icon {
        order: 1 !important;
        transform: translateX(0)
    }

    .s-reservation-toolbar__prev .e-site-button.disabled {
        border-color: #f2f1f0 !important;
        background: #f2f1f0 !important;
        color: #757575 !important
    }

    .s-reservation-toolbar__prev .e-site-button:hover .e-site-button__icon {
        opacity: 1 !important;
        transform: translateX(8px) !important
    }

    .s-reservation-toolbar__next {
        width: calc(50% - 12px);
        text-align: right
    }

    .s-reservation-toolbar__next.disabled {
        border-color: #f2f1f0 !important;
        background: #f2f1f0 !important;
        color: #757575 !important
    }
}

.s-vehicle-card {
    display: block;
    width: 100%
}

.s-vehicle-card__preview {
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    flex-shrink: 0
}

.s-vehicle-card__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.s-vehicle-card__preview .s-vehicle-card__pagination {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    z-index: 1
}

.s-vehicle-card__preview .s-vehicle-card__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    margin-left: 16px;
    border-radius: 100%;
    cursor: pointer
}

.s-vehicle-card__preview .s-vehicle-card__pagination .swiper-pagination-bullet:first-child {
    margin: 0
}

.s-vehicle-card__preview .s-vehicle-card__pagination .swiper-pagination-bullet-active {
    background: #E3242B
}

.s-vehicle-card__detail {
    padding: 40px 24px;
    border: 2px solid #f2f1f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.s-vehicle-card__detail .s-vehicle-card__model {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.s-vehicle-card__detail .s-vehicle-card__model__type {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1
}

.s-vehicle-card__detail .s-vehicle-card__model__year {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.s-vehicle-card__detail .s-vehicle-card__attr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px
}

.s-vehicle-card__detail .s-vehicle-card__attr__label {
    width: 112px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-vehicle-card__detail .s-vehicle-card__attr__value {
    flex: 1;
    font-size: 16px;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px
}

.s-vehicle-card__detail .s-vehicle-card__price {
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px
}

.s-vehicle-card__detail .s-vehicle-card__ctas {
    margin-top: 32px;
    display: flex
}

.s-vehicle-card__detail .s-vehicle-card__ctas .e-site-button {
    width: 100%
}

.s-vehicle-card__detail .s-vehicle-card__delivery {
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    color: rgba(79, 79, 79, .8)
}

.s-vehicle-card__detail .s-vehicle-card__delivery:empty {
    display: none
}

@media(min-width:992px) {
    .s-vehicle-card {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }

    .s-vehicle-card.grid-layout {
        height: 100%;
        display: flex;
        flex-direction: column
    }

    .s-vehicle-card.grid-layout .s-vehicle-card__preview {
        flex-shrink: 0
    }

    .s-vehicle-card.grid-layout .s-vehicle-card__detail {
        flex-grow: 1;
        position: relative;
        padding: 32px 32px 148px
    }

    .s-vehicle-card.grid-layout .s-vehicle-card__toolbar {
        position: absolute;
        bottom: 32px;
        width: calc(100% - 64px)
    }

    .s-vehicle-card__preview {
        grid-column-start: 1;
        grid-column-end: 8
    }

    .s-vehicle-card__detail {
        grid-column-start: 8;
        grid-column-end: 20;
        padding: 0 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch
    }

    .s-vehicle-card__detail .s-vehicle-card__price {
        margin-top: 12px
    }

    .s-vehicle-card__detail .s-vehicle-card__ctas {
        margin-top: 18px
    }
}

@media(min-width:1366px) {
    .s-vehicle-card__preview .s-vehicle-card__price {
        margin-top: 24px
    }

    .s-vehicle-card__delivery,
    .s-vehicle-card__preview .s-vehicle-card__ctas {
        margin-top: 32px
    }
}

.s-svc-v2 {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.s-svc-v2__swiper {
    overflow: hidden;
    position: relative
}

.s-svc-v2__swiper .swiper-slide {
    overflow: hidden
}

.s-svc-v2__swiper-img {
    aspect-ratio: 19/15
}

.s-svc-v2__swiper-img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.s-svc-v2__pagination {
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    display: flex;
    background-color: hsla(0, 0%, 89%, .4)
}

.s-svc-v2__pagination .swiper-pagination-bullet {
    flex-grow: 1;
    height: 1px
}

.s-svc-v2__pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.s-svc-v2__content {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 32px 24px 72px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-svc-v2__disclaimer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 24px;
    font-size: 12px;
    background-color: #f2f1f0;
    color: #2f2f2f
}

.s-svc-v2__line {
    border-top: 1px solid #e3e3e3
}

.s-svc-v2__line-vertical {
    display: inline-block;
    height: 16px;
    border-left: 1px solid #757575;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px
}

.s-svc-v2__delivery {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px
}

.s-svc-v2__delivery:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0f863f;
    vertical-align: middle
}

.s-svc-v2__delivery>div {
    white-space: nowrap
}

.s-svc-v2__configs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px
}

.s-svc-v2__configs .e-label-value {
    padding: 0
}

.s-svc-v2__configs .e-label-value__label {
    color: #757575
}

.s-svc-v2__configs .e-label-value__right {
    justify-content: flex-start
}

.s-svc-v2__configs .e-label-value__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-svc-v2__accessories {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
    column-gap: 24px;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.s-svc-v2__accessories>div {
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    gap: 8px
}

.s-svc-v2__accessories>div:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #757575;
    flex-shrink: 0
}

.s-svc-v2__accessories>div>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 12px)
}

.s-svc-v2__store {
    position: absolute;
    bottom: 32px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #757575
}

.s-svc-v2__store .e-icon {
    display: inline-flex
}

.s-sc-filter-menu {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.s-sc-filter-menu__content {
    padding: 0 32px 60px;
    height: calc(100vh - 196px);
    overflow-y: auto
}

.s-sc-filter-menu .e-radio-list__error-box {
    display: none
}

.s-sc-filter-menu .s-uc-fm-sec+.s-uc-fm-sec {
    border-top: 1px solid #e3e3e3;
    margin-top: 40px
}

.s-sc-filter-menu__line {
    margin: 0 32px;
    border-top: 1px solid #e3e3e3
}

.s-sc-filter-menu__options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px
}

.s-sc-filter-menu__option {
    display: flex;
    justify-content: space-between
}

.s-sc-filter-menu__item {
    padding: 32px 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden
}

.s-sc-filter-menu__item__head {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4px
}

.s-sc-filter-menu__item__title {
    text-transform: capitalize
}

.s-sc-filter-menu__item__arrow {
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.s-sc-filter-menu__item__arrow:before {
    transform: translate(-50%, -50%)
}

.s-sc-filter-menu__item__arrow:after,
.s-sc-filter-menu__item__arrow:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%
}

.s-sc-filter-menu__item__arrow:after {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all .3s
}

.s-sc-filter-menu__item__body {
    color: #757575
}

.s-sc-filter-menu__item__attr {
    display: flex;
    margin-top: 24px
}

.s-sc-filter-menu__item__attr .e-form-checkbox.checked .e-form-checkbox__check:before {
    width: 12px;
    height: 12px;
    opacity: 1
}

.s-sc-filter-menu__item__attr.checked .s-sc-filter-menu__item__attr-name {
    color: #000
}

.s-sc-filter-menu__item__attr-name {
    flex-grow: 1;
    margin-right: 24px;
    padding-top: 4px
}

.s-sc-filter-menu__item__attr .e-form-checkbox {
    flex-shrink: 0
}

.s-sc-filter-menu__item.close .s-sc-filter-menu__item__arrow:after,
.s-sc-filter-menu__item.shut .s-sc-filter-menu__item__arrow:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

.s-sc-filter-menu__item:last-child {
    border: none
}

.s-sc-filter-menu__ctas {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px
}

.s-sc-filter-menu__ctas .e-site-button {
    flex-grow: 1
}

.s-sc-filter-menu .e-radio-list__items {
    margin-top: 24px
}

.s-sc-filter-menu .e-radio-list__item {
    justify-content: space-between
}

.s-sc-filter-menu .e-radio-list__item-label {
    order: 1;
    margin-left: 0
}

.s-sc-filter-menu .e-radio-list__item-radio {
    order: 2;
    background: transparent
}

.s-sc-filter-menu .e-radio-list__item.checked .e-radio-list__item-radio {
    background: #fff
}

.s-sc-filter-menu .e-radio-list__item.checked .e-radio-list__item-radio:before {
    background: #000
}

.s-sv-fm-v2__content {
    height: 100%;
    overflow-y: auto;
    padding: 0 32px 120px 32px
}

.s-sv-fm-v2__my-loc-btn {
    display: flex;
    gap: 8px;
    line-height: 1;
    margin-top: 16px;
    cursor: pointer
}

.s-sv-fm-v2__my-loc-btn .e-icon svg {
    fill: none
}

.s-sv-fm-v2 .s-dynamic-form {
    padding: 0
}

.s-sv-fm-v2 .s-dynamic-form .e-autocomplete-input__messages {
    display: none
}

.s-sv-fm-v2 .s-dynamic-form .e-form-checkbox {
    width: 24px
}

.s-sv-fm-v2 .e-dropdown__label {
    color: #757575
}

.s-sv-fm-v2 .s-uc-fm-sec {
    border-top: 1px solid #e3e3e3
}

.s-sv-fm-v2 .s-uc-fm-sec__content {
    color: #000
}

.s-sv-fm-v2__models .e-radio-list__items {
    display: flex;
    flex-direction: column
}

.s-sv-fm-v2__models .e-radio-list__item {
    justify-content: space-between;
    flex-direction: row-reverse
}

.s-sv-fm-v2__options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-bottom: 24px
}

.s-sv-fm-v2__option {
    display: flex;
    justify-content: space-between
}

.s-sv-fm-v2__ctas {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 24px;
    background-color: #000;
    padding: 24px 32px
}

.s-sv-fm-v2__ctas .e-site-button {
    width: calc(50% - 12px)
}

.c-stock-vehicle-price-nav {
    display: block;
    height: auto
}

.c-stock-vehicle-price-nav__overview {
    height: 76px;
    position: relative;
    background: #f2f1f0
}

.c-stock-vehicle-price-nav__overview__car {
    max-height: 347px;
    position: absolute;
    top: -32px;
    left: 24px;
    z-index: 2
}

.c-stock-vehicle-price-nav__overview__car>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.c-stock-vehicle-price-nav__overview__detail {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 24px
}

.c-stock-vehicle-price-nav__overview__color {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 1.3
}

@media(min-width:1200px) {
    .c-stock-vehicle-price-nav__overview__color {
        font-size: 12px;
        line-height: 1.5
    }
}

.c-stock-vehicle-price-nav__overview__theme {
    color: #4f4f4f
}

.c-stock-vehicle-price-nav__handle {
    height: 100%;
    background: #000;
    color: #fff;
    display: block;
    padding: 32px 24px
}

.c-stock-vehicle-price-nav__handle__price {
    font-size: 24px
}

.c-stock-vehicle-price-nav__handle__ctas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px
}

.c-stock-vehicle-price-nav__handle__ctas .e-site-button:last-child {
    margin-left: 16px
}

.c-stock-vehicle-price-nav__modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-stock-vehicle-price-nav__modal .e-modal__content {
    position: relative;
    width: 100vw
}

.c-stock-vehicle-price-nav__modal__title {
    padding: 32px 0 32px;
    margin: 0 24px;
    border-bottom: 1px solid #bbb;
    font-size: 18px;
    background: #fff;
    position: sticky;
    top: 0
}

.c-stock-vehicle-price-nav__modal__car {
    width: 100%;
    height: calc(50vw + 4px);
    max-height: 347px;
    padding: 0 24px;
    display: block;
    margin-top: 32px
}

.c-stock-vehicle-price-nav__modal__car img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.c-stock-vehicle-price-nav__modal__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.c-stock-vehicle-price-nav__modal__close path,
.c-stock-vehicle-price-nav__modal__close svg {
    width: 18px
}

.c-stock-vehicle-price-nav__modal__content {
    margin: 0 24px
}

.c-stock-vehicle-price-nav__modal__sticky {
    padding: 0 calc(4.16667vw + .33333px) 60px calc(4.16667vw + .33333px);
    background: #fff;
    position: sticky;
    bottom: 0
}

.c-stock-vehicle-price-nav__modal__item {
    padding: 30px 0 32px;
    border-bottom: 1px solid #bbb
}

.c-stock-vehicle-price-nav__modal__item,
.c-stock-vehicle-price-nav__modal__item.summary {
    margin: 0
}

.c-stock-vehicle-price-nav__modal__item__label {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-stock-vehicle-price-nav__modal__item__value {
    font-size: 16px;
    line-height: 24px;
    color: rgba(79, 79, 79, .8)
}

.c-stock-vehicle-price-nav__modal__item__pay {
    padding-top: 32px;
    font-size: 16px;
    line-height: 24px
}

.c-stock-vehicle-price-nav__modal__item__pay__label {
    margin: 0;
    color: #4f4f4f;
    display: none
}

.c-stock-vehicle-price-nav__modal__item__pay__cta {
    text-align: center;
    margin-top: 48px
}

.c-stock-vehicle-price-nav__modal__item__pay__cta .e-site-button {
    width: calc(66.66667vw + 5.33333px)
}

.c-stock-vehicle-price-nav__modal__item.toPay {
    background: #E3242B;
    padding: 12px 24px
}

.c-stock-vehicle-price-nav__modal__item.toPay .c-stock-vehicle-price-nav__modal__item__label {
    font-size: 16px;
    line-height: 24px
}

.c-stock-vehicle-price-nav__modal__item.summary {
    border: none
}

.c-stock-vehicle-price-nav__modal__item.summary .c-stock-vehicle-price-nav__modal__item__label {
    font-size: 16px;
    line-height: 24px
}

@media(min-width:992px) {
    .c-stock-vehicle-price-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .c-stock-vehicle-price-nav__overview {
        height: 100%
    }

    .c-stock-vehicle-price-nav__overview__car {
        left: 60px;
        height: 60%
    }

    .c-stock-vehicle-price-nav__overview__detail {
        right: 100px
    }

    .c-stock-vehicle-price-nav__handle__ctas {
        white-space: nowrap
    }

    .c-stock-vehicle-price-nav__modal .e-modal__content {
        width: calc(50vw + 4px);
        max-width: 960px
    }

    .c-stock-vehicle-price-nav__modal__close svg {
        width: 32px;
        height: 32px
    }

    .c-stock-vehicle-price-nav__modal__content {
        margin: 0 calc(4.16667vw + .33333px)
    }

    .c-stock-vehicle-price-nav__modal__title {
        padding: 32px 0;
        margin: 0 calc(4.16667vw + .33333px);
        font-size: 32px
    }

    .c-stock-vehicle-price-nav__modal__car {
        margin-top: 48px;
        padding: 0 calc(4.16667vw + .33333px)
    }

    .c-stock-vehicle-price-nav__modal__item {
        margin: 0
    }

    .c-stock-vehicle-price-nav__modal__item,
    .c-stock-vehicle-price-nav__modal__item.summary {
        padding: 32px 24px
    }

    .c-stock-vehicle-price-nav__modal__item__label {
        font-size: 16px;
        line-height: 32px
    }

    .c-stock-vehicle-price-nav__modal__item__pay {
        display: flex;
        align-content: flex-start;
        justify-content: flex-end;
        padding-top: 40px
    }

    .c-stock-vehicle-price-nav__modal__item__pay__cta {
        margin-top: 0
    }

    .c-stock-vehicle-price-nav__modal__item__pay__cta .e-site-button {
        width: 148px
    }

    .c-stock-vehicle-price-nav__modal__item__pay__label {
        margin-right: 60px
    }

    .c-stock-vehicle-price-nav__modal__item.toPay {
        margin: 0 calc(4.16667vw + .33333px);
        border: none;
        padding: 32px 24px;
        cursor: pointer
    }

    .c-stock-vehicle-price-nav__modal__item.summary .c-stock-vehicle-price-nav__modal__item__label,
    .c-stock-vehicle-price-nav__modal__item.toPay .c-stock-vehicle-price-nav__modal__item__label {
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:1200px) {
    .c-stock-vehicle-price-nav {
        height: 100px
    }

    .c-stock-vehicle-price-nav__overview__car {
        height: 100%
    }

    .c-stock-vehicle-price-nav__handle {
        height: auto;
        padding: 0 60px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .c-stock-vehicle-price-nav__handle__ctas {
        margin-top: 0
    }

    .c-stock-vehicle-price-nav__handle__ctas .e-site-button:last-child {
        margin-left: 16px
    }
}

.s-stock-vehicle-splash-screen {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    height: calc(100vh - 52px);
    color: #fff
}

@media(min-width:768px) {
    .s-stock-vehicle-splash-screen {
        height: calc(100vh - 52px)
    }
}

@media(min-width:1200px) {
    .s-stock-vehicle-splash-screen {
        height: calc(100vh - 64px)
    }
}

.s-stock-vehicle-splash-screen__image {
    width: 100%;
    height: 100%;
    background: #000
}

.s-stock-vehicle-splash-screen__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-100px)
}

.s-stock-vehicle-splash-screen__title {
    margin-bottom: 12px
}

.s-stock-vehicle-splash-screen__body {
    font-size: 16px
}

@media(min-width:1200px) {
    .s-stock-vehicle-splash-screen__content {
        padding: 108px;
        transform: translateY(0)
    }

    .s-stock-vehicle-splash-screen__body {
        font-size: 18px
    }
}

.s-trade-in__items {
    margin-top: 24px
}

.s-trade-in__item {
    opacity: .8
}

.s-trade-in__item.checked {
    opacity: 1
}

.s-trade-in__item+.s-trade-in__item {
    margin-top: 24px
}

.s-tooltip__m-tooltip {
    display: inline-block
}

.s-tooltip__close {
    width: 12px;
    height: 12px;
    color: #000;
    -webkit-tap-highlight-color: transparent
}

.s-tooltip__m-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    padding-bottom: 12px;
    pointer-events: none;
    opacity: 0;
    transform-origin: 50% 75%;
    transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: transform .25s, opacity .25s;
    padding: 32px 12px 12px
}

.s-tooltip__m-title .s-tooltip__u-title {
    padding: 32px 16px 16px;
    word-break: break-all;
    word-wrap: break-word;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #4f4f4f
}

.s-tooltip__m-title .s-tooltip__u-title .e-icon {
    display: inline-block;
    font-size: 0;
    letter-spacing: -3px;
    right: 20px;
    top: 40px;
    position: absolute;
    cursor: pointer
}

.s-tooltip__m-title .s-tooltip__m-arrow {
    position: absolute;
    z-index: 9;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 15.55px;
    height: 10px;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.s-tooltip__m-title .s-tooltip__m-arrow .s-tooltip__u-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0 auto;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 0 0 3px 0;
    z-index: 8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.s-tooltip__show-tip {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.s-tooltip__u-content {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    -webkit-tap-highlight-color: transparent
}

@media(min-width:992px) {
    .s-tooltip__m-tooltip {
        display: inline-block
    }

    .s-tooltip__m-title {
        position: fixed;
        z-index: 999;
        padding-bottom: 12px;
        pointer-events: none;
        opacity: 0;
        transform-origin: 50% 75%;
        transform: scale(.8);
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transition: transform .25s, opacity .25s;
        padding: 32px 24px 12px
    }

    .s-tooltip__m-title .s-tooltip__u-title {
        padding: 32px 24px 24px 24px;
        margin: 0 36px;
        word-break: break-all;
        word-wrap: break-word;
        background: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        border-radius: 5px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        color: #4f4f4f
    }

    .s-tooltip__m-title .s-tooltip__u-title .e-icon {
        display: inline-block;
        font-size: 0;
        letter-spacing: -3px;
        right: 68px;
        top: 42px;
        position: absolute;
        cursor: pointer
    }

    .s-tooltip__m-title .s-tooltip__m-arrow {
        position: absolute;
        z-index: 9;
        bottom: 12px;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 15.55px;
        height: 10px;
        border-radius: 0 0 5px 5px;
        overflow: hidden
    }

    .s-tooltip__m-title .s-tooltip__m-arrow .s-tooltip__u-arrow {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%) rotate(45deg);
        margin: 0 auto;
        width: 11px;
        height: 11px;
        background: #fff;
        border-radius: 0 0 3px 0;
        z-index: 8;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .s-tooltip__show-tip {
        pointer-events: auto;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1)
    }

    .s-tooltip__u-content {
        cursor: pointer;
        font-size: 14px;
        line-height: 1.5;
        color: #000
    }
}

.s-simple-disclaimer {
    display: flex;
    align-items: center;
    gap: 8px
}

.s-simple-disclaimer__title {
    display: inline
}

.s-simple-disclaimer__icon {
    vertical-align: middle;
    cursor: pointer
}

.s-popover-disclaimer {
    display: flex;
    align-items: center;
    gap: 8px
}

.s-popover-disclaimer__title {
    display: inline
}

.s-popover-disclaimer__icon {
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px
}

.s-popover-disclaimer__content {
    position: fixed;
    z-index: 4;
    padding: 16px;
    background-color: #f2f1f0;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
    color: #000
}

.s-popover-disclaimer.theme-black {
    background-color: #000;
    color: #fff;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 100%, .2)
}

@media(min-width:992px) {
    .s-popover-disclaimer__content {
        width: calc(25vw + 2px);
        padding: 16px 20px
    }
}

.s-market-select-modal.e-modal {
    justify-content: flex-end
}

.s-market-select-modal.e-modal .e-modal__content {
    width: 100%;
    height: 100%;
    padding: 72px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.s-market-select-modal__market {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.s-market-select-modal__market-name {
    background: #f2f1f0;
    padding: 4px 8px
}

.s-market-select-modal__market-languages {
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px
}

@media(min-width:992px) {
    .s-market-select-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px)
    }
}

.s-merchandise-checkout-steps {
    margin-bottom: 48px
}

.s-merchandise-checkout-steps__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.s-merchandise-checkout-steps__exit {
    display: flex;
    align-items: center
}

.s-merchandise-checkout-steps__exit .e-icon {
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.s-merchandise-checkout-steps__exit .e-icon>svg {
    width: 100%;
    height: 100%
}

.s-merchandise-checkout-steps__laptop {
    display: flex;
    padding-left: calc(8.33333vw + .66667px);
    padding-right: calc(8.33333vw + .66667px);
    overflow: hidden
}

.s-merchandise-checkout-steps__step {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
    text-align: center;
    padding-bottom: 54px;
    font-size: 12px
}

.s-merchandise-checkout-steps__step-text {
    position: absolute;
    top: 0;
    left: 4px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    white-space: nowrap
}

.s-merchandise-checkout-steps__step:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #b8b8b8;
    position: absolute;
    bottom: 28px
}

.s-merchandise-checkout-steps__step:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 24px
}

.s-merchandise-checkout-steps__step:last-child {
    flex-grow: 0;
    width: 8px
}

.s-merchandise-checkout-steps__step:last-child:before {
    width: 0
}

.s-merchandise-checkout-steps__step.current:after {
    border-color: #000;
    background: #E3242B
}

.s-merchandise-checkout-steps__step.current:first-child:before {
    border-bottom-color: #000
}

.s-merchandise-checkout-steps__step.current:first-child:after {
    background: #E3242B
}

.s-merchandise-checkout-steps__step.finished:before {
    border-bottom-color: #000
}

.s-merchandise-checkout-steps__step.finished:after {
    border-color: #000;
    background: #000
}

@media(min-width:992px) {
    .s-merchandise-checkout-steps {
        padding: 0 calc(8.33333vw + .66667px);
        margin-bottom: 60px
    }
}

.s-merchandise-checkout-summary {
    height: calc(100vh - 52px);
    display: flex;
    flex-direction: column
}

.s-merchandise-checkout-summary-header {
    padding: 0 24px
}

.s-merchandise-checkout-summary-header-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 40px
}

.s-merchandise-checkout-summary-header-count {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px
}

.s-merchandise-checkout-summary-main {
    flex: 1;
    padding: 24px;
    overflow: auto
}

.s-merchandise-checkout-summary-delivery {
    margin-top: 72px;
    padding-top: 24px;
    border-top: 1px solid #262626;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-merchandise-checkout-summary-delivery-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.s-merchandise-checkout-summary-delivery-details {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-merchandise-checkout-summary-delivery-details-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff
}

.s-merchandise-checkout-summary-delivery-details>div {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575
}

.s-merchandise-checkout-summary-list-item {
    display: flex;
    flex-direction: row;
    gap: 27px;
    margin-bottom: 24px
}

.s-merchandise-checkout-summary-list-item-img {
    width: 80px;
    height: 100px
}

.s-merchandise-checkout-summary-list-item-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-merchandise-checkout-summary-list-item-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.s-merchandise-checkout-summary-list-item-main-name {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #fff !important
}

.s-merchandise-checkout-summary-list-item-main>div {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8
}

.s-merchandise-checkout-summary-price {
    width: 100%;
    color: #fff;
    padding: 16px 24px 24px;
    border-top: 1px solid var(--shades-nshadeb, #2f2f2f);
    background: radial-gradient(47.73% 50% at 52.27% 100%, rgba(64, 64, 64, .9) 0, rgba(0, 0, 0, .9) 100%)
}

.s-merchandise-checkout-summary-price-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.s-merchandise-checkout-summary-price-top-left {
    font-size: 12px;
    line-height: 24px;
    display: flex;
    cursor: pointer
}

.s-merchandise-checkout-summary-price-top-left>p,
.s-merchandise-checkout-summary-price-top-left div,
.s-merchandise-checkout-summary-price-top-left span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.s-merchandise-checkout-summary-price-top-right {
    font-size: 16px;
    line-height: 24px
}

.s-merchandise-checkout-summary-price-top-disclaimer {
    position: absolute;
    bottom: 52px;
    padding: 24px;
    background-color: #f2f1f0
}

.s-merchandise-checkout-summary-price-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px
}

.s-merchandise-checkout-summary-price-bottom .e-icon {
    display: flex;
    align-items: center
}

@media(min-width:992px) {
    .s-merchandise-checkout-summary {
        height: calc(100vh - 52px)
    }

    .s-merchandise-checkout-summary-header {
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-header-title {
        margin-top: 0
    }

    .s-merchandise-checkout-summary-main {
        margin-top: 50px;
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-delivery {
        margin-top: 66px;
        padding-top: 24px;
        border-top: 1px solid #262626;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .s-merchandise-checkout-summary-delivery-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px
    }

    .s-merchandise-checkout-summary-delivery-details {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 24px
    }

    .s-merchandise-checkout-summary-delivery-details-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        color: #fff
    }

    .s-merchandise-checkout-summary-delivery-details>div {
        flex: 1;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #757575
    }

    .s-merchandise-checkout-summary-price {
        padding: 24px calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-price-top-left {
        font-size: 16px;
        line-height: 24px
    }

    .s-merchandise-checkout-summary-price-top-right {
        font-size: 18px;
        line-height: 28px
    }
}

@media(min-width:1200px) {
    .s-merchandise-checkout-summary {
        height: calc(100vh - 64px)
    }
}

.s-merchandise-checkout-summary-life {
    height: calc(100vh - 108px);
    display: flex;
    flex-direction: column
}

.s-merchandise-checkout-summary-life-header {
    padding: 0 24px
}

.s-merchandise-checkout-summary-life-header-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 16px
}

.s-merchandise-checkout-summary-life-count {
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px;
    padding: 0 24px
}

.s-merchandise-checkout-summary-life-main {
    flex: 1;
    padding: 24px;
    margin-top: 8px;
    overflow: auto
}

.s-merchandise-checkout-summary-life-main::-webkit-scrollbar {
    display: none
}

.s-merchandise-checkout-summary-life-delivery {
    margin-top: 72px;
    padding-top: 24px;
    border-top: 1px solid #262626;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-merchandise-checkout-summary-life-delivery-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.s-merchandise-checkout-summary-life-delivery-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 32px
}

.s-merchandise-checkout-summary-life-delivery-details-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff
}

.s-merchandise-checkout-summary-life-delivery-details>div {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575
}

.s-merchandise-checkout-summary-life-list-item {
    display: flex;
    flex-direction: row;
    gap: 27px;
    margin-bottom: 24px
}

.s-merchandise-checkout-summary-life-list-item-img {
    width: 90px;
    height: 110px;
    background-color: #f2f1f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-merchandise-checkout-summary-life-list-item-img>img {
    width: 88px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.s-merchandise-checkout-summary-life-list-item-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.s-merchandise-checkout-summary-life-list-item-main-name {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #fff !important
}

.s-merchandise-checkout-summary-life-list-item-main>div {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8
}

.s-merchandise-checkout-summary-life-price {
    width: 100%;
    color: #fff;
    padding: 16px 24px 24px;
    border-top: 1px solid var(--shades-nshadeb, #2f2f2f);
    background: radial-gradient(47.73% 50% at 52.27% 100%, rgba(64, 64, 64, .9) 0, rgba(0, 0, 0, .9) 100%)
}

.s-merchandise-checkout-summary-life-price-details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.s-merchandise-checkout-summary-life-price-details-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.s-merchandise-checkout-summary-life-price-details-item-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.s-merchandise-checkout-summary-life-price-details-item-left>p,
.s-merchandise-checkout-summary-life-price-details-item-left div,
.s-merchandise-checkout-summary-life-price-details-item-left span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.s-merchandise-checkout-summary-life-price-details-item-disclaimer {
    position: absolute;
    bottom: 24px;
    padding: 24px;
    background-color: #f2f1f0;
    color: #000
}

.s-merchandise-checkout-summary-life-price-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 18px
}

.s-merchandise-checkout-summary-life-price-top-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.s-merchandise-checkout-summary-life-price-top-left>p,
.s-merchandise-checkout-summary-life-price-top-left div,
.s-merchandise-checkout-summary-life-price-top-left span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.s-merchandise-checkout-summary-life-price-top-left-des {
    opacity: .5
}

.s-merchandise-checkout-summary-life-price-top-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.s-merchandise-checkout-summary-life-price-top-disclaimer {
    position: absolute;
    bottom: 24px;
    padding: 24px;
    background-color: #f2f1f0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000
}

.s-merchandise-checkout-summary-life-price-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px
}

.s-merchandise-checkout-summary-life-price-bottom .e-icon {
    display: flex;
    align-items: center
}

@media(min-width:992px) {
    .s-merchandise-checkout-summary-life {
        height: calc(100vh - 52px);
        margin-top: 52px
    }

    .s-merchandise-checkout-summary-life-header {
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-life-header-title {
        margin-top: 0
    }

    .s-merchandise-checkout-summary-life-count {
        margin-top: 16px;
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-life-main {
        margin-top: 48px;
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-merchandise-checkout-summary-life-delivery {
        margin-top: 66px;
        padding-top: 24px;
        border-top: 1px solid #262626;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .s-merchandise-checkout-summary-life-delivery-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px
    }

    .s-merchandise-checkout-summary-life-delivery-details {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 24px
    }

    .s-merchandise-checkout-summary-life-delivery-details-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        color: #fff
    }

    .s-merchandise-checkout-summary-life-delivery-details>div {
        flex: 1;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #757575
    }

    .s-merchandise-checkout-summary-life-price {
        padding: 32px calc(8.33333vw + .66667px) 16px
    }

    .s-merchandise-checkout-summary-life-price-top-left {
        font-size: 16px;
        line-height: 24px
    }

    .s-merchandise-checkout-summary-life-price-top-left-des {
        font-size: 12px;
        line-height: 20px
    }

    .s-merchandise-checkout-summary-life-price-top-right {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px
    }
}

@media(min-width:1200px) {
    .s-merchandise-checkout-summary-life {
        height: calc(100vh - 64px);
        margin-top: 64px
    }
}

.s-merchandise-checkout-verify__resend {
    font-size: 14px;
    line-height: 1.3;
    line-height: 1.5;
    font-weight: 700
}

@media(min-width:1200px) {
    .s-merchandise-checkout-verify__resend {
        font-size: 16px;
        line-height: 1.5
    }
}

.s-merchandise-checkout-verify__resend:hover {
    text-decoration: underline
}

.s-merchandise-checkout-verify__resend.disabled {
    opacity: .5
}

.s-merchandise-checkout-verify__countries {
    margin-top: 24px
}

.s-merchandise-checkout-verify__actions .e-site-button {
    width: 100%
}

.s-merchandise-checkout-payment__title {
    margin-bottom: 48px;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.s-merchandise-checkout-payment__subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px
}

.s-merchandise-checkout-payment__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575;
    margin-bottom: 60px
}

.s-merchandise-detail-gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #f2f1f0
}

.s-merchandise-detail-gallery .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
}

.s-merchandise-detail-gallery-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.s-merchandise-detail-gallery-content-bottom {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 50px
}

.s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide {
    width: 50px;
    height: 50px;
    position: relative
}

.s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: hsla(0, 0%, 100%, .4);
    left: 0;
    top: 0
}

.s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide-thumb-active:after {
    display: none
}

.s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide .image {
    width: 50px;
    height: 50px
}

.s-merchandise-detail-gallery-content-top {
    width: 100%;
    height: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.s-merchandise-detail-gallery-content-top .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%
}

.s-merchandise-detail-gallery-content-top .swiper-wrapper .swiper-slide .image .background-image>img {
    -o-object-fit: contain;
    object-fit: contain
}

.s-merchandise-detail-gallery .progress-content {
    width: calc(100% - 48px);
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 24px;
    bottom: 25px
}

.s-merchandise-detail-gallery .progress-content .progress {
    width: 0;
    height: 1px;
    background: #000;
    transition: all .3s
}

@media(min-width:992px) {
    .s-merchandise-detail-gallery-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row
    }

    .s-merchandise-detail-gallery-content-bottom {
        width: 80px;
        height: calc(100vh - 214px);
        position: absolute;
        left: 24px;
        top: 107px;
        overflow: hidden
    }

    .s-merchandise-detail-gallery-content-bottom .swiper-wrapper {
        height: 100%
    }

    .s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide {
        width: 80px;
        height: 80px;
        position: relative
    }

    .s-merchandise-detail-gallery-content-bottom .swiper-wrapper .swiper-slide .image {
        width: 80px;
        height: 80px
    }

    .s-merchandise-detail-gallery-content-top {
        width: 55vw;
        height: 36.7vw;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden
    }

    .s-merchandise-detail-gallery-content-top .swiper-wrapper,
    .s-merchandise-detail-gallery-content-top .swiper-wrapper .swiper-slide .image {
        width: 100%;
        height: 100%
    }

    .s-merchandise-detail-gallery .progress-content {
        display: none
    }
}

.s-merchandise-shopping-cart-pop {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    transform: translateY(100%);
    opacity: 0;
    transition: all .6s
}

.s-merchandise-shopping-cart-pop.active {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

.s-merchandise-shopping-cart-pop-emptyText {
    font-size: 16px;
    line-height: 1;
    color: #757575;
    margin-top: 24px
}

.s-merchandise-shopping-cart-pop-content {
    width: 100%;
    height: calc(100vh - 82px);
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 24px 24px 38px 24px;
    display: flex;
    flex-direction: column
}

.s-merchandise-shopping-cart-pop-content.active {
    justify-content: space-between
}

.s-merchandise-shopping-cart-pop-content-close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px
}

.s-merchandise-shopping-cart-pop-content-title {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 74px
}

.s-merchandise-shopping-cart-pop-content-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px
}

.s-merchandise-shopping-cart-pop-content-product .delete {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.s-merchandise-shopping-cart-pop-content-product .delete svg {
    width: 100%;
    height: 100%
}

.s-merchandise-shopping-cart-pop-content-product-detail {
    display: flex
}

.s-merchandise-shopping-cart-pop-content-product-detail-image {
    width: 96px;
    height: 105px;
    background: #f2f1f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-merchandise-shopping-cart-pop-content-product-detail-image img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-merchandise-shopping-cart-pop-content-product-detail-content {
    display: flex;
    flex-direction: column;
    margin-left: 16px
}

.s-merchandise-shopping-cart-pop-content-product-detail-content-name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #000
}

.s-merchandise-shopping-cart-pop-content-product-detail-content-attr {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    margin-top: 6px
}

.s-merchandise-shopping-cart-pop-content-product-detail-content-content {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #757575
}

.s-merchandise-shopping-cart-pop-content-product-detail-content-price {
    font-size: 12px;
    line-height: 20px;
    color: #757575
}

.s-merchandise-shopping-cart-pop-content-bottom {
    border-top: 1px solid #e3e3e3;
    justify-content: flex-end
}

.s-merchandise-shopping-cart-pop-content-bottom-header {
    display: flex;
    align-items: center;
    padding-top: 22px;
    position: relative;
    justify-content: space-between
}

.s-merchandise-shopping-cart-pop-content-bottom-header .total {
    display: flex;
    align-items: center
}

.s-merchandise-shopping-cart-pop-content-bottom-header-title {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700
}

.s-merchandise-shopping-cart-pop-content-bottom-header .icon-content {
    width: 16px;
    height: 16px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.s-merchandise-shopping-cart-pop-content-bottom-header .icon-content svg {
    width: 16px;
    height: 16px
}

.s-merchandise-shopping-cart-pop-content-bottom-header .edtion-tip-dialog {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    background: #f7f6f6;
    color: #000;
    padding: 40px
}

.s-merchandise-shopping-cart-pop-content-bottom-header .edtion-tip-dialog .frame-size-tip-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.s-merchandise-shopping-cart-pop-content-bottom-header .edtion-tip-dialog .frame-size-tip {
    font-size: 12px;
    line-height: 20px;
    color: #000
}

.s-merchandise-shopping-cart-pop-content-bottom-header-total {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700
}

.s-merchandise-shopping-cart-pop-content-bottom .viewCart {
    margin-top: 24px
}

.s-merchandise-shopping-cart-pop-content-bottom .checkout {
    margin-top: 11px
}

@media(min-width:992px) {
    .s-merchandise-shopping-cart-pop {
        transform: translateY(0) translateX(100%)
    }

    .s-merchandise-shopping-cart-pop-emptyText {
        margin-top: 32px
    }

    .s-merchandise-shopping-cart-pop-content {
        width: calc(39.58333vw + 3.16667px);
        height: 100vh;
        right: 0;
        top: 0;
        padding: 32px;
        justify-content: flex-start
    }

    .s-merchandise-shopping-cart-pop-content-close {
        right: 32px;
        top: 32px
    }

    .s-merchandise-shopping-cart-pop-content-title {
        font-size: 32px;
        margin-top: 58px
    }

    .s-merchandise-shopping-cart-pop-content-product {
        margin-top: 32px
    }

    .s-merchandise-shopping-cart-pop-content-product .delete {
        width: 24px;
        height: 24px
    }

    .s-merchandise-shopping-cart-pop-content-product-detail-image {
        width: 120px;
        height: 120px
    }

    .s-merchandise-shopping-cart-pop-content-bottom {
        margin-top: 32px
    }

    .s-merchandise-shopping-cart-pop-content-bottom-header {
        padding-top: 27px
    }

    .s-merchandise-shopping-cart-pop-content-bottom-header .edtion-tip-dialog .frame-size-tip-close {
        display: none
    }

    .s-merchandise-shopping-cart-pop-content-bottom .checkout {
        margin-top: 20px
    }
}

.s-store-map-view {
    width: 100%;
    height: 100vw;
    background: #101724
}

@media(min-width:1200px) {
    .s-store-map-view {
        height: 50vw
    }
}

.s-store-locator-store-details {
    padding-top: 80px
}

.s-store-locator-store-details__eyebrow {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #757575;
    padding: 0 calc(8.33333vw + .66667px)
}

.s-store-locator-store-details__title {
    margin-top: 16px;
    padding: 0 calc(8.33333vw + .66667px)
}

.s-store-locator-store-details__banner {
    width: 100vw;
    padding: 40px calc(8.33333vw + .66667px) 0
}

.s-store-locator-store-details__banner .swiper,
.s-store-locator-store-details__banner .swiper-slide {
    width: calc(83.33333vw + 6.66667px)
}

.s-store-locator-store-details__banner .e-background-image__img.background-image {
    position: unset
}

.s-store-locator-store-details__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 24px 24px;
    margin-left: calc(8.33333vw + .66667px);
    margin-right: calc(8.33333vw + .66667px);
    gap: 20px
}

.s-store-locator-store-details__bullet {
    font-size: 16px;
    color: #4f4f4f;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s-store-locator-store-details__bullet.active {
    color: #000
}

.s-store-locator-store-details__nav-left.e-icon,
.s-store-locator-store-details__nav-right.e-icon {
    display: none
}

.s-store-locator-store-details__main {
    display: flex;
    flex-direction: column;
    gap: 68px;
    padding: 0 calc(8.33333vw + .66667px)
}

.s-store-locator-store-details__address {
    margin-top: 40px
}

.s-store-locator-store-details__address-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.s-store-locator-store-details__address-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575
}

.s-store-locator-store-details__address-directions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 4px
}

.s-store-locator-store-details__address-directions-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer
}

.s-store-locator-store-details__address-directions-icon>svg {
    width: 16px;
    height: 16px
}

.s-store-locator-store-details__contact-phone {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 64px
}

.s-store-locator-store-details__contact-phone-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575
}

.s-store-locator-store-details__contact-phone-num {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 4px
}

.s-store-locator-store-details__contact-phone-num-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.s-store-locator-store-details__contact-phone-num-icon>svg {
    width: 16px;
    height: 16px
}

.s-store-locator-store-details__contact-web {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 64px
}

.s-store-locator-store-details__contact-web-icon {
    color: transparent
}

.s-store-locator-store-details__contact-web-icon>svg {
    width: 16px;
    height: 16px
}

.s-store-locator-store-details__contact-web-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer
}

.s-store-locator-store-details__timesheet {
    display: flex;
    flex-direction: column;
    gap: 68px
}

.s-store-locator-store-details__timesheet-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.s-store-locator-store-details__timesheet li {
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #757575
}

.s-store-locator-store-details__timesheet li>div {
    flex: 1
}

.s-store-locator-store-details__timesheet-des {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #757575
}

.s-store-locator-store-details__map {
    width: 100vw;
    height: 100vw;
    margin-top: 80px
}

@media(min-width:992px) {
    .s-store-locator-store-details {
        padding-top: calc(8.33333vw + .66667px)
    }

    .s-store-locator-store-details__eyebrow {
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-store-locator-store-details__title {
        margin-top: 24px;
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-store-locator-store-details__banner {
        padding: 70px calc(8.33333vw + .66667px)
    }

    .s-store-locator-store-details__banner .swiper {
        width: calc(83.33333vw + 6.66667px)
    }

    .s-store-locator-store-details__pagination {
        margin-left: calc(4.16667vw + .33333px);
        margin-right: calc(4.16667vw + .33333px)
    }

    .s-store-locator-store-details__nav-left,
    .s-store-locator-store-details__nav-right {
        position: fixed;
        z-index: 1;
        padding: 10px;
        border: 1px solid #E3242B;
        color: #fff;
        display: none;
        cursor: pointer
    }

    .s-store-locator-store-details__nav-left>svg,
    .s-store-locator-store-details__nav-right>svg {
        width: 28px !important;
        height: 28px !important
    }

    .s-store-locator-store-details__nav-left.swiper-button-disabled,
    .s-store-locator-store-details__nav-right.swiper-button-disabled {
        opacity: 0;
        z-index: -1;
        cursor: default
    }

    .s-store-locator-store-details__nav-left.nav-ani-enter-active,
    .s-store-locator-store-details__nav-left.nav-ani-leave-active,
    .s-store-locator-store-details__nav-right.nav-ani-enter-active,
    .s-store-locator-store-details__nav-right.nav-ani-leave-active {
        transition: .6s ease
    }

    .s-store-locator-store-details__nav-left.nav-ani-enter-to,
    .s-store-locator-store-details__nav-left.nav-ani-leave-from,
    .s-store-locator-store-details__nav-right.nav-ani-enter-to,
    .s-store-locator-store-details__nav-right.nav-ani-leave-from {
        transform: scale(1)
    }

    .s-store-locator-store-details__nav-left.nav-ani-enter-from,
    .s-store-locator-store-details__nav-left.nav-ani-leave-to,
    .s-store-locator-store-details__nav-right.nav-ani-enter-from,
    .s-store-locator-store-details__nav-right.nav-ani-leave-to {
        transform: scale(.5)
    }

    .s-store-locator-store-details__main {
        flex-direction: row;
        gap: calc(4.16667vw + .33333px);
        padding: 0 calc(8.33333vw + .66667px)
    }

    .s-store-locator-store-details__main-left {
        width: calc(45.83333vw + 3.66667px)
    }

    .s-store-locator-store-details__main-right {
        width: calc(33.33333vw + 2.66667px)
    }

    .s-store-locator-store-details__timesheet {
        margin-top: 40px
    }

    .s-store-locator-store-details__map {
        height: calc(41.66667vw + 3.33333px)
    }
}

.s-std-form__side {
    display: none;
    background-color: #000
}

.s-std-form__main {
    padding: 40px 32px
}

.s-std-form__title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 2px
}

.s-std-form .e-dealer-selector__btn {
    margin-left: 32px;
    font-size: 12px;
    font-weight: 400
}

.s-std-form .e-form-textarea__info-msg {
    text-align: start
}

.s-std-form__submit-btn {
    width: 100% !important
}

.s-std-form__payment-options {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.s-std-form__payment-option {
    overflow: hidden;
    padding: 16px;
    text-align: center;
    transition: all .2s cubic-bezier(.055, .215, 0, 1);
    border: 1px solid #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s-std-form__payment-option.active {
    background: #000;
    color: #fff
}

.s-std-form__change-finance {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-top: 40px
}

.s-std-form__change-finance .e-icon {
    cursor: pointer
}

.s-std-form__change-finance .e-icon>svg {
    width: 16px
}

.s-std-form__change-finance .e-rich-text {
    cursor: pointer;
    text-decoration: underline
}

@media(min-width:992px) {
    .s-std-form {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .s-std-form {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .s-std-form__main {
        grid-column-start: 3;
        grid-column-end: 11;
        padding: 40px 0
    }
}

@media(min-width:992px) {
    .s-std-form__side {
        grid-column-start: 13;
        grid-column-end: 25;
        display: block;
        height: 100vh;
        position: sticky;
        top: 0
    }

    .s-std-form__side>img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {
    .s-std-form__payment-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.s-std-cfm {
    background: #000;
    color: #fff
}

.s-std-cfm__banner,
.s-std-cfm__banner-img {
    position: relative
}

.s-std-cfm__banner-img>img {
    width: 100%;
    height: auto
}

.s-std-cfm__banner-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, transparent 30%)
}

.s-std-cfm__banner-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 32px
}

.s-std-cfm__detail-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px
}

.s-std-cfm__detail-btn .e-icon svg {
    fill: #fff;
    width: 16px;
    height: auto
}

.s-std-cfm__detail-btn .e-icon svg>path {
    fill: #fff
}

.s-std-cfm__detail-btn:hover {
    color: #E3242B
}

.s-std-cfm__main {
    padding: 0 32px
}

.s-std-cfm__section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-std-cfm__section:first-child {
    margin-top: 24px
}

.s-std-cfm__section:before {
    content: "";
    border-top: 1px solid #262626;
    margin-bottom: 24px
}

.s-std-cfm__store {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.s-std-cfm__store-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.s-std-cfm__store-address {
    color: #b8b8b8
}

.s-std-cfm__store-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.s-std-cfm__store-link {
    display: flex;
    align-items: center;
    gap: 8px
}

.s-std-cfm__store-link .e-icon {
    color: #E3242B
}

.s-std-cfm__store-link .e-icon>svg {
    width: 18px
}

.s-std-cfm__store-link-text:hover {
    text-decoration: underline
}

.s-std-cfm__store-link:hover {
    color: #E3242B
}

.s-std-cfm__detail {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-std-cfm__detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.s-std-cfm__detail-item-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.s-std-cfm__detail-item-content {
    color: #b8b8b8
}

@media(min-width:992px) {
    .s-std-cfm__banner {
        height: calc(100vh - 52px)
    }
}

@media(min-width:992px)and (min-width:768px) {
    .s-std-cfm__banner {
        height: calc(100vh - 52px)
    }
}

@media(min-width:992px)and (min-width:1200px) {
    .s-std-cfm__banner {
        height: calc(100vh - 64px)
    }
}

@media(min-width:992px) {
    .s-std-cfm__banner-img {
        height: 100%
    }

    .s-std-cfm__banner-img>img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {
    .s-std-cfm__banner-content {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 40px calc(8.33333vw + .66667px);
        background: linear-gradient(90deg, rgba(0, 0, 0, .75), transparent 75%)
    }
}

@media(min-width:992px) {
    .s-std-cfm__detail-btn {
        left: auto;
        transform: translateX(0)
    }
}

@media(min-width:992px) {
    .s-std-cfm__main {
        padding: 0
    }
}

@media(min-width:992px) {
    .s-std-cfm__section {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px;
        margin-top: 60px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .s-std-cfm__section {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .s-std-cfm__section:first-child {
        margin-top: 40px
    }
}

@media(min-width:992px) {
    .s-std-cfm__section:before {
        grid-column-start: 3;
        grid-column-end: 23;
        margin-bottom: 36px
    }
}

@media(min-width:992px) {
    .s-std-cfm__section-title {
        grid-column-start: 3;
        grid-column-end: 10
    }
}

@media(min-width:992px) {

    .s-std-cfm__detail,
    .s-std-cfm__store {
        grid-column-start: 11;
        grid-column-end: 23
    }

    .s-std-cfm__detail {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: calc(4.16667vw + .33333px);
        column-gap: calc(4.16667vw + .33333px);
        row-gap: 48px
    }
}

@media(min-width:1600px) {
    .s-std-cfm__section-title {
        grid-column-start: 3;
        grid-column-end: 9
    }

    .s-std-cfm__detail,
    .s-std-cfm__store {
        grid-column-start: 10;
        grid-column-end: 23
    }
}

.s-shop-product-card {
    display: block;
    background-color: #f2f1f0;
    color: #000;
    position: relative;
    overflow: hidden
}

.s-shop-product-card__img {
    aspect-ratio: 25/21
}

.s-shop-product-card__img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.s-shop-product-card__img-wrapper {
    padding: 126px 30px
}

.s-shop-product-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 24px
}

.s-shop-product-card__tags {
    list-style-type: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #000
}

.s-shop-product-card__tags>li {
    font-size: 12px;
    line-height: 20px;
    opacity: .6
}

.s-shop-product-card__name {
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.s-shop-product-card__price {
    opacity: .6
}

@media(min-width:992px) {
    .s-shop-product-card__img-wrapper {
        padding: 60px 70px 80px 70px
    }
}

.s-uc-fm.e-modal {
    justify-content: flex-start
}

.s-uc-fm.e-modal .e-modal__close {
    top: 32px;
    right: 28px
}

.s-uc-fm.e-modal .e-modal__content {
    height: 100vh;
    width: 100%;
    padding-top: 96px
}

.s-uc-fm .s-uc-fm-sec__content {
    position: relative
}

.s-uc-fm .e-form-input__main-input {
    height: 40px
}

.s-uc-fm .e-form-input__messages {
    display: none
}

.s-uc-fm .e-check-list {
    padding-bottom: 0
}

.s-uc-fm .e-check-list__items {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.s-uc-fm .e-check-list__item .e-form-checkbox__check {
    order: 2
}

.s-uc-fm .e-check-list__item .e-form-checkbox__label {
    order: 1
}

.s-uc-fm .e-check-list__error-box {
    height: 32px
}

.s-uc-fm .e-radio-list__items {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.s-uc-fm .e-radio-list__item .e-site-radio {
    order: 2;
    flex-shrink: 0
}

.s-uc-fm .e-radio-list__item-label {
    order: 1;
    flex-grow: 1
}

.s-uc-fm .e-radio-list__item.checked .e-radio-list__item-label {
    color: #000
}

.s-uc-fm .e-radio-list__error-box {
    height: 32px
}

.s-uc-fm .e-form-checkbox.checked .e-form-checkbox__label {
    color: #000
}

.s-uc-fm .s-uc-fm-sec+.s-uc-fm-sec {
    border-top: 1px solid #e3e3e3
}

.s-uc-fm__series .e-check-list__item .e-form-checkbox__label {
    text-transform: uppercase
}

.s-uc-fm__line {
    margin: 0 32px;
    border-top: 1px solid #e3e3e3
}

.s-uc-fm__content {
    position: relative;
    padding: 0 32px;
    overflow-y: auto;
    height: calc(100% - 120px)
}

.s-uc-fm__content:before {
    content: "";
    position: absolute
}

.s-uc-fm__range {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding-bottom: 32px
}

.s-uc-fm__range .e-dropdown {
    flex-grow: 1
}

.s-uc-fm__range .e-dropdown__placeholder,
.s-uc-fm__range .e-dropdown__text {
    width: calc(100% - 57.5px);
    text-align: center
}

.s-uc-fm__range .e-dropdown__text {
    position: absolute
}

.s-uc-fm__input {
    height: 40px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid currentColor
}

.s-uc-fm__input>input {
    border: none;
    width: 100%
}

.s-uc-fm__input>input::-webkit-inner-spin-button,
.s-uc-fm__input>input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.s-uc-fm__error {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 12px;
    color: #e25043;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px
}

.s-uc-fm__colors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 32px
}

.s-uc-fm__color {
    display: flex;
    justify-content: space-between
}

.s-uc-fm__color-label {
    display: flex;
    gap: 16px;
    line-height: 32px
}

.s-uc-fm__color-text {
    text-transform: capitalize
}

.s-uc-fm__color-img {
    flex-shrink: 0;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden
}

.s-uc-fm__color-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s-uc-fm__color .e-form-checkbox {
    align-self: center
}

.s-uc-fm__toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
    background: #000
}

.s-uc-fm__toolbar .e-menu-button {
    width: calc(50% - 4px);
    height: 56px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px
}

@media(min-width:992px) {
    .s-uc-fm.e-modal .e-modal__content {
        width: calc(33.33333vw + 2.66667px);
        min-width: 375px;
        max-width: 595px
    }
}

.s-uc-card {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column
}

.s-uc-card__banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 36px;
    background: radial-gradient(60.41% 90% at 49.82% 140%, rgba(46, 46, 46, .64) 0, rgba(0, 0, 0, .8) 100%);
    padding: 8px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff
}

.s-uc-card__banner .e-icon {
    transform: translateX(-1px)
}

.s-uc-card__banner-text {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px
}

.s-uc-card__swiper {
    position: relative
}

.s-uc-card__swiper .swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px
}

.s-uc-card__swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer
}

.s-uc-card__swiper .swiper-pagination-bullet-active {
    background: #E3242B
}

.s-uc-card__img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden
}

.s-uc-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s-uc-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    padding: 40px 24px 124px 24px;
    border: 1px solid #e3e3e3;
    border-top: none
}

.s-uc-card__price {
    font-family: Overpass Medium, Source Han Sans CN Normal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

.s-uc-card__pairs {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.s-uc-card__pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px
}

.s-uc-card__pair>span {
    color: #757575
}

.s-uc-card__pair>span:first-child {
    color: #000
}

.s-uc-card__store {
    color: #757575;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px
}

.s-uc-card__store-text>a {
    color: #000;
    text-decoration: underline
}

.s-uc-card__store-text+span {
    display: flex;
    align-items: center;
    gap: 4px
}

.s-uc-card__store-text+span:before {
    content: "";
    height: 10px;
    border-left: 1px solid currentColor
}

.s-uc-card__actions {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column
}

@media(min-width:992px) {
    .s-uc-card__content {
        padding: 40px 32px 124px 32px
    }
}

.c-uc-lo-card {
    background-color: #2f2f2f
}

.c-uc-lo-card.e-background-image {
    aspect-ratio: 9/16
}

.c-uc-lo-card.e-background-image .e-background-image__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    padding: 40px 32px;
    color: #fff
}

.c-uc-lo-card .e-site-button {
    margin-top: 16px
}

@media(min-width:992px) {
    .c-uc-lo-card.e-background-image {
        aspect-ratio: auto
    }
}

.s-cancel-order-modal {
    z-index: 4 !important
}

.s-cancel-order-modal .e-modal__close {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px
}

.s-cancel-order-modal .e-modal__close svg {
    width: 100%;
    height: 100%
}

.s-cancel-order-modal.e-modal {
    align-items: flex-end
}

.s-cancel-order-modal.e-modal .e-modal__content {
    width: 100%;
    padding: 80px 24px 58px
}

.s-cancel-order-modal__title {
    margin-bottom: 24px
}

.s-cancel-order-modal__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 12px
}

.s-cancel-order-modal__buttons .e-site-button {
    width: 100% !important;
    order: 2
}

.s-cancel-order-modal__buttons .e-site-button[data-code=close],
.s-cancel-order-modal__buttons .e-site-button[data-code=no],
.s-cancel-order-modal__buttons .e-site-button[data-code=refuse] {
    color: #757575 !important
}

.s-cancel-order-modal__buttons .e-site-button[data-code=close] .e-site-button__icon,
.s-cancel-order-modal__buttons .e-site-button[data-code=no] .e-site-button__icon,
.s-cancel-order-modal__buttons .e-site-button[data-code=refuse] .e-site-button__icon {
    display: none
}

.s-cancel-order-modal__buttons .e-site-button[data-code=cancel] {
    order: 3
}

@media(min-width:992px) {
    .s-cancel-order-modal.e-modal {
        align-items: center
    }

    .s-cancel-order-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px);
        padding: 96px 61px 64px
    }

    .s-cancel-order-modal__body {
        margin-bottom: 24px
    }

    .s-cancel-order-modal__buttons {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap
    }

    .s-cancel-order-modal__buttons .e-site-button {
        width: -moz-fit-content !important;
        width: fit-content !important;
        flex-grow: 1;
        flex-shrink: 0;
        overflow: hidden
    }

    .s-cancel-order-modal__buttons .e-site-button[data-code=cancel] {
        order: 1
    }
}

.s-confirm-modal {
    z-index: 4 !important
}

.s-confirm-modal .e-modal__close {
    top: 32px;
    right: 32px
}

.s-confirm-modal.e-modal {
    align-items: center
}

.s-confirm-modal.e-modal .e-modal__content {
    width: calc(100% - 64px);
    padding: 80px 32px 48px
}

.s-confirm-modal__title {
    margin-bottom: 16px
}

.s-confirm-modal__body {
    margin-bottom: 56px
}

.s-confirm-modal__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 16px
}

.s-confirm-modal__buttons .e-site-button {
    width: 100% !important;
    order: 2
}

.s-confirm-modal__buttons .e-site-button[data-code=close],
.s-confirm-modal__buttons .e-site-button[data-code=no],
.s-confirm-modal__buttons .e-site-button[data-code=refuse] {
    color: #757575 !important
}

.s-confirm-modal__buttons .e-site-button[data-code=close] .e-site-button__icon,
.s-confirm-modal__buttons .e-site-button[data-code=no] .e-site-button__icon,
.s-confirm-modal__buttons .e-site-button[data-code=refuse] .e-site-button__icon {
    display: none
}

.s-confirm-modal__buttons .e-site-button[data-code=cancel] {
    order: 3
}

@media(min-width:992px) {
    .s-confirm-modal .e-modal__close {
        width: 32px;
        height: 32px
    }

    .s-confirm-modal .e-modal__close svg {
        width: 100%;
        height: 100%
    }

    .s-confirm-modal.e-modal {
        align-items: center
    }

    .s-confirm-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px);
        padding: 96px 61px 64px
    }

    .s-confirm-modal__title {
        margin-bottom: 24px
    }

    .s-confirm-modal__body {
        margin-bottom: 64px
    }

    .s-confirm-modal__buttons {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px
    }

    .s-confirm-modal__buttons .e-site-button {
        width: -moz-fit-content !important;
        width: fit-content !important;
        flex-grow: 1;
        flex-shrink: 0;
        overflow: hidden
    }

    .s-confirm-modal__buttons .e-site-button[data-code=cancel] {
        order: 1
    }
}

.s-withdrawal-modal {
    z-index: 4 !important
}

.s-withdrawal-modal .e-modal__close {
    top: 32px;
    right: 32px
}

.s-withdrawal-modal.e-modal {
    align-items: center
}

.s-withdrawal-modal.e-modal .e-modal__content {
    width: calc(100% - 64px);
    padding: 80px 32px 48px
}

.s-withdrawal-modal__title {
    margin-bottom: 16px
}

.s-withdrawal-modal__body {
    margin-bottom: 56px
}

.s-withdrawal-modal__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 16px
}

.s-withdrawal-modal__buttons .e-site-button {
    width: 100% !important;
    order: 2
}

.s-withdrawal-modal__buttons .e-site-button[data-code=close],
.s-withdrawal-modal__buttons .e-site-button[data-code=no],
.s-withdrawal-modal__buttons .e-site-button[data-code=refuse] {
    color: #757575 !important
}

.s-withdrawal-modal__buttons .e-site-button[data-code=close] .e-site-button__icon,
.s-withdrawal-modal__buttons .e-site-button[data-code=no] .e-site-button__icon,
.s-withdrawal-modal__buttons .e-site-button[data-code=refuse] .e-site-button__icon {
    display: none
}

.s-withdrawal-modal__buttons .e-site-button[data-code=cancel] {
    order: 3
}

@media(min-width:992px) {
    .s-withdrawal-modal .e-modal__close {
        width: 32px;
        height: 32px
    }

    .s-withdrawal-modal .e-modal__close svg {
        width: 100%;
        height: 100%
    }

    .s-withdrawal-modal.e-modal {
        align-items: center
    }

    .s-withdrawal-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px);
        padding: 96px 61px 64px
    }

    .s-withdrawal-modal__title {
        margin-bottom: 24px
    }

    .s-withdrawal-modal__body {
        margin-bottom: 64px
    }

    .s-withdrawal-modal__buttons {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px
    }

    .s-withdrawal-modal__buttons .e-site-button {
        width: -moz-fit-content !important;
        width: fit-content !important;
        flex-grow: 1;
        flex-shrink: 0;
        overflow: hidden
    }

    .s-withdrawal-modal__buttons .e-site-button[data-code=cancel] {
        order: 1
    }
}

.s-track-modal.e-modal {
    align-items: flex-end
}

.s-track-modal.e-modal .e-modal__content {
    width: 100%;
    padding: 32px 0 48px
}

.s-track-modal__title {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-top: 24px;
    padding: 0 24px
}

.s-track-modal__status {
    font-size: 26px;
    line-height: 1;
    margin-top: 8px;
    padding: 0 24px
}

.s-track-modal__image {
    width: 100%;
    height: 60vw;
    margin-top: 24px
}

.s-track-modal__orderid {
    display: flex;
    margin-top: 24px;
    padding: 0 24px
}

.s-track-modal__orderid__id,
.s-track-modal__orderid__title {
    font-size: 16px;
    line-height: 24px;
    color: #757575
}

.s-track-modal__orderid__id {
    margin-left: 5px
}

.s-track-modal__delivery {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 24px;
    padding: 0 24px
}

.s-track-modal__step {
    padding: 0 24px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-track-modal__step__item__date {
    font-size: 12px;
    line-height: 20px;
    color: #000
}

.s-track-modal__step__item__content {
    display: flex;
    margin-top: 16px;
    gap: 24px
}

.s-track-modal__step__item__content__time {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    white-space: nowrap
}

.s-track-modal__step__item__content__descrpition {
    font-size: 12px;
    line-height: 20px;
    color: #4f4f4f;
    border-left: 1px solid #b8b8b8;
    padding-left: 24px
}

.s-track-modal__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
    margin-top: 15px
}

.s-track-modal__buttons .e-site-button {
    width: 100% !important
}

.s-track-modal__buttons .e-site-button[data-code=close],
.s-track-modal__buttons .e-site-button[data-code=no],
.s-track-modal__buttons .e-site-button[data-code=refuse] {
    color: #757575 !important
}

.s-track-modal__buttons .e-site-button[data-code=close] .e-site-button__icon,
.s-track-modal__buttons .e-site-button[data-code=no] .e-site-button__icon,
.s-track-modal__buttons .e-site-button[data-code=refuse] .e-site-button__icon {
    display: none
}

@media(min-width:992px) {
    .s-track-modal.e-modal {
        align-items: center
    }

    .s-track-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px);
        padding: 40px 0 80px
    }

    .s-track-modal__title {
        padding: 0 32px
    }

    .s-track-modal__status {
        font-size: 32px;
        padding: 0 32px
    }

    .s-track-modal__image {
        height: calc(20vw + 1.6px);
        margin-top: 48px
    }

    .s-track-modal__orderid {
        margin-top: 48px;
        padding: 0 32px
    }

    .s-track-modal__delivery {
        padding: 0 32px
    }

    .s-track-modal__step {
        padding: 0 32px;
        margin-top: 24px
    }

    .s-track-modal__buttons {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 32px
    }

    .s-track-modal__buttons .e-site-button {
        width: -moz-fit-content !important;
        width: fit-content !important;
        flex-grow: 1;
        flex-shrink: 0;
        overflow: hidden
    }
}

.s-cancel-payment-modal {
    z-index: 4 !important
}

.s-cancel-payment-modal .e-modal__close {
    top: 32px;
    right: 32px
}

.s-cancel-payment-modal.e-modal {
    align-items: center
}

.s-cancel-payment-modal.e-modal .e-modal__content {
    width: calc(100% - 64px);
    padding: 80px 32px 48px
}

.s-cancel-payment-modal__title {
    margin-bottom: 16px
}

.s-cancel-payment-modal__body {
    margin-bottom: 56px
}

.s-cancel-payment-modal__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 16px
}

.s-cancel-payment-modal__buttons .e-site-button {
    width: 100% !important;
    order: 2
}

.s-cancel-payment-modal__buttons .e-site-button[data-code=close],
.s-cancel-payment-modal__buttons .e-site-button[data-code=no],
.s-cancel-payment-modal__buttons .e-site-button[data-code=refuse] {
    color: #757575 !important
}

.s-cancel-payment-modal__buttons .e-site-button[data-code=close] .e-site-button__icon,
.s-cancel-payment-modal__buttons .e-site-button[data-code=no] .e-site-button__icon,
.s-cancel-payment-modal__buttons .e-site-button[data-code=refuse] .e-site-button__icon {
    display: none
}

.s-cancel-payment-modal__buttons .e-site-button[data-code=cancel] {
    order: 3
}

@media(min-width:992px) {
    .s-cancel-payment-modal .e-modal__close {
        width: 32px;
        height: 32px
    }

    .s-cancel-payment-modal .e-modal__close svg {
        width: 100%;
        height: 100%
    }

    .s-cancel-payment-modal.e-modal {
        align-items: center
    }

    .s-cancel-payment-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px);
        padding: 96px 61px 64px
    }

    .s-cancel-payment-modal__title {
        margin-bottom: 24px
    }

    .s-cancel-payment-modal__body {
        margin-bottom: 64px
    }

    .s-cancel-payment-modal__buttons {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px
    }

    .s-cancel-payment-modal__buttons .e-site-button {
        width: -moz-fit-content !important;
        width: fit-content !important;
        flex-grow: 1;
        flex-shrink: 0;
        overflow: hidden
    }

    .s-cancel-payment-modal__buttons .e-site-button[data-code=cancel] {
        order: 1
    }
}

.s-merchandise-return-item__description {
    margin-top: 32px
}

.s-merchandise-return-item .e-site-button {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 100px
}

.s-merchandise-return-item__cart {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3
}

.s-merchandise-return-item__cart__item {
    display: flex;
    gap: 24px
}

.s-merchandise-return-item__cart__item__checkbox {
    height: 134px;
    display: flex;
    align-items: center
}

.s-merchandise-return-item__cart__item__image {
    width: 123px;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f1f0
}

.s-merchandise-return-item__cart__item__image img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-merchandise-return-item__cart__item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.s-merchandise-return-item__cart__item__content__top {
    display: flex;
    flex-direction: column
}

.s-merchandise-return-item__cart__item__content__name {
    font-size: 12px;
    line-height: 20px
}

.s-merchandise-return-item__cart__item__content__attr {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    margin-top: 10px
}

.s-merchandise-return-item__cart__item__content__qty {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 3px
}

.s-merchandise-return-item__cart__item__content__qty .e-icon {
    display: flex;
    align-items: center
}

.s-merchandise-return-item__cart__item__content__price {
    font-size: 12px;
    line-height: 20px;
    color: #757575
}

.s-merchandise-return-item__selectall {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px
}

.s-merchandise-return-item__selectall__label {
    font-size: 16px;
    line-height: 1;
    color: #757575
}

@media(min-width:992px) {
    .s-merchandise-return-item .e-site-button {
        margin-top: 64px;
        margin-bottom: 0
    }

    .s-merchandise-return-item__cart {
        margin-top: 44px
    }
}

.s-merchandise-return-reason__description {
    margin-top: 48px
}

.s-merchandise-return-reason .e-site-button {
    width: 100%;
    margin-bottom: 100px
}

@media(min-width:992px) {
    .s-merchandise-return-reason__description {
        margin-top: 32px
    }

    .s-merchandise-return-reason .e-site-button {
        margin-bottom: 0
    }
}

.s-merchandise-return-confirmation {
    padding-bottom: 118px
}

.s-merchandise-return-confirmation__description {
    margin-top: 48px
}

.s-merchandise-return-confirmation .e-site-button {
    width: 100%;
    margin-top: 32px
}

.s-merchandise-return-confirmation__text {
    margin-top: 8px
}

.s-merchandise-return-confirmation__text a {
    text-decoration: underline
}

@media(min-width:992px) {
    .s-merchandise-return-confirmation {
        padding-bottom: 0
    }

    .s-merchandise-return-confirmation__description {
        margin-top: 32px
    }

    .s-merchandise-return-confirmation .e-site-button {
        margin-top: 108px
    }

    .s-merchandise-return-confirmation__text {
        margin-top: 32px
    }
}

.s-merchandise-return-summary {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    padding-top: 52px;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.s-merchandise-return-summary__close {
    color: #fff;
    height: 56px;
    padding: 16px;
    display: flex;
    justify-content: flex-end
}

.s-merchandise-return-summary__faq {
    padding: 0 calc(4.16667vw + .33333px) 0;
    flex: 1
}

.s-merchandise-return-summary__faq__title {
    font-size: 26px;
    line-height: 32px;
    color: #fff
}

.s-merchandise-return-summary__faq__subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-top: 24px
}

.s-merchandise-return-summary__faq__item {
    padding: 16px 0 6px;
    border-top: 1px solid #2f2f2f;
    overflow: hidden
}

.s-merchandise-return-summary__faq__item.active {
    margin-top: 44px
}

.s-merchandise-return-summary__faq__item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer
}

.s-merchandise-return-summary__faq__item__question__item {
    width: 90%
}

.s-merchandise-return-summary__faq__item__question .e-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s
}

.s-merchandise-return-summary__faq__item__question .e-icon.open {
    transform: rotate(180deg);
    transform-origin: center center
}

.s-merchandise-return-summary__faq__item__answer {
    font-size: 12px;
    line-height: 20px;
    color: #757575
}

.s-merchandise-return-summary__price {
    width: 100%;
    padding: 24px calc(8.33333vw + .66667px);
    border-top: 1px solid #2f2f2f;
    background: radial-gradient(47.73% 50% at 52.27% 100%, rgba(64, 64, 64, .9) 0, rgba(0, 0, 0, .9) 100%);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.s-merchandise-return-summary__price__item {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.s-merchandise-return-summary__price__item__content {
    display: flex;
    align-items: center;
    gap: 5px
}

.s-merchandise-return-summary__price__item__content__label {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.s-merchandise-return-summary__price__item__content__item {
    font-size: 12px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .5)
}

.s-merchandise-return-summary__price__item__label,
.s-merchandise-return-summary__price__item__value {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

@media(min-width:992px) {
    .s-merchandise-return-summary {
        min-height: calc(100vh - 28.125vw - 2.25px);
        position: relative;
        height: auto;
        padding-top: 0
    }

    .s-merchandise-return-summary__price {
        gap: 24px
    }

    .s-merchandise-return-summary__faq {
        padding: 60px calc(4.16667vw + .33333px) 0
    }
}

.s-merchandise-return-list {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    padding-top: 52px;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.s-merchandise-return-list__close {
    color: #fff;
    height: 56px;
    padding: 16px;
    display: flex;
    justify-content: flex-end
}

.s-merchandise-return-list__detail {
    padding: 0 calc(8.33333vw + .66667px) 48px;
    flex: 1;
    color: #fff
}

.s-merchandise-return-list__detail__title {
    font-size: 26px;
    line-height: 32px
}

.s-merchandise-return-list__detail__number {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 24px
}

.s-merchandise-return-list__detail__number__label,
.s-merchandise-return-list__detail__number__value {
    font-size: 12px;
    line-height: 20px
}

.s-merchandise-return-list__detail__list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.s-merchandise-return-list__detail__list__item {
    display: flex;
    gap: 20px
}

.s-merchandise-return-list__detail__list__item__image {
    width: 90px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.s-merchandise-return-list__detail__list__item__image img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-merchandise-return-list__detail__list__item__content {
    display: flex;
    flex-direction: column
}

.s-merchandise-return-list__detail__list__item__content__name {
    font-size: 12px;
    line-height: 20px
}

.s-merchandise-return-list__detail__list__item__content__attr {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8;
    margin-top: 5px
}

.s-merchandise-return-list__detail__list__item__content__qty {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8;
    display: flex;
    gap: 3px
}

.s-merchandise-return-list__detail__list__item__content__price {
    font-size: 12px;
    line-height: 20px;
    color: #b8b8b8
}

.s-merchandise-return-list__price {
    width: 100%;
    padding: 24px calc(8.33333vw + .66667px);
    border-top: 1px solid #2f2f2f;
    background: radial-gradient(47.73% 50% at 52.27% 100%, rgba(64, 64, 64, .9) 0, rgba(0, 0, 0, .9) 100%);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.s-merchandise-return-list__price__item {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.s-merchandise-return-list__price__item__content {
    display: flex;
    align-items: center;
    gap: 5px
}

.s-merchandise-return-list__price__item__content__label {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.s-merchandise-return-list__price__item__content__item {
    font-size: 12px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .5)
}

.s-merchandise-return-list__price__item__label,
.s-merchandise-return-list__price__item__value {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

@media(min-width:992px) {
    .s-merchandise-return-list {
        position: relative;
        height: auto;
        padding-top: 0;
        min-height: 100vh
    }

    .s-merchandise-return-list__price {
        gap: 24px
    }

    .s-merchandise-return-list__detail {
        padding: 60px calc(4.16667vw + .33333px) 0
    }

    .s-merchandise-return-list__detail__list {
        height: calc(100vh - 297px);
        overflow: auto;
        padding-bottom: 48px
    }
}

.s-merchandise-recommend-list {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 8px
}

@media(min-width:992px) {
    .s-merchandise-recommend-list {
        grid-template-columns: repeat(24, 1fr)
    }
}

.s-merchandise-recommend-list__content {
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 14;
    overflow: hidden
}

.s-merchandise-recommend-list__content__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.s-merchandise-recommend-list__content__top__title {
    font-size: 32px;
    color: #000
}

.s-merchandise-recommend-list__content__top__pagination {
    display: none
}

.s-merchandise-recommend-list__content__swiper {
    margin-top: 32px;
    padding-right: calc(12.5vw + 1px)
}

.s-merchandise-recommend-list__content__swiper .swiper-slide {
    width: calc(79.16667vw + 6.33333px);
    height: calc(87.08333vw + 36.96667px);
    background: #f2f1f0
}

.s-merchandise-recommend-list__content__swiper__item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 16px
}

.s-merchandise-recommend-list__content__swiper__item__tag {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    padding: 0 24px;
    min-height: 20px
}

.s-merchandise-recommend-list__content__swiper__item__tag__item {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6)
}

.s-merchandise-recommend-list__content__swiper__item__bottom {
    height: 48px;
    margin-top: 15px;
    width: calc(100% - 48px)
}

.s-merchandise-recommend-list__content__swiper__item__image {
    width: calc(58.33333vw + 4.66667px);
    height: calc(58.33333vw + 4.66667px)
}

.s-merchandise-recommend-list__content__swiper__item__name {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-merchandise-recommend-list__content__swiper__item__price {
    width: calc(100% - 48px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, .6)
}

.s-merchandise-recommend-list__content__swiper__item__attr {
    display: flex;
    justify-content: space-between
}

.s-merchandise-recommend-list__content__swiper__item__color {
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    white-space: nowrap
}

@media(min-width:992px) {
    .s-merchandise-recommend-list__content {
        grid-column-start: 3;
        grid-column-end: 23
    }

    .s-merchandise-recommend-list__content__top__pagination {
        display: flex;
        gap: 27px
    }

    .s-merchandise-recommend-list__content__top__pagination__left {
        width: 24px;
        height: 24px;
        cursor: pointer
    }

    .s-merchandise-recommend-list__content__top__pagination__left.swiper-button-disabled path,
    .s-merchandise-recommend-list__content__top__pagination__left.swiper-button-disabled svg {
        fill: rgba(0, 0, 0, .5)
    }

    .s-merchandise-recommend-list__content__top__pagination__right {
        width: 24px;
        height: 24px;
        cursor: pointer
    }

    .s-merchandise-recommend-list__content__top__pagination__right.swiper-button-disabled path,
    .s-merchandise-recommend-list__content__top__pagination__right.swiper-button-disabled svg {
        fill: rgba(0, 0, 0, .5)
    }

    .s-merchandise-recommend-list__content__swiper {
        padding-right: 0;
        margin-top: 52px
    }

    .s-merchandise-recommend-list__content__swiper .swiper-slide {
        width: calc(33.33333% - 16px);
        height: calc(28.16667vw + 52.25333px)
    }

    .s-merchandise-recommend-list__content__swiper__item {
        padding: 32px 0 16px
    }

    .s-merchandise-recommend-list__content__swiper__item__image {
        height: calc(27.77778vw - 93.77778px);
        width: calc(27.77778vw - 93.77778px)
    }

    .s-merchandise-recommend-list__content__swiper__item__name {
        font-size: 16px;
        line-height: 24px
    }
}

.s-vehicle-paying {
    padding: calc(8.33333vw + .66667px)
}

.s-vehicle-paying,
.s-vehicle-paying__items {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.s-vehicle-paying__item {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.s-vehicle-paying__item-image {
    aspect-ratio: 3/2;
    overflow: hidden
}

.s-vehicle-paying__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s-vehicle-paying.theme-black {
    background-color: #000;
    color: #fff
}

@media(min-width:992px) {
    .s-vehicle-paying {
        gap: 40px;
        padding: calc(8.33333vw + .66667px)
    }

    .s-vehicle-paying__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 16px
    }
}

.s-vehicle-config-item {
    padding: 0 calc(8.33333vw + .66667px)
}

.s-vehicle-config-item__images {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 40px
}

.s-vehicle-config-item__images .swiper {
    width: 100%;
    height: 100%
}

.s-vehicle-config-item__images .swiper .swiper-wrapper {
    height: 100%
}

.s-vehicle-config-item__images .swiper .swiper-slide {
    width: 100%;
    height: 100% !important
}

.s-vehicle-config-item__images .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.s-vehicle-config-item__swiper-pagination {
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    display: flex;
    justify-content: center;
    gap: 16px
}

.s-vehicle-config-item__swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff
}

.s-vehicle-config-item__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #E3242B
}

.s-vehicle-config-item__info,
.s-vehicle-config-item__main {
    display: flex;
    flex-direction: column
}

.s-vehicle-config-item__info {
    gap: 16px;
    font-size: 12px;
    line-height: 20px
}

.s-vehicle-config-item__info .e-label-value {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 8px
}

.s-vehicle-config-item__info .e-label-value__left {
    color: #757575
}

.s-vehicle-config-item__details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.s-vehicle-config-item__id {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.s-vehicle-config-item__id-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px
}

.s-vehicle-config-item__model {
    font-size: 32px
}

.s-vehicle-config-item__buttons {
    margin-top: 24px
}

@media(min-width:992px) {
    .s-vehicle-config-item {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 8px
    }
}

@media(min-width:992px)and (min-width:992px) {
    .s-vehicle-config-item {
        grid-template-columns: repeat(24, 1fr)
    }
}

@media(min-width:992px) {
    .s-vehicle-config-item__images {
        grid-column-start: 3;
        grid-column-end: 15;
        margin-bottom: 0;
        overflow: hidden
    }
}

@media(min-width:992px) {
    .s-vehicle-config-item__swiper-pagination {
        left: calc(8.33333vw + .66667px);
        width: calc(33.33333vw + 2.66667px)
    }
}

@media(min-width:992px) {
    .s-vehicle-config-item__main {
        grid-column-start: 16;
        grid-column-end: 23;
        justify-content: space-between;
        padding-bottom: 16px
    }

    .s-vehicle-config-item__main .e-site-button.primary-button {
        width: calc(25vw + 2px)
    }
}

@media(min-width:992px) {
    .s-vehicle-config-item__buttons {
        margin-top: 0
    }
}

@media(min-width:992px) {
    .s-vehicle-config-item__info {
        gap: 24px
    }
}

.s-stock-recommendation-item {
    position: relative;
    padding-bottom: 132px
}

.s-stock-recommendation-item.theme-white {
    background: #fff;
    color: #000
}

.s-stock-recommendation-item.theme-light-grey {
    background: #f2f1f0;
    color: #000
}

.s-stock-recommendation-item.theme-neutral-grey {
    background: #4f4f4f;
    color: #fff
}

.s-stock-recommendation-item.theme-yellow {
    background: #E3242B;
    color: #000
}

.s-stock-recommendation-item.theme-night-blue {
    background: #101724;
    color: #E3242B
}

.s-stock-recommendation-item.theme-black {
    background: #000;
    color: #fff
}

.s-stock-recommendation-item.theme-black .active {
    color: #fff
}

.s-stock-recommendation-item.theme-yellow-white {
    background-image: linear-gradient(180deg, #E3242B, #fff 60%);
    color: #000
}

.s-stock-recommendation-item.theme-white-yellow {
    background-image: linear-gradient(180deg, #fff, #E3242B 60%);
    color: #000
}

.s-stock-recommendation-item__title {
    background: #4f4f4f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 4px 16px;
    position: relative;
    z-index: 2
}

.s-stock-recommendation-item__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4f4f4f
}

.s-stock-recommendation-item.best .s-stock-recommendation-item__title {
    background: #000;
    color: #fff
}

.s-stock-recommendation-item.best .s-stock-recommendation-item__title:before {
    border-top-color: #000
}

.s-stock-recommendation-item.theme-black .s-stock-recommendation-item__title {
    background: #E3242B;
    color: #000
}

.s-stock-recommendation-item.theme-black .s-stock-recommendation-item__title:before {
    border-top-color: #E3242B
}

.s-stock-recommendation-item.theme-black .s-stock-recommendation-item__buttons {
    padding-bottom: 72px
}

.s-stock-recommendation-item__props {
    padding: 16px
}

.s-stock-recommendation-item__delivery {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.s-stock-recommendation-item__delivery .e-icon {
    margin-right: 4px
}

.s-stock-recommendation-item__delivery-point {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #0f863f;
    margin-right: 8px
}

.s-stock-recommendation-item__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    gap: 16px
}

.s-stock-recommendation-item__buttons .e-site-button {
    width: 100%
}

.s-stock-recommendation-item .s-checkout-car-swiper__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-save-vc-modal.e-modal .e-modal__content {
    width: calc(83.33333vw + 6.66667px)
}

.s-save-vc-modal__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 64px 32px 32px
}

.s-save-vc-modal__content .s-dynamic-form {
    padding: 0
}

.s-save-vc-modal__content .s-dynamic-form .e-form-input__messages {
    display: none
}

.s-save-vc-modal__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

.s-save-vc-modal__buttons .e-site-button.primary-button {
    width: 100%
}

@media(min-width:992px) {
    .s-save-vc-modal.e-modal .e-modal__content {
        width: calc(41.66667vw + 3.33333px)
    }
}

.e-spinner-climbing {
    position: relative;
    display: block;
    font-size: 0;
    color: #000;
    width: 42px;
    height: 32px
}

.e-spinner-climbing>div {
    position: absolute;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.e-spinner-climbing>div:first-child {
    bottom: 32%;
    left: 18%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: ball-climbing-dot-jump .6s ease-in-out infinite
}

.e-spinner-climbing>div:not(:first-child) {
    top: 0;
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 0;
    transform: translate(60%);
    animation: ball-climbing-dot-steps 1.8s linear infinite
}

.e-spinner-climbing>div:not(:first-child):nth-child(2) {
    animation-delay: 0ms
}

.e-spinner-climbing>div:not(:first-child):nth-child(3) {
    animation-delay: -.6s
}

.e-spinner-climbing>div:not(:first-child):nth-child(4) {
    animation-delay: -1.2s
}

@keyframes ball-climbing-dot-jump {
    0% {
        transform: scaleY(.7)
    }

    20% {
        transform: scale(.7, 1.2)
    }

    40% {
        transform: scale(1)
    }

    50% {
        bottom: 125%
    }

    46% {
        transform: scale(1)
    }

    80% {
        transform: scale(.7, 1.2)
    }

    90% {
        transform: scale(.7, 1.2)
    }

    to {
        transform: scaleY(.7)
    }
}

@keyframes ball-climbing-dot-steps {
    0% {
        top: 0;
        right: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        top: 100%;
        right: 100%;
        opacity: 0
    }
}

.e-spinner-jumping {
    position: relative;
    width: 50px;
    perspective: 200px
}

.e-spinner-jumping:after,
.e-spinner-jumping:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    animation: jumping .5s infinite alternate;
    background: currentColor
}

.e-spinner-jumping:before {
    left: 0
}

.e-spinner-jumping:after {
    right: 0;
    animation-delay: .15s
}

.e-spinner-jumping.size-small {
    width: 30px
}

.e-spinner-jumping.size-small:after,
.e-spinner-jumping.size-small:before {
    width: 10px;
    height: 10px
}

@keyframes jumping {
    0% {
        transform: scale(1) translateY(0) rotateX(0deg);
        box-shadow: 0 0 0 currentColor
    }

    to {
        transform: scale(1.2) translateY(-15px) rotateX(45deg);
        background: #000;
        box-shadow: 0 10px 20px #000
    }
}

.s-spinner-ball-grid-pulse {
    display: block;
    font-size: 0;
    color: #000;
    position: relative;
    width: 36px;
    height: 36px
}

.s-spinner-ball-grid-pulse>div {
    position: relative;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    width: 8px;
    height: 8px;
    margin: 2px;
    border-radius: 100%;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite
}

.s-spinner-ball-grid-pulse>div:first-child {
    animation-duration: .65s;
    animation-delay: .03s
}

.s-spinner-ball-grid-pulse>div:nth-child(2) {
    animation-duration: 1.02s;
    animation-delay: .09s
}

.s-spinner-ball-grid-pulse>div:nth-child(3) {
    animation-duration: 1.06s;
    animation-delay: -.69s
}

.s-spinner-ball-grid-pulse>div:nth-child(4) {
    animation-duration: 1.5s;
    animation-delay: -.41s
}

.s-spinner-ball-grid-pulse>div:nth-child(5) {
    animation-duration: 1.6s;
    animation-delay: .04s
}

.s-spinner-ball-grid-pulse>div:nth-child(6) {
    animation-duration: .84s;
    animation-delay: .07s
}

.s-spinner-ball-grid-pulse>div:nth-child(7) {
    animation-duration: .68s;
    animation-delay: -.66s
}

.s-spinner-ball-grid-pulse>div:nth-child(8) {
    animation-duration: .93s;
    animation-delay: -.76s
}

.s-spinner-ball-grid-pulse>div:nth-child(9) {
    animation-duration: 1.24s;
    animation-delay: -.76s
}

.s-spinner-ball-grid-pulse.la-dark {
    color: #333
}

@keyframes ball-grid-pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .35;
        transform: scale(.45)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.s-spinner-ball-beat {
    display: block;
    font-size: 0;
    color: currentColor;
    position: relative;
    box-sizing: border-box
}

.s-spinner-ball-beat>div {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    animation: ball-beat .7s linear -.15s infinite
}

.s-spinner-ball-beat>div:nth-child(2n-1) {
    animation-delay: -.5s
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.s-spinner-circle {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-left-color: #E3242B;
    border-radius: 100%;
    animation: circle 2s linear infinite
}

@keyframes circle {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.s-spinner-lotus {
    position: relative
}

.s-spinner-lotus__logo {
    position: absolute
}