/**
 * Upcreators
 * Upcreators is the template for Agency, Streamers, Shop, Blog, Portfolio, Events, etc
 * Exclusively on https://1.envato.market/upcreators-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    scrollbar-width: auto;
    scrollbar-color: #f1b84b #212122;
    cursor: none!important
}

html {
    scroll-behavior: smooth
}

body,html {
    overflow-x: hidden
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

input,textarea {
    border-radius: 0;
    -webkit-appearance: none
}

input[readonly],textarea[readonly] {
    cursor: default
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-moz-placeholder,textarea::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

input::placeholder,textarea::placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

textarea {
    resize: none
}

img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes glitch {
    1% {
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg)
    }

    2% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes glitch {
    1% {
        -webkit-transform: rotateX(10deg);
        transform: rotateX(10deg)
    }

    2% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes noise-1 {
    3.33333% {
        -webkit-clip-path: inset(80px 0 16px 0);
        clip-path: inset(80px 0 16px 0)
    }

    6.66667% {
        -webkit-clip-path: inset(35px 0 4px 0);
        clip-path: inset(35px 0 4px 0)
    }

    10% {
        -webkit-clip-path: inset(92px 0 8px 0);
        clip-path: inset(92px 0 8px 0)
    }

    13.33333% {
        -webkit-clip-path: inset(79px 0 22px 0);
        clip-path: inset(79px 0 22px 0)
    }

    16.66667% {
        -webkit-clip-path: inset(41px 0 7px 0);
        clip-path: inset(41px 0 7px 0)
    }

    20% {
        -webkit-clip-path: inset(1px 0 19px 0);
        clip-path: inset(1px 0 19px 0)
    }

    23.33333% {
        -webkit-clip-path: inset(69px 0 1px 0);
        clip-path: inset(69px 0 1px 0)
    }

    26.66667% {
        -webkit-clip-path: inset(44px 0 19px 0);
        clip-path: inset(44px 0 19px 0)
    }

    30% {
        -webkit-clip-path: inset(35px 0 19px 0);
        clip-path: inset(35px 0 19px 0)
    }

    33.33333% {
        -webkit-clip-path: inset(59px 0 10px 0);
        clip-path: inset(59px 0 10px 0)
    }

    36.66667% {
        -webkit-clip-path: inset(90px 0 2px 0);
        clip-path: inset(90px 0 2px 0)
    }

    40% {
        -webkit-clip-path: inset(27px 0 22px 0);
        clip-path: inset(27px 0 22px 0)
    }

    43.33333% {
        -webkit-clip-path: inset(74px 0 6px 0);
        clip-path: inset(74px 0 6px 0)
    }

    46.66667% {
        -webkit-clip-path: inset(65px 0 10px 0);
        clip-path: inset(65px 0 10px 0)
    }

    50% {
        -webkit-clip-path: inset(44px 0 52px 0);
        clip-path: inset(44px 0 52px 0)
    }

    53.33333% {
        -webkit-clip-path: inset(24px 0 46px 0);
        clip-path: inset(24px 0 46px 0)
    }

    56.66667% {
        -webkit-clip-path: inset(51px 0 12px 0);
        clip-path: inset(51px 0 12px 0)
    }

    60% {
        -webkit-clip-path: inset(54px 0 26px 0);
        clip-path: inset(54px 0 26px 0)
    }

    63.33333% {
        -webkit-clip-path: inset(66px 0 12px 0);
        clip-path: inset(66px 0 12px 0)
    }

    66.66667% {
        -webkit-clip-path: inset(73px 0 23px 0);
        clip-path: inset(73px 0 23px 0)
    }

    70% {
        -webkit-clip-path: inset(46px 0 11px 0);
        clip-path: inset(46px 0 11px 0)
    }

    73.33333% {
        -webkit-clip-path: inset(55px 0 40px 0);
        clip-path: inset(55px 0 40px 0)
    }

    76.66667% {
        -webkit-clip-path: inset(27px 0 9px 0);
        clip-path: inset(27px 0 9px 0)
    }

    80% {
        -webkit-clip-path: inset(54px 0 46px 0);
        clip-path: inset(54px 0 46px 0)
    }

    83.33333% {
        -webkit-clip-path: inset(48px 0 7px 0);
        clip-path: inset(48px 0 7px 0)
    }

    86.66667% {
        -webkit-clip-path: inset(97px 0 4px 0);
        clip-path: inset(97px 0 4px 0)
    }

    90% {
        -webkit-clip-path: inset(96px 0 2px 0);
        clip-path: inset(96px 0 2px 0)
    }

    93.33333% {
        -webkit-clip-path: inset(3px 0 90px 0);
        clip-path: inset(3px 0 90px 0)
    }

    96.66667% {
        -webkit-clip-path: inset(87px 0 3px 0);
        clip-path: inset(87px 0 3px 0)
    }

    100% {
        -webkit-clip-path: inset(54px 0 47px 0);
        clip-path: inset(54px 0 47px 0)
    }
}

@keyframes noise-1 {
    3.33333% {
        -webkit-clip-path: inset(80px 0 16px 0);
        clip-path: inset(80px 0 16px 0)
    }

    6.66667% {
        -webkit-clip-path: inset(35px 0 4px 0);
        clip-path: inset(35px 0 4px 0)
    }

    10% {
        -webkit-clip-path: inset(92px 0 8px 0);
        clip-path: inset(92px 0 8px 0)
    }

    13.33333% {
        -webkit-clip-path: inset(79px 0 22px 0);
        clip-path: inset(79px 0 22px 0)
    }

    16.66667% {
        -webkit-clip-path: inset(41px 0 7px 0);
        clip-path: inset(41px 0 7px 0)
    }

    20% {
        -webkit-clip-path: inset(1px 0 19px 0);
        clip-path: inset(1px 0 19px 0)
    }

    23.33333% {
        -webkit-clip-path: inset(69px 0 1px 0);
        clip-path: inset(69px 0 1px 0)
    }

    26.66667% {
        -webkit-clip-path: inset(44px 0 19px 0);
        clip-path: inset(44px 0 19px 0)
    }

    30% {
        -webkit-clip-path: inset(35px 0 19px 0);
        clip-path: inset(35px 0 19px 0)
    }

    33.33333% {
        -webkit-clip-path: inset(59px 0 10px 0);
        clip-path: inset(59px 0 10px 0)
    }

    36.66667% {
        -webkit-clip-path: inset(90px 0 2px 0);
        clip-path: inset(90px 0 2px 0)
    }

    40% {
        -webkit-clip-path: inset(27px 0 22px 0);
        clip-path: inset(27px 0 22px 0)
    }

    43.33333% {
        -webkit-clip-path: inset(74px 0 6px 0);
        clip-path: inset(74px 0 6px 0)
    }

    46.66667% {
        -webkit-clip-path: inset(65px 0 10px 0);
        clip-path: inset(65px 0 10px 0)
    }

    50% {
        -webkit-clip-path: inset(44px 0 52px 0);
        clip-path: inset(44px 0 52px 0)
    }

    53.33333% {
        -webkit-clip-path: inset(24px 0 46px 0);
        clip-path: inset(24px 0 46px 0)
    }

    56.66667% {
        -webkit-clip-path: inset(51px 0 12px 0);
        clip-path: inset(51px 0 12px 0)
    }

    60% {
        -webkit-clip-path: inset(54px 0 26px 0);
        clip-path: inset(54px 0 26px 0)
    }

    63.33333% {
        -webkit-clip-path: inset(66px 0 12px 0);
        clip-path: inset(66px 0 12px 0)
    }

    66.66667% {
        -webkit-clip-path: inset(73px 0 23px 0);
        clip-path: inset(73px 0 23px 0)
    }

    70% {
        -webkit-clip-path: inset(46px 0 11px 0);
        clip-path: inset(46px 0 11px 0)
    }

    73.33333% {
        -webkit-clip-path: inset(55px 0 40px 0);
        clip-path: inset(55px 0 40px 0)
    }

    76.66667% {
        -webkit-clip-path: inset(27px 0 9px 0);
        clip-path: inset(27px 0 9px 0)
    }

    80% {
        -webkit-clip-path: inset(54px 0 46px 0);
        clip-path: inset(54px 0 46px 0)
    }

    83.33333% {
        -webkit-clip-path: inset(48px 0 7px 0);
        clip-path: inset(48px 0 7px 0)
    }

    86.66667% {
        -webkit-clip-path: inset(97px 0 4px 0);
        clip-path: inset(97px 0 4px 0)
    }

    90% {
        -webkit-clip-path: inset(96px 0 2px 0);
        clip-path: inset(96px 0 2px 0)
    }

    93.33333% {
        -webkit-clip-path: inset(3px 0 90px 0);
        clip-path: inset(3px 0 90px 0)
    }

    96.66667% {
        -webkit-clip-path: inset(87px 0 3px 0);
        clip-path: inset(87px 0 3px 0)
    }

    100% {
        -webkit-clip-path: inset(54px 0 47px 0);
        clip-path: inset(54px 0 47px 0)
    }
}

@-webkit-keyframes noise-2 {
    0% {
        -webkit-clip-path: inset(48px 0 10px 0);
        clip-path: inset(48px 0 10px 0)
    }

    3.33333% {
        -webkit-clip-path: inset(63px 0 8px 0);
        clip-path: inset(63px 0 8px 0)
    }

    6.66667% {
        -webkit-clip-path: inset(95px 0 6px 0);
        clip-path: inset(95px 0 6px 0)
    }

    10% {
        -webkit-clip-path: inset(28px 0 38px 0);
        clip-path: inset(28px 0 38px 0)
    }

    13.33333% {
        -webkit-clip-path: inset(2px 0 50px 0);
        clip-path: inset(2px 0 50px 0)
    }

    16.66667% {
        -webkit-clip-path: inset(53px 0 3px 0);
        clip-path: inset(53px 0 3px 0)
    }

    20% {
        -webkit-clip-path: inset(12px 0 87px 0);
        clip-path: inset(12px 0 87px 0)
    }

    23.33333% {
        -webkit-clip-path: inset(27px 0 69px 0);
        clip-path: inset(27px 0 69px 0)
    }

    26.66667% {
        -webkit-clip-path: inset(19px 0 66px 0);
        clip-path: inset(19px 0 66px 0)
    }

    30% {
        -webkit-clip-path: inset(35px 0 6px 0);
        clip-path: inset(35px 0 6px 0)
    }

    33.33333% {
        -webkit-clip-path: inset(30px 0 31px 0);
        clip-path: inset(30px 0 31px 0)
    }

    36.66667% {
        -webkit-clip-path: inset(25px 0 63px 0);
        clip-path: inset(25px 0 63px 0)
    }

    40% {
        -webkit-clip-path: inset(85px 0 13px 0);
        clip-path: inset(85px 0 13px 0)
    }

    43.33333% {
        -webkit-clip-path: inset(26px 0 24px 0);
        clip-path: inset(26px 0 24px 0)
    }

    46.66667% {
        -webkit-clip-path: inset(72px 0 28px 0);
        clip-path: inset(72px 0 28px 0)
    }

    50% {
        -webkit-clip-path: inset(58px 0 42px 0);
        clip-path: inset(58px 0 42px 0)
    }

    53.33333% {
        -webkit-clip-path: inset(6px 0 87px 0);
        clip-path: inset(6px 0 87px 0)
    }

    56.66667% {
        -webkit-clip-path: inset(72px 0 24px 0);
        clip-path: inset(72px 0 24px 0)
    }

    60% {
        -webkit-clip-path: inset(24px 0 54px 0);
        clip-path: inset(24px 0 54px 0)
    }

    63.33333% {
        -webkit-clip-path: inset(80px 0 9px 0);
        clip-path: inset(80px 0 9px 0)
    }

    66.66667% {
        -webkit-clip-path: inset(3px 0 56px 0);
        clip-path: inset(3px 0 56px 0)
    }

    70% {
        -webkit-clip-path: inset(7px 0 24px 0);
        clip-path: inset(7px 0 24px 0)
    }

    73.33333% {
        -webkit-clip-path: inset(42px 0 54px 0);
        clip-path: inset(42px 0 54px 0)
    }

    76.66667% {
        -webkit-clip-path: inset(83px 0 4px 0);
        clip-path: inset(83px 0 4px 0)
    }

    80% {
        -webkit-clip-path: inset(53px 0 2px 0);
        clip-path: inset(53px 0 2px 0)
    }

    83.33333% {
        -webkit-clip-path: inset(91px 0 8px 0);
        clip-path: inset(91px 0 8px 0)
    }

    86.66667% {
        -webkit-clip-path: inset(74px 0 25px 0);
        clip-path: inset(74px 0 25px 0)
    }

    90% {
        -webkit-clip-path: inset(20px 0 42px 0);
        clip-path: inset(20px 0 42px 0)
    }

    93.33333% {
        -webkit-clip-path: inset(11px 0 73px 0);
        clip-path: inset(11px 0 73px 0)
    }

    96.66667% {
        -webkit-clip-path: inset(100px 0 1px 0);
        clip-path: inset(100px 0 1px 0)
    }

    100% {
        -webkit-clip-path: inset(37px 0 22px 0);
        clip-path: inset(37px 0 22px 0)
    }
}

@keyframes noise-2 {
    0% {
        -webkit-clip-path: inset(48px 0 10px 0);
        clip-path: inset(48px 0 10px 0)
    }

    3.33333% {
        -webkit-clip-path: inset(63px 0 8px 0);
        clip-path: inset(63px 0 8px 0)
    }

    6.66667% {
        -webkit-clip-path: inset(95px 0 6px 0);
        clip-path: inset(95px 0 6px 0)
    }

    10% {
        -webkit-clip-path: inset(28px 0 38px 0);
        clip-path: inset(28px 0 38px 0)
    }

    13.33333% {
        -webkit-clip-path: inset(2px 0 50px 0);
        clip-path: inset(2px 0 50px 0)
    }

    16.66667% {
        -webkit-clip-path: inset(53px 0 3px 0);
        clip-path: inset(53px 0 3px 0)
    }

    20% {
        -webkit-clip-path: inset(12px 0 87px 0);
        clip-path: inset(12px 0 87px 0)
    }

    23.33333% {
        -webkit-clip-path: inset(27px 0 69px 0);
        clip-path: inset(27px 0 69px 0)
    }

    26.66667% {
        -webkit-clip-path: inset(19px 0 66px 0);
        clip-path: inset(19px 0 66px 0)
    }

    30% {
        -webkit-clip-path: inset(35px 0 6px 0);
        clip-path: inset(35px 0 6px 0)
    }

    33.33333% {
        -webkit-clip-path: inset(30px 0 31px 0);
        clip-path: inset(30px 0 31px 0)
    }

    36.66667% {
        -webkit-clip-path: inset(25px 0 63px 0);
        clip-path: inset(25px 0 63px 0)
    }

    40% {
        -webkit-clip-path: inset(85px 0 13px 0);
        clip-path: inset(85px 0 13px 0)
    }

    43.33333% {
        -webkit-clip-path: inset(26px 0 24px 0);
        clip-path: inset(26px 0 24px 0)
    }

    46.66667% {
        -webkit-clip-path: inset(72px 0 28px 0);
        clip-path: inset(72px 0 28px 0)
    }

    50% {
        -webkit-clip-path: inset(58px 0 42px 0);
        clip-path: inset(58px 0 42px 0)
    }

    53.33333% {
        -webkit-clip-path: inset(6px 0 87px 0);
        clip-path: inset(6px 0 87px 0)
    }

    56.66667% {
        -webkit-clip-path: inset(72px 0 24px 0);
        clip-path: inset(72px 0 24px 0)
    }

    60% {
        -webkit-clip-path: inset(24px 0 54px 0);
        clip-path: inset(24px 0 54px 0)
    }

    63.33333% {
        -webkit-clip-path: inset(80px 0 9px 0);
        clip-path: inset(80px 0 9px 0)
    }

    66.66667% {
        -webkit-clip-path: inset(3px 0 56px 0);
        clip-path: inset(3px 0 56px 0)
    }

    70% {
        -webkit-clip-path: inset(7px 0 24px 0);
        clip-path: inset(7px 0 24px 0)
    }

    73.33333% {
        -webkit-clip-path: inset(42px 0 54px 0);
        clip-path: inset(42px 0 54px 0)
    }

    76.66667% {
        -webkit-clip-path: inset(83px 0 4px 0);
        clip-path: inset(83px 0 4px 0)
    }

    80% {
        -webkit-clip-path: inset(53px 0 2px 0);
        clip-path: inset(53px 0 2px 0)
    }

    83.33333% {
        -webkit-clip-path: inset(91px 0 8px 0);
        clip-path: inset(91px 0 8px 0)
    }

    86.66667% {
        -webkit-clip-path: inset(74px 0 25px 0);
        clip-path: inset(74px 0 25px 0)
    }

    90% {
        -webkit-clip-path: inset(20px 0 42px 0);
        clip-path: inset(20px 0 42px 0)
    }

    93.33333% {
        -webkit-clip-path: inset(11px 0 73px 0);
        clip-path: inset(11px 0 73px 0)
    }

    96.66667% {
        -webkit-clip-path: inset(100px 0 1px 0);
        clip-path: inset(100px 0 1px 0)
    }

    100% {
        -webkit-clip-path: inset(37px 0 22px 0);
        clip-path: inset(37px 0 22px 0)
    }
}

.rotate {
    -webkit-animation: 4s linear infinite rotating;
    animation: 4s linear infinite rotating;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.rotate.slower {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.fadeIn {
    -webkit-animation: .4s ease-in-out fadeIn;
    animation: .4s ease-in-out fadeIn
}

.fadeOut {
    -webkit-animation: .4s ease-in-out fadeOut;
    animation: .4s ease-in-out fadeOut
}

:root {
    --app-height: 100%
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: #212122
}

::-webkit-scrollbar-thumb {
    background-color: #f1b84b
}

.cursor {
    visibility: hidden;
    display: none;
    border-radius: 50%;
    -webkit-transition: width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out;
    -o-transition: width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out;
    transition: width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out;
    position: fixed;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 10000000
}

.cursor_lottie {
    width: 100%;
    height: 100%;
    margin-top: -2px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.cursor.visible {
    display: block
}

.cursor--normal {
    width: 20px;
    height: 20px;
    background-color: rgba(241,184,75,.7);
    border: 1px solid #212122
}

.cursor--link {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.7)
}

.cursor--eye {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cursor--eye .cursor_lottie {
    opacity: 1;
    position: relative;
    right: -1px
}

html.fixed {
    overflow: hidden
}

html.swal2-shown {
    padding: 0!important
}

body {
    font-family: Archivo,sans-serif;
    color: #212122;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    min-height: 100vh
}

.section {
    padding: 80px 0
}

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

.section_nav-controls,.section_nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 1
}

.section_nav-title {
    margin-bottom: 10px
}

.section_nav-controls {
    font-size: 20px
}

.section_nav-controls_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px
}

.section_nav-controls_btns .link:first-of-type {
    margin-right: 30px
}

.section_nav-controls_btns .link:focus,.section_nav-controls_btns .link:hover {
    color: #f1b84b
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2
}

.h1,h1 {
    font-size: 42px
}

.h1.extra,h1.extra {
    font-size: 48px
}

.h2,h2 {
    font-size: 24px;
    line-height: 1.3
}

.h3,h3 {
    font-size: 21px
}

.h4,h4 {
    font-size: 17px
}

.h5,h5 {
    font-size: 14px;
    line-height: 1.3
}

.h6,h6 {
    font-size: 12px;
    line-height: 1.3
}

.quote {
    quotes: none;
    font-weight: 500;
    font-style: italic
}

.outlined {
    color: transparent
}

.outlined--white {
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff
}

.outlined--black {
    -webkit-text-stroke: 2px #212122;
    text-stroke: 2px #212122
}

.stripe-text {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.stripe-text--white {
    background: #fff;
    color: #212122
}

.stripe-text--white span {
    background: #fff
}

.stripe-text--black {
    background: #212122;
    color: #fff
}

.stripe-text--black span {
    background: #212122
}

.btn {
    border-radius: 2px;
    height: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #212122;
    padding: 10px 40px;
    border: 2px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.btn--outline {
    border: 2px solid #212122
}

.btn--accent {
    background: #f1b84b;
    border-color: #f1b84b
}

.btn--white {
    background: #fff;
    border-color: #fff
}

.btn--white:focus,.btn--white:hover {
    background: #f1b84b;
    border-color: #f1b84b
}

.btn--black {
    background: #212122;
    border-color: #212122;
    color: #fff
}

.btn--black:focus,.btn--black:hover {
    color: #212122;
    background: 0 0
}

.btn--hover-o:focus,.btn--hover-o:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn--hover-black:focus,.btn--hover-black:hover {
    background: #212122;
    border-color: #212122;
    color: #fff
}

.btn--arrow {
    position: relative
}

.btn--arrow .icon {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    right: 40px;
    opacity: 0;
    color: #212122
}

.btn--arrow:focus,.btn--arrow:hover {
    padding-right: 60px
}

.btn--arrow:focus .icon,.btn--arrow:hover .icon {
    opacity: 1
}

.btn--shop {
    gap: 20px;
    padding: 10px 0
}

.link--underline {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    font-weight: 500;
    color: #212122
}

.link--underline:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: #212122;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.link--underline:focus:after,.link--underline:hover:after {
    width: 100%
}

.link--brackets {
    position: relative
}

.link--brackets:not(.current) {
    left: -5px
}

.link--brackets:after,.link--brackets:before {
    position: relative;
    top: -1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.link--brackets:before {
    content: '['
}

.link--brackets:after {
    content: ']'
}

.link--brackets.current,.link--brackets:focus,.link--brackets:hover {
    left: 0
}

.link--brackets.current:after,.link--brackets.current:before,.link--brackets:focus:after,.link--brackets:focus:before,.link--brackets:hover:after,.link--brackets:hover:before {
    visibility: visible;
    opacity: 1
}

.link--brackets.current:before,.link--brackets:focus:before,.link--brackets:hover:before {
    padding-right: 2px
}

.link--brackets.current:after,.link--brackets:focus:after,.link--brackets:hover:after {
    padding-left: 2px
}

.field {
    background: #fff;
    border: 1px solid #212122;
    color: #212122;
    border-radius: 2px;
    height: 46px;
    padding: 4px 20px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.field.error {
    border-color: red
}

.field::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #727272
}

.field::-moz-placeholder {
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #727272
}

.field:-ms-input-placeholder {
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #727272
}

.field::-ms-input-placeholder {
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #727272
}

.field::placeholder {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #727272
}

.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.field:focus::-moz-placeholder {
    opacity: 0
}

.field:focus:-ms-input-placeholder {
    opacity: 0
}

.field:focus::-ms-input-placeholder {
    opacity: 0
}

.field:focus::placeholder {
    opacity: 0
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 84px auto 0;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    gap: 5px 10px;
    max-width: 1770px
}

.breadcrumbs .link {
    position: relative;
    color: #727272
}

.breadcrumbs .link:after {
    content: '/';
    position: relative;
    right: -5px;
    color: #727272
}

.breadcrumbs .link:focus,.breadcrumbs .link:hover {
    color: #212122
}

.hotspot_trigger {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: #212122;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    z-index: 5
}

.hotspot_trigger:focus,.hotspot_trigger:hover {
    border-width: 6px
}

.hotspot_content {
    position: absolute;
    max-width: 200px;
    padding: 20px;
    background: #fff;
    border: 2px solid #212122;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 6
}

.hotspot_content.visible {
    opacity: 1;
    visibility: visible
}

.hotspot_content img {
    position: static!important;
    margin-bottom: 5px;
    height: 100%
}

.hotspot_content span {
    display: block;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase
}

.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.meta_item {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    color: #727272;
    line-height: 1
}

.meta_item:not(:last-of-type) {
    padding-right: 5px
}

.meta_item:not(:last-of-type):after {
    content: '/';
    right: -5px;
    position: relative
}

.meta_item--single {
    display: block
}

.meta_item--single:after {
    display: none;
    padding-right: 0
}

.rating {
    gap: 10px;
    color: #727272;
    line-height: 1
}

.rating_stars {
    gap: 5px;
    font-size: 12px;
    line-height: 1
}

.rating_stars .icon-star {
    color: #212122
}

.qty {
    border: 1px solid #bababa;
    border-radius: 2px;
    height: 46px;
    max-width: 110px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1
}

.qty_amount-display {
    width: 30px;
    text-align: center;
    font-weight: 700
}

.qty .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.size_input {
    display: none
}

.size_input:checked+.size_label {
    background-color: #212122;
    color: #fff
}

.size_label {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    border: 1px solid #727272;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    color: #212122;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out
}

.size_label:hover {
    background-color: #212122;
    color: #fff
}

.color_input {
    display: none
}

.color_input:checked+.color_label .color_label-text {
    color: #212122
}

.color_input:checked+.color_label .color_label-icon .icon {
    opacity: 1
}

.color_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.color_label:hover .color_label-text {
    color: #212122
}

.color_label-icon {
    border-radius: 2px;
    width: 28px;
    height: 28px;
    position: relative;
    overflow: hidden
}

.color_label-icon .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 14px;
    height: 14px;
    background: #212122;
    font-size: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.color_label-text {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    color: #939393;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.color_label--all .color_label-icon {
    border: 1px solid #bababa
}

.color_label--white .color_label-icon {
    border: 1px solid #979797
}

.color_label--black .color_label-icon {
    background: #212122
}

.color_label--multi .color_label-icon {
    background: -o-linear-gradient(325.18deg,#2982ff -25.81%,#e7f19e 42.93%,#ffefe6 100%);
    background: linear-gradient(124.82deg,#2982ff -25.81%,#e7f19e 42.93%,#ffefe6 100%)
}

.color_label--gray .color_label-icon {
    background: #939393
}

.color_label--green .color_label-icon {
    background: #00a14f
}

.color_label--purple .color_label-icon {
    background: #bb30d1
}

.color_label--blue .color_label-icon {
    background: #0500ff
}

.color_label--red .color_label-icon {
    background: #fb4120
}

.color_label--orange .color_label-icon {
    background: #f1b84b
}

.sale_label {
    background: rgba(255,255,255,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    font-size: 14px;
    position: absolute;
    font-weight: 700;
    color: #fb4120;
    width: 54px;
    left: 0;
    top: 25px
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.tags_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #bababa;
    border-radius: 16px;
    height: 28px;
    padding: 0 35px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,color .3s ease-in-out;
    line-height: 1
}

.tags_item.current,.tags_item:focus,.tags_item:hover {
    background-color: #212122;
    color: #fff
}

.tags_item.white.active,.tags_item.white.current,.tags_item.white:focus,.tags_item.white:hover {
    background: #fff;
    color: #212122
}

.video {
    position: relative
}

.video .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.video .cover img {
    height: 100%
}

.video .cover.hidden {
    opacity: 0;
    visibility: hidden
}

.video iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    cursor: none!important
}

.videoPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400000;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videoPopup.visible {
    visibility: visible
}

.videoPopup_frame {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    min-height: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videoPopup_frame iframe {
    width: 100%;
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.videoPopup_frame-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
    right: 0;
    top: -40px;
    background: #fff
}

.videoPopup_frame-close:hover {
    color: #f1b84b
}

.shop .container_wrapper {
    position: relative
}

.shop_panel {
    position: relative;
    margin-bottom: 30px;
    z-index: 9000
}

.shop_panel.short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop_panel.short .search {
    margin-bottom: 0
}

.shop_panel.short .wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.shop_panel.short .wrapper .shop_panel-link {
    font-size: 12px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-transform: uppercase;
    gap: 10px;
    margin-bottom: 20px
}

.shop_panel.short .wrapper .shop_panel-link i {
    display: block;
    margin-top: -2px
}

.shop_panel.short .wrapper .shop_panel-link:focus,.shop_panel.short .wrapper .shop_panel-link:hover {
    color: #1544c0
}

.shop_panel-nav .divider {
    margin-top: 20px;
    max-width: 410px
}

.shop_panel-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.shop_panel-sorting .icon {
    right: -30px
}

.shop_panel-sorting .custom-select-panel {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.shop_panel-sorting .wrapper {
    padding-right: 30px
}

.shop_panel-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    margin: 20px 0 15px
}

.shop_panel-trigger--mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: -100px;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #bababa;
    z-index: 100000;
    margin: 0
}

.shop_panel-trigger--mobile.visible {
    top: 0
}

.shop_panel .search {
    margin: 20px 0 40px
}

.shop_filters {
    gap: 5px 10px
}

.shop_filters-filter.sale {
    color: #f97158
}

.shop_items {
    margin-top: -30px
}

.shop_items .sizer-element {
    width: 100%
}

.shop_items-item {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-top: 30px;
    width: 100%
}

.shop_items-item .aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 105%;
    overflow: hidden
}

.shop_items-item .aspect .product .media .link {
    aspect-ratio: 28/23;
    min-height: 230px
}

.shop_items-item .aspect--lg {
    padding-bottom: 186%
}

.shop_items-item .aspect--lg .product .media .link {
    aspect-ratio: 28/45;
    min-height: 450px
}

.shop_items-item .aspect_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 500
}

.contact-form textarea {
    height: 130px;
    padding-top: 10px
}

.contact-form .btn {
    margin-top: 10px
}

.product:hover .media .link:after {
    opacity: 1
}

.product:hover .media_overlay-label--sale {
    opacity: 0
}

.product:hover .media_overlay-label--favorite {
    right: 0
}

.product:hover .main_info {
    opacity: 0
}

.product:hover .main_overlay {
    opacity: 1
}

.product .media {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.product .media img,.product .media video {
    height: 100%
}

.product .media .link {
    display: block;
    position: relative
}

.product .media .link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(216,216,216,.3);
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0
}

.product .media_overlay {
    overflow: hidden
}

.product .media_overlay-label {
    background: rgba(255,255,255,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    font-size: 14px;
    position: absolute;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.product .media_overlay-label--favorite {
    right: -100%;
    width: 46px;
    top: 35px
}

.product .media_overlay-label--favorite .icon-heart {
    color: #fb4120
}

.product .main {
    position: relative;
    height: 46px
}

.product .main_overlay {
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0
}

.product .main_overlay-btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product .main_overlay-btn .icon {
    margin-left: 20px
}

.product .main_info {
    line-height: 1;
    font-weight: 900;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.product .main_info-title {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 5px
}

.product .main_info-price--old {
    color: #727272;
    text-decoration: line-through;
    margin-right: 10px
}

.product .main_info-price--sale {
    color: #f97158
}

.emoji_item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out,-webkit-transform .7s ease-in-out
}

.circular {
    font-weight: 700;
    text-transform: uppercase;
    width: 140px;
    height: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute
}

.circular i {
    font-size: 24px
}

.circular_text {
    position: absolute
}

.circular_text span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%
}

.page {
    padding: 60px 0;
    margin-top: 15px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.page_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.page_title {
    position: relative;
    z-index: 20
}

.page_title-icon {
    margin-bottom: 10px
}

.page_title-subtitle {
    line-height: 1.3
}

.box_posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px
}

.box_posts-item .main,.box_posts-item .media {
    position: relative
}

.box_posts-item .media {
    aspect-ratio: 56/48;
    z-index: 1
}

.box_posts-item .media img {
    height: 100%
}

.box_posts-item .main {
    padding: 30px 20px 0 0;
    margin-top: -20px;
    background: #fff;
    z-index: 2;
    width: calc(100% - 20px);
    margin-left: -1px
}

.box_posts-item .main_title {
    display: inline-block;
    margin-bottom: 5px
}

.box_posts-item .main_title:focus,.box_posts-item .main_title:hover {
    color: #1544c0
}

.feed {
    margin-bottom: -1px
}

.feed .link {
    overflow: hidden;
    display: block;
    aspect-ratio: 24/23
}

.feed .link img {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    height: 100%
}

.feed .link:focus img,.feed .link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.socials {
    color: #f1b84b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.socials--alt {
    color: #1544c0
}

.socials a:focus,.socials a:hover {
    opacity: .7
}

.ticker {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1!important;
    width: 100%
}

.ticker.yellow {
    background: #f1ff38
}

.ticker.white {
    background: #fff
}

.ticker-component {
    height: 54px!important
}

.ticker-text {
    padding: 0 30px;
    position: relative;
    margin-bottom: 4px
}

.ticker-text:after {
    content: "\e903";
    font-family: icomoon;
    position: relative;
    right: -32px;
    font-size: 24px;
    top: 3px
}

.ticker-item {
    visibility: hidden
}

.divider {
    height: 3px;
    background: #212122;
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination {
    margin: 40px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.pagination_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 900;
    gap: 15px
}

.pagination_main .icon {
    font-size: 20px
}

.pagination_main .link.current,.pagination_main .link.disabled {
    pointer-events: none
}

.pagination_main .link.current,.pagination_main .link:focus,.pagination_main .link:hover {
    color: #f1b84b
}

.pagination_main .link.current {
    margin-right: 10px
}

.search {
    position: relative
}

.search label {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 16px;
    height: 16px;
    line-height: 1
}

.search .field {
    width: 100%;
    padding-left: 50px;
    border-color: #bababa
}

.search .field.error {
    border-color: red
}

.search .field:focus {
    border-color: #212122
}

.scrollTrigger {
    display: block;
    position: fixed;
    right: -40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #212122;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 10000;
    border: 2px solid #212122;
    border-right: none;
    border-bottom: none
}

.scrollTrigger.active {
    right: 0
}

.scrollTrigger:hover {
    background-color: #f1b84b
}

.rotate.shape {
    width: 69px;
    height: 69px
}

.linebreak {
    display: block
}

@media screen and (min-width: 567.98px) {
    .shop_panel.short .search {
        margin-top:20px
    }

    .shop_panel .wrapper--options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
        margin-top: 20px
    }

    .shop_panel .wrapper .shop_panel-sorting,.shop_panel .wrapper .shop_panel-trigger--main {
        width: calc(50% - 15px);
        margin: 0;
        line-height: 1
    }

    .shop_panel .wrapper .shop_panel-trigger--main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px
    }

    .shop_panel .wrapper .shop_panel-sorting .custom-select-opener {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .shop_panel .wrapper .shop_panel-sorting .wrapper {
        padding-right: 20px
    }

    .shop_panel .wrapper .shop_panel-sorting .wrapper .icon {
        right: -20px
    }

    .shop_items {
        margin: -30px -15px 0
    }

    .shop_items .sizer-element {
        width: 50%
    }

    .shop_items-item {
        width: 50%;
        padding: 0 15px
    }

    .shop_items-item .aspect {
        padding-bottom: 107%
    }

    .shop_items-item .aspect .product .media {
        overflow: hidden
    }

    .shop_items-item .aspect .product .media .link {
        aspect-ratio: 25/20;
        min-height: 200px
    }

    .shop_items-item .aspect--lg {
        padding-bottom: 188%
    }

    .shop_items-item .aspect--lg .product .media .link {
        aspect-ratio: 25/40;
        min-height: 400px
    }

    .box_posts {
        gap: 60px 30px
    }

    .box_posts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .box_posts-item .media {
        height: 300px;
        aspect-ratio: unset
    }

    .box_posts-item .main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 40px 30px 0 0;
        margin-top: -40px;
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-form .field {
        width: calc(50% - 5px)
    }

    .contact-form textarea.field {
        width: 100%
    }

    .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width: 767.98px) {
    .scrollTrigger {
        width:60px;
        height: 60px;
        font-size: 24px;
        right: -60px
    }

    .page {
        padding: 100px 0
    }

    .shop_panel.short {
        margin-top: 40px!important
    }

    .shop_panel .search {
        margin-top: 20px
    }

    .shop_panel-sorting {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 30px
    }

    .shop_items-item .aspect {
        padding-bottom: 99%
    }

    .shop_items-item .aspect--lg {
        padding-bottom: 179%
    }

    .box_posts {
        grid-template-columns: repeat(2,1fr)
    }

    .section {
        padding: 100px 0
    }

    .h1,h1 {
        font-size: 56px
    }

    .h1.extra,h1.extra {
        font-size: 100px
    }

    .h2,h2 {
        font-size: 28px
    }

    .h3,h3 {
        font-size: 24px;
        line-height: 1.25
    }

    .h4,h4 {
        font-size: 20px
    }

    .h5,h5 {
        font-size: 16px;
        line-height: 1.25
    }

    .quote {
        font-size: 18px;
        line-height: 1.8
    }

    .text--md {
        font-size: 18px
    }

    .pagination {
        margin: 60px 0 100px;
        gap: 50px
    }

    .pagination_main {
        gap: 30px
    }

    .pagination_main .link.current {
        margin-right: 15px
    }

    .videoPopup_frame {
        min-height: 500px
    }
}

@media screen and (min-width: 1023.98px) {
    .cursor {
        visibility:visible
    }

    .shop_panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .shop_panel.short {
        margin: 60px 0 20px!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px
    }

    .shop_panel.short .wrapper {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 100%
    }

    .shop_panel.short .wrapper .shop_panel-link {
        margin-bottom: 0
    }

    .shop_panel .shop_panel-nav {
        max-width: calc(100% - 430px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .shop_panel .search {
        margin: 0!important;
        width: 410px
    }

    .shop_panel .wrapper--options {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .shop_panel .wrapper--options .view {
        gap: 50px
    }

    .shop_panel .shop_panel-sorting,.shop_panel .shop_panel-trigger--main {
        max-width: 410px
    }

    .shop_items .sizer-element,.shop_items-item {
        width: calc(100% / 3)
    }

    .shop_items .sizer-element .aspect--lg,.shop_items-item .aspect--lg {
        padding-bottom: 180%
    }

    .box_posts-item .media {
        height: unset;
        aspect-ratio: 56/48
    }
}

@media screen and (min-width: 1169.98px) {
    .breadcrumbs {
        margin:104px auto 0
    }

    .page {
        padding: 130px 0 200px
    }

    .text--md {
        font-size: 20px
    }

    .box_posts {
        grid-template-columns: repeat(3,1fr)
    }

    .box_posts-item .main_title {
        margin-bottom: 17px
    }

    .section {
        padding: 150px 0
    }

    .h1,h1 {
        font-size: 86px;
        line-height: 1.25
    }

    .h2,h2 {
        font-size: 38px;
        line-height: 1.5
    }

    .h3,h3 {
        font-size: 30px;
        line-height: 1.5
    }

    .h4,h4 {
        font-size: 22px;
        line-height: 1.3
    }

    .h5,h5 {
        font-size: 18px;
        line-height: 1.7
    }

    .h6,h6 {
        font-size: 14px;
        line-height: 1.4
    }

    .pagination {
        margin: 90px 0 0
    }

    .shop_items-item .aspect {
        padding-bottom: 97%
    }

    .shop_items-item .aspect--lg {
        padding-bottom: 178%
    }
}

@media screen and (min-width: 1365.98px) {
    .shop_items .sizer-element,.shop_items-item {
        width:25%
    }

    .shop_items .sizer-element .aspect,.shop_items-item .aspect {
        padding-bottom: 102%
    }

    .shop_items .sizer-element .aspect--lg,.shop_items-item .aspect--lg {
        padding-bottom: 182%
    }

    .h1.extra,h1.extra {
        font-size: 220px
    }

    .videoPopup_frame {
        min-height: 800px
    }
}

@media screen and (min-width: 1499.98px) {
    .shop_items-item .aspect {
        padding-bottom:99%
    }

    .shop_items-item .aspect--lg {
        padding-bottom: 179%
    }
}

.container {
    max-width: 1770px;
    padding: 0 20px
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.fade {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.tab-content {
    position: relative;
    overflow: hidden
}

.tab-content>.tab-pane {
    position: relative;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 1
}

.tab-content>.tab-pane:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    z-index: -1
}

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background-clip: padding-box;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    overflow-y: scroll
}

.offcanvas-start {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19000;
    width: 100vw;
    height: 100vh
}

.offcanvas.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    background: #d8d8d8;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.swiper-pagination-bullet-active,.swiper-pagination-bullet:focus,.swiper-pagination-bullet:hover {
    background: #212122
}

.header {
    padding: 15px 0;
    z-index: 110000;
    will-change: transform;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #bababa;
    height: 64px
}

.header_bg {
    visibility: hidden;
    height: 0;
    opacity: 0
}

.header.sticky {
    position: fixed;
    background: #fff
}

.header.opened {
    height: var(--app-height)
}

.header.opened .header_bg {
    visibility: visible;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    max-height: calc(100vh - 64px);
    bottom: 0;
    top: unset;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.header.opened .header_bg img {
    position: absolute;
    bottom: -600px;
    left: -300px;
    min-width: 1000px
}

.header--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2px
}

.header_nav {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    overflow-y: auto;
    max-height: calc(100vh - 64px);
    padding-bottom: 20px
}

.header_nav.collapsing {
    overflow: hidden
}

.header_nav-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2
}

.header_nav-list_item {
    text-align: center
}

.header_nav-list_item .nav-item {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    line-height: 1
}

.header_nav-list_item .nav-item.current,.header_nav-list_item .nav-item:focus,.header_nav-list_item .nav-item:hover {
    color: #f97158
}

.header_nav-list_item .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header_nav-list_item .dropdown-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    gap: 15px
}

.header_logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    gap: 5px
}

.header_logo-wrapper {
    height: 34px
}

.header_logo-wrapper img {
    height: 100%;
    width: auto;
    -o-object-fit: unset;
    object-fit: unset
}

.header_logo .text {
    display: none
}

.header_user {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    margin-right: 20px
}

.header_user-btn,.header_user-preference {
    display: none
}

.header_user-cart {
    position: relative
}

.header_user-cart_qty {
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    min-width: 16px;
    background: #fff;
    border: 1px solid #212122;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -10px;
    right: -16px;
    border-radius: 50%;
    padding: 2px
}

.header_trigger {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    width: 38px;
    height: 38px;
    overflow: hidden
}

@media screen and (min-width: 567.98px) {
    .header_logo .text {
        display:block
    }
}

@media screen and (min-width: 767.98px) {
    .header {
        height:74px
    }

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

    .header_user-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px
    }

    .header_user-btn:focus,.header_user-btn:hover {
        background-color: #212122;
        color: #fff
    }
}

@media screen and (min-width: 1169.98px) {
    .header {
        height:84px
    }

    .header .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header_bg,.header_trigger {
        display: none!important
    }

    .header_logo-wrapper {
        height: 42px
    }

    .header_logo .text {
        display: none
    }

    .header_user {
        gap: 30px
    }

    .header_user-preference {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        font-weight: 700
    }

    .header_nav {
        display: block!important;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: unset;
        padding: 0;
        margin-left: 40px;
        overflow-y: visible
    }

    .header_nav-list {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px
    }

    .header_nav-list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header_nav-list_item .nav-link {
        font-weight: 700;
        text-transform: unset;
        position: relative
    }

    .header_nav-list_item .nav-link:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 0;
        background: #212122;
        bottom: -10px;
        left: 0;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .header_nav-list_item .nav-link.current,.header_nav-list_item .nav-link:focus,.header_nav-list_item .nav-link:hover {
        color: #212122
    }

    .header_nav-list_item .nav-link.current:after,.header_nav-list_item .nav-link:focus:after,.header_nav-list_item .nav-link:hover:after {
        width: 100%
    }

    .header_nav-list_item .dropdown-menu {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        z-index: 100;
        opacity: 0;
        top: 100%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        text-align: left;
        visibility: hidden;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        padding-top: 20px
    }

    .header_nav-list_item .dropdown-menu.active {
        opacity: 1;
        visibility: visible
    }

    .header_nav-list_item .dropdown-menu .list-item[data-main=true] {
        display: none!important
    }

    .header_nav-list_item .dropdown-list {
        margin: 0;
        gap: 0;
        border: 2px solid #212122
    }

    .header_nav-list_item .dropdown-list .list-item {
        width: 100%;
        background: #fff
    }

    .header_nav-list_item .dropdown-list .list-item:last-of-type .nav-item {
        border: none
    }

    .header_nav-list_item .dropdown-list .nav-item {
        display: block;
        text-transform: unset;
        font-weight: 700;
        line-height: 1;
        height: 46px;
        padding: 15px 40px;
        border-bottom: 2px solid #212122;
        width: calc(100% + 2px);
        margin-left: -1px
    }

    .header_nav-list_item .dropdown-list .nav-item.current,.header_nav-list_item .dropdown-list .nav-item:focus,.header_nav-list_item .dropdown-list .nav-item:hover {
        color: #fff;
        background-color: #212122
    }

    .header_nav-list_item .dropdown-toggle[aria-expanded=true] {
        padding-bottom: 0
    }
}

@media screen and (min-width: 1365.98px) {
    .header .container {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header_logo .text {
        display: block
    }

    .header_user {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }

    .header_nav {
        margin-left: 0
    }

    .header_nav-list {
        gap: 40px
    }
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: 0 0;
    border-bottom-color: transparent
}

.header.sticky {
    border-bottom-color: #bababa
}

.header.sticky+main {
    padding-top: 0
}

.hero {
    padding: 124px 0 80px;
    position: relative;
    background: url(../img/index/bg.jpg) 0 0/cover no-repeat #f1b84b
}

.hero_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.hero_logo img {
    height: 100%;
    width: auto
}

.hero_main {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.hero_main-icon,.hero_main-title {
    color: #fff
}

.hero_main-icon {
    margin-bottom: 15px
}

.hero_media {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    z-index: 3
}

.hero_media .circular {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero_media .socials {
    color: #212122;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    position: relative;
    z-index: 10
}

.hero_media .socials .icon-youtube {
    font-size: 14px
}

@media screen and (min-width: 567.98px) {
    .hero_media {
        max-width:unset;
        margin: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hero_media-img img {
        max-width: 320px
    }

    .hero_media .socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-top: 0
    }
}

@media screen and (min-width: 767.98px) {
    .hero {
        padding:164px 0 100px
    }

    .hero_logo {
        top: unset;
        bottom: 0
    }

    .hero_main {
        max-width: 740px
    }

    .hero_media {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 100px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto
    }

    .hero_media-img img {
        max-width: 420px
    }

    .hero_media .circular {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        left: -20%;
        top: unset;
        bottom: 0
    }

    .hero_media .socials {
        gap: 50px;
        font-size: 20px
    }
}

@media screen and (min-width: 1023.98px) {
    .hero .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero_main {
        margin-bottom: 0
    }

    .hero_media {
        gap: 40px
    }

    .hero_media-img img {
        max-width: 260px
    }

    .hero_media .socials {
        margin-right: 8px
    }
}

@media screen and (min-width: 1169.98px) {
    .hero {
        padding:214px 0 150px
    }

    .hero .socials {
        margin: 0
    }

    .hero_media-img img {
        max-width: 330px
    }
}

@media screen and (min-width: 1365.98px) {
    .hero_main {
        max-width:980px
    }

    .hero_media-img img {
        max-width: 330px
    }

    .hero_media .circular {
        left: -34%;
        bottom: -80px
    }
}

@media screen and (min-width: 1599.98px) {
    .hero {
        padding:250px 0
    }

    .hero_logo {
        height: 100%;
        bottom: -80px;
        left: -50px
    }

    .hero_main {
        max-width: 1160px
    }

    .hero_main-title {
        font-size: 100px
    }

    .hero_media {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        gap: 100px;
        position: relative
    }

    .hero_media-img {
        position: absolute;
        right: 0
    }

    .hero_media-img img {
        min-width: 530px;
        margin-right: 40px
    }

    .hero_media .circular {
        bottom: -270px;
        top: unset;
        left: unset;
        right: 0
    }
}

.features_main-icon {
    margin-bottom: 10px
}

.features_main-text {
    margin: 10px 0 30px
}

.features_main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.features--1 .features_media {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 320px;
    max-width: 280px;
    margin: 0 auto
}

.features--1 .features_media-item {
    position: absolute
}

.features--1 .features_media-item.youtube {
    width: 190px;
    top: 10%
}

.features--1 .features_media-item.stories {
    width: 260px;
    left: 10%
}

.features--1 .features_media-item.post {
    width: 180px;
    right: 0;
    bottom: -5%
}

.features--2 {
    padding-bottom: 0
}

.features--2 .features_media {
    position: relative;
    height: 380px;
    max-width: 280px;
    margin: 0 auto 30px
}

.features--2 .features_media-item {
    position: absolute
}

.features--2 .features_media-item.dashboard {
    display: none
}

.features--2 .features_media-item.preview {
    width: 280px
}

.features--2 .features_media-item.preview img {
    max-height: 380px
}

.features--2 .features_media-item.element {
    background: #f1ff38;
    -webkit-box-shadow: 0 7px 16px rgba(0,0,0,.12);
    box-shadow: 0 7px 16px rgba(0,0,0,.12);
    border-radius: 2px;
    padding: 30px 20px;
    bottom: 20%;
    right: 0
}

.features--2 .features_media-item.element .icon {
    border-radius: 50%;
    background: #621ac1;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px
}

.features--2 .features_media-item.element .title {
    font-weight: 700;
    color: #727272
}

@media screen and (min-width: 567.98px) {
    .features_main-wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .features--1 .features_media {
        height: 380px;
        max-width: 380px
    }

    .features--1 .features_media-item.youtube {
        width: 200px;
        top: 15%;
        left: -2%
    }

    .features--1 .features_media-item.stories {
        width: 300px
    }

    .features--1 .features_media-item.post {
        width: 180px
    }

    .features--2 .features_media {
        max-width: 528px
    }

    .features--2 .features_media-item.dashboard {
        display: block;
        height: 350px;
        top: 5%
    }

    .features--2 .features_media-item.preview {
        right: 0
    }
}

@media screen and (min-width: 767.98px) {
    .features .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .features_main {
        width: calc(100% - 330px)
    }

    .features_media {
        max-width: 280px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .features--1 .features_media {
        height: 280px
    }

    .features--1 .features_media-item.youtube {
        width: 160px;
        top: 10%;
        left: -7%
    }

    .features--1 .features_media-item.stories {
        width: 260px;
        left: 5%
    }

    .features--1 .features_media-item.post {
        width: 140px;
        right: 5%;
        bottom: -5%
    }

    .features--2 .features_media {
        margin-bottom: 0
    }

    .features--2 .features_media-item.dashboard {
        display: none
    }

    .features--2 .features_media-item.preview {
        right: 15%;
        top: 5%
    }

    .features--2 .features_media-item.element {
        right: 8%
    }
}

@media screen and (min-width: 1169.98px) {
    .features_main {
        width:calc(100% - 410px);
        max-width: 800px
    }

    .features_media {
        max-width: 380px
    }

    .features--1 .features_media {
        height: 380px
    }

    .features--1 .features_media-item.youtube {
        top: 20%;
        left: 3%
    }

    .features--1 .features_media-item.stories {
        width: 360px;
        left: 7%
    }

    .features--2 .features_media-item.dashboard {
        display: block;
        width: 400px;
        top: 10%;
        left: -40%
    }

    .features--2 .features_media-item.dashboard img {
        height: 100%
    }

    .features--2 .features_media-item.preview {
        right: 15%;
        top: 5%
    }

    .features--2 .features_media-item.element {
        right: 8%
    }
}

@media screen and (min-width: 1365.98px) {
    .features--1 .features_main {
        width:calc(100% - 510px)
    }

    .features--1 .features_media {
        height: 480px;
        max-width: 480px
    }

    .features--1 .features_media-item.youtube {
        width: 220px;
        left: -4%
    }

    .features--1 .features_media-item.stories {
        width: 420px
    }

    .features--1 .features_media-item.post {
        width: 190px;
        bottom: 10%
    }
}

@media screen and (min-width: 1599.98px) {
    .features_media {
        height:900px!important;
        max-width: unset!important
    }

    .features--1 .features_media-item.youtube {
        width: 550px;
        left: 0
    }

    .features--1 .features_media-item.stories {
        width: 760px;
        height: 945px
    }

    .features--1 .features_media-item.post {
        width: 300px
    }

    .features--2 .features_media {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .features--2 .features_media-item.dashboard {
        width: 920px;
        height: 600px;
        right: 0;
        left: unset
    }

    .features--2 .features_media-item.preview {
        width: 590px;
        height: 900px;
        right: 0;
        top: 5%
    }

    .features--2 .features_media-item.preview img {
        max-height: unset;
        height: 100%
    }

    .features--2 .features_media-item.element {
        right: 57%
    }

    .banner_content {
        max-width: 1380px;
        margin-left: auto
    }
}

@media screen and (min-width: 1769.98px) {
    .shop_items-item .aspect {
        padding-bottom:96%
    }

    .shop_items-item .aspect--lg {
        padding-bottom: 176%
    }

    .hero_media-img {
        left: -205px
    }

    .hero_media-img img {
        min-width: 630px
    }

    .features--1 .features_media-item.post {
        right: 10%
    }

    .features--2 .features_media-item.dashboard,.features--2 .features_media-item.preview {
        right: 130px
    }

    .features--2 .features_media-item.element {
        right: 63%
    }
}

@media screen and (min-width: 1919.98px) {
    .features--1 .features_media {
        height:900px
    }

    .features--1 .features_media-item.youtube {
        width: 750px;
        left: -12%
    }
}

.cases:not(.gradient) {
    padding-top: 0
}

.cases.gradient {
    position: relative;
    overflow: hidden
}

.cases.gradient .cases_shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 2560px;
    opacity: .34;
    z-index: 1
}

.cases.gradient .cases_shape img {
    position: absolute;
    top: -300px;
    left: -33%
}

.cases.gradient .container {
    position: relative;
    z-index: 2
}

.cases_slider {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cases_slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cases_slider-slide .overlay {
    display: none
}

.cases_slider-slide .media {
    min-height: 340px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 15px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.cases_slider-slide .media img {
    height: 100%
}

.cases_slider-slide .main {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cases_slider-slide .main .link--underline {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    font-weight: 500;
    color: #1544c0
}

.cases_slider-slide .main .link--underline:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: #1544c0;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.cases_slider-slide .main .link--underline:focus:after,.cases_slider-slide .main .link--underline:hover:after {
    width: 100%
}

.cases_slider-slide .main .btn {
    margin-top: 10px
}

@media screen and (min-width: 567.98px) {
    .cases.gradient .cases_shape img {
        top:-800px;
        left: -30%
    }
}

@media screen and (min-width: 767.98px) {
    .cases.gradient .cases_shape img {
        top:-1300px
    }

    .cases_slider-slide {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }

    .cases_slider-slide .overlay {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 600px;
        z-index: 10;
        overflow: visible
    }

    .cases_slider-slide[aria-label="1 of 6"] .overlay .hotspot_trigger {
        right: 17%;
        bottom: 40%
    }

    .cases_slider-slide[aria-label="1 of 6"] .overlay .hotspot_content {
        right: 5%;
        bottom: 45%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:first-of-type .hotspot_trigger {
        left: 30%;
        top: 40%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:first-of-type .hotspot_content {
        left: 5%;
        top: 45%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:nth-of-type(2) .hotspot_trigger {
        left: 25%;
        bottom: 30%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:nth-of-type(2) .hotspot_content {
        left: 35%;
        top: 45%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:last-of-type .hotspot_trigger {
        right: 25%;
        top: 30%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:last-of-type .hotspot_content {
        left: 35%;
        top: 35%
    }

    .cases_slider-slide[aria-label="4 of 6"] .overlay .hotspot_trigger {
        right: 25%;
        top: 30%
    }

    .cases_slider-slide[aria-label="4 of 6"] .overlay .hotspot_content {
        right: 5%;
        top: 35%
    }

    .cases_slider-slide[aria-label="6 of 6"] .overlay .hotspot_trigger {
        right: 25%;
        top: 40%
    }

    .cases_slider-slide[aria-label="6 of 6"] .overlay .hotspot_content {
        right: 5%;
        top: 45%
    }

    .cases_slider-slide .media {
        height: 600px;
        margin-bottom: 15px;
        position: relative;
        z-index: 9
    }

    .cases_slider-slide .media img {
        height: 100%
    }

    .cases_slider-slide .main {
        text-align: center
    }

    .cases_slider-slide .main .link--underline {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: 1;
        font-weight: 500;
        color: #1544c0
    }

    .cases_slider-slide .main .link--underline:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 0;
        background: #1544c0;
        left: 0;
        bottom: 0;
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out
    }

    .cases_slider-slide .main .link--underline:focus:after,.cases_slider-slide .main .link--underline:hover:after {
        width: 100%
    }
}

@media screen and (min-width: 1169.98px) {
    .cases_slider {
        margin-top:40px
    }

    .cases_slider-slide .main .btn {
        margin-top: 20px
    }
}

@media screen and (min-width: 1769.98px) {
    .cases {
        position:relative
    }

    .cases .section_nav {
        position: absolute;
        top: -90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1770px;
        width: 100%;
        padding: 0 20px;
        z-index: 10
    }

    .cases_slider {
        margin-top: 90px;
        height: 970px
    }

    .cases_slider .splide__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cases_slider-slide {
        width: 470px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cases_slider-slide .overlay {
        height: 690px
    }

    .cases_slider-slide .media {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-transition: height .5s ease-in-out;
        -o-transition: height .5s ease-in-out;
        transition: height .5s ease-in-out;
        height: 690px
    }

    .cases_slider-slide[aria-label="1 of 6"] .overlay .hotspot_trigger {
        right: 27%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:nth-of-type(2) .hotspot_trigger {
        bottom: 20%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:nth-of-type(2) .hotspot_content {
        top: 45%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:last-of-type .hotspot_trigger {
        top: 40%
    }

    .cases_slider-slide[aria-label="2 of 6"] .overlay .hotspot:last-of-type .hotspot_content {
        top: 45%
    }

    .cases_slider-slide[aria-label="4 of 6"] .overlay .hotspot_trigger {
        top: 40%
    }

    .cases_slider-slide[aria-label="4 of 6"] .overlay .hotspot_content {
        top: 45%
    }

    .cases_slider-slide[aria-label="6 of 6"] .overlay .hotspot_trigger {
        top: 60%
    }

    .cases_slider-slide[aria-label="6 of 6"] .overlay .hotspot_content {
        top: 65%
    }

    .cases_slider-slide.is-active .media {
        height: 860px
    }

    .cases_slider-slide.is-active[data-swiper-slide-index="0"] .overlay .hotspot_trigger {
        right: 25%
    }

    .cases_slider-slide.is-active[data-swiper-slide-index="3"] .overlay .hotspot_trigger {
        top: 30%
    }

    .cases_slider-slide.is-active[data-swiper-slide-index="3"] .overlay .hotspot_content {
        top: 35%
    }
}

.banner {
    padding-top: 0;
    margin-top: -10px;
    line-height: 1.3
}

.banner_content .emoji {
    display: inline-block
}

.banner_content .emoji_item {
    display: inline-block;
    max-width: 20px
}

@media screen and (min-width: 767.98px) {
    .banner {
        padding-bottom:80px;
        padding-right: 40px;
        margin-top: -20px
    }

    .banner_content .emoji_item {
        max-width: 28px
    }
}

@media screen and (min-width: 1169.98px) {
    .banner {
        margin-top:-10px;
        padding-bottom: 150px
    }

    .banner_content .emoji_item {
        max-width: 38px
    }
}

.services_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

.services_list-item {
    position: relative;
    text-align: center;
    overflow: hidden
}

.services_list-item.visible .cover,.services_list-item:focus .cover,.services_list-item:hover .cover {
    opacity: 0;
    visibility: hidden
}

.services_list-item .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #212122;
    background: #fff;
    z-index: 3;
    padding: 30px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.services_list-item .cover_shape {
    max-height: 100px;
    margin-bottom: 15px;
    height: 100%
}

.services_list-item .cover_shape img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.services_list-item .content {
    position: relative;
    height: 100%
}

.services_list-item .content_bg,.services_list-item .content_bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.services_list-item .content_bg {
    z-index: 1
}

.services_list-item .content_bg img {
    height: 100%
}

.services_list-item .content_bg-overlay {
    background: rgba(33,33,34,.7)
}

.services_list-item .content_main {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services_list-item .content_main-title {
    color: #fff
}

.services_list-item .content_main-text {
    color: #eee;
    margin: 10px 0 20px
}

.services_list-item .content_main-btn {
    width: 100%
}

@media screen and (min-width: 567.98px) {
    .services_list-item .cover_title {
        max-width:240px
    }

    .services_list-item .content_main {
        padding: 60px
    }

    .services_list-item .content_main-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width: 767.98px) {
    .services_list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 20px
    }

    .services_list-item .content_main {
        padding: 40px
    }
}

@media screen and (min-width: 1023.98px) {
    .services_list-item {
        height:400px
    }

    .services_list-item .cover_title {
        max-width: 320px
    }
}

@media screen and (min-width: 1169.98px) {
    .services_list {
        grid-gap:30px 0;
        grid-template-columns: repeat(3,1fr)
    }

    .services_list-item:nth-of-type(2) .cover,.services_list-item:nth-of-type(5) .cover {
        border-left: none;
        border-right: none
    }

    .services_list-item .cover_title {
        max-width: 300px
    }
}

@media screen and (min-width: 1599.98px) {
    .services_list-item {
        height:500px
    }
}

.cta {
    background: #212122;
    position: relative;
    overflow: hidden
}

.cta .container,.cta .ticker {
    position: relative;
    z-index: 2
}

.cta_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.cta_bg-shape,.cta_bg-shape img {
    height: 100%
}

.cta_bg-shape:first-of-type {
    opacity: .24
}

.cta_bg-shape:last-of-type {
    opacity: .27
}

.cta_main {
    padding: 80px 0;
    color: #fff
}

.cta_main-icon {
    margin-bottom: 15px
}

.cta_main-action {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.cta_main .accent {
    color: #f1ff38
}

.cta_media {
    margin: 0 -20px
}

.cta_media-item img {
    height: 100%
}

.cta_media-item--main {
    height: 290px
}

.cta_media-item--secondary {
    display: none
}

@media screen and (min-width: 567.98px) {
    .cta_main-action {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 767.98px) {
    .cta_main {
        padding:100px 0
    }

    .cta_main-action {
        gap: 20px
    }

    .cta_media-item--main {
        height: 380px
    }
}

@media screen and (min-width: 1169.98px) {
    .cta_main {
        padding:150px 0
    }

    .cta_main-icon {
        margin-bottom: 20px
    }

    .cta_main-action {
        margin-top: 60px
    }

    .cta_media-item--main {
        height: 480px
    }
}

@media screen and (min-width: 1365.98px) {
    .services_list {
        grid-gap:30px 0;
        grid-template-columns: repeat(3,1fr)
    }

    .services_list-item .content_main {
        padding: 80px 60px
    }

    .services_list-item .content_main-title {
        max-width: 420px
    }

    .services_list-item .content_main-text {
        margin: 20px 0 40px
    }

    .services_list-item .cover_shape {
        max-width: 180px;
        max-height: 180px;
        margin-bottom: 20px
    }

    .cta .container {
        padding: 0;
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        margin-right: calc(50vw - 885px);
        gap: 30px
    }

    .cta_bg-shape img {
        width: auto
    }

    .cta_bg-shape:first-of-type {
        width: 1920px;
        height: 1920px;
        left: 471px
    }

    .cta_bg-shape:last-of-type {
        width: 2515px;
        height: 2515px;
        left: -439px
    }

    .cta_main {
        padding: 200px 20px;
        max-width: 800px;
        width: 100%
    }

    .cta_main-icon {
        margin-bottom: 20px
    }

    .cta_main-action {
        margin-top: 80px
    }

    .cta_media {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: unset;
        position: relative
    }

    .cta_media-item--main {
        height: 600px
    }
}

@media screen and (min-width: 1769.98px) {
    .cta .container {
        gap:160px;
        margin-right: 0;
        margin-left: calc(50vw - 885px)
    }

    .cta .ticker {
        position: absolute;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        right: -200px;
        bottom: -50px
    }

    .cta_media-item--secondary {
        display: block;
        width: 420px;
        height: 440px;
        position: absolute;
        bottom: -100px;
        left: -100px
    }
}

@media screen and (min-width: 2199.98px) {
    .cta .ticker {
        bottom:-100px
    }
}

.brands.gradient {
    position: relative
}

.brands.gradient .brands_bg {
    background: #f9f9f9;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .31;
    z-index: 1;
    top: -40px
}

.brands.gradient .brands_bg img {
    height: 100%;
    min-height: 800px
}

.brands .brands_list,.brands .container {
    position: relative;
    z-index: 2
}

.brands_header {
    margin-bottom: 30px
}

.brands_header-icon {
    margin-bottom: 10px
}

.brands_list-row:first-of-type {
    margin-bottom: 15px
}

.brands_list-row .ticker-component {
    height: 100px!important
}

.brands_list-row img {
    width: auto;
    max-height: 80px;
    margin: 0 15px
}

@media screen and (min-width: 1023.98px) {
    .brands_header {
        margin-bottom:60px
    }

    .brands_list-row:first-of-type {
        margin-bottom: 30px
    }

    .brands_list-row img {
        margin: 0 30px
    }
}

@media screen and (min-width: 1169.98px) {
    .brands.gradient {
        padding-top:0;
        margin-top: 35px
    }

    .brands.gradient .brands_bg {
        height: calc(100% - 35px);
        top: unset
    }

    .brands.gradient .brands_header {
        margin-top: -35px
    }
}

.footer {
    background: #212122;
    color: #dbdbdb;
    padding: 80px 0;
    position: relative
}

.footer_bg {
    display: none
}

.footer_about {
    margin-bottom: 40px
}

.footer_about-slogan {
    margin-bottom: 30px
}

.footer_about-slogan_icon {
    margin-bottom: 18px;
    color: #fff
}

.footer_about-slogan_title {
    color: #fff;
    margin-bottom: 10px
}

.footer_about-form {
    gap: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_about-form .field {
    border-color: #fff
}

.footer_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.footer_main-block .link--underline {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    font-weight: 500;
    color: #eee
}

.footer_main-block .link--underline:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: #eee;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.footer_main-block .link--underline:focus:after,.footer_main-block .link--underline:hover:after {
    width: 100%
}

.footer_main-block_title {
    color: #fff;
    margin-bottom: 20px
}

.footer_main-block_socials {
    gap: 30px
}

.footer_main-block_content {
    gap: 13px
}

.footer_main-block_nav {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_main-block_nav a.current,.footer_main-block_nav a:focus,.footer_main-block_nav a:hover {
    color: #f1b84b
}

.footer_main-block_content,.footer_main-block_nav {
    font-weight: 600
}

.footer_copy {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 2;
    max-width: 1765px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px
}

@media screen and (min-width: 567.98px) {
    .footer_about-form {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer_about-form .field {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer_main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 0
    }

    .footer_main-block {
        width: 50%
    }

    .footer_main-block:first-of-type {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer_main-block:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer_main-block:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer_main-block:nth-of-type(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer_main-block:last-of-type {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%
    }

    .footer_main-block_nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px
    }
}

@media screen and (min-width: 767.98px) {
    .brands.gradient .brands_bg img {
        min-height:1200px
    }

    .footer_about {
        margin-bottom: 60px
    }

    .footer_about-slogan_text {
        font-size: 20px
    }

    .footer_main {
        gap: 60px 0
    }
}

@media screen and (min-width: 1023.98px) {
    .footer_about-slogan_text {
        max-width:560px
    }

    .footer_about-form .field {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        min-width: 360px
    }

    .footer_main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer_main-block {
        width: calc(25% - 15px)
    }

    .footer_main-block:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer_main-block:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer_main-block:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer_main-block:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (min-width: 1169.98px) {
    .footer {
        position:relative;
        overflow: hidden
    }

    .footer_bg {
        display: block;
        position: absolute;
        opacity: 12%;
        z-index: 1;
        left: 50%;
        top: -200px;
        width: 100%;
        height: 100%
    }

    .footer .container {
        position: relative;
        z-index: 2
    }

    .footer_main-block {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer_main-block:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer_main-block:nth-of-type(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 1365.98px) {
    .footer_main {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px 50px
    }
}

@media screen and (min-width: 1599.98px) {
    .footer {
        padding:150px 0
    }

    .footer_bg {
        left: 400px
    }

    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .footer_about {
        margin-bottom: 0;
        width: 560px
    }

    .footer_main {
        width: calc(100% - 560px - 170px);
        display: grid!important;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 70px
    }

    .footer_main-block:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer_main-block:nth-of-type(3) {
        grid-area: 1/2/2/4
    }

    .footer_main-block:last-of-type {
        grid-area: 1/3/3/4
    }

    .footer_main-block:last-of-type .footer_main-block_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }
}

.cart_popup {
    position: fixed;
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000000;
    right: 0;
    width: 100%;
    max-width: 1770px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    visibility: hidden
}

.cart_popup.visible {
    opacity: 1;
    visibility: visible
}

.cart_popup-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.cart_popup-wrapper {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    padding: 20px;
    position: relative;
    z-index: 30
}

.cart_popup-helper {
    max-width: 405px;
    background: #fff;
    border: 1px solid #212122;
    position: relative
}

.cart_popup-helper:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-top: 1px solid #212122;
    border-right: 1px solid #212122;
    width: 15px;
    height: 15px;
    top: -9px;
    right: 55px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 20
}

.cart_popup .note {
    font-size: 10px;
    color: #727272;
    font-weight: 700
}

.cart_popup-header {
    font-size: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7
}

.cart_popup-header .success .icon {
    font-size: 16px
}

.cart_popup-header .note {
    width: 100%;
    margin-top: 5px
}

.cart_popup-header .cartID,.cart_popup-header .success {
    text-transform: uppercase;
    line-height: 1
}

.cart_popup-header .cartID {
    color: #727272;
    font-weight: 700
}

.cart_popup-main_list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    gap: 10px
}

.cart_popup-main_list .list-item .media {
    width: 70px;
    height: 90px
}

.cart_popup-main_list .list-item .media img {
    height: 100%
}

.cart_popup-main_list .list-item .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart_popup-main_list .list-item .main_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cart_popup-main_list .list-item .main_info .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.cart_popup-main_list .list-item .main_info .wrapper:first-of-type {
    font-size: 12px;
    font-weight: 700;
    color: #727272;
    margin-bottom: 10px
}

.cart_popup-main_list .list-item .main_info-remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    text-transform: uppercase
}

.cart_popup-main_list .list-item .main_info-remove:focus,.cart_popup-main_list .list-item .main_info-remove:hover {
    color: #1544c0
}

.cart_popup-main_list .list-item .main_info-remove .text {
    font-size: 10px
}

.cart_popup-main_list .list-item .main_info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    gap: 10px;
    margin: 5px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cart_popup-main_list .list-item .main_info-details .property {
    color: #727272
}

.cart_popup-main_list .list-item .main_info-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_popup-main_list .list-item .main_info-qty_label {
    text-transform: uppercase;
    color: #727272;
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px
}

.cart_popup-main_list .list-item .main_info-qty .qty {
    border: none;
    padding: 0;
    height: unset
}

.cart_popup-main_list .list-item .main_info-qty .qty .control {
    font-size: 12px
}

.cart_popup-main_list .list-item .main_info-qty .qty_amount-display {
    font-weight: 700;
    font-size: 11px;
    width: 30px;
    text-align: center
}

.cart_popup-main_list .list-item .main_info-price {
    font-weight: 700;
    font-size: 12px
}

.cart_popup-footer {
    padding-top: 20px
}

.cart_popup-footer_summary {
    gap: 5px
}

.cart_popup-footer_summary .subtotal,.cart_popup-footer_summary .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.cart_popup-footer_summary .subtotal {
    font-size: 12px;
    font-weight: 700
}

.cart_popup-footer_action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 10px
}

@media screen and (min-width: 567.98px) {
    .cart_popup-wrapper {
        padding:30px
    }

    .cart_popup-footer_action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cart_popup-footer_action .btn {
        width: calc(50% - 5px);
        padding: 10px 0
    }
}

@media screen and (min-width: 767.98px) {
    .cart_popup {
        top:74px
    }
}

@media screen and (min-width: 1169.98px) {
    .cart_popup {
        top:84px
    }

    .cart_popup-helper:after {
        right: 100px
    }

    .cart_popup-wrapper {
        max-height: calc(100vh - 104px)
    }
}

/*# sourceMappingURL=../sourcemaps/index.css.map */
