.editor-form-field_17x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.editor-form-field_17x:not(:last-child) {
    margin-bottom: 12.53px
}

.editor-form-field_17x .checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.editor-form-field_17x .checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.editor-form-field_17x .checkbox input:checked+.mask {
    background-color: #757575
}

.editor-form-field_17x .checkbox input:checked+.mask svg {
    opacity: 1
}

.editor-form-field_17x .checkbox input:focus+.mask {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_17x .mask {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    z-index: 0;
    border-radius: 2px;
    border: 2px solid #757575;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.editor-form-field_17x .mask svg {
    display: block;
    width: 80%;
    height: 100%;
    margin: auto;
    fill: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.editor-form-field_17x .label {
    max-width: calc(100% - 30px);
    -webkit-flex-basis: calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    cursor: pointer
}

.editor-form-field_Uzk {
    max-width: 100%
}

.editor-form-field_Uzk .select {
    position: relative;
    margin-top: 15px
}

.editor-form-field_Uzk .label {
    cursor: pointer
}

.editor-form-field_Uzk .description {
    display: block;
    text-align: left
}

.editor-form-field_Uzk .select__arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #505050;
    pointer-events: none
}

.editor-form-field_Uzk .select__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.editor-form-field_Uzk .default-option {
    opacity: .8
}

.editor-form-field_Uzk select {
    width: 100%;
    padding-right: 40px;
    background-color: hsla(0,0%,40.4%,.2);
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit
}

.editor-form-field_Uzk select:focus {
    outline: auto;
    outline-color: #3b99fc
}

.button_24J {
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    text-align: center;
    background-position: 50%;
    overflow: visible;
    cursor: pointer;
    -webkit-transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in;
    word-wrap: break-word
}

.button--font-weight-bold_3_w .button__content_1on {
    font-weight: 700
}

.button--font-weight-normal_IGi .button__content_1on {
    font-weight: 400
}

.button--font-weight-inherit_5Oh .button__content_1on {
    font-weight: inherit
}

.button--font-style-italic_16q .button__content_1on {
    font-style: italic
}

.button--font-style-initial_Etk .button__content_1on {
    font-style: normal
}

.button--text-decoration-underline_yD2 .button__content_1on {
    text-decoration: underline
}

.button--left-icon_3Ep .button__content_1on {
    padding-left: 32px
}

.button--right-icon_26q .button__content_1on {
    padding-left: 0;
    padding-right: 32px
}

.button__inner_2mC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button__border_17U {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.button__content_1on {
    display: inline-block;
    position: relative;
    max-width: 100%;
    word-wrap: break-word
}

.button--with-icon_1uQ .button__content_1on {
    max-width: 100%
}

.button__icon_VM9 {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button__icon--left_2cM {
    left: 0
}

.button__icon--right_oyy {
    right: 0
}

.button__icon-image_1iq {
    height: 100%;
    max-width: 100%;
    margin: auto
}

.hiddenText_1oO {
    height: 1em;
    visibility: hidden
}

.modal_33M {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.modal__overlay_2eY {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--overlay-bg-color);
    opacity: .5
}

.modal__content_1zJ {
    position: relative;
    min-width: 344px;
    margin: 0 auto;
    padding: 43px 32px 65px;
    border-radius: 3px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-animation: fadeIn_2AA .2s ease-out forwards;
    animation: fadeIn_2AA .2s ease-out forwards
}

.modal--editable_3Os {
    z-index: auto
}

.modal--editable_3Os .message__close-btn_1fi {
    cursor: auto
}

.svg_2MK {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    fill: currentColor
}

.message_2kG {
    text-align: center
}

.message--editable_1iK .message__btn_1xl {
    cursor: text
}

.message__status-ico_3jr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 auto 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676767
}

.message__close-btn_1fi {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 24px;
    padding: 4px;
    opacity: .8;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.message__close-btn_1fi:hover {
    opacity: 1
}

.message__close-btn_1fi:after,.message__close-btn_1fi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #141414
}

.message__close-btn_1fi:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.message__close-btn_1fi:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.message__title_3jF {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.message__text_3DR,.message__title_3jF {
    position: relative;
    padding: 0;
    z-index: 0;
    font-family: Lato,sans-serif
}

.message__text_3DR {
    margin: 0 0 42px;
    font-size: 14px;
    text-align: center;
    line-height: 1.43
}

.message__btn_1xl {
    width: 210px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 34px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    background-color: #676767
}

.message__btn_1xl,.message__inner-text_OOT {
    position: relative;
    line-height: 36px;
    font-family: Lato,sans-serif;
    font-size: 12px;
    color: #fff
}

.message__inner-text_OOT {
    border-radius: 34px
}

.theme-dark_3FJ .modal__content_1zJ {
    background-color: #141414
}

.theme-dark_3FJ .message__text_3DR,.theme-dark_3FJ .message__title_3jF {
    color: #fff
}

.theme-dark_3FJ .message__close-btn_1fi:after,.theme-dark_3FJ .message__close-btn_1fi:before,.theme-light_1j6 .modal__content_1zJ {
    background-color: #fff
}

.theme-light_1j6 .message__text_3DR,.theme-light_1j6 .message__title_3jF {
    color: #141414
}

.theme-light_1j6 .message__close-btn_1fi:after,.theme-light_1j6 .message__close-btn_1fi:before {
    background-color: #141414
}

.preview_1ua {
    position: relative;
    height: 420px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.preview_1ua .modal__content_1zJ {
    -webkit-animation: none;
    animation: none
}

.preview__button_12C {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    z-index: 1
}

@-webkit-keyframes fadeIn_2AA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

@keyframes fadeIn_2AA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

.ui-contactForm_1f9 {
    font-size: var(--ui-text-font-size);
    line-height: 1.79;
    font-weight: 400;
    font-family: Lato,sans-serif;
    color: grey
}

.ui-contactForm--light_18j {
    color: #fff
}

.ui-input--size-sm_30Y {
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 32px;
    color: inherit;
    line-height: 1.2
}

.ui-input--size-md_1wC {
    padding: 12px 24px;
    font-size: 14px
}

.ui-input--size-lg_3Ef,.ui-input--size-md_1wC {
    border-radius: 34px;
    color: inherit;
    line-height: 1.2
}

.ui-input--size-lg_3Ef {
    padding: 16px 32px;
    font-size: 16px
}

.input_GmU:focus::-webkit-input-placeholder,.textarea_1Lw:focus::-webkit-input-placeholder {
    opacity: 0
}

.input_GmU:focus::-moz-placeholder,.textarea_1Lw:focus::-moz-placeholder {
    opacity: 0
}

.input_GmU:focus:-ms-input-placeholder,.textarea_1Lw:focus:-ms-input-placeholder {
    opacity: 0
}

.input_GmU:focus:-moz-placeholder,.textarea_1Lw:focus:-moz-placeholder {
    opacity: 0
}

.input_GmU::-webkit-input-placeholder,.textarea_1Lw::-webkit-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU::-moz-placeholder,.textarea_1Lw::-moz-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU:-ms-input-placeholder,.textarea_1Lw:-ms-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU:-moz-placeholder,.textarea_1Lw:-moz-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.inputWrapper_3qj {
    position: relative
}

.message_2kG {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: red
}

.contactForm_wW_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.editor-form-field_2Mc {
    max-width: 100%
}

.editor-form-field_2Mc .input_3lG,.editor-form-field_2Mc input {
    display: block;
    width: 100%;
    top: auto;
    opacity: 1;
    margin-top: 15px;
    border: 0;
    font-family: inherit;
    text-overflow: ellipsis;
    background-color: hsla(0,0%,40.4%,.2)
}

.editor-form-field_2Mc .input_3lG:focus,.editor-form-field_2Mc input:focus {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field--drop-zone_2_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed;
    margin-top: 8px;
    font-family: inherit;
    text-overflow: ellipsis;
    cursor: pointer
}

.editor-form-field--drop-zone_2_1:focus-within {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field--drop-zone_2_1 .clip_1HR {
    width: 34px;
    font-size: 0;
    color: inherit;
    margin-bottom: 8px
}

.editor-form-field_2Mc .dropzone_2Tm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.editor-form-field_2Mc .label {
    cursor: pointer
}

.editor-form-field_2Mc .description {
    display: block
}

.editor-form-field_2n0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.editor-form-field_2n0:not(:last-child) {
    margin-bottom: 12.53px
}

.editor-form-field_2n0 .radio {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.editor-form-field_2n0 .radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.editor-form-field_2n0 .radio input:checked+.mask:after {
    opacity: 1
}

.editor-form-field_2n0 .radio input:focus+.mask {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_2n0 .mask {
    z-index: 0;
    border-radius: 50%;
    border: 2px solid #757575;
    background-color: transparent
}

.editor-form-field_2n0 .mask,.editor-form-field_2n0 .mask:after {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px
}

.editor-form-field_2n0 .mask:after {
    content: "";
    border-radius: 50%;
    background-color: #757575;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.editor-form-field_2n0 .label {
    max-width: calc(100% - 30px);
    -webkit-flex-basis: calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    cursor: pointer
}

.multiple-wrapper_3fJ {
    text-align: left
}

.editor-form-field_3zq {
    max-width: 100%
}

.editor-form-field_3zq textarea {
    display: block;
    width: 100%;
    min-height: 76px;
    margin-top: 15px;
    border: 0;
    font-family: inherit;
    text-overflow: ellipsis;
    background-color: hsla(0,0%,40.4%,.2);
    resize: none
}

.editor-form-field_3zq textarea:focus {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_3zq textarea::-moz-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea:-ms-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::-webkit-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::-ms-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq .label {
    cursor: pointer
}

.editor-form-field_3zq .description {
    display: block;
    text-align: left
}

.editor-form-field_17x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.editor-form-field_17x:not(:last-child) {
    margin-bottom: 12.53px
}

.editor-form-field_17x .checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.editor-form-field_17x .checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.editor-form-field_17x .checkbox input:checked+.mask {
    background-color: #757575
}

.editor-form-field_17x .checkbox input:checked+.mask svg {
    opacity: 1
}

.editor-form-field_17x .checkbox input:focus+.mask {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_17x .mask {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    z-index: 0;
    border-radius: 2px;
    border: 2px solid #757575;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.editor-form-field_17x .mask svg {
    display: block;
    width: 80%;
    height: 100%;
    margin: auto;
    fill: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.editor-form-field_17x .label {
    max-width: calc(100% - 30px);
    -webkit-flex-basis: calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    cursor: pointer
}

.editor-form-field_Uzk {
    max-width: 100%
}

.editor-form-field_Uzk .select {
    position: relative;
    margin-top: 15px
}

.editor-form-field_Uzk .label {
    cursor: pointer
}

.editor-form-field_Uzk .description {
    display: block;
    text-align: left
}

.editor-form-field_Uzk .select__arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #505050;
    pointer-events: none
}

.editor-form-field_Uzk .select__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.editor-form-field_Uzk .default-option {
    opacity: .8
}

.editor-form-field_Uzk select {
    width: 100%;
    padding-right: 40px;
    background-color: hsla(0,0%,40.4%,.2);
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit
}

.editor-form-field_Uzk select:focus {
    outline: auto;
    outline-color: #3b99fc
}

.button_24J {
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    text-align: center;
    background-position: 50%;
    overflow: visible;
    cursor: pointer;
    -webkit-transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in;
    word-wrap: break-word
}

.button--font-weight-bold_3_w .button__content_1on {
    font-weight: 700
}

.button--font-weight-normal_IGi .button__content_1on {
    font-weight: 400
}

.button--font-weight-inherit_5Oh .button__content_1on {
    font-weight: inherit
}

.button--font-style-italic_16q .button__content_1on {
    font-style: italic
}

.button--font-style-initial_Etk .button__content_1on {
    font-style: normal
}

.button--text-decoration-underline_yD2 .button__content_1on {
    text-decoration: underline
}

.button--left-icon_3Ep .button__content_1on {
    padding-left: 32px
}

.button--right-icon_26q .button__content_1on {
    padding-left: 0;
    padding-right: 32px
}

.button__inner_2mC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button__border_17U {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.button__content_1on {
    display: inline-block;
    position: relative;
    max-width: 100%;
    word-wrap: break-word
}

.button--with-icon_1uQ .button__content_1on {
    max-width: 100%
}

.button__icon_VM9 {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button__icon--left_2cM {
    left: 0
}

.button__icon--right_oyy {
    right: 0
}

.button__icon-image_1iq {
    height: 100%;
    max-width: 100%;
    margin: auto
}

.hiddenText_1oO {
    height: 1em;
    visibility: hidden
}

.modal_33M {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.modal__overlay_2eY {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--overlay-bg-color);
    opacity: .5
}

.modal__content_1zJ {
    position: relative;
    min-width: 344px;
    margin: 0 auto;
    padding: 43px 32px 65px;
    border-radius: 3px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-animation: fadeIn_2AA .2s ease-out forwards;
    animation: fadeIn_2AA .2s ease-out forwards
}

.modal--editable_3Os {
    z-index: auto
}

.modal--editable_3Os .message__close-btn_1fi {
    cursor: auto
}

.svg_2MK {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    fill: currentColor
}

.message_2kG {
    text-align: center
}

.message--editable_1iK .message__btn_1xl {
    cursor: text
}

.message__status-ico_3jr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 auto 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676767
}

.message__close-btn_1fi {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 24px;
    padding: 4px;
    opacity: .8;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.message__close-btn_1fi:hover {
    opacity: 1
}

.message__close-btn_1fi:after,.message__close-btn_1fi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #141414
}

.message__close-btn_1fi:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.message__close-btn_1fi:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.message__title_3jF {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.message__text_3DR,.message__title_3jF {
    position: relative;
    padding: 0;
    z-index: 0;
    font-family: Lato,sans-serif
}

.message__text_3DR {
    margin: 0 0 42px;
    font-size: 14px;
    text-align: center;
    line-height: 1.43
}

.message__btn_1xl {
    width: 210px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 34px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    background-color: #676767
}

.message__btn_1xl,.message__inner-text_OOT {
    position: relative;
    line-height: 36px;
    font-family: Lato,sans-serif;
    font-size: 12px;
    color: #fff
}

.message__inner-text_OOT {
    border-radius: 34px
}

.theme-dark_3FJ .modal__content_1zJ {
    background-color: #141414
}

.theme-dark_3FJ .message__text_3DR,.theme-dark_3FJ .message__title_3jF {
    color: #fff
}

.theme-dark_3FJ .message__close-btn_1fi:after,.theme-dark_3FJ .message__close-btn_1fi:before,.theme-light_1j6 .modal__content_1zJ {
    background-color: #fff
}

.theme-light_1j6 .message__text_3DR,.theme-light_1j6 .message__title_3jF {
    color: #141414
}

.theme-light_1j6 .message__close-btn_1fi:after,.theme-light_1j6 .message__close-btn_1fi:before {
    background-color: #141414
}

.preview_1ua {
    position: relative;
    height: 420px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.preview_1ua .modal__content_1zJ {
    -webkit-animation: none;
    animation: none
}

.preview__button_12C {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    z-index: 1
}

@-webkit-keyframes fadeIn_2AA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

@keyframes fadeIn_2AA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

.ui-contactForm_1f9 {
    font-size: var(--ui-text-font-size);
    line-height: 1.79;
    font-weight: 400;
    font-family: Lato,sans-serif;
    color: grey
}

.ui-contactForm--light_18j {
    color: #fff
}

.ui-input--size-sm_30Y {
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 32px;
    color: inherit;
    line-height: 1.2
}

.ui-input--size-md_1wC {
    padding: 12px 24px;
    font-size: 14px
}

.ui-input--size-lg_3Ef,.ui-input--size-md_1wC {
    border-radius: 34px;
    color: inherit;
    line-height: 1.2
}

.ui-input--size-lg_3Ef {
    padding: 16px 32px;
    font-size: 16px
}

.input_GmU:focus::-webkit-input-placeholder,.textarea_1Lw:focus::-webkit-input-placeholder {
    opacity: 0
}

.input_GmU:focus::-moz-placeholder,.textarea_1Lw:focus::-moz-placeholder {
    opacity: 0
}

.input_GmU:focus:-ms-input-placeholder,.textarea_1Lw:focus:-ms-input-placeholder {
    opacity: 0
}

.input_GmU:focus:-moz-placeholder,.textarea_1Lw:focus:-moz-placeholder {
    opacity: 0
}

.input_GmU::-webkit-input-placeholder,.textarea_1Lw::-webkit-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU::-moz-placeholder,.textarea_1Lw::-moz-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU:-ms-input-placeholder,.textarea_1Lw:-ms-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.input_GmU:-moz-placeholder,.textarea_1Lw:-moz-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.inputWrapper_3qj {
    position: relative
}

.message_2kG {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: red
}

.contactForm_wW_ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.editor-form-field_2Mc {
    max-width: 100%
}

.editor-form-field_2Mc .input_3lG,.editor-form-field_2Mc input {
    display: block;
    width: 100%;
    top: auto;
    opacity: 1;
    margin-top: 15px;
    border: 0;
    font-family: inherit;
    text-overflow: ellipsis;
    background-color: hsla(0,0%,40.4%,.2)
}

.editor-form-field_2Mc .input_3lG:focus,.editor-form-field_2Mc input:focus {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field--drop-zone_2_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed;
    margin-top: 8px;
    font-family: inherit;
    text-overflow: ellipsis;
    cursor: pointer
}

.editor-form-field--drop-zone_2_1:focus-within {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field--drop-zone_2_1 .clip_1HR {
    width: 34px;
    font-size: 0;
    color: inherit;
    margin-bottom: 8px
}

.editor-form-field_2Mc .dropzone_2Tm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.editor-form-field_2Mc .label {
    cursor: pointer
}

.editor-form-field_2Mc .description {
    display: block
}

.editor-form-field_2n0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.editor-form-field_2n0:not(:last-child) {
    margin-bottom: 12.53px
}

.editor-form-field_2n0 .radio {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.editor-form-field_2n0 .radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.editor-form-field_2n0 .radio input:checked+.mask:after {
    opacity: 1
}

.editor-form-field_2n0 .radio input:focus+.mask {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_2n0 .mask {
    z-index: 0;
    border-radius: 50%;
    border: 2px solid #757575;
    background-color: transparent
}

.editor-form-field_2n0 .mask,.editor-form-field_2n0 .mask:after {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px
}

.editor-form-field_2n0 .mask:after {
    content: "";
    border-radius: 50%;
    background-color: #757575;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.editor-form-field_2n0 .label {
    max-width: calc(100% - 30px);
    -webkit-flex-basis: calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    cursor: pointer
}

.multiple-wrapper_3fJ {
    text-align: left
}

.editor-form-field_3zq {
    max-width: 100%
}

.editor-form-field_3zq textarea {
    display: block;
    width: 100%;
    min-height: 76px;
    margin-top: 15px;
    border: 0;
    font-family: inherit;
    text-overflow: ellipsis;
    background-color: hsla(0,0%,40.4%,.2);
    resize: none
}

.editor-form-field_3zq textarea:focus {
    outline: auto;
    outline-color: #3b99fc
}

.editor-form-field_3zq textarea::-moz-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea:-ms-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::-webkit-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::-ms-input-placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq textarea::placeholder {
    padding-bottom: 15px
}

.editor-form-field_3zq .label {
    cursor: pointer
}

.editor-form-field_3zq .description {
    display: block;
    text-align: left
}

.modal_1IC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.modal__overlay_3IN {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--overlay-bg-color);
    opacity: .5
}

.modal__content_yvj {
    position: relative;
    min-width: 344px;
    margin: 0 auto;
    padding: 43px 32px 65px;
    border-radius: 3px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-animation: fadeIn_3Hj .2s ease-out forwards;
    animation: fadeIn_3Hj .2s ease-out forwards
}

.modal--editable_38d {
    z-index: auto
}

.modal--editable_38d .message__close-btn_3GR {
    cursor: auto
}

.svg_3d7 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    fill: currentColor
}

.message_2GO {
    text-align: center
}

.message--editable_3lp .message__btn_2Db {
    cursor: text
}

.message__status-ico_Ef- {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 auto 33px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676767
}

.message__close-btn_3GR {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 24px;
    padding: 4px;
    opacity: .8;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.message__close-btn_3GR:hover {
    opacity: 1
}

.message__close-btn_3GR:after,.message__close-btn_3GR:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #141414
}

.message__close-btn_3GR:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.message__close-btn_3GR:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.message__title_7D_ {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.message__text_1gM,.message__title_7D_ {
    position: relative;
    padding: 0;
    z-index: 0;
    font-family: Lato,sans-serif
}

.message__text_1gM {
    margin: 0 0 42px;
    font-size: 14px;
    text-align: center;
    line-height: 1.43
}

.message__btn_2Db {
    width: 210px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 34px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    background-color: #676767
}

.message__btn_2Db,.message__inner-text_3wV {
    position: relative;
    line-height: 36px;
    font-family: Lato,sans-serif;
    font-size: 12px;
    color: #fff
}

.message__inner-text_3wV {
    border-radius: 34px
}

.theme-dark_1El .modal__content_yvj {
    background-color: #141414
}

.theme-dark_1El .message__text_1gM,.theme-dark_1El .message__title_7D_ {
    color: #fff
}

.theme-dark_1El .message__close-btn_3GR:after,.theme-dark_1El .message__close-btn_3GR:before,.theme-light_1DC .modal__content_yvj {
    background-color: #fff
}

.theme-light_1DC .message__text_1gM,.theme-light_1DC .message__title_7D_ {
    color: #141414
}

.theme-light_1DC .message__close-btn_3GR:after,.theme-light_1DC .message__close-btn_3GR:before {
    background-color: #141414
}

.preview_1ka {
    position: relative;
    height: 420px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.preview_1ka .modal__content_yvj {
    -webkit-animation: none;
    animation: none
}

.preview__button_UJr {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    z-index: 1
}

@-webkit-keyframes fadeIn_3Hj {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

@keyframes fadeIn_3Hj {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

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

.container_2wS {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title_2Ke {
    margin-top: 32px;
    text-align: center
}

.text_UGT {
    margin-top: 8px;
    text-align: center
}

.button_1_7 {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.button-border_1MC {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wrapper_1Hj {
    position: relative
}

.wrapper_1Hj+* {
    margin-top: 24px
}

.name_1p7 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700!important
}

.hidden_y1v {
    display: none!important
}

.cart-trigger_dq0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 64px;
    height: 64px;
    right: 64px;
    z-index: 2;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16);
    box-shadow: 0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16)
}

.hidden_-g_ {
    display: none
}

@media screen and (max-width: 768px) {
    .cart-trigger_dq0 {
        right:26px
    }
}

.counter_2mI {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -2px;
    right: -2px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container_3z5,.counter_2mI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.container_3z5 {
    padding: 56px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.title_2FT {
    margin-top: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212736
}

.text_1yu,.title_2FT {
    font-style: normal;
    text-align: center
}

.text_1yu {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9199ab
}

.button_wPI {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.button-border_1KK {
    right: 0;
    bottom: 0
}

.button-border_1KK,.image_zCd {
    position: absolute;
    top: 0;
    left: 0
}

.image_zCd {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: inherit
}

.picture_2ZH {
    display: block;
    position: relative;
    min-height: 32px;
    padding-top: 33.3333%;
    overflow: hidden
}

.wrapper_mOh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.svg_2eg {
    width: 50px;
    height: 50px;
    -webkit-animation: rotate_3i7 .9s linear infinite;
    animation: rotate_3i7 .9s linear infinite
}

.path_1bs {
    stroke: #bfd2ff;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke-dasharray: 46
}

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

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

.input-quantity_1ZJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    min-width: 75px;
    padding: 8px 12px;
    margin-right: 16px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff
}

@media (min-width: 768px) {
    .input-quantity_1ZJ {
        margin-right:24px
    }
}

.input-quantity__arrows_3-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input_1p6 {
    width: 0;
    max-width: calc(100% - 10px);
    -moz-appearance: textfield;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.arrow--down_1w1,.arrow_2iA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arrow--down_1w1 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.input_1p6::-webkit-inner-spin-button,.input_1p6::-webkit-outer-spin-button {
    display: none
}

.product_3o8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 8px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .product_3o8 {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product_3o8:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,.050980392156862744)
}

.product__info_FAA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 1024px) {
    .product__info_FAA {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.product__info--group_192 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.product__info--group_192,.product__info--left_2-N {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product__info--left_2-N {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .product__info--left_2-N {
        width:calc(100% - 250px)
    }
}

.product__controls_f-J,.product__description_23s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product__img_18T {
    width: 46px;
    height: 46px;
    margin: auto 8px auto 0;
    background: transparent
}

.product__img_18T img {
    border-radius: 3px
}

@media (min-width: 1024px) {
    .product__img_18T {
        margin-right:24px
    }
}

.product__title_2OJ {
    max-width: calc(100% - 15px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3px;
    font-weight: 700!important;
    font-size: 14px!important;
    line-height: 20px;
    color: #212736
}

@media (min-width: 1024px) {
    .product__title_2OJ {
        width:calc(100% - 30px);
        margin-right: 30px;
        overflow: initial;
        white-space: normal;
        text-overflow: clip;
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .product__title_2OJ.ui-text {
        font-size:12px!important
    }
}

@media (max-width: 768px) {
    .product__qty_3da {
        height:24px;
        padding: 3px 5px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.product__price_3yo {
    width: auto;
    font-size: 14px;
    margin-right: 24px
}

@media (min-width: 1024px) {
    .product__price_3yo {
        white-space:nowrap
    }
}

@media (max-width: 1024px) {
    .product__price_3yo.ui-text {
        width:100%;
        text-align: right;
        font-size: 14px!important
    }
}

.product__remove-item-btn_1Qs {
    width: 32px;
    height: 32px;
    margin: auto 0
}

.product__remove-item-btn_1Qs:hover {
    background: #f7f8fa;
    border-radius: 4px
}

.full-height_2wT {
    height: 100%
}

.products-list_34k {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-title_3fD {
    margin-bottom: 8px
}

.content_1m4 {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

.content_1m4,.total_2W3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.total_2W3 {
    margin-bottom: 24px;
    margin-top: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.total-text_14e {
    font-size: 18px;
    font-weight: 700
}

.block_5r5 {
    width: 100%;
    z-index: 1
}

.header_2Tc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8fa
}

.modal-title_2yN {
    font-weight: 700!important
}

.section-title_2wI {
    margin-bottom: 8px
}

.content_127 {
    padding: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

.content_127,.form_1hi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form_1hi {
    margin-top: 8px
}

.form__title_2h4 {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.form__input_2q7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff;
    font-size: 14px
}

.form__input_2q7::-moz-placeholder {
    font-size: 14px
}

.form__input_2q7:-ms-input-placeholder {
    font-size: 14px
}

.form__input_2q7::-webkit-input-placeholder {
    font-size: 14px
}

.form__input_2q7::-ms-input-placeholder {
    font-size: 14px
}

.form__input_2q7::placeholder {
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form__input_2q7 {
        font-size:16px
    }
}

.form__submit-wrapper_2VD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.form__submit_Nkm {
    width: 158px;
    padding: 8px 0;
    background: #165bfb;
    border-radius: 3px;
    color: #fff
}

.continue-shopping_1uy {
    cursor: pointer;
    font-size: 14px;
    color: #165bfb
}

.order-button_2_m {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.43;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    background-color: #165bfb;
    border: 1px solid #165bfb;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,91,251,.32);
    box-shadow: 0 1px 0 0 rgba(22,91,251,.32);
    color: #fff!important
}

.field_3z1 {
    margin-bottom: 16px
}

.comment-field_1_M {
    min-height: 114px;
    resize: none;
    font-size: 14px
}

.comment-field_1_M::-moz-placeholder {
    font-size: 14px
}

.comment-field_1_M:-ms-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::-webkit-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::-ms-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::placeholder {
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .comment-field_1_M {
        font-size:16px
    }
}

.invalid-field_1WV {
    border: 2px solid #d9534c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08)
}

.validation-text_bkt {
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #d9534c
}

.validation-text-visible_30z {
    opacity: 1
}

.required-star_30r {
    color: #cc3833
}

.button_2Da {
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    text-align: center;
    background-position: 50%;
    overflow: visible;
    cursor: pointer;
    -webkit-transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in;
    word-wrap: break-word
}

.button-inner_3u1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button-content_31n {
    display: inline-block;
    position: relative;
    max-width: 100%;
    word-wrap: break-word
}

.option_kEG {
    position: relative;
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    border: 1px solid #edf0f5;
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer
}

.option-with-description_BAE {
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px
}

.active_90g {
    border: 2px solid #165bfb
}

.active_90g:not(.option-with-description_BAE) {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px
}

.active_90g.option-with-description_BAE {
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 11px
}

.option-title_1Y9 {
    font-weight: 600!important;
    font-size: 14px
}

.option-description_3Uy {
    font-size: 12px;
    color: #9199ab!important
}

.option_kEG.active_90g .check-wrapper_1Rj {
    display: block
}

.check-wrapper_1Rj {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-color: #165bfb #165bfb transparent transparent;
    border-style: solid;
    border-width: 20px
}

.check_15c {
    position: absolute;
    top: -14px;
    right: -14px
}

.payment-title_30Q {
    margin-bottom: 8px
}

.container_hEg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 16px 10px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff9f0;
    border-radius: 8px;
    border: 1px solid #ffdfb3;
    margin-top: -10px;
    margin-bottom: 32px
}

.container_hEg svg {
    position: absolute
}

.container_hEg span {
    font-family: SF Pro Text,sans-serif;
    color: #f29130;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px
}

.container_1DX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title_34i {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212736
}

.text_2Dh,.title_34i {
    font-style: normal;
    text-align: center
}

.text_2Dh {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9199ab
}

.button_2Pn {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.button-border_3V7 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.product__illustration_1T5 {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 16px;
    cursor: pointer
}

.product__illustration__container_3yv {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.product__illustration__container_3yv:hover .product__illustration__container__left_3wz {
    left: 16px
}

.product__illustration__container_3yv:hover .product__illustration__container__right_1Uo {
    right: 16px
}

.product__illustration__container__dummy_2N9 {
    margin-top: 75%
}

.product__illustration__container__image_vTY {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__illustration__container__video__wrapper_AF4 {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.product__illustration__container__video_3QL {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product__illustration__container__arrow_fEL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background: hsla(0,0%,100%,.5);
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product__illustration__container__left_3wz {
    left: -40px
}

.product__illustration__container__right_1Uo {
    right: -40px
}

.product__illustration__container__image_vTY>img {
    width: unset!important;
    max-width: 100%;
    max-height: 100%
}

.product__dots-item_1EZ {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
    background: #c5cbd6;
    opacity: .5
}

.product__dots_QrH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 8px;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 767px) {
    .product__dots_QrH {
        visibility:hidden
    }
}

.product__dots--begin_rUo .product__dots-item_1EZ:last-of-type,.product__dots--end_hVB .product__dots-item_1EZ:first-of-type,.product__dots--middle_2jd .product__dots-item_1EZ:first-of-type,.product__dots--middle_2jd .product__dots-item_1EZ:last-of-type {
    width: 4px;
    height: 4px;
    pointer-events: none
}

.product__dots-item--active_3hF {
    background: #9199ab;
    opacity: 1
}

.product__thumbnails_3g5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__thumbnails-item_1gU {
    margin: 6px
}

.product__thumbnail-container_1bI {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #edf0f5;
    cursor: pointer
}

.product__thumbnail-container_1bI.item__active_15t {
    border-color: #464c5c
}

.product__thumbnails-item-inner_1Y- {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.product__thumbnails-item-play_dzf {
    position: absolute;
    width: 40px;
    height: 40px;
    max-width: 50%;
    max-height: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 767px) {
    .product__illustration__container__left_3wz {
        left:16px
    }

    .product__illustration__container__right_1Uo {
        right: 16px
    }
}

.thumb_2rf {
    outline: none
}

.more-previews_2cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #edf0f5;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676767;
    font-size: 16px;
    cursor: pointer
}

@media screen and (max-width: 1280px) {
    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width:calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .product-media_12W .product__thumbnails-item_1gU {
        width:calc(16.66667% - 12px)!important
    }

    .product-media_12W .thumb_2rf:nth-child(n+6) {
        display: none
    }
}

.grayscale_1Y7 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.grayscale-animate_3fE {
    -webkit-animation-name: grayscale_1Y7;
    animation-name: grayscale_1Y7
}

.grayscale-animate2_8uM,.grayscale-animate_3fE {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.grayscale-animate2_8uM {
    -webkit-animation-name: grayscale2_E1D;
    animation-name: grayscale2_E1D
}

@-webkit-keyframes grayscale_1Y7 {
    0% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@keyframes grayscale_1Y7 {
    0% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@-webkit-keyframes grayscale2_E1D {
    0% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

@keyframes grayscale2_E1D {
    0% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    to {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

.container_oaf {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 0
}

.top_3QM {
    top: -8px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.bottom_1M- {
    bottom: -8px
}

.style_3DA {
    position: absolute;
    width: calc(100% + 16px);
    right: -8px;
    left: -8px;
    overflow: hidden
}

.flop_3yR {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flop-top_2cb {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gradient-mask_15u {
    width: 0;
    height: 0
}

.mobile_1KX {
    display: block
}

.desktop_2X7,.tablet_3hj {
    display: none
}

@media (min-width: 768px) {
    .mobile_1KX {
        display:none
    }

    .tablet_3hj {
        display: block
    }

    .desktop_2X7 {
        display: none
    }
}

@media (min-width: 1280px) {
    .mobile_1KX,.tablet_3hj {
        display:none
    }

    .desktop_2X7 {
        display: block
    }
}

.rotator-wrapper_209 {
    position: relative
}

*+.rotator-wrapper_209,.rotator-wrapper_209+* {
    margin-top: 20px
}

.text-wrapper_1zT {
    display: inline-block;
    position: relative;
    width: auto;
    max-width: calc(100% + 2em - 10px);
    margin: -1em;
    vertical-align: top;
    overflow: hidden;
    pointer-events: none
}

.text-wrapper_1zT,.text-wrapper_1zT .text-content_3Rq {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.text-wrapper_1zT .text-content_3Rq {
    padding: 1em
}

.text-wrapper--hide_3LW {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.text-wrapper--hide_3LW .text-content_3Rq {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.text-wrapper_1zT:after {
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #676767
}

.text-content_3Rq {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-right: 10px
}

.absolute_3na {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.rotator-text--hidden_ZLy {
    visibility: hidden
}

.countdown_Hy2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.countdown__item_3Ti {
    position: relative;
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    border: 1px solid #676767;
    border-radius: 5px
}

.countdown__item_3Ti:before {
    content: "";
    display: block;
    padding-top: 100%
}

.countdown__separator_1Aa {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.countdown__content_1D9 {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.countdown__number_3bJ {
    position: relative;
    font-size: 36px;
    font-weight: 700
}

.countdown__caption_mdC,.countdown__number_3bJ {
    color: inherit;
    fill: currentColor;
    font-family: Lato,sans-serif;
    text-anchor: middle
}

.countdown__caption_mdC {
    font-size: 23px;
    opacity: .54
}

@media (min-width: 480px) {
    .countdown__caption_mdC {
        font-size:18px
    }
}

.countdown_2z3 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.countdown__item_1sV {
    position: relative;
    -webkit-box-flex: 16;
    -webkit-flex-grow: 16;
    -ms-flex-positive: 16;
    flex-grow: 16
}

.countdown__item_1sV:before {
    content: "";
    display: block;
    padding-top: 100%
}

.countdown__separator_2-i {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.countdown__content_Isf {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.countdown__number_qjH {
    position: relative;
    font-size: 36px;
    font-weight: 700
}

.countdown__caption_1T6,.countdown__number_qjH {
    color: inherit;
    fill: currentColor;
    font-family: Lato,sans-serif;
    text-anchor: middle
}

.countdown__caption_1T6 {
    font-size: 23px;
    opacity: .54
}

@media (min-width: 480px) {
    .countdown__caption_1T6 {
        font-size:18px
    }
}

.countdown_3O8 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.countdown__item_2Sa {
    position: relative;
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4
}

.countdown__item_2Sa:before {
    content: "";
    display: block;
    padding-top: 100%
}

.countdown__separator_1Cd {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.countdown__separator_1Cd:before {
    content: "";
    position: absolute;
    width: 1px;
    max-height: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: currentColor;
    opacity: .125
}

.countdown__content_1cF {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.countdown__number_PQr {
    position: relative;
    font-size: 36px;
    font-weight: 700
}

.countdown__caption_tR2,.countdown__number_PQr {
    color: inherit;
    fill: currentColor;
    font-family: Lato,sans-serif;
    text-anchor: middle
}

.countdown__caption_tR2 {
    font-size: 23px;
    opacity: .54
}

@media (min-width: 480px) {
    .countdown__caption_tR2 {
        font-size:18px
    }
}

.embed-code-wrapper_YN_ {
    position: relative
}

.embed-code-script_1QA {
    display: none
}

.follow-us_1MW {
    margin-top: 30px
}

.follow-us_1MW:first-child {
    margin-top: 0
}

.follow-us_1MW+* {
    margin-top: 30px
}

.follow-us_1MW .follow-us__heading_2LO {
    display: inline-block;
    max-width: calc(100% - 15px);
    margin-right: 15px;
    vertical-align: middle
}

.follow-us_1MW .follow-us__heading_2LO+.follow-us__socials_3z7 {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle
}

.bodyMoving_UgV,.bodyMoving_UgV * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wrapper_Ahg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30% 20%;
    background: #f7f8fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cat_2ZO {
    width: 100%;
    min-width: 140px
}

.text_2bB {
    margin-top: 32px;
    text-align: center
}

.link_1vS {
    text-decoration: none
}

@-webkit-keyframes glowing_2JS {
    0% {
        opacity: 1
    }

    25% {
        opacity: .8
    }

    50% {
        opacity: .5
    }

    75% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes glowing_2JS {
    0% {
        opacity: 1
    }

    25% {
        opacity: .8
    }

    50% {
        opacity: .5
    }

    75% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

.wrapper_2FI {
    display: block;
    width: 100%
}

.rect_3GM {
    width: 100%;
    padding-bottom: 100%
}

.title_2-S {
    width: 60%;
    height: 28px;
    margin-top: 24px
}

.desc1_EAm {
    width: 100%;
    height: 12px;
    margin-top: 16px
}

.desc2_1TR {
    width: 70%;
    height: 12px;
    margin-top: 8px
}

.btn_2BU {
    width: 30%;
    height: 48px;
    margin-top: 16px
}

.holder_2aq {
    border-radius: 8px;
    background: #edf0f5;
    -webkit-animation: glowing_2JS 4s ease infinite;
    animation: glowing_2JS 4s ease infinite
}

.wrapper_mOh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.svg_2eg {
    width: 50px;
    height: 50px;
    -webkit-animation: rotate_3i7 .9s linear infinite;
    animation: rotate_3i7 .9s linear infinite
}

.path_1bs {
    stroke: #bfd2ff;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke-dasharray: 46
}

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

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

.product_1Cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.placeholder_7Mn {
    position: relative;
    min-height: 240px
}

@media (max-width: 1024px) {
    .placeholder_7Mn {
        min-height:200px
    }
}

.name_zKO {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    color: inherit;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@media (max-width: 768px) {
    .name_zKO {
        margin-top:8px
    }
}

.prices_2Yh {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.buyButton_1xR,.price-new_2SJ {
    margin-top: 16px
}

.price-new_2SJ {
    font-weight: 700;
    white-space: nowrap
}

.preview_2Hd {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: left
}

.preview_2Hd>* {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.preview_2Hd img {
    -o-object-fit: contain;
    object-fit: contain
}

.product-description_2SJ {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #464c5c
}

.price_3dp {
    margin-top: auto!important
}

.product-button_3gl {
    margin-top: 24px;
    margin-bottom: 0
}

.ribbon_zim {
    display: inline-block;
    max-width: 196px;
    margin: 4px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.ribbon_zim span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ribbon_zim:first-child {
    margin-left: 0
}

.absolute-wrapper_3ZH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2
}

.wrapper_2Eo {
    display: inline;
    width: 100%;
    height: auto;
    padding: 4px 0
}

.ribbons-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ribbons-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ribbons-default .ribbon_zim {
    border-radius: 4px
}

.ribbons-rounded .ribbon_zim {
    border-radius: 28px
}

.ribbons-straight .ribbon_zim {
    border-radius: 0
}

.ribbons-circle .ribbon_zim {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 4px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.ribbons-circle .ribbon_zim span {
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.outer-wrapper_mKj+* {
    margin-top: 24px
}

.price-old_oNZ {
    margin-right: 16px;
    color: #c5cbd6;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-size: 16px;
    white-space: nowrap
}

@media (max-width: 768px) {
    .price-old_oNZ {
        margin-right:0
    }
}

.title_21y {
    margin-bottom: 24px
}

.panel_3Td {
    position: absolute;
    height: 32px!important;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e2ffdd;
    color: #61a854!important;
    text-align: center
}

.panel_3Td.out-of-stock,.panel_3Td.out_of_stock {
    background: #ffddd9;
    color: #cc3833!important
}

.product_3cu {
    position: relative
}

.product-wrapper_xQU,.product_3cu {
    width: 100%
}

.product-bg_3aE,.product-wrapper_xQU,.product-wrapper_xQU>div,.product_3cu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.product-bg_3aE {
    max-width: 100%
}

.w-grid__item-inner .product-wrapper_xQU:not(:last-child) {
    margin-bottom: 32px
}

.product-content_1VV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.background_v-v {
    z-index: -1
}

.old-price_2qL {
    text-decoration: line-through!important
}

.buttons-wrapper_Kid {
    display: inline-block;
    margin-bottom: 0
}

.buttons-wrapper_Kid>:not(:first-child) {
    margin-left: 16px
}

.light_1aH {
    color: #fff!important
}

.description_JF8 {
    margin-bottom: var(--w-btns-group-offset)
}

.full-height_3ZG {
    height: 100%
}

.picture_uT9 {
    padding-top: 100%!important
}

.link-wrapper_3ib {
    width: 100%;
    text-decoration: none;
    color: inherit
}

.picture-wrapper_lzh {
    position: relative;
    width: 100%;
    height: auto
}

.status-panel_1se {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px 8px;
    background: #e2ffdd;
    color: #61a854;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.status-panel_1se span {
    overflow: hidden;
    white-space: nowrap;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    text-overflow: ellipsis
}

.out-of-stock_3Vb,.out_of_stock_2I1 {
    background: #ffddd9;
    color: #cc3833
}

.w-product-price-wrapper_9P5 {
    margin-top: auto!important
}

.w-product-price_3MD {
    margin-top: 16px!important;
    margin-bottom: 24px
}

.w-product-heading_3bh {
    margin-top: auto;
    margin-top: 24px!important
}

.ribbons_mV7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ribbons--left_INE {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ribbons--right_nhd {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ribbon_3EV {
    max-width: 196px;
    margin: 4px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
    background: var(--ink-l1);
    font-weight: 600;
    color: #fff
}

.ribbon_3EV span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    overflow-wrap: normal
}

.ribbon--default_794 {
    border-radius: 4px
}

.ribbon--rounded_o8H {
    border-radius: 28px
}

.ribbon--straight_8Ig {
    border-radius: 0
}

.ribbon--circle_3dz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 4px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.ribbon--circle_3dz span {
    line-height: 1;
    white-space: normal
}

.ribbon--single_1c0 span {
    white-space: nowrap;
    text-align: center
}

.ribbon--multiple_2S7 span {
    white-space: normal;
    text-align: left
}

.product-description_uUW {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #464c5c
}

.mb-16_2Xf {
    margin-bottom: 16px
}

.product-card-target-element_3Ex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.image_zCd {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: inherit
}

.picture_2ZH {
    display: block;
    position: relative;
    min-height: 32px;
    padding-top: 33.3333%;
    overflow: hidden
}

.w-product-category {
    padding-top: 75px;
    padding-bottom: 75px
}

.w-product-list-wrapper {
    margin-top: -30px
}

@media (min-width: 768px) {
    .w-product__item,.w-product__item-empty {
        margin-bottom:70px
    }
}

.w-products-wrapper .w-product-list-wrapper {
    margin-top: 0
}

.w-product-buy-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.empty_ItH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 17%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #edf0f5;
    text-align: center
}

.image-wrapper_1Dr {
    width: 126px;
    height: 105px;
    max-width: 100%
}

.image_1Re {
    max-width: 100%;
    max-height: 100%
}

.empty-title_GEk {
    margin-top: 40px
}

.wrapper_3AW {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 0
}

.item_3HB {
    padding: 0!important
}

.full-width_taJ {
    width: 100%
}

.section_Wb7 {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_Wb7,.wrapper_7bb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.wrapper_7bb {
    width: 100%;
    height: 543px;
    max-width: 1174px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f7f8fa
}

.image_xRr {
    margin-top: 118px
}

.title_3Ve {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-top: 36px;
    color: #646e82
}

.description_2cQ,.title_3Ve {
    font-style: normal;
    text-align: center
}

.description_2cQ {
    max-width: 550px;
    color: #9199ab;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px
}

.button_2GH {
    margin-top: 32px;
    text-decoration: none
}

@media (max-width: 767px) {
    .footer .grid__item--empty_3zx {
        display:none!important
    }
}

.block-content_1-F {
    width: 100%
}

.header_24W {
    position: relative;
    z-index: 2
}

.header__topper_3gX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header--mobile_3ne {
    display: none;
    position: fixed;
    max-width: 100vw;
    max-height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media (max-width: 991px) {
    .header--mobile_3ne.header--opened_3Nn {
        display:block
    }
}

.header__inner--mobile_2-u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-left: var(--w-content-gutter);
    padding-right: var(--w-content-gutter)
}

.header__burger_3P8 {
    padding-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden
}

.horizontal-flow--mobile_105 * {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center!important
}

.decorator_2jV {
    position: relative
}

.decorator_2jV:after {
    content: "";
    position: absolute;
    width: calc(100% - var(--w-content-gutter)*2);
    height: 1px;
    bottom: 1px;
    left: calc(var(--w-content-gutter));
    background: currentColor;
    opacity: .2
}

.container_2pM {
    width: 100%
}

@media (max-width: 768px) {
    .horizontal-flow_PWF {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .horizontal-flow_PWF>:not(:last-child) {
        margin-bottom: 16px
    }

    .horizontal-flow_PWF>* {
        width: 100%!important
    }

    .horizontal-flow_PWF>*>* {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

.image-mask-wrapper_3RV {
    font-size: 0
}

.image-mask_OkU {
    display: inline-block
}

.image-caption-wrapper_IGy {
    position: relative;
    padding-top: 100%
}

.image-caption-wrapper_IGy,.text-wrapper_GlH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.text-wrapper_GlH {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3
}

.text_1R1 {
    max-width: 100%;
    pointer-events: auto;
    z-index: 1
}

.picture-wrapper_mNu,.picture_34o,.picture__image_1zu {
    width: 100%;
    height: 100%;
    padding-top: 0!important
}

.picture-wrapper_mNu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.image-caption-wrapper_2O6 {
    position: relative;
    padding-top: 100%
}

.background-wrapper_1se {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 5%;
    z-index: 2;
    padding-bottom: 5%
}

.background_3ap {
    padding: 15px
}

.picture__image_3QV,.picture_ZYw {
    width: 100%;
    height: 100%;
    padding-top: 0!important
}

.picture-wrapper_1id {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.text_16t {
    text-align: center
}

.image-caption-wrapper_2Gf {
    position: relative;
    overflow: hidden;
    padding-top: 100%
}

.background_3mB {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 1
}

.picture-wrapper_1kd,.picture_2lI,.picture__image_iEA {
    width: 100%;
    height: 100%;
    padding-top: 0!important
}

.picture-wrapper_1kd {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.text_1G9 {
    text-align: center
}

.image-caption-wrapper_pXo {
    position: relative;
    padding-top: 100%
}

.inner-wrapper_1lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.inner-wrapper_1lg,.picture-wrapper_2Jf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.picture-wrapper_2Jf {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.picture__image_4P0,.picture_q05 {
    width: 100%;
    height: 100%;
    padding-top: 0!important
}

.background__jd {
    width: 90%;
    padding: 15px;
    z-index: 1;
    margin-top: -40px!important
}

.text_3-O {
    text-align: center
}

@supports (not (display: grid)) and (-webkit-overflow-scrolling:touch) {
    .picture_q05 {
        position:absolute!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@supports not (-webkit-hyphens: manual) {
    .picture_q05 {
        position:absolute!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@supports not (prefers-color-scheme: light) {
    .picture_q05 {
        position:absolute!important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.image-mask-wrapper_3jP {
    font-size: 0
}

.image-mask_26t {
    display: inline-block
}

.divider-component-wrapper_1OS {
    margin-top: 0!important
}

.divider-component_1rG {
    width: 100%;
    height: 1px
}

@media (max-width: 480px) {
    .divider-component_1rG {
        min-width:3%
    }
}

.spacer-component-wrapper_FN5 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.w-block-wrapper:not(.w-block-wrapper--disable-theme) .spacer-component-wrapper_FN5+* {
    margin-top: 0
}

.spacer-component_Imn {
    position: relative;
    width: 100%;
    height: var(--height-desktop);
    min-height: 0
}

@media (max-width: 991px) {
    .spacer-component_Imn {
        height:var(--height-tablet)
    }
}

@media (max-width: 767px) {
    .spacer-component_Imn {
        height:var(--height-mobile)
    }
}

.wrapper_2Gm {
    position: absolute;
    width: var(--w-grid-gap);
    height: auto;
    top: 0;
    right: calc(var(--w-grid-gap)/-2);
    bottom: 0;
    cursor: ew-resize;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    opacity: 0;
    z-index: 3
}

.wrapperActive_1En {
    opacity: 1
}

.tooltip_3Jx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 2px;
    height: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    background: red;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: var(--max-index);
    pointer-events: none
}

.tooltip__wrapper_3Nd {
    max-width: 800px
}

@media (max-width: 767.98px) {
    .tooltip__wrapper_3Nd {
        max-width:200px
    }
}

.tooltip__inner_2ya {
    position: relative;
    padding: 8px;
    background-color: var(--ink-l1);
    text-align: center;
    font-size: var(--caption-size);
    line-height: var(--caption-line-height);
    word-wrap: break-word;
    cursor: default;
    border-radius: var(--border-radius-md);
    -webkit-box-shadow: var(--shadow-el-1);
    box-shadow: var(--shadow-el-1);
    color: #fff;
    white-space: nowrap
}

.tooltip__inner_2ya:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0
}

.tooltip--bottom-end_gTu .tooltip__inner_2ya:before,.tooltip--bottom-start_3aX .tooltip__inner_2ya:before,.tooltip--bottom_2hl .tooltip__inner_2ya:before,.tooltip--top-end_2B- .tooltip__inner_2ya:before,.tooltip--top-start_25C .tooltip__inner_2ya:before,.tooltip--top_BXC .tooltip__inner_2ya:before {
    border-left: var(--triangle-size) solid transparent;
    border-right: var(--triangle-size) solid transparent
}

.tooltip--bottom-end_gTu .tooltip__wrapper_3Nd,.tooltip--bottom-start_3aX .tooltip__wrapper_3Nd,.tooltip--bottom_2hl .tooltip__wrapper_3Nd,.tooltip--top-end_2B- .tooltip__wrapper_3Nd,.tooltip--top-start_25C .tooltip__wrapper_3Nd,.tooltip--top_BXC .tooltip__wrapper_3Nd {
    bottom: 0
}

.tooltip--top-end_2B- .tooltip__inner_2ya:before,.tooltip--top-start_25C .tooltip__inner_2ya:before,.tooltip--top_BXC .tooltip__inner_2ya:before {
    bottom: calc(var(--triangle-size)*-1);
    border-top: var(--triangle-size) solid var(--ink-l1)
}

.tooltip--bottom-end_gTu .tooltip__inner_2ya:before,.tooltip--bottom-start_3aX .tooltip__inner_2ya:before,.tooltip--bottom_2hl .tooltip__inner_2ya:before {
    top: calc(var(--triangle-size)*-1);
    border-bottom: var(--triangle-size) solid var(--ink-l1)
}

.tooltip--bottom_2hl,.tooltip--top_BXC {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tooltip--bottom_2hl .tooltip__inner_2ya:before,.tooltip--top_BXC .tooltip__inner_2ya:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip--bottom-start_3aX,.tooltip--top-start_25C {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tooltip--bottom-start_3aX .tooltip__inner_2ya:before,.tooltip--top-start_25C .tooltip__inner_2ya:before {
    left: 100%;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px)
}

.tooltip--bottom-start_3aX .tooltip__wrapper_3Nd,.tooltip--top-start_25C .tooltip__wrapper_3Nd {
    margin-right: var(--offset-container)
}

.tooltip--bottom-end_gTu,.tooltip--top-end_2B- {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tooltip--bottom-end_gTu .tooltip__inner_2ya:before,.tooltip--top-end_2B- .tooltip__inner_2ya:before {
    left: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.tooltip--bottom-end_gTu .tooltip__wrapper_3Nd,.tooltip--top-end_2B- .tooltip__wrapper_3Nd {
    margin-left: var(--offset-container)
}

.tooltip--left-end_1Ec .tooltip__inner_2ya:before,.tooltip--left-start_2US .tooltip__inner_2ya:before,.tooltip--left_2oc .tooltip__inner_2ya:before,.tooltip--right-end_XLT .tooltip__inner_2ya:before,.tooltip--right-start_3pK .tooltip__inner_2ya:before,.tooltip--right_2mI .tooltip__inner_2ya:before {
    border-bottom: var(--triangle-size) solid transparent;
    border-top: var(--triangle-size) solid transparent
}

.tooltip--left-end_1Ec .tooltip__inner_2ya:before,.tooltip--left-start_2US .tooltip__inner_2ya:before,.tooltip--left_2oc .tooltip__inner_2ya:before {
    right: calc(var(--triangle-size)*-1);
    border-left: var(--triangle-size) solid var(--ink-l1)
}

.tooltip--right-end_XLT,.tooltip--right-start_3pK,.tooltip--right_2mI {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tooltip--right-end_XLT .tooltip__inner_2ya:before,.tooltip--right-start_3pK .tooltip__inner_2ya:before,.tooltip--right_2mI .tooltip__inner_2ya:before {
    left: calc(var(--triangle-size)*-1);
    border-right: var(--triangle-size) solid var(--ink-l1)
}

.tooltip--left_2oc,.tooltip--right_2mI {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tooltip--left_2oc .tooltip__inner_2ya:before,.tooltip--right_2mI .tooltip__inner_2ya:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip--left-start_2US .tooltip__inner_2ya:before,.tooltip--right-start_3pK .tooltip__inner_2ya:before {
    top: 100%;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
}

.tooltip--left-start_2US .tooltip__wrapper_3Nd,.tooltip--right-start_3pK .tooltip__wrapper_3Nd {
    margin-bottom: var(--offset-container)
}

.tooltip--left-end_1Ec .tooltip__inner_2ya:before,.tooltip--right-end_XLT .tooltip__inner_2ya:before {
    top: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.tooltip--left-end_1Ec .tooltip__wrapper_3Nd,.tooltip--right-end_XLT .tooltip__wrapper_3Nd {
    margin-top: var(--offset-container)
}

.tooltip--top-end_2B-,.tooltip--top-start_25C {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tooltip--bottom-end_gTu,.tooltip--bottom-start_3aX,.tooltip--bottom_2hl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tooltip--right-start_3pK {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tooltip--right_2mI {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tooltip--right-end_XLT {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tooltip--left-start_2US {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tooltip--left-end_1Ec,.tooltip--left-start_2US {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tooltip--left-end_1Ec {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tooltip--left_2oc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tooltip--text-align-left_jDr .tooltip__inner_2ya {
    text-align: left
}

.tooltip--word-wrap_1mD .tooltip__inner_2ya {
    word-wrap: normal
}

.language_36E {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3
}

.language_36E+* {
    margin-top: 10px
}

.language__item_3OD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.language__icon_3mZ {
    width: 20px;
    height: 20px;
    min-width: 20px
}

.language__icon_3mZ+* {
    margin-left: 8px!important
}

.language__name_Q8Z {
    max-width: 100%;
    overflow: hidden
}

.language--dropdown_v7L {
    position: relative;
    cursor: pointer
}

.language--dropdown_v7L .language__item-dropdown_14N {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    margin-left: 12px
}

@media (max-width: 991px) {
    .language--dropdown_v7L .language__item-dropdown_14N {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.language--dropdown_v7L .language__item-dropdown_14N .language__name_Q8Z {
    max-width: 100%
}

.language--dropdown_v7L .language-wrapper_3Ye {
    position: relative
}

@media (min-width: 992px) {
    .language--dropdown_v7L .language-wrapper_3Ye {
        max-width:40em;
        top: 100%;
        left: 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        z-index: 7
    }
}

.language--dropdown_v7L .language-wrapper_3Ye .language__item_3OD {
    padding: 3px 0
}

.language--horizontal_OMw.language-inner_2i5 {
    max-width: calc(100% + 30px);
    margin: -7px -15px
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .language--horizontal_OMw.language-inner_2i5 {
            max-width:calc(100% + 31px)
        }
    }
}

.language--horizontal_OMw .language-wrapper_3Ye {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.language--horizontal_OMw .language__item_3OD {
    position: relative;
    padding: 7px 15px;
    color: currentColor
}

.language--horizontal_OMw .language__item_3OD:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 30%;
    right: 0;
    bottom: 30%;
    color: currentColor;
    background-color: currentColor;
    opacity: .125
}

.language--horizontal_OMw .language__item_3OD:last-of-type:after {
    content: none
}

.language-triangle_19m {
    position: relative;
    width: .625em;
    height: 1.25em;
    color: currentColor;
    margin-left: 5px!important
}

.language-triangle-icon_1fi {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: .625em;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    right: 0;
    fill: currentColor
}

.language-triangle-icon--open_bu1 {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.language-triangle-icon--close_2N5 {
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%)
}

@media (max-width: 991px) {
    .language-bg-color_1Qm {
        background-color:transparent!important
    }
}

@media (min-width: 992px) {
    .language--dropdown_v7L.language-wrapper_3Ye {
        max-width:40em;
        top: 100%;
        left: 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        z-index: 7
    }
}

.language--dropdown_v7L.language-wrapper_3Ye .language__item_3OD {
    padding: 3px 0
}

.language-wrapper--close_2VH,.language-wrapper--close_2VH.language--desktop_34J,.language-wrapper--close_2VH.language--mobile_1rX {
    height: 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .language-wrapper--close_2VH,.language-wrapper--close_2VH.language--desktop_34J,.language-wrapper--close_2VH.language--mobile_1rX {
        display:none
    }
}

.language-wrapper--open_1ct {
    height: auto;
    padding: 10px 15px;
    overflow: visible
}

.language-wrapper--open_1ct.language--desktop_34J {
    display: none
}

.language-wrapper--open_1ct.language--mobile_1rX {
    height: auto;
    overflow: visible
}

@media (min-width: 992px) {
    .language-wrapper--open_1ct,.language-wrapper--open_1ct.language--desktop_34J {
        display:block
    }

    .language-wrapper--open_1ct.language--mobile_1rX {
        display: none
    }
}

.phone-bezzel_2Pw,.phone-wrapper_3W0 {
    pointer-events: none
}

.phone-bezzel_2Pw {
    z-index: 2
}

.picture-wrapper_Cbm {
    position: absolute!important;
    width: 84.9%!important;
    height: 92.9%;
    bottom: 3.6%;
    left: 7.5%;
    pointer-events: auto
}

.picture_3lH {
    height: 100%;
    min-height: 0!important
}

.landscape_3vg {
    padding-top: 50.6%
}

.landscape_3vg .phone-bezzel_2Pw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute!important;
    top: -48.5%;
    right: 0;
    bottom: -48%;
    left: -49.8%;
    -webkit-transform: rotate(-90deg) translateY(25%);
    transform: rotate(-90deg) translateY(25%)
}

.landscape_3vg .picture-wrapper_Cbm {
    position: absolute!important;
    width: 92.6%!important;
    height: 84.6%;
    bottom: 7.8%;
    left: 3.6%
}

.phone-wrapper_1f7 {
    position: relative;
    padding-top: 211.8%
}

.phone-bezzel_3AR,.phone-wrapper_1f7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none
}

.phone-bezzel_3AR {
    position: absolute!important;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.picture-wrapper_383 {
    position: absolute!important;
    width: 92.4%!important;
    height: 91.7%;
    bottom: 2.7%;
    left: 3.4%;
    pointer-events: auto
}

.picture_3Mi {
    height: 100%;
    min-height: 0!important
}

.landscape_Rd0 {
    padding-top: 47.1%
}

.landscape_Rd0 .phone-bezzel_3AR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -56%;
    right: 0;
    bottom: -56%;
    left: -27%;
    -webkit-transform: rotate(-90deg) translateY(27.1%);
    transform: rotate(-90deg) translateY(27.1%)
}

.landscape_Rd0 .picture-wrapper_383 {
    position: absolute!important;
    width: 91.5%!important;
    height: 92%;
    bottom: 3.6%;
    left: 5.8%
}

.tablet-wrapper_1RQ {
    position: relative;
    padding-top: 138%
}

.tablet-bezzel_3OE,.tablet-wrapper_1RQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none
}

.tablet-bezzel_3OE {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.picture-wrapper_2Pe {
    position: absolute!important;
    width: 89.5%!important;
    height: 92.7%;
    bottom: 3.55%;
    left: 5.1%;
    pointer-events: auto
}

.picture_2E4 {
    height: 100%;
    min-height: 0!important
}

.landscape_pvV {
    padding-top: 72%
}

.landscape_pvV .tablet-bezzel_3OE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute!important;
    width: 72%;
    top: -31.6%;
    bottom: -31.7%;
    left: .3%;
    -webkit-transform: rotate(-90deg) translateY(11.7%);
    transform: rotate(-90deg) translateY(11.7%)
}

.landscape_pvV .picture-wrapper_2Pe {
    position: absolute!important;
    width: 92.7%!important;
    height: 90%;
    bottom: 4.8%;
    left: 3.85%
}

.tablet-bezzel_1JL,.tablet-wrapper_H-A {
    pointer-events: none
}

.tablet-bezzel_1JL {
    z-index: 2
}

.picture-wrapper_2Dd {
    position: absolute!important;
    width: 89.65%!important;
    height: 86.8%;
    bottom: 6.5%;
    left: 5.2%;
    pointer-events: auto
}

.picture_1-t {
    height: 100%;
    min-height: 0
}

.portrait_3sJ {
    padding-top: 144.8%
}

.portrait_3sJ .tablet-bezzel_1JL {
    z-index: 2
}

.portrait_3sJ .picture-wrapper_2Dd {
    position: absolute!important;
    width: 86.5%!important;
    height: 89.5%;
    bottom: 5.3%;
    left: 6.9%
}

.composition_1-_ {
    position: relative
}

.composition__tablet_3CG {
    position: absolute;
    width: 85%;
    top: 0;
    z-index: 1
}

.composition__phone_1XV {
    position: absolute;
    width: 34.2%;
    bottom: 0;
    z-index: 2
}

.composition__phone--landscape_2h0 {
    width: 68.6%
}

.tablet-landscape_2Gs {
    position: relative
}

.tablet-landscape_2Gs .composition__tablet_3CG {
    position: absolute;
    width: 88%;
    top: 0;
    z-index: 1
}

.tablet-landscape_2Gs .composition__phone_1XV {
    position: absolute;
    width: 27%;
    bottom: 0;
    z-index: 2
}

.tablet-landscape_2Gs .composition__phone--landscape_2h0 {
    width: 53.6%
}

.composition__sort-order--0_2FN {
    left: 0
}

.composition__sort-order--1_1T2 {
    right: 0
}

.devices-mockups_1oU {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.composition-wrapper_2qp {
    z-index: 0
}

@media (max-width: 768px) {
    .composition-wrapper_2qp {
        min-width:50%
    }
}

.wrapper_xgp {
    position: absolute;
    height: 100%;
    -webkit-transition: left;
    transition: left;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.slide_3r1,.wrapper_xgp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-direction: normal
}

.slide_3r1 {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrapper_V77 {
    width: 100%;
    height: 100%
}

.slide_s-A {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden
}

.active_2z_ {
    position: relative;
    opacity: 1;
    pointer-events: all
}

.active_2z_,.moving_3md {
    visibility: visible
}

.arrow_31W {
    opacity: .8
}

.arrow_31W:focus,.arrow_31W:hover {
    opacity: 1
}

.arrow-prev_3RR {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media screen and (max-width: 1279px) {
    .arrow_31W {
        border-radius:50%
    }

    .arrow_31W .arrow-svg_19E {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.clickZone_2ug {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    cursor: pointer
}

.dotsWrapper_3aP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

@media (max-width: 768px) {
    .dotsWrapper_3aP {
        bottom:20px
    }
}

.item_37k {
    margin: 0 5px;
    opacity: .25;
    cursor: pointer
}

.item_37k:hover {
    opacity: 1
}

.dot_3am {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.line_2PS {
    width: 30px;
    height: 5px;
    border-radius: 2px
}

.active_1r8 {
    opacity: 1
}

.slide_2Xc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slideWrapper_ksA {
    width: 100%
}

.background_2VE {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.container_2wj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fullHeight_1Iy {
    height: inherit;
    padding: 0!important
}

.fullHeight_1Iy~[class*=block-decorators] [class*=padding] {
    display: none!important
}

.container_3z5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title_2FT {
    margin-top: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212736
}

.text_1yu,.title_2FT {
    font-style: normal;
    text-align: center
}

.text_1yu {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9199ab
}

.button_wPI {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.button-border_1KK {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.input-quantity_1ZJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    min-width: 75px;
    padding: 8px 12px;
    margin-right: 16px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff
}

@media (min-width: 768px) {
    .input-quantity_1ZJ {
        margin-right:24px
    }
}

.input-quantity__arrows_3-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input_1p6 {
    width: 0;
    max-width: calc(100% - 10px);
    -moz-appearance: textfield;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.arrow--down_1w1,.arrow_2iA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arrow--down_1w1 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.input_1p6::-webkit-inner-spin-button,.input_1p6::-webkit-outer-spin-button {
    display: none
}

.product_3o8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 8px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .product_3o8 {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product_3o8:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,.050980392156862744)
}

.product__info_FAA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 1024px) {
    .product__info_FAA {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.product__info--group_192 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.product__info--group_192,.product__info--left_2-N {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product__info--left_2-N {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .product__info--left_2-N {
        width:calc(100% - 250px)
    }
}

.product__controls_f-J,.product__description_23s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product__img_18T {
    width: 46px;
    height: 46px;
    margin: auto 8px auto 0;
    background: transparent
}

.product__img_18T img {
    border-radius: 3px
}

@media (min-width: 1024px) {
    .product__img_18T {
        margin-right:24px
    }
}

.product__title_2OJ {
    max-width: calc(100% - 15px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3px;
    font-weight: 700!important;
    font-size: 14px!important;
    line-height: 20px;
    color: #212736
}

@media (min-width: 1024px) {
    .product__title_2OJ {
        width:calc(100% - 30px);
        margin-right: 30px;
        overflow: initial;
        white-space: normal;
        text-overflow: clip;
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .product__title_2OJ.ui-text {
        font-size:12px!important
    }
}

@media (max-width: 768px) {
    .product__qty_3da {
        height:24px;
        padding: 3px 5px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.product__price_3yo {
    width: auto;
    font-size: 14px;
    margin-right: 24px
}

@media (min-width: 1024px) {
    .product__price_3yo {
        white-space:nowrap
    }
}

@media (max-width: 1024px) {
    .product__price_3yo.ui-text {
        width:100%;
        text-align: right;
        font-size: 14px!important
    }
}

.product__remove-item-btn_1Qs {
    width: 32px;
    height: 32px;
    margin: auto 0
}

.product__remove-item-btn_1Qs:hover {
    background: #f7f8fa;
    border-radius: 4px
}

.full-height_2wT {
    height: 100%
}

.products-list_34k {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-title_3fD {
    margin-bottom: 8px
}

.content_1m4 {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

.content_1m4,.total_2W3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.total_2W3 {
    margin-bottom: 24px;
    margin-top: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.total-text_14e {
    font-size: 18px;
    font-weight: 700
}

.block_5r5 {
    width: 100%;
    z-index: 1
}

.header_2Tc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8fa
}

.modal-title_2yN {
    font-weight: 700!important
}

.section-title_2wI {
    margin-bottom: 8px
}

.content_127 {
    padding: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2
}

.content_127,.form_1hi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form_1hi {
    margin-top: 8px
}

.form__title_2h4 {
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.form__input_2q7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff;
    font-size: 14px
}

.form__input_2q7::-moz-placeholder {
    font-size: 14px
}

.form__input_2q7:-ms-input-placeholder {
    font-size: 14px
}

.form__input_2q7::-webkit-input-placeholder {
    font-size: 14px
}

.form__input_2q7::-ms-input-placeholder {
    font-size: 14px
}

.form__input_2q7::placeholder {
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form__input_2q7 {
        font-size:16px
    }
}

.form__submit-wrapper_2VD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.form__submit_Nkm {
    width: 158px;
    padding: 8px 0;
    background: #165bfb;
    border-radius: 3px;
    color: #fff
}

.continue-shopping_1uy {
    cursor: pointer;
    font-size: 14px;
    color: #165bfb
}

.order-button_2_m {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.43;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;
    transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    background-color: #165bfb;
    border: 1px solid #165bfb;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,91,251,.32);
    box-shadow: 0 1px 0 0 rgba(22,91,251,.32);
    color: #fff!important
}

.field_3z1 {
    margin-bottom: 16px
}

.comment-field_1_M {
    min-height: 114px;
    resize: none;
    font-size: 14px
}

.comment-field_1_M::-moz-placeholder {
    font-size: 14px
}

.comment-field_1_M:-ms-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::-webkit-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::-ms-input-placeholder {
    font-size: 14px
}

.comment-field_1_M::placeholder {
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .comment-field_1_M {
        font-size:16px
    }
}

.invalid-field_1WV {
    border: 2px solid #d9534c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08)
}

.validation-text_bkt {
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #d9534c
}

.validation-text-visible_30z {
    opacity: 1
}

.required-star_30r {
    color: #cc3833
}

.button_2Da {
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    text-align: center;
    background-position: 50%;
    overflow: visible;
    cursor: pointer;
    -webkit-transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,-webkit-box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in,-webkit-box-shadow .2s ease-in;
    word-wrap: break-word
}

.button-inner_3u1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button-content_31n {
    display: inline-block;
    position: relative;
    max-width: 100%;
    word-wrap: break-word
}

.option_kEG {
    position: relative;
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    border: 1px solid #edf0f5;
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer
}

.option-with-description_BAE {
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px
}

.active_90g {
    border: 2px solid #165bfb
}

.active_90g:not(.option-with-description_BAE) {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px
}

.active_90g.option-with-description_BAE {
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 11px
}

.option-title_1Y9 {
    font-weight: 600!important;
    font-size: 14px
}

.option-description_3Uy {
    font-size: 12px;
    color: #9199ab!important
}

.option_kEG.active_90g .check-wrapper_1Rj {
    display: block
}

.check-wrapper_1Rj {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-color: #165bfb #165bfb transparent transparent;
    border-style: solid;
    border-width: 20px
}

.check_15c {
    position: absolute;
    top: -14px;
    right: -14px
}

.payment-title_30Q {
    margin-bottom: 8px
}

.container_hEg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 16px 10px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff9f0;
    border-radius: 8px;
    border: 1px solid #ffdfb3;
    margin-top: -10px;
    margin-bottom: 32px
}

.container_hEg svg {
    position: absolute
}

.container_hEg span {
    font-family: SF Pro Text,sans-serif;
    color: #f29130;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px
}

.container_1DX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title_34i {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #212736
}

.text_2Dh,.title_34i {
    font-style: normal;
    text-align: center
}

.text_2Dh {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9199ab
}

.button_2Pn {
    position: relative;
    margin-top: 16px;
    cursor: pointer
}

.button-border_3V7 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.link_1Jq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding: 0 8px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #edf0f5;
    border-radius: 6px
}

.link_1Jq:hover svg path {
    stroke: #165bfb
}

.ext_RKo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #edf0f5;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #9199ab
}

.name_bFM {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.download_2hF {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px
}

.link_1Jq+.link_1Jq {
    margin-top: 8px
}

.wrapper_3V2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 -1px 0 #edf0f5;
    box-shadow: inset 0 -1px 0 #edf0f5
}

.wrapper_3V2:last-child {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wrapper_3V2:nth-child(odd) {
    background: #f7f8fa
}

.name_21s {
    padding: 13px 15px;
    -webkit-box-flex: 4;
    -webkit-flex: 4 0;
    -ms-flex: 4 0;
    flex: 4 0;
    word-break: break-all
}

.value_3sV {
    -webkit-box-flex: 6;
    -webkit-flex: 6 0;
    -ms-flex: 6 0;
    flex: 6 0;
    word-break: break-all
}

.outer-wrapper_So3 {
    position: relative
}

.title_1bV {
    min-height: 1px;
    margin-bottom: 16px;
    border-bottom: 1px solid #edf0f5
}

.title_1bV span {
    display: none;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase
}

.title_1bV span+span {
    margin-left: 20px
}

.title__active__RR:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #676767
}

.title_1bV [data-exists=true] {
    display: inline-block
}

@media (max-width: 767px) {
    .title_1bV {
        overflow-x:auto;
        white-space: nowrap
    }
}

.tab_2f3 {
    display: none
}

.tab__active_1eL {
    display: block
}

.attributesWrapper_1nr {
    border: 1px solid #edf0f5;
    border-radius: 6px
}

.quantity-wrapper_3zc {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 128px;
    padding: 8px 12px;
    margin-bottom: 16px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff
}

.quantity-input_2vS {
    width: calc(100% - 10px);
    -moz-appearance: textfield
}

.quantity-input_2vS::-webkit-inner-spin-button,.quantity-input_2vS::-webkit-outer-spin-button {
    display: none
}

.quantity-arrows_3Hc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quantity-arrow_1OB {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.quantity-arrow-down_1wB {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product__illustration_1T5 {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 16px;
    cursor: pointer
}

.product__illustration__container_3yv {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.product__illustration__container_3yv:hover .product__illustration__container__left_3wz {
    left: 16px
}

.product__illustration__container_3yv:hover .product__illustration__container__right_1Uo {
    right: 16px
}

.product__illustration__container__dummy_2N9 {
    margin-top: 75%
}

.product__illustration__container__image_vTY {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__illustration__container__video__wrapper_AF4 {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.product__illustration__container__video_3QL {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product__illustration__container__arrow_fEL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background: hsla(0,0%,100%,.5);
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product__illustration__container__left_3wz {
    left: -40px
}

.product__illustration__container__right_1Uo {
    right: -40px
}

.product__illustration__container__image_vTY>img {
    width: unset!important;
    max-width: 100%;
    max-height: 100%
}

.product__dots-item_1EZ {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
    background: #c5cbd6;
    opacity: .5
}

.product__dots_QrH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 8px;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 767px) {
    .product__dots_QrH {
        visibility:hidden
    }
}

.product__dots--begin_rUo .product__dots-item_1EZ:last-of-type,.product__dots--end_hVB .product__dots-item_1EZ:first-of-type,.product__dots--middle_2jd .product__dots-item_1EZ:first-of-type,.product__dots--middle_2jd .product__dots-item_1EZ:last-of-type {
    width: 4px;
    height: 4px;
    pointer-events: none
}

.product__dots-item--active_3hF {
    background: #9199ab;
    opacity: 1
}

.product__thumbnails_3g5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__thumbnails-item_1gU {
    margin: 6px
}

.product__thumbnail-container_1bI {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #edf0f5;
    cursor: pointer
}

.product__thumbnail-container_1bI.item__active_15t {
    border-color: #464c5c
}

.product__thumbnails-item-inner_1Y- {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.product__thumbnails-item-play_dzf {
    position: absolute;
    width: 40px;
    height: 40px;
    max-width: 50%;
    max-height: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 767px) {
    .product__illustration__container__left_3wz {
        left:16px
    }

    .product__illustration__container__right_1Uo {
        right: 16px
    }
}

.thumb_2rf {
    outline: none
}

.more-previews_2cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #edf0f5;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676767;
    font-size: 16px;
    cursor: pointer
}

@media screen and (max-width: 1280px) {
    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width:calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="7"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="7"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="8"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="8"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="9"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="9"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="1"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid[data-columns-count="2"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="6"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="7"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="8"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="9"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="10"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="10"] .product__thumbnails-item_1gU {
        width: calc(16.66667% - 12px)!important
    }

    .w-grid__item[data-column-size="11"] .product-media_12W[data-images-size="10"] .thumb_2rf:nth-child(n+6) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .product-media_12W .product__thumbnails-item_1gU {
        width:calc(16.66667% - 12px)!important
    }

    .product-media_12W .thumb_2rf:nth-child(n+6) {
        display: none
    }
}

.product-media-wrapper_2vQ+* {
    margin-top: 24px
}

.placeholder-main_2J7 {
    padding-top: 100%
}

.wrapper_2T4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.image_3Ch {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.subcategory_3Q_ {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    min-width: 200px;
    text-decoration: none
}

.gap-30_10n {
    margin: -15px
}

.gap-30_10n .subcategory_3Q_ {
    margin: 15px
}

.gap-15_2tl {
    margin: -7.5px
}

.gap-15_2tl .subcategory_3Q_ {
    margin: 7.5px
}

.label_1od {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 64px;
    bottom: 0;
    padding: 8px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(33,39,54,0)),to(#212736));
    background: -webkit-linear-gradient(top,rgba(33,39,54,0),#212736);
    background: linear-gradient(180deg,rgba(33,39,54,0),#212736);
    color: #fff!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.label-inner_5qb {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: inherit;
    font-weight: inherit
}

.image-wrapper_1XA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #dfe2e8
}

.hidden_3KA {
    display: none
}

@media screen and (max-width: 768px) {
    .wrapper_2T4 {
        overflow-x:scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0
    }

    .subcategory_3Q_ {
        margin: 0
    }

    .subcategory_3Q_:first-child {
        margin-left: 0
    }

    .subcategory_3Q_:last-child {
        margin-right: 0
    }

    .gap-30_10n.subcategory_3Q_:not(:last-child) {
        margin-right: 30px
    }

    .subcategory_3Q_:not(:last-child) {
        margin-right: 1px
    }
}

.outer-wrapper_2Gk {
    position: relative
}

.outer-wrapper_2Gk+* {
    margin-top: 32px
}

.pagination_2Df {
    position: relative;
    margin-top: 56px
}

.per-page-wrapper_1_t {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2
}

.per-page-wrapper_1_t>div {
    display: inline-block;
    margin-left: 8px
}

.per-page_L4U {
    position: relative;
    background: #fff
}

.per-page-select_2wQ {
    position: relative;
    height: 28px;
    padding: 0 30px 0 12px;
    z-index: 2;
    background: transparent;
    border: 1px solid #c5cbd6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 rgba(33,39,54,.12);
    box-shadow: 0 1px 0 rgba(33,39,54,.12);
    border-radius: 3px;
    outline: none;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.per-page-arrow_1nl {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px
}

@media (max-width: 768px) {
    .per-page-wrapper_1_t {
        text-align:center
    }
}

.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination-list>*+* {
    margin-left: 4px
}

.pagination-active-link,.pagination-link {
    height: 28px;
    min-width: 28px;
    padding: 0 6px;
    line-height: 28px;
    text-align: center;
    font-size: 12px
}

.pagination-active-link {
    text-decoration: none;
    border-radius: 6px
}

.pagination-arrow-right svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

a.pagination-arrow:hover path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: #464c5c
}

.pagination-link span {
    font-weight: 600;
    color: #9199ab;
    -webkit-transition: color .1s;
    transition: color .1s
}

.pagination-link:hover span {
    color: #464c5c
}

.pagination-arrow:first-child {
    margin-right: 6px
}

.pagination-arrow:last-child {
    margin-left: 6px
}

@media (max-width: 768px) {
    .pagination_2Df {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .per-page-wrapper_1_t {
        position: static
    }

    .pagination-list {
        position: relative;
        margin-bottom: 16px
    }

    .pagination_2Df .ui-text {
        font-size: 12px!important;
        line-height: 28px!important
    }
}

.products-wrapper_OE6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products-empty_1R9 {
    margin-left: 0!important;
    margin-right: 0!important
}

.product_1ei {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin: 0 15px
}

.image_1sT {
    -o-object-fit: contain;
    object-fit: contain
}

.searchSubTitle_Z6e {
    margin-bottom: 16px
}

.decorator_3Ur {
    z-index: 3
}

.outer-wrapper_13M {
    position: relative
}

.outer-wrapper_13M+* {
    margin-top: 24px
}

.category-name_iI3 {
    z-index: 0
}

.outer-wrapper_1bq {
    position: relative
}

.outer-wrapper_1bq+* {
    margin-top: 16px
}

.category-description__3F {
    z-index: 0
}

.category-description-text_2Am {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #464c5c;
    border-radius: 6px
}

.outer-wrapper_16A {
    position: relative
}

.outer-wrapper_16A+* {
    margin-top: 16px
}

.content_3Xp {
    overflow: hidden
}

.content_3Xp:after,.content_3Xp:before {
    content: "";
    display: table
}

.content__inner_iZt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: unset;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,transition;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@media (max-width: 768px) {
    .content__inner_iZt {
        -webkit-transform:none!important;
        transform: none!important;
        overflow: scroll;
        padding-bottom: 16px
    }
}

.item_12C {
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.item_12C img {
    position: absolute;
    width: unset!important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.item_12C:first-child {
    margin-left: 0!important
}

@media (max-width: 768px) {
    .item_12C {
        -webkit-box-flex:0!important;
        -webkit-flex: 0 0 200px!important;
        -ms-flex: 0 0 200px!important;
        flex: 0 0 200px!important;
        margin-left: 15px!important
    }
}

.arrow_3Kf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    border-radius: 32px;
    margin-top: -16px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #212736;
    opacity: .8
}

.arrow__prev_2xf {
    left: 16px
}

.arrow__next_aF9 {
    right: 16px
}

.arrow__next_aF9 svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 768px) {
    .arrow_3Kf {
        display:none
    }
}

.arrow--disabled_1YR {
    opacity: .1
}

.dots_mOx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dots__item_1f1 {
    width: 8px;
    height: 8px;
    background: #c5cbd6;
    border-radius: 8px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.dots__item-active_2dl {
    opacity: 1
}

.dots__item_1f1+.dots__item_1f1 {
    margin-left: 12px
}

@media (max-width: 768px) {
    .dots_mOx {
        display:none;
        margin-top: 0
    }
}

.slider_2m4 {
    position: relative;
    min-width: 100%;
    min-height: 1px
}

@media (max-width: 768px) {
    .slider_2m4 {
        margin-left:calc(0 - var(--w-grid-gap));
        margin-right: calc(0 - var(--w-grid-gap));
        padding-left: calc(var(--w-grid-gap));
        padding-right: calc(var(--w-grid-gap))
    }
}

.wrapper_2i1 {
    display: inline-block;
    position: relative;
    padding-right: 24px
}

.wrapper_2i1:after {
    content: ">";
    position: absolute;
    width: 8px;
    right: 8px;
    margin-left: .3em;
    text-decoration: none
}

.wrapper_2i1:last-child {
    padding-right: 0
}

.wrapper_2i1:last-child:after {
    content: none
}

.input-quantity_2Uj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    min-width: 75px;
    padding: 8px 12px;
    margin-right: 16px;
    border: 1px solid #c5cbd6;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 34px;
    background: #fff
}

.input-quantity__dark_37b {
    background: hsla(0,0%,100%,.2)
}

.input-quantity__dark_37b input {
    color: #fff
}

.input-quantity__arrows_14A {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .input-quantity_2Uj {
        height:30px;
        padding: 3px 5px
    }
}

.input_3Bx {
    width: 0;
    max-width: calc(100% - 10px);
    padding: 0;
    -moz-appearance: textfield;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: transparent
}

.arrow--down_1DT,.arrow_230 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1200px) {
    .arrow--down_1DT,.arrow_230 {
        height:10px;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.arrow--down_1DT {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1200px) {
    .arrow--down_1DT {
        -webkit-transform:rotate(180deg) scale(1.4);
        transform: rotate(180deg) scale(1.4)
    }
}

.input_3Bx::-webkit-inner-spin-button,.input_3Bx::-webkit-outer-spin-button {
    display: none
}

.product_36E {
    position: relative;
    margin: 16px 0
}

.product_36E:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -9px;
    left: 0;
    background-color: rgba(0,0,0,.05)
}

.product_36E:first-child {
    margin-top: 8px
}

.product_36E:last-child {
    margin-bottom: 8px
}

.product_36E:last-child:after {
    content: none
}

.product_36E[data-error-out-of-stock] {
    border: 1px solid #ffddd9;
    border-radius: 4px
}

.product_36E[data-error-out-of-stock] .product-inner_2sR {
    margin: 4px 0
}

.product-inner_2sR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.preview_ZEy {
    position: relative;
    width: 46px;
    height: 46px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px
}

.preview_ZEy img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.name-wrapper_1NC {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    margin-right: 10px
}

@media (max-width: 845px) {
    .name-wrapper_1NC {
        max-width:100%
    }
}

.preview_ZEy+.name-wrapper_1NC {
    margin-left: 16px
}

.name_NSh {
    font-weight: 700!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width: 1200px) {
    .name_NSh {
        max-width:100%
    }
}

.options_brK {
    max-width: 100%;
    color: #646e82!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.amount_3S_ {
    margin-left: 24px
}

.remove_2cA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    cursor: pointer;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.remove_2cA:hover {
    background: #f7f8fa
}

.full-height_1be {
    height: 100%
}

.info_1GH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 70px);
    padding: 0 20px 0 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1200px) {
    .info_1GH {
        padding:0 20px 0 8px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.right_2Fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .right_2Fb {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }

    .right_2Fb div[data-sub-item=amount] {
        margin: 4px 0
    }
}

@media (max-width: 1200px) {
    .right_2Fb {
        width:100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.error-out-of-stock_IeZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #cc3833;
    background-color: #ffddd9
}

.error-out-of-stock-text_2FQ {
    margin-left: 8px
}

.wrapper_2Cq {
    position: relative
}

.wrapper_2Cq+* {
    margin-top: 24px
}

.name_3dI {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700!important
}

.price-details_2Qi {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-column-gap: 4px;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    font-size: 14px!important;
    text-align: right;
    margin-top: 16px;
    line-height: 20px
}

.price-details_2Qi,.price-details__column_1q9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.price-details__column_1q9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.price-details__cell_1QF {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.price-details_2Qi .total_1VG {
    font-size: 18px!important;
    font-weight: 700!important;
    text-align: right;
    margin-top: 8px;
    line-height: 22px
}

.container_1gQ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 16px 10px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff9f0;
    border-radius: 8px;
    border: 1px solid #ffdfb3;
    margin-top: -10px;
    margin-bottom: 32px
}

.container_1gQ svg {
    position: absolute
}

.container_1gQ span {
    font-family: SF Pro Text,sans-serif;
    color: #f29130;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px
}

.form_cvh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px
}

.form__title_1Z9 {
    margin-bottom: 4px
}

.form__input_38Y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    border-bottom-style: solid;
    border-bottom-width: 0
}

.form__input_38Y::-moz-placeholder {
    color: #c5cbd6;
    font-size: 14px
}

.form__input_38Y:-ms-input-placeholder {
    color: #c5cbd6;
    font-size: 14px
}

.form__input_38Y::-webkit-input-placeholder {
    color: #c5cbd6;
    font-size: 14px
}

.form__input_38Y::-ms-input-placeholder {
    color: #c5cbd6;
    font-size: 14px
}

.form__input_38Y::placeholder {
    color: #c5cbd6;
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form__input_38Y {
        font-size:16px
    }
}

.form__submit-wrapper_1Eh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.form__submit_4Tx {
    width: 158px;
    padding: 8px 0;
    background: #165bfb;
    border-radius: 3px;
    color: #fff
}

.field_3L8+.field_3L8 {
    margin-top: 16px
}

.dark-field_3WG {
    background: hsla(0,0%,100%,.2)
}

.dark-field_3WG::-moz-placeholder {
    color: #fff
}

.dark-field_3WG:-ms-input-placeholder {
    color: #fff
}

.dark-field_3WG::-webkit-input-placeholder {
    color: #fff
}

.dark-field_3WG::-ms-input-placeholder {
    color: #fff
}

.dark-field_3WG::placeholder {
    color: #fff
}

.textarea-field_9Bl {
    min-height: 114px;
    resize: none;
    font-size: 14px
}

.textarea-field_9Bl::-moz-placeholder {
    font-size: 14px
}

.textarea-field_9Bl:-ms-input-placeholder {
    font-size: 14px
}

.textarea-field_9Bl::-webkit-input-placeholder {
    font-size: 14px
}

.textarea-field_9Bl::-ms-input-placeholder {
    font-size: 14px
}

.textarea-field_9Bl::placeholder {
    font-size: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .textarea-field_9Bl {
        font-size:16px
    }
}

.invalid-field_zmJ {
    border: 2px solid #d9534c!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08)
}

.validation-text_2xP {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #d9534c
}

.required-star_176 {
    color: #cc3833
}

.dropdown_3gZ {
    height: auto;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 34px
}

.dropdown-wrapper_2i- {
    border-radius: 34px;
    margin-top: 12px
}

.dropdown-error_1zX {
    border: 2px solid #d9534c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 0 rgba(35,33,54,.08);
    box-shadow: inset 0 1px 0 rgba(35,33,54,.08)
}

.dropdown-error_1zX .dropdown_3gZ {
    border-style: hidden!important
}

.dropdown_3gZ>div {
    width: 100%;
    padding: 12px 24px;
    color: inherit;
    font-size: 14px;
    line-height: 1.2
}

.dropdown_3gZ svg {
    top: calc(50% - 3px)
}

.dropdown_3gZ .js-product-option-dropdown {
    top: 46px;
    left: 0;
    padding: 0
}

.dropdown_3gZ .js-product-option-text {
    color: inherit
}

.dropdown_3gZ .js–product-option-placeholder {
    color: inherit;
    opacity: .5;
    font-size: 14px
}

.wrapper_3nh {
    position: relative
}

.wrapper_3nh+* {
    margin-top: 24px
}

.name_1x0 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700!important
}

.option_2Sr {
    position: relative;
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    border: 1px solid #edf0f5;
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer
}

.option-active_2nP {
    border: 2px solid #165bfb
}

.option-active_2nP .check-wrapper_2Qt {
    display: block
}

.option-with-description_Lxh {
    padding: 16px 12px
}

.active_2w1:not(.option-with-description_Lxh) {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px
}

.active_2w1.option-with-description_Lxh {
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 11px
}

.option-title_lGi {
    width: 100%;
    text-align: left;
    font-weight: 600!important;
    font-size: 14px
}

.option-description_IPq {
    text-align: left;
    font-size: 12px;
    color: #9199ab!important
}

.check-wrapper_2Qt {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-color: #165bfb #165bfb transparent transparent;
    border-style: solid;
    border-width: 20px
}

.check-wrapper__light_2ux {
    border-color: #fff #fff transparent transparent
}

.check_2YZ {
    position: absolute;
    top: -14px;
    right: -14px
}

.head-container_2CE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wrapper_1Hj {
    position: relative
}

.wrapper_1Hj+* {
    margin-top: 24px
}

.name_1p7 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700!important
}

.hidden_y1v {
    display: none!important
}

.input__O8 {
    width: 100%!important;
    font-family: Lato,sans-serif!important;
    margin-top: 0!important;
    padding-right: 34px!important
}

.form_2p6 {
    position: relative
}

.form_2p6 svg {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wrapper_hI3 {
    position: relative
}

.outerWrapper_38w+* {
    margin-top: 24px
}

.wrapper_1PC {
    position: relative
}

.wrapper_1PC+* {
    margin-top: 24px
}

.name_2ZB {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: 700!important
}

.shipping-method__price_2vM {
    margin-right: 10px
}

.required-star_3Wa {
    color: #cc3833
}

.shipping-method__input--light_3VD,.shipping-method__input_NTZ {
    padding: 8px 12px!important;
    border: 1px solid rgba(35,33,54,.0784313725490196)!important
}

.shipping-method__input--light_3VD {
    background: hsla(0,0%,100%,.2)!important
}

.shipping-method__input--light_3VD::-moz-placeholder {
    color: #fff
}

.shipping-method__input--light_3VD:-ms-input-placeholder {
    color: #fff
}

.shipping-method__input--light_3VD::-webkit-input-placeholder {
    color: #fff
}

.shipping-method__input--light_3VD::-ms-input-placeholder {
    color: #fff
}

.shipping-method__input--light_3VD::placeholder {
    color: #fff
}

.wrapper_35_ {
    padding: 24px;
    text-align: center;
    background: var(--sky-l3);
    border-radius: 8px
}

.title_1a8 {
    margin-bottom: 8px;
    color: var(--ink-l2)
}

.title-container_3sh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.text_2i- {
    color: var(--ink-l3)
}

.text_2i- a {
    text-decoration: none;
    color: var(--brand)
}

.form_28C {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.input_1bf {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.button_33e {
    max-width: 35%!important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.button-text_1ot {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.name_3fm {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.popupWrapper_2c7 {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: transparent
}

.popupWrapper_2c7.popupAnimated_amt.popup-active {
    -webkit-animation: popupBackground .7s;
    animation: popupBackground .7s;
    background: rgba(0,0,0,.7)
}

.popupWrapper_2c7:not(.popupAnimated_amt) {
    background: rgba(0,0,0,.7)
}

.popupWrapper_2c7 .w-blocks-group-wrapper:not(.full-screen_2pk) {
    margin: 10% auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .popupWrapper_2c7 .w-blocks-group-wrapper:not(.full-screen_2pk) {
        margin:10% auto calc(10% + 80px)
    }
}

.popupHeader_mJV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 16px;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis
}

.popupInner_x4N {
    margin: 10% auto
}

.popupInner_x4N .subheading-height_3VJ {
    height: 20px!important
}

@media (max-width: 991px) and (min-width:768px) {
    .popupInner_x4N .subheading-height_3VJ {
        height:19px!important
    }
}

@media (max-width: 767px) {
    .popupInner_x4N .subheading-height_3VJ {
        height:18px!important
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .popupInner_x4N {
        margin:10% auto calc(10% + 80px)
    }
}

.full-screen_2pk {
    width: 100%;
    min-height: 100%;
    margin: 0
}

.lg_18T {
    width: 970px
}

.md_JgN {
    width: 770px
}

.sm_1dB {
    width: 570px
}

@media screen and (max-width: 1200px) {
    .lg_18T {
        width:870px
    }

    .md_JgN {
        width: 670px
    }

    .sm_1dB {
        width: 470px
    }
}

@media screen and (max-width: 991px) {
    .lg_18T {
        width:670px
    }
}

@media screen and (max-width: 767px) {
    .lg_18T,.md_JgN,.sm_1dB {
        width:470px
    }
}

@media screen and (max-width: 480px) {
    .lg_18T,.md_JgN,.sm_1dB {
        width:100%;
        margin-left: 16px;
        margin-right: 16px
    }
}

@media screen and (max-width: 320px) {
    .lg_18T,.md_JgN,.sm_1dB {
        width:100%;
        margin-left: 8px;
        margin-right: 8px
    }
}

.popupWrapper_2c7.device-android {
    height: 100%;
    overflow-y: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .popupWrapper_2c7.device-android .w-blocks-group-wrapper:not(.full-screen_2pk) {
        height:100vh;
        margin: 0 auto;
        overflow-y: scroll
    }

    .popupWrapper_2c7.device-android .w-blocks-group-wrapper:not(.full-screen_2pk) .block-wrapper.w-state-has-background {
        position: relative
    }
}

.close-button_1Za {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 12px;
    cursor: pointer;
    z-index: 3
}

.close-button__icon_1EY {
    width: 100%;
    height: 100%;
    fill: currentColor
}

@-webkit-keyframes popupBackground {
    0% {
        background: transparent
    }

    to {
        background: rgba(0,0,0,.7)
    }
}

@keyframes popupBackground {
    0% {
        background: transparent
    }

    to {
        background: rgba(0,0,0,.7)
    }
}

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

    to {
        opacity: 1
    }
}

@keyframes popupFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes popupBounceIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

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

@keyframes popupBounceIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

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

@-webkit-keyframes popupGlideIn {
    0% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

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

@keyframes popupGlideIn {
    0% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

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

@-webkit-keyframes popupFloatIn {
    0% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0
    }

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

@keyframes popupFloatIn {
    0% {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
        opacity: 0
    }

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

@-webkit-keyframes popupExpandIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

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

@keyframes popupExpandIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

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

@-webkit-keyframes popupSpinIn {
    0% {
        -webkit-transform: scale(0) rotate(-2turn);
        transform: scale(0) rotate(-2turn)
    }

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

@keyframes popupSpinIn {
    0% {
        -webkit-transform: scale(0) rotate(-2turn);
        transform: scale(0) rotate(-2turn)
    }

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

@-webkit-keyframes popupFlyIn {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

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

@keyframes popupFlyIn {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

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

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

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

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

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

@-webkit-keyframes popupArcIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(120deg) scale(.3);
        transform: perspective(400px) rotateY(120deg) scale(.3)
    }

    to {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        transform: perspective(0) rotateY(0) scale(1)
    }
}

@keyframes popupArcIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(120deg) scale(.3);
        transform: perspective(400px) rotateY(120deg) scale(.3)
    }

    to {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        transform: perspective(0) rotateY(0) scale(1)
    }
}

@-webkit-keyframes popupPuffIn {
    0% {
        -webkit-transform: scale(7);
        transform: scale(7)
    }

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

@keyframes popupPuffIn {
    0% {
        -webkit-transform: scale(7);
        transform: scale(7)
    }

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

@-webkit-keyframes popupFoldIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@keyframes popupFoldIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@-webkit-keyframes popupFlipIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@keyframes popupFlipIn {
    0% {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

.popupFadeIn {
    -webkit-animation: popupFadeIn 1s;
    animation: popupFadeIn 1s
}

.popupBounceIn {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: popupBounceIn .7s;
    animation: popupBounceIn .7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.popupGlideIn {
    -webkit-animation: popupGlideIn 1s;
    animation: popupGlideIn 1s
}

.popupFloatIn {
    -webkit-animation: popupFloatIn 1s;
    animation: popupFloatIn 1s
}

.popupExpandIn {
    -webkit-animation: popupExpandIn 1s;
    animation: popupExpandIn 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.popupSpinIn {
    -webkit-animation: popupSpinIn 1s;
    animation: popupSpinIn 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.popupFlyIn {
    -webkit-animation: popupFlyIn 1s;
    animation: popupFlyIn 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.popupTurnIn {
    -webkit-animation: popupTurnIn 1s;
    animation: popupTurnIn 1s;
    -webkit-transform-origin: 200% 50%;
    transform-origin: 200% 50%
}

.popupArcIn {
    -webkit-animation: popupArcIn 1s;
    animation: popupArcIn 1s;
    -webkit-transform-origin: 50% 50% -150px;
    transform-origin: 50% 50% -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.popupPuffIn {
    -webkit-animation: popupPuffIn .7s;
    animation: popupPuffIn .7s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.popupFoldIn {
    -webkit-animation: popupFoldIn 1s;
    animation: popupFoldIn 1s;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.popupFlipIn {
    -webkit-animation: popupFlipIn 1s;
    animation: popupFlipIn 1s;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.gm__info-window__wrapper_2l1 {
    max-width: 280px
}

.gm__info-window__heading_1eO {
    font-weight: 700;
    font-size: 15px!important;
    line-height: normal
}

.gm__info-window__text_16i {
    font-weight: 400;
    font-size: 13px!important;
    line-height: normal
}

.player_1sv {
    position: absolute;
    overflow: hidden
}

.player_overlay_9pE {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.player--background_1BW {
    pointer-events: none
}

.placeholder_2bG {
    position: absolute;
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
    opacity: 1;
    -webkit-filter: blur(13px);
    filter: blur(13px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.placeholder--exiting_1S- {
    opacity: 0
}

.placeholder-wrapper_1Zc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.video-preview_1fU {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

.video-preview_1fU.loaded_rXT {
    opacity: 1
}

.video-preview_1fU:hover .play-button--YouTube_2h4 {
    background: red
}

.video-preview_1fU:hover .play-button--Vimeo_IDS {
    background: #df5840
}

.video-preview_1fU .play-button_1R3 {
    position: absolute;
    width: 65px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 5px
}

.video-preview_1fU .play-button--YouTube_2h4 {
    background: rgba(0,0,0,.55)
}

.video-preview_1fU .play-button--Vimeo_IDS {
    background-color: rgba(0,0,0,.7)
}

.video-preview_1fU .play-button_1R3:after {
    content: "";
    display: block;
    position: absolute;
    top: 10.5px;
    left: 24px;
    margin: 0 auto;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px
}

.spinner_2Fv {
    position: absolute;
    width: 10%;
    height: 10%;
    top: 45%;
    left: 45%;
    z-index: 16;
    -webkit-transition: opacity .5s cubic-bezier(0,0,.2,1);
    transition: opacity .5s cubic-bezier(0,0,.2,1)
}

@-webkit-keyframes dot-fade_2h8 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .15
    }

    to {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: .15
    }
}

@keyframes dot-fade_2h8 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .15
    }

    to {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: .15
    }
}

.dot_1Nd {
    -webkit-animation: dot-fade_2h8 .8s ease infinite;
    animation: dot-fade_2h8 .8s ease infinite;
    opacity: 0;
    fill: #ccc;
    -webkit-transform-origin: 4px 4px;
    transform-origin: 4px 4px
}

.dot-1_3Ld {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.dot-2_2ZG {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.dot-3_3Up {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.dot-4_3IP {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.dot-5_2f- {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.dot-6_1jN {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.dot-7_1-O {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.dotsWrapper_3aP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

@media (max-width: 768px) {
    .dotsWrapper_3aP {
        bottom:20px
    }
}

.item_37k {
    margin: 0 5px;
    opacity: .25;
    cursor: pointer
}

.item_37k:hover {
    opacity: 1
}

.dot_3am {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.line_2PS {
    width: 30px;
    height: 5px;
    border-radius: 2px
}

.active_1r8 {
    opacity: 1
}

.wrapper_V77 {
    width: 100%;
    height: 100%
}

.slide_s-A {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden
}

.active_2z_ {
    position: relative;
    opacity: 1;
    pointer-events: all
}

.active_2z_,.moving_3md {
    visibility: visible
}

.wrapper_xgp {
    position: absolute;
    height: 100%;
    -webkit-transition: left;
    transition: left;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.slide_3r1,.wrapper_xgp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-direction: normal
}

.slide_3r1 {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-next,.slick-prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -25px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    content: "\2022";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    float: left
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-track .slick-slide {
    max-width: 100%
}

.slick-arrow-default {
    position: absolute;
    width: 23px;
    height: 40px;
    top: 100%;
    padding: 0;
    z-index: 1;
    border: 0;
    background-color: transparent;
    color: #676767;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

@media (min-width: 768px) {
    .slick-arrow-default {
        top:50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.slick-arrow-default:active,.slick-arrow-default:focus,.slick-arrow-default:hover {
    opacity: .5
}

.slick-arrow-default.slick-prev-default {
    left: 50%;
    -webkit-transform: translateX(-58px);
    transform: translateX(-58px)
}

.slick-active {
    z-index: 1
}

@media (min-width: 768px) {
    .slick-arrow-default.slick-prev-default {
        left:15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .slick-arrow-default.slick-prev-default {
        left:50px
    }
}

.slick-arrow-default.slick-next-default {
    right: 50%;
    -webkit-transform: translateX(58px);
    transform: translateX(58px)
}

@media (min-width: 768px) {
    .slick-arrow-default.slick-next-default {
        right:15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .slick-arrow-default.slick-next-default {
        right:50px
    }
}

.slide-in-right_1sx {
    -webkit-animation: slide-in-right_1sx .25s ease forwards;
    animation: slide-in-right_1sx .25s ease forwards
}

@-webkit-keyframes slide-in-right_1sx {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slide-in-right_1sx {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.slide-in-left_2Mc {
    -webkit-animation: slide-in-left_2Mc .25s ease forwards;
    animation: slide-in-left_2Mc .25s ease forwards
}

@-webkit-keyframes slide-in-left_2Mc {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slide-in-left_2Mc {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.slide-out-left_4FJ {
    -webkit-animation: slide-out-left_4FJ .25s ease forwards;
    animation: slide-out-left_4FJ .25s ease forwards
}

@-webkit-keyframes slide-out-left_4FJ {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

@keyframes slide-out-left_4FJ {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

.slide-out-right_3KH {
    -webkit-animation: slide-out-right_3KH .25s ease forwards;
    animation: slide-out-right_3KH .25s ease forwards
}

@-webkit-keyframes slide-out-right_3KH {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

@keyframes slide-out-right_3KH {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

.fade-in_1Gw {
    -webkit-animation: fade-in_1Gw .5s linear forwards;
    animation: fade-in_1Gw .5s linear forwards
}

@-webkit-keyframes fade-in_1Gw {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in_1Gw {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-out_2nz {
    -webkit-animation: fade-out_2nz .5s linear forwards;
    animation: fade-out_2nz .5s linear forwards
}

@-webkit-keyframes fade-out_2nz {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out_2nz {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.editor-slider-item_2pB {
    position: relative;
    z-index: 1
}

.slick-next,.slick-prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -25px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    content: "\2022";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    float: left
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-track .slick-slide {
    max-width: 100%
}

.slick-arrow-default {
    position: absolute;
    width: 23px;
    height: 40px;
    top: 100%;
    padding: 0;
    z-index: 1;
    border: 0;
    background-color: transparent;
    color: #676767;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

@media (min-width: 768px) {
    .slick-arrow-default {
        top:50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.slick-arrow-default:active,.slick-arrow-default:focus,.slick-arrow-default:hover {
    opacity: .5
}

.slick-arrow-default.slick-prev-default {
    left: 50%;
    -webkit-transform: translateX(-58px);
    transform: translateX(-58px)
}

.slick-active {
    z-index: 1
}

@media (min-width: 768px) {
    .slick-arrow-default.slick-prev-default {
        left:15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .slick-arrow-default.slick-prev-default {
        left:50px
    }
}

.slick-arrow-default.slick-next-default {
    right: 50%;
    -webkit-transform: translateX(58px);
    transform: translateX(58px)
}

@media (min-width: 768px) {
    .slick-arrow-default.slick-next-default {
        right:15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .slick-arrow-default.slick-next-default {
        right:50px
    }
}

.slide-in-right_1sx {
    -webkit-animation: slide-in-right_1sx .25s ease forwards;
    animation: slide-in-right_1sx .25s ease forwards
}

@-webkit-keyframes slide-in-right_1sx {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slide-in-right_1sx {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.slide-in-left_2Mc {
    -webkit-animation: slide-in-left_2Mc .25s ease forwards;
    animation: slide-in-left_2Mc .25s ease forwards
}

@-webkit-keyframes slide-in-left_2Mc {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slide-in-left_2Mc {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.slide-out-left_4FJ {
    -webkit-animation: slide-out-left_4FJ .25s ease forwards;
    animation: slide-out-left_4FJ .25s ease forwards
}

@-webkit-keyframes slide-out-left_4FJ {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

@keyframes slide-out-left_4FJ {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

.slide-out-right_3KH {
    -webkit-animation: slide-out-right_3KH .25s ease forwards;
    animation: slide-out-right_3KH .25s ease forwards
}

@-webkit-keyframes slide-out-right_3KH {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

@keyframes slide-out-right_3KH {
    0% {
        -webkit-transform: none;
        transform: none
    }

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

.fade-in_1Gw {
    -webkit-animation: fade-in_1Gw .5s linear forwards;
    animation: fade-in_1Gw .5s linear forwards
}

@-webkit-keyframes fade-in_1Gw {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in_1Gw {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-out_2nz {
    -webkit-animation: fade-out_2nz .5s linear forwards;
    animation: fade-out_2nz .5s linear forwards
}

@-webkit-keyframes fade-out_2nz {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out_2nz {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.slider_3TN {
    max-width: 100%
}
