@font-face {
    font-family: "NormalidadWide";
    src: url(../fonts/NormalidadWide-WideMedium.woff2) format("woff2"), url(../fonts/NormalidadWide-WideMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NormalidadWide";
    src: url(../fonts/NormalidadWide-WideRegular.woff2) format("woff2"), url(../fonts/NormalidadWide-WideRegular.woff) format("woff");
    font-weight: 4900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NormalidadWide";
    src: url(../fonts/NormalidadWide-WideBold.woff2) format("woff2"), url(../fonts/NormalidadWide-WideBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SuisseIntl";
    src: url(../fonts/SuisseIntl-Bold.woff2) format("woff2"), url(../fonts/SuisseIntl-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SuisseIntl";
    src: url(../fonts/SuisseIntl-Light.woff2) format("woff2"), url(../fonts/SuisseIntl-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SuisseIntl";
    src: url(../fonts/SuisseIntl-Medium.woff2) format("woff2"), url(../fonts/SuisseIntl-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SuisseIntl";
    src: url(../fonts/SuisseIntl-Regular.woff2) format("woff2"), url(../fonts/SuisseIntl-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SuisseIntl";
    src: url(../fonts/SuisseIntl-SemiBold.woff2) format("woff2"), url(../fonts/SuisseIntl-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

:root {
    --scroll-offset: 0px;
    --animation-left: -100%;
    --animation-right: 100%;
    --animation-top: -100%;
    --animation-bottom: 100%;
    --columns: 12;
    --adaptive-box: 100%;
    --body-font-size: 0.16rem;
    --gap-x: 0.1rem;
    --gap-y: 0.15rem;
    --container-gap: 0.1rem
}

body {
    line-height: 1.39;
    font-weight: 400;
    font-size: var(--body-font-size);
    font-family: "SuisseIntl", sans-serif;
    margin: 0;
    color: #000;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

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

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    color: currentColor
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

iframe {
    border: 0
}

b,
strong {
    font-weight: 700
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    border: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

input[type=number]:focus,
input[type=number]:hover {
    -moz-appearance: number-input
}

button {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: currentColor
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: currentColor
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    color: currentColor
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: currentColor
}

:root {
    --width-max-window: 100vw;
    --width-min-window: 320;
    --width-min-window-px: 320px;
    --min-value: 100;
    --min-value-px: 100px;
    --max-value: 150;
    --layout-size: 480;
    font-size: calc(var(--min-value-px) + (var(--max-value) - var(--min-value)) * ((var(--width-max-window) - var(--width-min-window-px)) / (var(--layout-size) - var(--width-min-window))))
}

.grid,
.grid-flex {
    --grid-gap-x: var(--gap-x);
    --grid-gap-y: var(--gap-y);
    --grid-columns: var(--columns)
}

.container,
.container-full,
.container\@lg,
.container\@md,
.container\@xs {
    --local-container-gap: var(--container-gap);
    --dp-block: block;
    display: var(--dp-block);
    width: 100%;
    padding-left: var(--local-container-gap);
    padding-right: var(--local-container-gap);
    margin-left: auto;
    margin-right: auto
}

br {
    --dp-inline: inline;
    display: var(--dp-inline)
}

.icon {
    width: 1em;
    height: 1em;
    --dp-block: block;
    display: var(--dp-block);
    flex: 0 0 auto;
    fill: currentColor;
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    position: relative
}

.icon--no-fill {
    fill: none
}

.icon--only-stroke,
.icon--stroke {
    stroke: currentColor
}

.icon--only-stroke {
    fill: none
}

.loader {
    height: 1em;
    width: 1em;
    display: block;
    overflow: hidden;
    position: relative
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid currentColor;
    border-radius: 50%
}

.loader:after {
    opacity: .15
}

.loader:before {
    border-bottom-color: transparent;
    border-top-color: transparent;
    -webkit-animation: d 1.5s linear infinite;
    animation: d 1.5s linear infinite
}

.loader--center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.loader--size-sm {
    font-size: .4rem
}

.loader--size-md {
    font-size: .6rem
}

.loader--size-lg {
    font-size: .8rem
}

.adaptive-box {
    position: relative;
    width: 100%;
    --dp-block: block;
    display: var(--dp-block)
}

.adaptive-box:after {
    content: "";
    padding: 0 0 var(--adaptive-box);
    width: 100%;
    display: block
}

.adaptive-box>* {
    position: absolute
}

.adaptive-box__image,
.adaptive-box__item {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.adaptive-box__image {
    -o-object-fit: cover;
    object-fit: cover
}

.link {
    color: currentColor
}

.link:active {
    color: #26944a
}

.link-decor {
    color: currentColor;
    position: relative
}

.link-decor:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    border-bottom: 1px solid currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.link--line {
    text-decoration: underline
}

.list li {
    position: relative;
    padding-left: .3rem
}

.list li:not(:last-child) {
    margin-bottom: .1rem
}

.list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .08rem;
    height: 1em;
    width: 1em;
    font-size: .1rem;
    border-radius: 50%;
    background-color: var(--theme-item-bg);
    -webkit-box-shadow: var(--theme-item-shadow);
    box-shadow: var(--theme-item-shadow)
}

.list._primary {
    --theme-item-bg: #3cc369;
    --theme-item-shadow: 0px 1px 6.9px rgba(60, 195, 105, .7)
}

.animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animation.start {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.fadeIn {
    -webkit-animation-name: f;
    animation-name: f
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, var(--animation-bottom), 0);
        transform: translate3d(0, var(--animation-bottom), 0)
    }

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

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, var(--animation-bottom), 0);
        transform: translate3d(0, var(--animation-bottom), 0)
    }

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

.fadeInUp {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes loading-n {
    to {
        -webkit-transform: rotate(-2turn);
        transform: rotate(-2turn)
    }
}

@keyframes loading-n {
    to {
        -webkit-transform: rotate(-2turn);
        transform: rotate(-2turn)
    }
}

.title {
    /* --dp-block: block;
    display: var(--dp-block);
    font-weight: 400;
    line-height: normal;
    font-family: "NormalidadWide", sans-serif;
    word-wrap: break-word */
    font-size: var(--body-font-size);
}

.title--size-lg,
.title--size-md,
.title--size-sm {
    font-size: .24rem
}

.content P:not(:last-child) {
    margin-bottom: 1em
}

.btn {
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.btn-primary {
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 500px
}

.btn-primary__icon {
    border-radius: 500px;
    background-color: var(--btn-primary-icon-bg)
}

.btn-primary__icon .icon {
    color: var(--btn-primary-icon-color) !important;
    width: 1.46rem;
    height: .6rem
}

.btn-primary:after,
.btn-primary:before {
    border-radius: 500px
}

.btn-primary--sm {
    min-height: .44rem;
    padding: .05rem .2rem;
    font-size: .2rem
}

.btn-primary--md {
    min-height: .6rem;
    padding: .1rem .25rem
}

.btn-primary--lg {
    min-height: .7rem;
    padding: .1rem .3rem
}

.btn-secondary {
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    color: var(--theme-color)
}

.btn-secondary__icon {
    height: 1em;
    width: 1em;
    font-size: .3rem;
    border-radius: 50%;
    background-color: var(--theme-bg);
    flex: 0 0 auto;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.btn-secondary__icon .icon {
    color: var(--theme-icon-color)
}

.btn-secondary._primary {
    --theme-bg: #3cc369;
    --theme-color: #3cc369;
    --theme-icon-color: #fff
}

.btn-secondary._primary:active {
    --theme-bg: #26944a;
    --theme-color: #26944a
}

.btn-secondary._secondary {
    --theme-bg: #8e53c1;
    --theme-color: #8e53c1;
    --theme-icon-color: #fff
}

.btn-secondary._secondary:active {
    --theme-bg: #4d2b6c;
    --theme-color: #4d2b6c
}

.btn-circle {
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    font-size: 2rem;
    border-radius: 50%
}

.btn-circle>span {
    font-size: medium
}

.btn-play {
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    font-size: .96rem;
    border-radius: 50%
}

.btn-play .icon {
    font-size: .28em
}

.btn--theme-primary {
    background-color: #41ce70;
    color: #fff
}

.btn--theme-primary .icon {
    color: #fff
}

.btn--theme-primary:active {
    background-color: #26944a
}

.btn--theme-secondary {
    background-color: #8e53c1;
    color: #fff
}

.btn--theme-secondary .icon {
    color: #fff
}

.btn--theme-secondary:active {
    background-color: #4d2b6c
}

.btn--theme-outline {
    border: 1px solid #41ce70;
    color: #41ce70
}

.btn--theme-outline .icon {
    color: #41ce70
}

.btn--theme-outline:active {
    color: #fff;
    border-color: #26944a;
    background: #26944a
}

.btn--theme-outline:active .icon {
    color: #fff
}

.btn--theme-gradient {
    background: -o-linear-gradient(357.78deg, #3cc369, #44d775 99.52%, #44d775 0);
    background: linear-gradient(92.22deg, #3cc369, #44d775 99.52%, #44d775 0);
    color: #fff;
    --btn-primary-icon-bg: #fff;
    --btn-primary-icon-color: #44d674
}

.btn--theme-gradient .icon {
    color: #fff
}

.btn--theme-gradient:after,
.btn--theme-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0
}

.btn--theme-gradient:after {
    background: #2da856;
    z-index: 2
}

.btn--theme-gradient:before {
    background: #26944a;
    z-index: 3
}

.btn--theme-gradient:active:before {
    opacity: 1
}

.form {
    display: flex;
    flex-direction: column
}

.form-field {
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    position: relative;
    width: 100%;
    font-size: .16rem;
    --field-input-color: #fff;
    background-color: #9c62cf;
    border-radius: 500px;
    font-weight: 500;
    min-height: .6rem
}

.form-field__input {
    color: var(--field-input-color);
    width: 100%;
    display: block
}

.form-field__input::-webkit-input-placeholder {
    opacity: 0
}

.form-field__input::-moz-placeholder {
    opacity: 0
}

.form-field__input::-ms-input-placeholder {
    opacity: 0
}

.form-field__input::placeholder {
    opacity: 0
}

.form-field__input:not(:-moz-placeholder-shown)~.form-field__text {
    opacity: 0
}

.form-field__input:focus~.form-field__text,
.form-field__input:not(:placeholder-shown)~.form-field__text {
    opacity: 0
}

.form-field__input:-webkit-autofill {
    -webkit-text-fill-color: var(--field-input-color);
    -webkit-transition: background-color 500000s ease-in-out 0s;
    transition: background-color 500000s ease-in-out 0s
}

.form-field__error,
.form-field__input,
.form-field__required,
.form-field__text {
    font-size: 1em;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    padding: .05rem .2rem
}

.form-field__error,
.form-field__required,
.form-field__text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    width: 100%
}

.form-field__text {
    color: currentColor
}

.form-field__text span {
    color: #41ce70
}

.form-field__error,
.form-field__required {
    color: #41ce70;
    width: 100%;
    opacity: 0
}

.form-field._required>* {
    opacity: 0
}

.form-field._required .form-field__required {
    opacity: 1
}

.form-field._error>* {
    opacity: 0
}

.form-field._error .form-field__error {
    opacity: 1
}

.form-file {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}

.form-file__controller {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-size: .24rem;
    height: .8rem;
    padding: 0 .4rem
}

.form-file__controller,
.form-file__controller:hover {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.form-file__input {
    display: none
}

.form-file__quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 0;
    overflow: hidden;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.form-file__quantity._active {
    padding-left: 15px;
    max-width: none
}

.form-file__quantity._active .form-file__loader {
    opacity: 0;
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}

.form-file__quantity._active .form-file__icon,
.form-file__quantity._active .form-file__number {
    opacity: 1;
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}

.form-file__loader {
    position: absolute;
    z-index: 2;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.form-file__number {
    margin-left: 6px
}

.form-file__icon,
.form-file__number {
    opacity: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.form-textarea {
    position: relative;
    display: block;
    border: 1px solid #b9b9b9;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.form-textarea__input {
    resize: none
}

.form-textarea__input::-webkit-input-placeholder {
    opacity: 0
}

.form-textarea__input::-moz-placeholder {
    opacity: 0
}

.form-textarea__input::-ms-input-placeholder {
    opacity: 0
}

.form-textarea__input::placeholder {
    opacity: 0
}

.form-textarea__input:not(:-moz-placeholder-shown)~.form-textarea__text {
    opacity: 0
}

.form-textarea__input:focus~.form-textarea__text,
.form-textarea__input:not(:placeholder-shown)~.form-textarea__text {
    opacity: 0
}

.form-textarea__input,
.form-textarea__required,
.form-textarea__text {
    width: 100%;
    font-size: 1em;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    padding: .25rem .4rem
}

.form-textarea__required,
.form-textarea__text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none
}

.form-textarea__text span {
    color: #41ce70
}

.form-textarea__required {
    opacity: 0
}

.form-textarea._required {
    border-color: #41ce70
}

.form-textarea._required .form-textarea__text {
    opacity: 0
}

.form-textarea._required .form-textarea__required {
    opacity: 1
}

.form-radio-group {
    display: flex;
    flex-wrap: wrap
}

.form-radio {
    margin: 0 size-x(20) size-x(20) 0;
    display: block;
    position: relative
}

.form-radio__input {
    opacity: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    cursor: pointer
}

.form-radio__input:hover~.form-radio__controller {
    background-color: #000;
    color: #fff
}

.form-radio__input:checked {
    cursor: auto
}

.form-radio__input:checked~.form-radio__controller {
    background-color: #000;
    color: #fff
}

.form-radio__box {
    position: relative;
    z-index: 1;
    border: 1px solid currentColor;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    padding: size-x(18) size-x(42);
    display: block
}

.form-checkbox {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .28rem;
    align-items: center;
    justify-content: center
}

.form-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer
}

.form-checkbox__input:checked~.form-checkbox__decor {
    border-color: #000;
    --checkbox-decor-size: 1
}

.form-checkbox__input:checked~.icon {
    opacity: 1
}

.form-checkbox__decor {
    position: relative;
    height: 1em;
    width: 1em;
    border: 1px solid #000;
    --checkbox-decor-size: 0
}

.form-checkbox__decor:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    height: .714em;
    width: .714em;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(var(--checkbox-decor-size));
    transform: translate3d(-50%, -50%, 0) scale(var(--checkbox-decor-size));
    background-color: #000
}

.form-checkbox--icon {
    border: 1px solid #000;
    color: #000;
    height: 1em;
    width: 1em
}

.form-checkbox--icon .icon {
    position: absolute;
    opacity: 0;
    font-size: .6em;
    margin-top: .05em;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.form-send {
    position: relative;
    z-index: 20
}

.form-send__message {
    display: none;
    position: absolute;
    padding: 1em;
    width: 100%;
    left: 0;
    bottom: calc(100% + 8px);
    border-radius: .12rem;
    text-align: center;
    -webkit-box-shadow: 0 4px .4rem rgba(28, 46, 64, .06);
    box-shadow: 0 4px .4rem rgba(28, 46, 64, .06);
    background: #41ce70;
    color: #fff
}

.form-send__message:before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #41ce70;
    top: 100%;
    left: calc(50% - 8px)
}

.form-send .btn {
    width: 100%
}

.form-send__loading {
    position: relative
}

.form-send__loading span {
    height: 2em;
    width: 2em;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: block;
    margin: 0 auto;
    border-bottom: 0;
    border-right: 0;
    -webkit-animation: d .5s infinite linear;
    animation: d .5s infinite linear
}

.form-send__error,
.form-send__success {
    display: none
}

.swiper,
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    transition: all 0.5s ease;
}

.show-samples-details {
    max-height: 100% !important;
    transition: all 1.5s ease;
}

.samples-detail-button {
    display: inline-block;
    margin-right: 14px;
    padding: 15px;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: c 1s infinite linear;
    animation: c 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    font-size: .44rem;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
    font-size: 1em
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev .icon,
.swiper-rtl .swiper-button-next .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination.swiper-pagination-horizontal {
    display: flex
}

.swiper-pagination.swiper-pagination-vertical {
    position: absolute
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    top: auto;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative
}

.swiper-pagination-bullet {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #a3a3a3;
    font-size: 24px;
    flex: 0 0 auto;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: .5em
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 8px;
    left: auto;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: .5em
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    border-radius: .2rem;
    overflow: hidden
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #7c7c7c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 8px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 8px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 20px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    z-index: 50;
    height: .1rem
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: auto;
    right: 4px;
    top: 1%;
    z-index: 50;
    width: 4px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.wow {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4))
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, #fff);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, #fff)
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide:after,
.fancybox__slide:before {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: d 2s linear infinite;
    animation: d 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: e 1.5s ease-in-out infinite;
    animation: e 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes d {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes e {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes e {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: .15s ease backwards f;
    animation: .15s ease backwards f
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: .15s ease both g;
    animation: .15s ease both g
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both f;
    animation: .15s ease both f
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both g;
    animation: .1s ease both g
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both h;
    animation: .2s ease both h
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both i;
    animation: .15s ease both i
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both j;
    animation: .15s ease both j
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both k;
    animation: .15s ease both k
}

@-webkit-keyframes f {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes g {
    to {
        opacity: 0
    }
}

@keyframes g {
    to {
        opacity: 0
    }
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

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

@keyframes h {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

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

@-webkit-keyframes i {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes i {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes j {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes j {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes k {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes k {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes swipe-animation {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
        z-index: 0;
    }
    45% {
        left: 40%;
        opacity: 0.55;
        z-index: 10;
    }
    50% {
        left: 45%;
    }
    60% {
        left: 35%;
    }
    65% {
        left: 40%;
        opacity: 0.55;
        z-index: 10;
    }
    70% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes swipe-animation {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
        z-index: 0;
    }
    45% {
        left: 40%;
        opacity: 0.55;
        z-index: 10;
    }
    50% {
        left: 45%;
    }
    60% {
        left: 35%;
    }
    65% {
        left: 40%;
        opacity: 0.55;
        z-index: 10;
    }
    70% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 0;
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards f;
    animation: .15s ease-in backwards f
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, #fff);
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: 50%;
    background-color: hsla(0, 0%, 100%, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
    background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards f;
    animation: .15s ease-in backwards f
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, #fff);
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-moz-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__button--fullscreen g:nth-child(2),
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

[data-fancybox] {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.scroll-offset {
    overflow: hidden !important;
    --scroll-offset: var(--scroll-offset-init);
    touch-action: none
}

.scroll-offset[data-scroll-offset],
.scroll-offset [data-scroll-offset] {
    padding-right: var(--scroll-offset)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
    overflow: hidden
}

.modal._index {
    z-index: 1999
}

.modal__wrapper {
    overflow-x: hidden;
    overflow-y: auto
}

.modal__container,
.modal__wrapper {
    height: 100%;
    width: 100%;
    display: flex
}

.modal__container {
    flex-direction: column
}

.modal__bg-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__box {
    margin: auto;
    padding-bottom: 1rem
}

.modal__close {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .4rem
}

.modal__close .icon {
    font-size: .33333em
}

.modal--theme-primary {
    background: #fff
}

.modal--theme-secondary {
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.questions {
    display: flex;
    flex-direction: column
}

.questions-item {
    background-color: #f9f9fd;
    margin-bottom: .1rem;
    padding: .15rem .1rem;
    border-radius: .15rem
}

.questions-item:not(:last-child) {
    margin-bottom: .2rem
}

.questions-item._active .questions-item__toggel ._plus:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.questions-item._active .questions-item__toggel ._plus:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.questions-item._active .questions-item__toggel._arrow .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.questions-item__header {
    display: flex;
    cursor: pointer
}

.questions-item__title {
    margin-right: .15rem;
    margin-top: auto;
    margin-bottom: auto
}

.questions-item__toggel {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    font-size: .38rem;
    flex: 0 0 auto;
    border-radius: 50%
}

.questions-item__toggel ._plus {
    height: 2px;
    width: 1em;
    font-size: .5em;
    position: relative;
    color: currentColor;
    flex: 0 0 auto
}

.questions-item__toggel ._plus:after,
.questions-item__toggel ._plus:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.questions-item__toggel ._plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.questions-item__toggel._arrow .icon {
    font-size: .28571em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.questions-item__body {
    display: none;
    padding: .1rem 0 0
}

.slider,
.slider__wrapper {
    position: relative
}

.slider-controller {
    display: flex;
    align-items: center
}

.slider-controller .slider-button-group {
    margin-left: .25rem
}

.slider-button-group {
    display: flex;
    align-items: center
}

.slider-button-group .slider-button:not(:last-child) {
    margin-right: .25rem
}

.slider-button {
    height: 1em;
    width: 1em;
    font-size: .4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.slider-button .icon {
    font-size: .5em
}

.slider-button-prev .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 1px
}

.slider-button.swiper-button-disabled {
    pointer-events: none;
    background-color: #ececf0 !important
}

.slider-button.swiper-button-disabled .icon {
    color: #000 !important
}

.slider-button.swiper-button-lock {
    display: none
}

.video {
    --adaptive-box: 56.25%
}

.video._active .video__frame {
    z-index: 4
}

.video-js__custom {
    max-width: 100%;
    max-height: 100%;
}

.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2
}

.video__btn {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.video__frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.grid {
    --dp-grid: grid;
    display: var(--dp-grid);
    grid-template-columns: repeat(var(--grid-columns), calc(((100% + var(--grid-gap-x)) / (var(--grid-columns) / 1)) - var(--grid-gap-x)));
    grid-gap: var(--grid-gap-y) var(--grid-gap-x)
}

@supports (gap:var(--gap)) {
    .grid {
        gap: var(--grid-gap-y) var(--grid-gap-x)
    }
}

.grid>* {
    --col: var(--grid-columns);
    --row: 1;
    --col-start: auto;
    --row-start: auto;
    grid-area: var(--row-start)/var(--col-start)/span var(--row)/span var(--col)
}

.grid[class*=" m:align-"],
.grid[class^="m:align-"] {
    align-items: var(--align);
    justify-items: var(--justify)
}

.grid-flex {
    --dp-flex: flex;
    display: var(--dp-flex);
    flex-wrap: wrap;
    margin: 0 calc(var(--grid-gap-x) / -2) calc(var(--grid-gap-y) / -1)
}

.grid-flex>* {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(100% / (var(--grid-columns) / var(--col)));
    padding: 0 calc(var(--grid-gap-x) / 2);
    margin: 0 0 calc(var(--grid-gap-y))
}

[class*=" m:align-"],
[class^="m:align-"] {
    --align: initial;
    --justify: initial;
    align-items: var(--align);
    justify-content: var(--justify)
}

.box,
.box-center,
.box-center-x,
.box-center-y,
.box-reverse,
.box-y,
.box-y-reverse {
    --dp-flex: flex;
    display: var(--dp-flex)
}

.item {
    --dp-block: block;
    display: var(--dp-block)
}

.col-1 {
    --col: 1
}

.col-2 {
    --col: 2
}

.col-3 {
    --col: 3
}

.col-4 {
    --col: 4
}

.col-5 {
    --col: 5
}

.col-6 {
    --col: 6
}

.col-7 {
    --col: 7
}

.col-8 {
    --col: 8
}

.col-9 {
    --col: 9
}

.col-10 {
    --col: 10
}

.col-11 {
    --col: 11
}

.col-12 {
    --col: 12
}

.row-1 {
    --row: 1
}

.row-2 {
    --row: 2
}

.row-3 {
    --row: 3
}

.row-4 {
    --row: 4
}

.row-5 {
    --row: 5
}

.row-6 {
    --row: 6
}

.row-7 {
    --row: 7
}

.row-8 {
    --row: 8
}

.row-9 {
    --row: 9
}

.row-10 {
    --row: 10
}

.row-11 {
    --row: 11
}

.row-12 {
    --row: 12
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.g\:columns-2 {
    --grid-columns: 2
}

.g\:columns-3 {
    --grid-columns: 3
}

.g\:columns-4 {
    --grid-columns: 4
}

.g\:columns-5 {
    --grid-columns: 5
}

.g\:columns-6 {
    --grid-columns: 6
}

.g\:columns-7 {
    --grid-columns: 7
}

.g\:columns-8 {
    --grid-columns: 8
}

.g\:columns-9 {
    --grid-columns: 9
}

.g\:columns-10 {
    --grid-columns: 10
}

.g\:columns-11 {
    --grid-columns: 11
}

.g\:columns-12 {
    --grid-columns: 12
}

.g\:cs-1 {
    --col-start: 1
}

.g\:cs-2 {
    --col-start: 2
}

.g\:cs-3 {
    --col-start: 3
}

.g\:cs-4 {
    --col-start: 4
}

.g\:cs-5 {
    --col-start: 5
}

.g\:cs-6 {
    --col-start: 6
}

.g\:cs-7 {
    --col-start: 7
}

.g\:cs-8 {
    --col-start: 8
}

.g\:cs-9 {
    --col-start: 9
}

.g\:cs-10 {
    --col-start: 10
}

.g\:cs-11 {
    --col-start: 11
}

.g\:cs-auto {
    --col-start: auto
}

.g\:col-auto {
    --col: auto
}

.g\:gap-0 {
    --local-container-gap: 0px;
    --grid-gap-x: 0px;
    --grid-gap-y: 0px;
    --gap-n: 0px
}

.g\:gap-n {
    --gap-n: calc(var(--local-container-gap) / -1);
    margin-right: var(--gap-n);
    margin-left: var(--gap-n)
}

.g\:gap-x {
    --grid-gap-x: var(--gap-x)
}

.g\:gap-x-0 {
    --grid-gap-x: 0px
}

.g\:gap-y {
    --grid-gap-y: var(--gap-y)
}

.g\:gap-y-0 {
    --grid-gap-y: 0px
}

.g\:rs-1 {
    --row-start: 1
}

.g\:rs-2 {
    --row-start: 2
}

.g\:rs-3 {
    --row-start: 3
}

.g\:rs-4 {
    --row-start: 4
}

.g\:rs-5 {
    --row-start: 5
}

.g\:rs-6 {
    --row-start: 6
}

.g\:rs-7 {
    --row-start: 7
}

.g\:rs-8 {
    --row-start: 8
}

.g\:rs-9 {
    --row-start: 9
}

.g\:rs-10 {
    --row-start: 10
}

.g\:rs-11 {
    --row-start: 11
}

.g\:rs-auto {
    --row-start: auto
}

.g\:rows-fixed {
    grid-auto-rows: 1fr
}

.t\:100 {
    font-weight: 100
}

.t\:200 {
    font-weight: 200
}

.t\:300 {
    font-weight: 300
}

.t\:400 {
    font-weight: 400
}

.t\:500 {
    font-weight: 500
}

.t\:600 {
    font-weight: 600
}

.t\:700 {
    font-weight: 700
}

.t\:800 {
    font-weight: 800
}

.t\:900 {
    font-weight: 900
}

.t\:left {
    text-align: left
}

.t\:right {
    text-align: right
}

.t\:center {
    text-align: center
}

.t\:italic {
    font-style: italic
}

.t\:no-italic {
    font-style: normal
}

.t\:uppercase {
    text-transform: uppercase
}

.t\:transform-none {
    text-transform: none
}

.inline {
    --dp-inline: inline;
    display: var(--dp-inline)
}

.box-reverse {
    flex-direction: row-reverse
}

.box-reverse[class*=" m:align-"],
.box-reverse[class^="m:align-"] {
    align-items: var(--align);
    justify-content: var(--justify-r-x)
}

.box-y {
    flex-direction: column
}

.box-y[class*=" m:align-"],
.box-y[class^="m:align-"] {
    align-items: var(--justify);
    justify-content: var(--align)
}

.box-y-reverse {
    flex-direction: column-reverse
}

.box-y-reverse[class*=" m:align-"],
.box-y-reverse[class^="m:align-"] {
    align-items: var(--justify);
    justify-content: var(--align-r-y)
}

.box-center {
    --justify: center;
    justify-content: var(--justify)
}

.box-center,
.box-center-y {
    --align: center;
    align-items: var(--align)
}

.box-center-x {
    --justify: center;
    justify-content: var(--justify)
}

.m\:inline {
    --dp-flex: inline-flex;
    --dp-grid: inline-grid;
    --dp-block: inline-block;
    --dp-inline: inline
}

.m\:block {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: block
}

.m\:hide,
.m\:show\@lg,
.m\:show\@md {
    --dp-flex: none;
    --dp-grid: none;
    --dp-block: none;
    --dp-inline: none
}

.m\:show {
    --dp-flex: flex;
    --dp-grid: grid;
    --dp-block: block;
    --dp-inline: inline
}

.m\:axis-x {
    flex-direction: row
}

.m\:axis-x[class*=" m:align-"],
.m\:axis-x[class^="m:align-"] {
    align-items: var(--align);
    justify-content: var(--justify)
}

.m\:axis-x-r {
    flex-direction: row-reverse
}

.m\:axis-x-r[class*=" m:align-"],
.m\:axis-x-r[class^="m:align-"] {
    align-items: var(--align);
    justify-content: var(--justify-r-x)
}

.m\:axis-y {
    flex-direction: column
}

.m\:axis-y[class*=" m:align-"],
.m\:axis-y[class^="m:align-"] {
    align-items: var(--justify);
    justify-content: var(--align)
}

.m\:axis-y-r {
    flex-direction: column-reverse
}

.m\:axis-y-r[class*=" m:align-"],
.m\:axis-y-r[class^="m:align-"] {
    align-items: var(--justify);
    justify-content: var(--align-r-y)
}

.m\:left {
    margin-right: auto;
    margin-left: 0
}

.m\:left-0,
.m\:right {
    margin-right: 0
}

.m\:right {
    margin-left: auto
}

.m\:right-0 {
    margin-left: 0
}

.m\:top {
    margin-bottom: auto;
    margin-top: 0
}

.m\:bottom,
.m\:top-0 {
    margin-bottom: 0
}

.m\:bottom {
    margin-top: auto
}

.m\:bottom-0 {
    margin-top: 0
}

.m\:center {
    margin: auto
}

.m\:center-0 {
    margin: 0
}

.m\:center-x {
    margin-left: auto;
    margin-right: auto
}

.m\:center-x-0 {
    margin-left: 0;
    margin-right: 0
}

.m\:center-y {
    margin-top: auto;
    margin-bottom: auto
}

.m\:center-y-0 {
    margin-top: 0;
    margin-bottom: 0
}

.m\:align-right {
    --justify: flex-end;
    --justify-r-x: flex-start
}

.m\:align-left {
    --justify: flex-start;
    --justify-r-x: flex-end
}

.m\:align-bottom {
    --align: flex-end;
    --align-r-y: flex-start
}

.m\:align-top {
    --align: flex-start;
    --align-r-y: flex-end
}

.m\:align-center {
    --align: center;
    --align-r-y: center
}

.m\:align-center,
.m\:align-center-x {
    --justify: center;
    --justify-r-x: center
}

.m\:align-center-y {
    --align: center;
    --align-r-y: center
}

.m\:align-stretch {
    --align: stretch;
    --align-r-y: stretch
}

.m\:align-stretch,
.m\:align-stretch-x {
    --justify: stretch;
    --justify-r-x: stretch
}

.m\:align-stretch-y {
    --align: stretch;
    --align-r-y: stretch
}

.m\:relative {
    position: relative
}

.m\:static {
    position: static
}

.m\:rotate-0 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.m\:rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m\:rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m\:rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.m\:rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m\:rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.m\:rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.m\:rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.m\:o-auto {
    overflow: auto
}

.m\:o-scroll {
    overflow: scroll
}

.m\:o-hidden {
    overflow: hidden
}

.m\:o-visible {
    overflow: visible
}

.m\:nowrap {
    flex-wrap: nowrap
}

.m\:wrap {
    flex-wrap: wrap
}

.m\:wrap-reverse {
    flex-wrap: wrap-reverse
}

.menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 899;
    background: #fff;
    overflow: hidden;
    display: none
}

.menu-modal__wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    padding: .8rem 0;
    overflow-x: hidden;
    overflow-y: auto
}

.menu-modal__box {
    display: flex
}

.menu-modal__list-item:not(:last-child) {
    margin-bottom: .25rem
}

.menu-modal__link,
.menu-toggle {
    font-size: .2rem
}

.menu-toggle {
    --menu-toggle-icon-active-size: 0.2rem;
    --menu-toggle-icon-top-width: 1em;
    --menu-toggle-icon-center-width: 0.8em;
    --menu-toggle-icon-bottom-width: 0.6em;
    --menu-toggle-icon-line-height: 0.0109rem;
    --menu-toggle-icon-indent: 0.05rem;
    --dp-flex: flex;
    display: var(--dp-flex);
    align-items: center;
    cursor: pointer;
    position: relative;
    color: currentColor
}

.menu-toggle._active .menu-toggle__icon span {
    background: none
}

.menu-toggle._active .menu-toggle__icon span:after,
.menu-toggle._active .menu-toggle__icon span:before {
    bottom: 0;
    -webkit-transition: bottom .3s .3s, width .3s 0s, -webkit-transform .3s .6s;
    transition: bottom .3s .3s, width .3s 0s, -webkit-transform .3s .6s;
    -o-transition: transform .3s .6s, bottom .3s .3s, width .3s 0s;
    transition: transform .3s .6s, bottom .3s .3s, width .3s 0s;
    transition: transform .3s .6s, bottom .3s .3s, width .3s 0s, -webkit-transform .3s .6s
}

.menu-toggle._active .menu-toggle__icon span:after {
    --menu-toggle-icon-top-width: var(--menu-toggle-icon-active-size);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-toggle._active .menu-toggle__icon span:before {
    --menu-toggle-icon-bottom-width: var(--menu-toggle-icon-active-size);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-toggle__icon {
    --dp-flex: flex;
    display: var(--dp-flex);
    height: 1em;
    width: 1em;
    font-size: .3rem;
    flex: 0 0 auto;
    border-radius: .05rem;
    background-color: #3cc369;
    color: #fff;
    position: relative;
    padding-left: .05rem
}

.menu-toggle__icon span {
    display: block;
    position: relative;
    background-color: currentColor;
    height: var(--menu-toggle-icon-line-height);
    width: var(--menu-toggle-icon-center-width);
    -webkit-transition: background 0s .3s, width .3s .3s;
    -o-transition: background 0s .3s, width .3s .3s;
    transition: background 0s .3s, width .3s .3s;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 20px;
    font-size: .2rem
}

.menu-toggle__icon span:after,
.menu-toggle__icon span:before {
    content: "";
    position: absolute;
    background-color: currentColor;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: bottom .3s .3s, width .3s .6s, -webkit-transform .3s 0s;
    transition: bottom .3s .3s, width .3s .6s, -webkit-transform .3s 0s;
    -o-transition: transform .3s 0s, bottom .3s .3s, width .3s .6s;
    transition: transform .3s 0s, bottom .3s .3s, width .3s .6s;
    transition: transform .3s 0s, bottom .3s .3s, width .3s .6s, -webkit-transform .3s 0s;
    border-radius: 20px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.menu-toggle__icon span:after {
    bottom: calc(var(--menu-toggle-icon-indent) + var(--menu-toggle-icon-line-height));
    width: var(--menu-toggle-icon-top-width)
}

.menu-toggle__icon span:before {
    bottom: calc((var(--menu-toggle-icon-indent) + var(--menu-toggle-icon-line-height)) / -1);
    width: var(--menu-toggle-icon-bottom-width)
}

.menu-toggle__icon span._left {
    margin-right: auto
}

.menu-toggle__icon span._left:after,
.menu-toggle__icon span._left:before {
    left: 0
}

.menu-toggle__icon span._right {
    margin-left: auto
}

.menu-toggle__icon span._right:after,
.menu-toggle__icon span._right:before {
    right: 0
}

.menu-toggle__icon span._center {
    margin-right: auto;
    margin-left: auto
}

.menu-toggle__icon span._center:after {
    left: calc(50% - (var(--menu-toggle-icon-top-width) / 2))
}

.menu-toggle__icon span._center:before {
    left: calc(50% - (var(--menu-toggle-icon-bottom-width) / 2))
}

.menu-toggle__text {
    font-size: .24rem;
    margin-left: .2rem;
    line-height: 1
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 950;
    padding: .1rem 0;
    background-color: #fff
}

.header._menu-active .header-hide {
    opacity: 0;
    pointer-events: none
}

.header-hide {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.header__menu {
    display: flex
}

.header__menu li:not(:last-child) {
    margin-right: .25rem
}

.header__menu a {
    font-size: .2rem
}

.footer {
    padding: .25rem 0 .15rem
}

.footer__menu li:not(:last-child) {
    margin-bottom: .25rem
}

.footer__menu a {
    font-size: .2rem
}

.footer__btn {
    width: 100%;
    font-size: .17rem;
    min-height: .44rem;
    max-width: 3.7rem;
    margin: auto;
}

.footer__ea {
    padding: .25rem 0 0
}

.footer__ea-link:hover .footer__ea-icon-1 {
    stroke: #0292ad
}

.footer__ea-link:hover .footer__ea-icon-2 {
    stroke: #f01801
}

.footer__ea-link:hover .footer__ea-icon-3 {
    stroke: #ff5b00
}

.footer__ea-logo {
    --adaptive-box: 27.92208%
}

.footer__ea-icon-1,
.footer__ea-icon-2,
.footer__ea-icon-3 {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    stroke: #d2d2d2
}

.modal-form {
    background-color: #fff
}

.modal-form__box {
    margin: auto;
    position: relative;
    z-index: 2;
    pointer-events: none;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.modal-form__wrapper {
    pointer-events: auto;
    position: relative;
    background-color: #8e53c1;
    color: #fff;
    padding: .5rem 0;
    max-width: 4rem;
    width: 100%;
    margin: 0 auto;
    padding: .55rem .2rem .2rem;
    border-radius: .15rem
}

.modal-form__image {
    --adaptive-box: 70.14706%;
    width: 2.9rem;
    margin-left: -.15rem
}

.modal-form__close {
    position: absolute;
    right: .1rem;
    top: .1rem;
    border-color: #fff
}

.modal-form__close .icon {
    color: #fff
}

.modal-form__close:active {
    border-color: #26944a
}

.modal-video__wrapper {
    min-height: 100%;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column
}

.modal-video__box {
    margin: 0 auto;
    max-width: 10rem;
    width: 100%;
    position: relative;
    flex: 1 0 auto;
    display: flex
}

.modal-video__video {
    --adaptive-box: 56.25%;
    margin: auto
}

.modal-video__close {
    margin: auto 0 auto auto
}

.home {
    position: relative;
    /* padding: .2rem 0 .1rem */
    padding: .1rem 0 .1rem
}

.home__title {
    font-size: .28rem
}

.home__subtitle {
    position: relative;
    padding-left: .83333em;
    line-height: normal
}

.home__subtitle:before {
    content: "";
    height: 1em;
    width: 1em;
    font-size: .43333em;
    position: absolute;
    left: 0;
    top: .92308em;
    background-color: #8e53c1
}

.home__subtitle span {
    font-size: .82em
}

.home__box {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: .15rem;
    background: url(../images/home/box-bg-520.jpg) no-repeat top/100%;
    padding-top: 2.2rem
}

.home__minprice {
    display: flex;
    justify-content: center;
}

.home__decor {
    position: absolute;
    width: 100%;
    left: -.03rem;
    top: -.08rem;
    --animation-bottom: 10%
}

.home__info {
    color: #fff;
    background: #8e53c1 url(../images/home/decor-info-520.png) no-repeat bottom/3rem;
    padding: .4rem .15rem .5rem;
    border-radius: .15rem
}

.s_functional {
    position: relative;
    padding: .15rem 0
}

.s_functional__card {
    background-color: #f9f9fd;
    position: relative;
    z-index: 1;
    border-radius: .15rem;
    padding: .22rem .15rem;
    width: 100%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.s_functional__card-title {
    font-size: .18rem;
    padding-right: .2rem;
    position: relative;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.s_functional__card-title .icon {
    color: #3cc369;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: .14rem
}

.s_functional__card-text {
    font-weight: 300;
    padding-top: .2rem;
    display: none
}

.s_iaw {
    position: relative;
    padding: .15rem 0
}

.s_iaw__card {
    border-radius: .15rem;
    color: #fff;
    padding: .15rem .13rem
}

.s_iaw__card._1 {
    --item-list: #3cc369;
    background: url(../images/s_iaw/bg-lg-1.jpg) no-repeat top/cover
}

.s_iaw__card._2 {
    --item-list: #8e53c1;
    background: url(../images/s_iaw/bg-lg-2.jpg) no-repeat top/cover
}

.s_iaw__card-list li {
    margin-left: .16rem;
    list-style: disc outside
}

.s_iaw__card-list li:not(:last-child) {
    margin-bottom: .1rem
}

.s_iaw__card-list li::marker {
    color: var(--item-list)
}

.s_app,
.s_solution,
.s_video {
    position: relative;
    padding: .15rem 0;
    overflow: hidden
}

.s_app__box {
    background: url(../images/s_app/bg-box.svg) no-repeat top/cover;
    padding: 0 .15rem .2rem;
    border-radius: .15rem
}

.s_app__image {
    --adaptive-box: 221.54696%;
    width: 1.54rem;
    margin: -.78rem auto 0
}

.s_app__list li {
    padding-left: .25rem
}

.s_app__list li:not(:last-child) {
    margin-bottom: .1rem
}

.s_tr {
    position: relative;
    padding: .15rem 0;
    overflow: hidden
}

.s_tr__card {
    border-radius: .15rem;
    padding: .15rem
}

.s_tr__card._v1 {
    background-color: #d2ffe1
}

.s_tr__card._v2 {
    background-color: #f8f0ff
}

.s_cb {
    position: relative;
    padding: .15rem 0;
    overflow: hidden
}

.s_cb__card {
    border-radius: .15rem;
    background-color: #f9f9fd;
    position: relative;
    padding: .2rem .15rem
}

.s_cb__card-title {
    margin-bottom: .1rem
}

.s_cb__card-tooltip {
    padding-top: .05rem;
    margin-top: -.05rem;
    margin-bottom: auto
}

.s_cb__card-tooltip .icon {
    font-size: .25rem
}

.s_cb__card-tooltip:hover .s_cb__card-tooltip-text {
    opacity: 1
}

.s_cb__card-tooltip-text {
    position: absolute;
    bottom: 100%;
    background-color: #d2ffe1;
    z-index: 10;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
    right: 0;
    width: 100%;
    bottom: calc(100% - .15rem);
    border-radius: .15rem;
    padding: .2rem .15rem
}

.s_cb__card-tooltip-list {
    font-size: .14rem
}

.s_cb__card-tooltip-list li:not(:last-child) {
    margin-bottom: .1rem
}

.s_lvl {
    position: relative;
    padding: .15rem 0;
    overflow: hidden
}

.s_lvl__post {
    background-color: #f9f9fd;
    padding: .07rem .07rem .2rem;
    border-radius: .15rem
}

.s_lvl__post .list {
    --grid-gap-y: 0.05rem
}

.s_lvl__post .list li {
    padding-left: .2rem
}

.s_lvl__post .list li:not(:last-child) {
    margin-bottom: 0
}

.s_lvl__post .list li:before {
    top: .06rem
}

.slider__swipe-animation{
    display: block;
    position: absolute;
    top: 35%;
    left: 40%;
    opacity: 0;
    max-width: 0.65rem;
    -webkit-animation: swipe-animation 8s linear infinite;
    animation: swipe-animation 8s linear infinite;
}

.s_fp {
    position: relative;
    padding: .15rem 0;
    overflow: hidden
}

.s_fp__card {
    height: auto;
    background-color: #f9f9fd;
    padding: .2rem .12rem;
    border-radius: .15rem
}

.s_fp__card-subprice {
    text-decoration: line-through;
    color: #d4d4e1;
    line-height: normal;
    font-size: .24rem
}

.s_fp__card-price {
    font-weight: 700;
    line-height: normal;
    background: -o-linear-gradient(356.23deg, #8e53c1 1.1%, #3cc369 98.82%);
    background: linear-gradient(93.77deg, #8e53c1 1.1%, #3cc369 98.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: .36rem
}

.s_reviews {
    position: relative;
    padding: .15rem 0
}

.s_reviews__info {
    background-color: #3cc369;
    color: #fff;
    padding: .15rem;
    border-radius: .15rem;
    z-index: 2;
    position: relative
}

.s_reviews__slider-button .icon {
    font-size: 1em
}

.s_reviews__slider-box {
    padding: .55rem .15rem .2rem;
    margin-top: -.45rem;
    background-color: #f9f9fd;
    border-radius: .15rem
}

.s_reviews__slider-box .swiper-pagination-current {
    color: #8e53c1;
    font-weight: 500;
    min-width: .25rem
}

.s_reviews__slider-box .swiper-pagination-total {
    margin-left: .05rem
}

.s_reviews__ticker {
    overflow: hidden;
    position: relative;
    height: 1.85rem;
    font-size: .14rem
}

.s_reviews__ticker:after,
.s_reviews__ticker:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 .1rem .1rem #3cc369;
    box-shadow: 0 0 .1rem .1rem #3cc369;
    z-index: 10
}

.s_reviews__ticker:before {
    top: -1px
}

.s_reviews__ticker:after {
    bottom: -1px
}

.screen-list__card {
    position: absolute;
    z-index: 99;
    top: calc(10% + .5em);
}

.screen-list__card-left {
    left: calc(10% + 9em);
}

.screen-list__card-right {
    right: calc(10% + 9em);
}

.screen-list__card-icon {
    width: 1.5em;
    height: 1.5em;
    display: block;
    flex: 0 0 auto;
    fill: currentColor;
    -webkit-transition: all .4s 0s;
    -o-transition: all .4s 0s;
    transition: all .4s 0s;
    position: relative
}

.screen-list__card-text {
    display: none;
    position: absolute;
    background-color: #d2ffe1;
    border-radius: .08rem;
    width: 7.9em
}

.screen-list__card-list {
    font-size: .1rem;
    padding: .08rem
}

.screen-list__card:hover .screen-list__card-text{
	display: block
}

.screen-list__card-list li:not(:last-child) {
    margin-bottom: .04rem
}

@-webkit-keyframes l {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes l {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes ticker-y-n {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes ticker-y-n {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.s_reviews__ticker-wrapper {
    height: 100%
}

.s_reviews__ticker-body {
    -webkit-animation: 600s linear 0s infinite normal none l;
    animation: 600s linear 0s infinite normal none l;
    will-change: transform;
    position: relative
}

.s_reviews__ticker-box {
    display: flex;
    flex-direction: column
}

.s_reviews__ticker-box:nth-child(2) {
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    top: 0
}

.s_reviews__ticker-item p {
    margin-bottom: .1rem
}

.s_reviews-thumbs-slide {
    height: 1em;
    width: 1em;
    font-size: 10px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.s_reviews-thumbs-slide.swiper-slide-active {
    background-color: #3cc369
}

.s_order {
    position: relative;
    padding: .15rem 0
}

.s_order__box {
    background-color: #8e53c1;
    color: #fff;
    border-radius: .15rem;
    padding: .2rem .05rem
}

.s_order__image {
    --adaptive-box: 70.14706%
}

.s_order__content {
    padding: 0 .15rem
}

.s_faq {
    padding: .2rem 0 0
}

.s_faq,
.thanks {
    position: relative
}

.thanks__body {
    min-height: 100vh;
    padding: 1rem 0
}

.color-primary {
    color: #41ce70
}

.color-secondary {
    color: #8e53c1
}

.applinks {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

.color-grey {
    color: #959595
}

.flex-0-0-a {
    flex: 0 0 auto
}

.flex-1-0-a {
    flex: 1 0 auto
}

.flex-1-1-a {
    flex: 1 1 auto
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.max-w-none {
    max-width: none
}

.lh-auto {
    line-height: normal
}

.ls-04 {
    letter-spacing: .04em
}

.w-225 {
    width: 2.25rem
}

.mb-50 {
    margin-bottom: .5rem
}

.mb-30 {
    margin-bottom: .3rem
}

.mb-10 {
    margin-bottom: .1rem
}

.mb-15 {
    margin-bottom: .15rem
}

.w-240 {
    width: 2.4rem
}

.mw-300 {
    max-width: 3rem
}

.pb-60 {
    padding-bottom: .6rem
}

.mr-15 {
    margin-right: .15rem
}

.w-180 {
    width: 1.8rem
}

.t\:size-30 {
    font-size: .3rem
}

.t\:size-20 {
    font-size: .2rem
}

.mr-20 {
    margin-right: .2rem
}

.mb-5 {
    margin-bottom: .05rem
}

.mb-20 {
    margin-bottom: .2rem
}

.z-10 {
    z-index: 10
}

.t\:size-45 {
    font-size: .45rem
}

.pb-30 {
    padding-bottom: .3rem
}

.t\:size-32 {
    font-size: .32rem
}

.pl-70 {
    padding-left: .7rem
}

.mr-10 {
    margin-right: .1rem
}

.br-5 {
    border-radius: .05rem
}

.mb-80 {
    margin-bottom: .8rem
}

.gap-y-10 {
    --grid-gap-y: 0.1rem
}

.t\:size-22 {
    font-size: .22rem
}

.t\:size-18 {
    font-size: .18rem
}

.t\:size-64 {
    font-size: .64rem
}

.pl-8 {
    padding-left: .08rem
}

.br-15 {
    border-radius: .15rem
}

.mr-5 {
    margin-right: .05rem
}

.t\:size-16 {
    font-size: .16rem
}

.mb-35 {
    margin-bottom: .35rem
}

.t\:size-38 {
    font-size: .38rem
}

.t\:size-14 {
    font-size: .14rem
}

.pl-45 {
    padding-left: .45rem
}

.lh-150 {
    line-height: 150%
}

.mb-25 {
    margin-bottom: .25rem
}

.w-276 {
    width: 2.76rem
}

.mb-45 {
    margin-bottom: .45rem
}

.mb-8 {
    margin-bottom: .08rem
}

.mw-310 {
    max-width: 3.1rem
}

.w-120 {
    width: 1.2rem
}

.t\:size-82 {
    font-size: .82rem
}

.delay-100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.mw-332 {
    max-width: 3.32rem
}

.delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@media (min-width:480px) {
    :root {
        --width-max-window: 440px
    }

    .container {
        max-width: 440px
    }
}

@media (min-width:640px) {
    :root {
        --width-max-window: 520px
    }

    .container,
    .container\@xs {
        max-width: 520px
    }
    
    .slider__swipe-animation {
        display: none;
    }
}

@media (min-width:768px) {
    :root {
        --width-max-window: 768px;
        --layout-size: 1920
    }

    .screen-list__card-icon {
        width: 2.5em;
        height: 2.5em;
    }

    .screen-list__card-text {
        border-radius: .16rem;
        width: 9em
    }
    
    .screen-list__card-list {
        font-size: .12rem;
        padding: .1rem
    }

    .home__minprice {
        justify-content: flex-start;
    }

    .applinks {
        justify-content: flex-end;
    }

    .container,
    .container\@md,
    .container\@xs {
        max-width: 720px
    }

    .col-1\@md {
        --col: 1
    }

    .col-2\@md {
        --col: 2
    }

    .col-3\@md {
        --col: 3
    }

    .col-4\@md {
        --col: 4
    }

    .col-5\@md {
        --col: 5
    }

    .col-6\@md {
        --col: 6
    }

    .col-7\@md {
        --col: 7
    }

    .col-8\@md {
        --col: 8
    }

    .col-9\@md {
        --col: 9
    }

    .col-10\@md {
        --col: 10
    }

    .col-11\@md {
        --col: 11
    }

    .col-12\@md {
        --col: 12
    }

    .row-1\@md {
        --row: 1
    }

    .row-2\@md {
        --row: 2
    }

    .row-3\@md {
        --row: 3
    }

    .row-4\@md {
        --row: 4
    }

    .row-5\@md {
        --row: 5
    }

    .row-6\@md {
        --row: 6
    }

    .row-7\@md {
        --row: 7
    }

    .row-8\@md {
        --row: 8
    }

    .row-9\@md {
        --row: 9
    }

    .row-10\@md {
        --row: 10
    }

    .row-11\@md {
        --row: 11
    }

    .row-12\@md {
        --row: 12
    }

    .order-0\@md {
        order: 0
    }

    .order-1\@md {
        order: 1
    }

    .order-2\@md {
        order: 2
    }

    .order-3\@md {
        order: 3
    }

    .order-4\@md {
        order: 4
    }

    .order-5\@md {
        order: 5
    }

    .order-6\@md {
        order: 6
    }

    .order-7\@md {
        order: 7
    }

    .order-8\@md {
        order: 8
    }

    .order-9\@md {
        order: 9
    }

    .order-10\@md {
        order: 10
    }

    .order-11\@md {
        order: 11
    }

    .order-12\@md {
        order: 12
    }

    .g\:columns-2\@md {
        --grid-columns: 2
    }

    .g\:columns-3\@md {
        --grid-columns: 3
    }

    .g\:columns-4\@md {
        --grid-columns: 4
    }

    .g\:columns-5\@md {
        --grid-columns: 5
    }

    .g\:columns-6\@md {
        --grid-columns: 6
    }

    .g\:columns-7\@md {
        --grid-columns: 7
    }

    .g\:columns-8\@md {
        --grid-columns: 8
    }

    .g\:columns-9\@md {
        --grid-columns: 9
    }

    .g\:columns-10\@md {
        --grid-columns: 10
    }

    .g\:columns-11\@md {
        --grid-columns: 11
    }

    .g\:columns-12\@md {
        --grid-columns: 12
    }

    .g\:cs-1\@md {
        --col-start: 1
    }

    .g\:cs-2\@md {
        --col-start: 2
    }

    .g\:cs-3\@md {
        --col-start: 3
    }

    .g\:cs-4\@md {
        --col-start: 4
    }

    .g\:cs-5\@md {
        --col-start: 5
    }

    .g\:cs-6\@md {
        --col-start: 6
    }

    .g\:cs-7\@md {
        --col-start: 7
    }

    .g\:cs-8\@md {
        --col-start: 8
    }

    .g\:cs-9\@md {
        --col-start: 9
    }

    .g\:cs-10\@md {
        --col-start: 10
    }

    .g\:cs-11\@md {
        --col-start: 11
    }

    .g\:cs-auto\@md {
        --col-start: auto
    }

    .g\:start-auto\@md {
        --col-start: auto;
        --row-start: auto
    }

    .g\:col-auto\@md {
        --col: auto
    }

    .g\:col-auto-none\@md {
        --col: var(--grid-columns)
    }

    .g\:gap\@md {
        --local-container-gap: var(--container-gap);
        --grid-gap-x: var(--gap-x);
        --grid-gap-y: var(--gap-y);
        --gap-n: calc(var(--container-gap) / -1)
    }

    .g\:gap-0\@md {
        --local-container-gap: 0px;
        --grid-gap-x: 0px;
        --grid-gap-y: 0px;
        --gap-n: 0px
    }

    .g\:gap-n\@md {
        --gap-n: calc(var(--local-container-gap) / -1);
        margin-right: var(--gap-n);
        margin-left: var(--gap-n)
    }

    .g\:gap-n-0\@md {
        --gap-n: 0px
    }

    .g\:gap-x\@md {
        --grid-gap-x: var(--gap-x)
    }

    .g\:gap-x-0\@md {
        --grid-gap-x: 0px
    }

    .g\:gap-y\@md {
        --grid-gap-y: var(--gap-y)
    }

    .g\:gap-y-0\@md {
        --grid-gap-y: 0px
    }

    .g\:rs-1\@md {
        --row-start: 1
    }

    .g\:rs-2\@md {
        --row-start: 2
    }

    .g\:rs-3\@md {
        --row-start: 3
    }

    .g\:rs-4\@md {
        --row-start: 4
    }

    .g\:rs-5\@md {
        --row-start: 5
    }

    .g\:rs-6\@md {
        --row-start: 6
    }

    .g\:rs-7\@md {
        --row-start: 7
    }

    .g\:rs-8\@md {
        --row-start: 8
    }

    .g\:rs-9\@md {
        --row-start: 9
    }

    .g\:rs-10\@md {
        --row-start: 10
    }

    .g\:rs-11\@md {
        --row-start: 11
    }

    .g\:rs-auto\@md {
        --row-start: auto
    }

    .g\:rows-auto\@md {
        grid-auto-rows: auto
    }

    .g\:rows-fixed\@md {
        grid-auto-rows: 1fr
    }

    .t\:left\@md {
        text-align: left
    }

    .t\:right\@md {
        text-align: right
    }

    .t\:center\@md {
        text-align: center
    }

    .m\:inline\@md {
        --dp-flex: inline-flex;
        --dp-grid: inline-grid;
        --dp-block: inline-block;
        --dp-inline: inline
    }

    .m\:block\@md {
        --dp-flex: flex;
        --dp-grid: grid;
        --dp-block: block;
        --dp-inline: block
    }

    .m\:hide\@md {
        --dp-flex: none;
        --dp-grid: none;
        --dp-block: none;
        --dp-inline: none
    }

    .m\:show\@md {
        --dp-flex: flex;
        --dp-grid: grid;
        --dp-block: block;
        --dp-inline: inline
    }

    .m\:axis-x\@md {
        flex-direction: row
    }

    .m\:axis-x\@md[class*=" m:align-"],
    .m\:axis-x\@md[class^="m:align-"] {
        align-items: var(--align);
        justify-content: var(--justify)
    }

    .m\:axis-x-r\@md {
        flex-direction: row-reverse
    }

    .m\:axis-x-r\@md[class*=" m:align-"],
    .m\:axis-x-r\@md[class^="m:align-"] {
        align-items: var(--align);
        justify-content: var(--justify-r-x)
    }

    .m\:axis-y\@md {
        flex-direction: column
    }

    .m\:axis-y\@md[class*=" m:align-"],
    .m\:axis-y\@md[class^="m:align-"] {
        align-items: var(--justify);
        justify-content: var(--align)
    }

    .m\:axis-y-r\@md {
        flex-direction: column-reverse
    }

    .m\:axis-y-r\@md[class*=" m:align-"],
    .m\:axis-y-r\@md[class^="m:align-"] {
        align-items: var(--justify);
        justify-content: var(--align-r-y)
    }

    .m\:left\@md {
        margin-right: auto;
        margin-left: 0
    }

    .m\:left-0\@md,
    .m\:right\@md {
        margin-right: 0
    }

    .m\:right\@md {
        margin-left: auto
    }

    .m\:right-0\@md {
        margin-left: 0
    }

    .m\:top\@md {
        margin-bottom: auto;
        margin-top: 0
    }

    .m\:bottom\@md,
    .m\:top-0\@md {
        margin-bottom: 0
    }

    .m\:bottom\@md {
        margin-top: auto
    }

    .m\:bottom-0\@md {
        margin-top: 0
    }

    .m\:center\@md {
        margin: auto
    }

    .m\:center-0\@md {
        margin: 0
    }

    .m\:center-x\@md {
        margin-left: auto;
        margin-right: auto
    }

    .m\:center-x-0\@md {
        margin-left: 0;
        margin-right: 0
    }

    .m\:center-y\@md {
        margin-top: auto;
        margin-bottom: auto
    }

    .m\:center-y-0\@md {
        margin-top: 0;
        margin-bottom: 0
    }

    .m\:align-right\@md {
        --justify: flex-end;
        --justify-r-x: flex-start
    }

    .m\:align-left\@md {
        --justify: flex-start;
        --justify-r-x: flex-end
    }

    .m\:align-bottom\@md {
        --align: flex-end;
        --align-r-y: flex-start
    }

    .m\:align-top\@md {
        --align: flex-start;
        --align-r-y: flex-end
    }

    .m\:align-center\@md {
        --align: center;
        --align-r-y: center
    }

    .m\:align-center-x\@md,
    .m\:align-center\@md {
        --justify: center;
        --justify-r-x: center
    }

    .m\:align-center-y\@md {
        --align: center;
        --align-r-y: center
    }

    .m\:align-stretch\@md {
        --align: stretch;
        --align-r-y: stretch
    }

    .m\:align-stretch-x\@md,
    .m\:align-stretch\@md {
        --justify: stretch;
        --justify-r-x: stretch
    }

    .m\:align-stretch-y\@md {
        --align: stretch;
        --align-r-y: stretch
    }

    .m\:relative\@md {
        position: relative
    }

    .m\:static\@md {
        position: static
    }

    .m\:o-auto\@md {
        overflow: auto
    }

    .m\:o-scroll\@md {
        overflow: scroll
    }

    .m\:o-hidden\@md {
        overflow: hidden
    }

    .m\:o-visible\@md {
        overflow: visible
    }

    .m\:nowrap\@md {
        flex-wrap: nowrap
    }

    .m\:wrap\@md {
        flex-wrap: wrap
    }

    .m\:wrap-reverse\@md {
        flex-wrap: wrap-reverse
    }

    .modal-form__image {
        width: auto;
        margin-left: 0
    }

    .home__title {
        font-size: .56rem
    }

    .home__subtitle span {
        font-size: 1em
    }

    .home__box {
        background-image: url(../images/home/box-bg-720.jpg);
        padding-top: 3.3rem
    }

    .home__decor {
        width: 90%;
        left: 5%;
        top: -.5rem
    }

    .home__info {
        background-image: url(../images/home/decor-info-720.png);
        background-size: 720px;
        padding-bottom: .4rem
    }

    .s_app__box {
        padding: .2rem
    }

    .s_app__image {
        margin-top: 0
    }

    .s_lvl__post {
        padding: .2rem
    }

    .max-w-none\@md {
        max-width: none
    }

    .mb-55\@md {
        margin-bottom: .55rem
    }

    .t\:size-36\@md {
        font-size: .36rem
    }

    .pl-70\@md {
        padding-left: .7rem
    }

    .pl-130\@md {
        padding-left: 1.3rem
    }

    .mb-20\@md {
        margin-bottom: .2rem
    }

    .mr-20\@md {
        margin-right: .2rem
    }

    .mb-0\@md {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .screen-list__card-icon {
        width: 5em;
        height: 5em;
    }

    .screen-list__card-text {
        border-radius: 0.25rem;
        width: 18em
    }
    
    .screen-list__card-list {
        font-size: .24rem;
        padding: 0.3rem
    }

    .screen-list__card-list li:not(:last-child) {
        margin-bottom: .2rem
    }
    
    .samples-detail-button {
        display: none;
    }

    :root {
        --body-font-size: 0.18rem;
        --gap-x: 0.2rem;
        --gap-y: 0.2rem;
        --container-gap: 0;
        --width-max-window: 100vw;
        --width-min-window: 960;
        --width-min-window-px: 960px;
        --min-value: 64;
        --min-value-px: 64px;
        --max-value: 100
    }

    .container,
    .container\@lg,
    .container\@md,
    .container\@xs {
        max-width: 14.2rem
    }

    .fadeIn\@lg {
        -webkit-animation-name: f;
        animation-name: f
    }

    .title--size-sm {
        font-size: .36rem
    }

    .title--size-md {
        font-size: .32rem;
        font-size: .48rem
    }

    .title--size-lg {
        font-size: .72rem
    }

    .content P:not(:last-child) {
        margin-bottom: 1.39em
    }

    .btn-primary._icon {
        min-height: auto;
        justify-content: space-between;
        padding: .1rem .1rem .1rem .45rem
    }

    .btn-primary--md,
    .form-field {
        min-height: .8rem;
        font-size: .24rem
    }

    .form-field__error,
    .form-field__input,
    .form-field__required,
    .form-field__text {
        padding: .05rem .45rem
    }

    .modal__close {
        font-size: .5rem
    }

    .questions-item {
        border-radius: .25rem;
        padding: .3rem .25rem .3rem .3rem
    }

    .questions-item__toggel {
        font-size: .56rem
    }

    .questions-item__body {
        padding: .2rem 0 0
    }

    .slider-button {
        font-size: .8rem
    }

    .slider-button--center-lg {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        margin: 0 !important;
        z-index: 10
    }

    .slider-button--center-lg.slider-button-prev {
        right: calc(100% - .5em)
    }

    .slider-button--center-lg.slider-button-next {
        left: calc(100% - .5em)
    }

    .col-1\@lg {
        --col: 1
    }

    .col-2\@lg {
        --col: 2
    }

    .col-3\@lg {
        --col: 3
    }

    .col-4\@lg {
        --col: 4
    }

    .col-5\@lg {
        --col: 5
    }

    .col-6\@lg {
        --col: 6
    }

    .col-7\@lg {
        --col: 7
    }

    .col-8\@lg {
        --col: 8
    }

    .col-9\@lg {
        --col: 9
    }

    .col-10\@lg {
        --col: 10
    }

    .col-11\@lg {
        --col: 11
    }

    .col-12\@lg {
        --col: 12
    }

    .row-1\@lg {
        --row: 1
    }

    .row-2\@lg {
        --row: 2
    }

    .row-3\@lg {
        --row: 3
    }

    .row-4\@lg {
        --row: 4
    }

    .row-5\@lg {
        --row: 5
    }

    .row-6\@lg {
        --row: 6
    }

    .row-7\@lg {
        --row: 7
    }

    .row-8\@lg {
        --row: 8
    }

    .row-9\@lg {
        --row: 9
    }

    .row-10\@lg {
        --row: 10
    }

    .row-11\@lg {
        --row: 11
    }

    .row-12\@lg {
        --row: 12
    }

    .order-0\@lg {
        order: 0
    }

    .order-1\@lg {
        order: 1
    }

    .order-2\@lg {
        order: 2
    }

    .order-3\@lg {
        order: 3
    }

    .order-4\@lg {
        order: 4
    }

    .order-5\@lg {
        order: 5
    }

    .order-6\@lg {
        order: 6
    }

    .order-7\@lg {
        order: 7
    }

    .order-8\@lg {
        order: 8
    }

    .order-9\@lg {
        order: 9
    }

    .order-10\@lg {
        order: 10
    }

    .order-11\@lg {
        order: 11
    }

    .order-12\@lg {
        order: 12
    }

    .g\:columns-2\@lg {
        --grid-columns: 2
    }

    .g\:columns-3\@lg {
        --grid-columns: 3
    }

    .g\:columns-4\@lg {
        --grid-columns: 4
    }

    .g\:columns-5\@lg {
        --grid-columns: 5
    }

    .g\:columns-6\@lg {
        --grid-columns: 6
    }

    .g\:columns-7\@lg {
        --grid-columns: 7
    }

    .g\:columns-8\@lg {
        --grid-columns: 8
    }

    .g\:columns-9\@lg {
        --grid-columns: 9
    }

    .g\:columns-10\@lg {
        --grid-columns: 10
    }

    .g\:columns-11\@lg {
        --grid-columns: 11
    }

    .g\:columns-12\@lg {
        --grid-columns: 12
    }

    .g\:cs-1\@lg {
        --col-start: 1
    }

    .g\:cs-2\@lg {
        --col-start: 2
    }

    .g\:cs-3\@lg {
        --col-start: 3
    }

    .g\:cs-4\@lg {
        --col-start: 4
    }

    .g\:cs-5\@lg {
        --col-start: 5
    }

    .g\:cs-6\@lg {
        --col-start: 6
    }

    .g\:cs-7\@lg {
        --col-start: 7
    }

    .g\:cs-8\@lg {
        --col-start: 8
    }

    .g\:cs-9\@lg {
        --col-start: 9
    }

    .g\:cs-10\@lg {
        --col-start: 10
    }

    .g\:cs-11\@lg {
        --col-start: 11
    }

    .g\:cs-auto\@lg {
        --col-start: auto
    }

    .g\:start-auto\@lg {
        --col-start: auto;
        --row-start: auto
    }

    .g\:col-auto\@lg {
        --col: auto
    }

    .g\:col-auto-none\@lg {
        --col: var(--grid-columns)
    }

    .g\:gap\@lg {
        --local-container-gap: var(--container-gap);
        --grid-gap-x: var(--gap-x);
        --grid-gap-y: var(--gap-y);
        --gap-n: calc(var(--container-gap) / -1)
    }

    .g\:gap-0\@lg {
        --local-container-gap: 0px;
        --grid-gap-x: 0px;
        --grid-gap-y: 0px;
        --gap-n: 0px
    }

    .g\:gap-n\@lg {
        --gap-n: calc(var(--local-container-gap) / -1);
        margin-right: var(--gap-n);
        margin-left: var(--gap-n)
    }

    .g\:gap-n-0\@lg {
        --gap-n: 0px
    }

    .g\:gap-x\@lg {
        --grid-gap-x: var(--gap-x)
    }

    .g\:gap-x-0\@lg {
        --grid-gap-x: 0px
    }

    .g\:gap-y\@lg {
        --grid-gap-y: var(--gap-y)
    }

    .g\:gap-y-0\@lg {
        --grid-gap-y: 0px
    }

    .g\:rs-1\@lg {
        --row-start: 1
    }

    .g\:rs-2\@lg {
        --row-start: 2
    }

    .g\:rs-3\@lg {
        --row-start: 3
    }

    .g\:rs-4\@lg {
        --row-start: 4
    }

    .g\:rs-5\@lg {
        --row-start: 5
    }

    .g\:rs-6\@lg {
        --row-start: 6
    }

    .g\:rs-7\@lg {
        --row-start: 7
    }

    .g\:rs-8\@lg {
        --row-start: 8
    }

    .g\:rs-9\@lg {
        --row-start: 9
    }

    .g\:rs-10\@lg {
        --row-start: 10
    }

    .g\:rs-11\@lg {
        --row-start: 11
    }

    .g\:rs-auto\@lg {
        --row-start: auto
    }

    .g\:rows-auto\@lg {
        grid-auto-rows: auto
    }

    .g\:rows-fixed\@lg {
        grid-auto-rows: 1fr
    }

    .t\:left\@lg {
        text-align: left
    }

    .t\:right\@lg {
        text-align: right
    }

    .t\:center\@lg {
        text-align: center
    }

    .m\:inline\@lg {
        --dp-flex: inline-flex;
        --dp-grid: inline-grid;
        --dp-block: inline-block;
        --dp-inline: inline
    }

    .m\:block\@lg {
        --dp-flex: flex;
        --dp-grid: grid;
        --dp-block: block;
        --dp-inline: block
    }

    .m\:hide\@lg {
        --dp-flex: none;
        --dp-grid: none;
        --dp-block: none;
        --dp-inline: none
    }

    .m\:show\@lg {
        --dp-flex: flex;
        --dp-grid: grid;
        --dp-block: block;
        --dp-inline: inline
    }

    .m\:axis-x\@lg {
        flex-direction: row
    }

    .m\:axis-x\@lg[class*=" m:align-"],
    .m\:axis-x\@lg[class^="m:align-"] {
        align-items: var(--align);
        justify-content: var(--justify)
    }

    .m\:axis-x-r\@lg {
        flex-direction: row-reverse
    }

    .m\:axis-x-r\@lg[class*=" m:align-"],
    .m\:axis-x-r\@lg[class^="m:align-"] {
        align-items: var(--align);
        justify-content: var(--justify-r-x)
    }

    .m\:axis-y\@lg {
        flex-direction: column
    }

    .m\:axis-y\@lg[class*=" m:align-"],
    .m\:axis-y\@lg[class^="m:align-"] {
        align-items: var(--justify);
        justify-content: var(--align)
    }

    .m\:axis-y-r\@lg {
        flex-direction: column-reverse
    }

    .m\:axis-y-r\@lg[class*=" m:align-"],
    .m\:axis-y-r\@lg[class^="m:align-"] {
        align-items: var(--justify);
        justify-content: var(--align-r-y)
    }

    .m\:left\@lg {
        margin-right: auto;
        margin-left: 0
    }

    .m\:left-0\@lg,
    .m\:right\@lg {
        margin-right: 0
    }

    .m\:right\@lg {
        margin-left: auto
    }

    .m\:right-0\@lg {
        margin-left: 0
    }

    .m\:top\@lg {
        margin-bottom: auto;
        margin-top: 0
    }

    .m\:bottom\@lg,
    .m\:top-0\@lg {
        margin-bottom: 0
    }

    .m\:bottom\@lg {
        margin-top: auto
    }

    .m\:bottom-0\@lg {
        margin-top: 0
    }

    .m\:center\@lg {
        margin: auto
    }

    .m\:center-0\@lg {
        margin: 0
    }

    .m\:center-x\@lg {
        margin-left: auto;
        margin-right: auto
    }

    .m\:center-x-0\@lg {
        margin-left: 0;
        margin-right: 0
    }

    .m\:center-y\@lg {
        margin-top: auto;
        margin-bottom: auto
    }

    .m\:center-y-0\@lg {
        margin-top: 0;
        margin-bottom: 0
    }

    .m\:align-right\@lg {
        --justify: flex-end;
        --justify-r-x: flex-start
    }

    .m\:align-left\@lg {
        --justify: flex-start;
        --justify-r-x: flex-end
    }

    .m\:align-bottom\@lg {
        --align: flex-end;
        --align-r-y: flex-start
    }

    .m\:align-top\@lg {
        --align: flex-start;
        --align-r-y: flex-end
    }

    .m\:align-center\@lg {
        --align: center;
        --align-r-y: center
    }

    .m\:align-center-x\@lg,
    .m\:align-center\@lg {
        --justify: center;
        --justify-r-x: center
    }

    .m\:align-center-y\@lg {
        --align: center;
        --align-r-y: center
    }

    .m\:align-stretch\@lg {
        --align: stretch;
        --align-r-y: stretch
    }

    .m\:align-stretch-x\@lg,
    .m\:align-stretch\@lg {
        --justify: stretch;
        --justify-r-x: stretch
    }

    .m\:align-stretch-y\@lg {
        --align: stretch;
        --align-r-y: stretch
    }

    .m\:relative\@lg {
        position: relative
    }

    .m\:static\@lg {
        position: static
    }

    .m\:o-auto\@lg {
        overflow: auto
    }

    .m\:o-scroll\@lg {
        overflow: scroll
    }

    .m\:o-hidden\@lg {
        overflow: hidden
    }

    .m\:o-visible\@lg {
        overflow: visible
    }

    .m\:nowrap\@lg {
        flex-wrap: nowrap
    }

    .m\:wrap\@lg {
        flex-wrap: wrap
    }

    .m\:wrap-reverse\@lg {
        flex-wrap: wrap-reverse
    }

    .header {
        padding: .17rem 0 0
    }

    .footer {
        padding: 0 0 .3rem
    }

    .footer__menu {
        display: flex
    }

    .footer__menu li:not(:last-child) {
        margin-bottom: 0;
        margin-right: .25rem
    }

    .footer__btn {
        padding: 0;
        font-size: .2rem;
        min-height: .55rem
    }

    .footer__ea {
        padding: .5rem 0 0
    }

    .modal-form__wrapper {
        max-width: none;
        border-radius: .25rem;
        padding: .5rem .3rem .3rem
    }

    .modal-form__image {
        width: 6.38rem
    }

    .modal-form__close {
        top: .3rem;
        right: .3rem
    }

    .modal-video__header {
        height: 1rem
    }

    .home {
        /* padding: 1.35rem 0 .5rem */
        padding: .5rem 0 .5rem
    }

    .home__title {
        font-size: 1.25rem
    }

    .home__minprice,
    .home__subtitle {
        font-size: .23rem;
        margin-left: 1.2rem
    }

    .home__box {
        background: url(../images/home/box-bg-1920.jpg) no-repeat top/14.2rem;
        border-radius: .45rem;
        min-height: 10.5rem
    }

    .home__decor {
        width: 13.74rem;
        top: -1.84rem;
        left: .36rem
    }

    .home__info {
        background: #8e53c1 url(../images/home/decor-info-1920.svg) no-repeat top/14.2rem;
        min-height: 2.92rem;
        border-radius: .45rem;
        padding: .5rem .6rem .3rem
    }

    .home__card-title {
        margin-bottom: -.05rem
    }

    .s_functional {
        padding: .5rem 0
    }

    .s_functional__card {
        border-radius: .25rem;
        padding: .3rem
    }

    .s_functional__card-title {
        color: #8e53c1;
        padding-right: 0;
        pointer-events: none;
        font-size: .24rem
    }

    .s_functional__card-text {
        padding-top: .12rem;
        display: block !important;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s
    }

    .s_functional__card:hover {
        background: #40cc6e;
        color: #fff
    }

    .s_functional__card:hover:before {
        opacity: 1
    }

    .s_functional__card:hover .s_functional__card-title {
        color: #fff
    }

    .s_iaw {
        padding: .5rem 0
    }

    .s_iaw__card {
        padding: .65rem .3rem .3rem;
        border-radius: .25rem;
        min-height: 2.92rem
    }

    .s_iaw__card-list li:not(:last-child) {
        margin-bottom: .15rem
    }

    .s_solution {
        padding: .5rem 0
    }

    .s_solution__slider {
        margin: 0 auto
    }

    .s_app,
    .s_video {
        padding: .5rem 0
    }

    .s_app__box {
        border-radius: .25rem;
        padding: .48rem .4rem .48rem 0
    }

    .s_app__image {
        width: 3.62rem;
        margin: 0;
        margin-left: 1.9rem
    }

    .s_app__list {
        margin-left: -.3rem
    }

    .s_app__list li {
        padding-left: .35rem
    }

    .s_app__list li:not(:last-child) {
        margin-bottom: .35rem
    }

    .s_app__list li:before {
        top: .11rem
    }

    .s_tr {
        padding: .5rem 0
    }

    .s_tr__card {
        border-radius: .25rem;
        padding: .4rem .3rem
    }

    .s_cb {
        padding: .5rem 0
    }

    .s_cb__card {
        padding: .3rem;
        border-radius: .25rem
    }

    .s_cb__card-title {
        margin-bottom: .15rem;
        min-height: .64rem
    }

    .s_cb__card-tooltip-text {
        bottom: calc(100% - .25rem);
        padding: .3rem;
        border-radius: .25rem
    }

    .s_cb__card-tooltip-list {
        font-size: .16rem
    }

    .s_lvl {
        padding: .5rem 0
    }

    .s_lvl__post {
        padding: .15rem .15rem .25rem .5rem;
        border-radius: .25rem
    }

    .s_lvl__post .list li:not(:last-child) {
        margin-bottom: 0
    }

    .s_lvl__post .list li:before {
        top: .08rem
    }

    .s_fp {
        padding: .5rem 0
    }

    .s_fp__card {
        border-radius: .25rem;
        padding: .3rem;
        min-height: 3rem
    }

    .s_reviews {
        padding: .5rem 0 .15rem
    }

    .s_reviews__box {
        background-color: #f9f9fd;
        border-radius: .3rem
    }

    .s_reviews__info {
        padding: .4rem;
        border-radius: .3rem
    }

    .s_reviews__slider-box {
        margin-top: 0;
        padding: .4rem .3rem .45rem 0
    }

    .s_reviews__slider-box .swiper-pagination-current {
        min-width: .35rem
    }

    .s_reviews__ticker {
        height: 6rem;
        font-size: .18rem
    }

    .s_reviews__ticker-item p {
        margin-bottom: .15rem
    }

    .s_reviews-thumbs {
        margin: 0;
        padding: 2px 0;
        width: 190px
    }

    .s_order {
        padding: .15rem 0 .35rem
    }

    .s_order__box {
        border-radius: .25rem;
        padding: .57rem 0 .42rem
    }

    .s_order__image {
        width: 6.8rem;
        margin-left: .17rem;
        margin-top: .52rem
    }

    .s_order__content {
        padding: 0 .3rem 0 0
    }

    .s_faq {
        padding: .35rem 0 .5rem
    }

    .max-w-none\@lg {
        max-width: none
    }

    .w-319\@lg {
        width: 3.19rem
    }

    .mr-40\@lg {
        margin-right: .4rem
    }

    .mb-0\@lg {
        margin-bottom: 0
    }

    .mb-25\@lg {
        margin-bottom: .25rem
    }

    .mb-50\@lg {
        margin-bottom: .5rem
    }

    .mw-545\@lg {
        max-width: 5.45rem
    }

    .mr-45\@lg {
        margin-right: .45rem
    }

    .mw-910\@lg {
        max-width: 9.1rem
    }

    .gap-x-10\@lg {
        --grid-gap-x: 0.1rem
    }

    .delay-200\@lg {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .pb-85\@lg {
        padding-bottom: .85rem
    }

    .t\:size-55\@lg {
        font-size: .55rem
    }

    .t\:size-20\@lg {
        font-size: .2rem
    }

    .pl-75\@lg {
        padding-left: .75rem
    }

    .pl-0\@lg {
        padding-left: 0
    }

    .mb-30\@lg {
        margin-bottom: .3rem
    }

    .mw-460\@lg {
        max-width: 4.6rem
    }

    .mb-35\@lg {
        margin-bottom: .35rem
    }

    .pl-240\@lg {
        padding-left: 2.4rem
    }

    .delay-400\@lg {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .t\:size-32\@lg {
        font-size: .32rem
    }

    .mb-15\@lg {
        margin-bottom: .15rem
    }

    .mb-40\@lg {
        margin-bottom: .4rem
    }

    .pl-360\@lg {
        padding-left: 3.6rem
    }

    .t\:size-266\@lg {
        font-size: 2.66rem
    }

    .pt-6\@lg {
        padding-top: .06rem
    }

    .t\:size-24\@lg {
        font-size: .24rem
    }

    .mb-45\@lg {
        margin-bottom: .45rem
    }

    .t\:size-90\@lg {
        font-size: .9rem
    }

    .gap-y-30\@lg {
        --grid-gap-y: 0.3rem
    }

    .pt-35\@lg {
        padding-top: .35rem
    }

    .mb-20\@lg {
        margin-bottom: .2rem
    }

    .br-25\@lg {
        border-radius: .25rem
    }

    .mr-10\@lg {
        margin-right: .1rem
    }

    .mb-55\@lg {
        margin-bottom: .55rem
    }

    .t\:size-36\@lg {
        font-size: .36rem
    }

    .t\:size-60\@lg {
        font-size: .6rem
    }

    .gap-y-25\@lg {
        --grid-gap-y: 0.25rem
    }

    .t\:size-18\@lg {
        font-size: .18rem
    }

    .t\:size-50\@lg {
        font-size: .5rem
    }

    .mr-20\@lg {
        margin-right: .2rem
    }

    .w-170\@lg {
        width: 1.7rem
    }

    .pt-80\@lg {
        padding-top: .8rem
    }

    .t\:size-104\@lg {
        font-size: 1.04rem
    }

    .t\:size-64\@lg {
        font-size: .64rem
    }
}

@media (min-width:1024px) {

    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }

    .fancybox__slide {
        padding: 64px 100px
    }

    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }

    .carousel__button.is-close {
        right: 40px
    }

    .fancybox__toolbar {
        padding: 8px
    }
}

@media (min-width:1920px) {
    :root {
        --width-max-window: 1920px
    }
}

@media (max-width:1023px) {
    .swiper-slide-notactive {
        max-height: 60vh;
    }

    .samples_swiper>.swiper-wrapper>.swiper-slide-active {
        max-height: 100%;
    }

    .samples_swiper {
        max-height: 60vh;
    }

    .s_functional__card._active {
        color: #fff;
        background: #40cc6e
    }

    .s_functional__card._active:before {
        opacity: 1
    }

    .s_functional__card._active .s_functional__card-title {
        color: #fff
    }

    .s_functional__card._active .s_functional__card-title .icon {
        color: #fff;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }
}

@media (max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

@media (pointer:fine) {
    .link:hover {
        color: #41ce70
    }

    .link:active {
        color: #26944a
    }

    .link-decor:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .btn-secondary._primary:hover {
        --theme-bg: #2da856;
        --theme-color: #2da856
    }

    .btn-secondary._primary:active {
        --theme-bg: #26944a;
        --theme-color: #26944a
    }

    .btn-secondary._secondary:hover {
        --theme-bg: #673891;
        --theme-color: #673891
    }

    .btn-secondary._secondary:active {
        --theme-bg: #4d2b6c;
        --theme-color: #4d2b6c
    }

    .btn--theme-primary:hover {
        background-color: #2da856
    }

    .btn--theme-primary:active {
        background-color: #26944a
    }

    .btn--theme-secondary:hover {
        background-color: #673891
    }

    .btn--theme-secondary:active {
        background-color: #4d2b6c
    }

    .btn--theme-outline:hover {
        color: #fff;
        background: #41ce70
    }

    .btn--theme-outline:hover .icon {
        color: #fff
    }

    .btn--theme-outline:active {
        color: #fff;
        border-color: #26944a;
        background: #26944a
    }

    .btn--theme-outline:active .icon {
        color: #fff
    }

    .btn--theme-gradient:active:before,
    .btn--theme-gradient:hover:after {
        opacity: 1
    }

    .modal-form__close:hover {
        border-color: #41ce70
    }

    .modal-form__close:active {
        border-color: #26944a
    }
}