body {
    background-color: #fff
}
body.modal-open {
    padding-right: 0 !important
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.animated-background,
.section_three_banner .fix-banner-margin a img:not(.loaded),
.section_three_banner .fix-banner-margin-small img:not(.loaded),
.section_sport .evo-product-block-item .box-image img:not(.loaded),
.section_feature_collection_single .single-col-img img:not(.loaded),
.section_brands .slick_brand a img:not(.loaded),
.section_blogs .slick_blog .item-news-index .item-news-image a img:not(.loaded),
.index-margin-top .evo-product-block-item .box-image img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}
header.header {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 999
}
.home-slider .slick-slide {
    margin: 5px
}
.home-slider .slick-slide:hover,
.home-slider .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}
.home-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}
@media (max-width: 1024px) {
    .home-slider .slick-arrow {
        display: none !important
    }
}
.home-slider .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.home-slider .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/back.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.home-slider .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.home-slider .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/right-arrow.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.home-slider .slick-dots {
    text-align: center
}
.home-slider .slick-dots li {
    display: inline-block
}
.home-slider .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0
}
.home-slider .slick-dots li + li {
    margin-left: 5px
}
.home-slider .slick-dots li.slick-active button {
    transition: all .2s;
    width: 30px;
    border-radius: 3px;
    background: #222
}
.home-slider:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.home-slider:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.home-slider .slick-slide {
    margin: 0
}
.home-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}
.home-slider .slick-dots li button {
    border-radius: 5px;
    height: 5px;
    width: 20px;
    border: none;
    background-color: #fff
}
.home-slider .slick-dots li.slick-active button {
    background-color: #f26e21;
    border-radius: 5px;
    width: 20px
}
.evo-video-header {
    color: #fff;
    height: 100vh;
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #000
}
@media (max-width: 767px) {
    .evo-video-header {
        height: 85vh
    }
}
.evo-video-header .evo-fix-video {
    width: 100%;
    height: 100%
}
.evo-video-header .evo-fix-video .video-js {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.evo-video-header .playvid {
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .evo-video-header .playvid svg {
        width: 30px !important;
        height: 30px !important
    }
}
.evo-video-header .playvid:hover,
.evo-video-header .playvid:focus {
    color: #767676
}
.evo-video-header .playvid:before {
    content: "";
    height: 2px;
    width: 35px;
    background-color: #fff;
    display: block;
    transform: rotate(-45deg);
    top: 17px;
    position: relative;
    left: 0
}
.evo-video-header .playvid.active:before {
    display: none
}
.evo-video-header-a {
    color: #fff;
    height: 100vh;
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #000
}
.section_search_feature {
    background-color: #fafafa;
    padding: 15px 0
}
@media (max-width: 991px) {
    .section_search_feature .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }
    .section_search_feature .row .col-lg-3 {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0
    }
}
@media (max-width: 991px) {
    .section_search_feature .row .item-policy {
        margin-top: 5px
    }
}
.section_search_feature .row .item-policy a {
    display: flex;
    align-items: center
}
@media (max-width: 569px) {
    .section_search_feature .row .item-policy a {
        display: block;
        text-align: center
    }
}
.section_search_feature .row .item-policy a img {
    flex: 1;
    margin-right: 10px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    max-width: 40px
}
@media (max-width: 569px) {
    .section_search_feature .row .item-policy a img {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto
    }
}
.section_search_feature .row .item-policy a .item-policy-content h5 {
    margin-bottom: 2px;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    color: #222
}
.section_search_feature .row .item-policy a .item-policy-content .sub-text {
    color: #333;
    font-size: 13px;
    line-height: 1.3;
    display: inline-block
}
.section_search_feature .row .item-policy a:hover .item-policy-content h5 {
    color: #f26e21
}
.sport-title {
    text-align: center
}
.sport-title h3 {
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px
}
.sport-title h3:after {
    content: "";
    width: 170px;
    height: 1px;
    background: #CCC;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto
}
.sport-title h3:before {
    content: "";
    width: 27px;
    height: 27px;
    background: #FFF;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/interface.svg?1634261159038);
    background-size: 27px
}
@media (max-width: 767px) {
    .sport-title h3 {
        font-size: 20px
    }
}
.sport-title h3 a {
    color: #1c1c1c
}
.sport-title h3 a:hover,
.sport-title h3 a:focus {
    color: #f26e21
}
.sport-title p {
    margin: 10px auto 30px auto;
    color: #666;
    max-width: 750px
}
.section_three_banner {
    padding-top: 40px
}
.section_three_banner .item-shop-cate {
    overflow: hidden
}
.section_three_banner .item-shop-cate a {
    display: block;
    position: relative
}
.section_three_banner .item-shop-cate a img {
    ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.section_three_banner .item-shop-cate a .item-shop-cate-title {
    left: 20px;
    bottom: 20px;
    color: #222;
    line-height: 25px;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 80%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9)
}
@media (max-width: 480px) {
    .section_three_banner .item-shop-cate a .item-shop-cate-title {
        padding: 5px 10px;
        font-size: 14px;
        left: 10px;
        bottom: 10px
    }
}
.section_three_banner .item-shop-cate a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.section_three_banner .item-shop-cate a:hover .item-shop-cate-title {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9)
}
.section_three_banner .item-shop-cate.two-small + .two-small {
    margin-top: 20px
}
@media (max-width: 1024px) {
    .section_three_banner .item-shop-cate.two-small + .two-small {
        margin-top: 15px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_three_banner .item-shop-cate.two-small + .two-small {
        margin-top: 11px
    }
}
@media (max-width: 480px) {
    .section_three_banner .item-shop-cate.two-small + .two-small {
        margin-top: 13px
    }
}
.section_three_banner .fix-banner-margin a {
    width: 100%;
    height: 413px;
    position: relative
}
@media (max-width: 1024px) {
    .section_three_banner .fix-banner-margin a {
        height: 343px
    }
}
@media (max-width: 991px) {
    .section_three_banner .fix-banner-margin a {
        height: 249px
    }
}
@media (max-width: 767px) {
    .section_three_banner .fix-banner-margin a {
        height: 391px
    }
}
@media (max-width: 569px) {
    .section_three_banner .fix-banner-margin a {
        height: 411px
    }
}
@media (max-width: 480px) {
    .section_three_banner .fix-banner-margin a {
        height: 301px
    }
}
@media (max-width: 376px) {
    .section_three_banner .fix-banner-margin a {
        height: 271px
    }
}
@media (max-width: 321px) {
    .section_three_banner .fix-banner-margin a {
        height: 230px
    }
}
.section_three_banner .fix-banner-margin a img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
@media (min-width: 768px) and (max-width: 991px) {
    .section_three_banner .fix-banner-margin a img {
        width: 100% !important
    }
}
.section_three_banner .fix-banner-margin a img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.section_three_banner .fix-banner-margin-small a {
    width: 100%;
    height: 413px;
    position: relative
}
@media (max-width: 1024px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 343px
    }
}
@media (max-width: 991px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 249px
    }
}
@media (max-width: 767px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 390px
    }
}
@media (max-width: 569px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 412px
    }
}
@media (max-width: 480px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 307px
    }
}
@media (max-width: 376px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 277px
    }
}
@media (max-width: 321px) {
    .section_three_banner .fix-banner-margin-small a {
        height: 233px
    }
}
.section_three_banner .fix-banner-margin-small .two-small a {
    width: 100%;
    height: 197px;
    position: relative
}
@media (max-width: 1024px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 164px
    }
}
@media (max-width: 991px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 119px
    }
}
@media (max-width: 767px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 186px
    }
}
@media (max-width: 569px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 197px
    }
}
@media (max-width: 480px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 147px
    }
}
@media (max-width: 376px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 132px
    }
}
@media (max-width: 321px) {
    .section_three_banner .fix-banner-margin-small .two-small a {
        height: 111px
    }
}
.section_three_banner .fix-banner-margin-small img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.section_three_banner .fix-banner-margin-small img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
@media (max-width: 767px) {
    .section_three_banner .fix-banner-margin {
        margin-bottom: 15px
    }
}
@media (max-width: 767px) and (max-width: 480px) {
    .section_three_banner .fix-banner-margin {
        margin-bottom: 7px
    }
}
@media (max-width: 480px) {
    .section_three_banner .fix-banner-margin-small {
        padding-right: 3.5px;
        padding-left: 7px
    }
    .section_three_banner .fix-banner-margin-small + .fix-banner-margin-small {
        padding-left: 3.5px;
        padding-right: 7px
    }
}
.section_sport {
    padding-top: 40px
}
.section_sport .e-tabs .button_show_tab {
    color: #f26e21;
    position: absolute;
    right: 8px;
    z-index: 99;
    top: 8px;
    height: 14px;
    line-height: 14px;
    background: #fff;
    display: none
}
@media (max-width: 767px) {
    .section_sport .e-tabs .button_show_tab {
        display: block
    }
}
.section_sport .e-tabs .button_show_tab span {
    background-color: #1c1c1c;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.section_sport .e-tabs .button_show_tab span + span {
    margin-top: 4px
}
.section_sport .e-tabs .button_show_tab span:nth-child(2) {
    width: 70%
}
.section_sport .e-tabs .tab-desktop {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px
}
@media (max-width: 767px) {
    .section_sport .e-tabs .tab-desktop {
        width: 100%;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
        padding: 7px;
        top: 45px;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        margin-bottom: 15px
    }
    .section_sport .e-tabs .tab-desktop.evo-close {
        display: none !important
    }
    .section_sport .e-tabs .tab-desktop.evo-open {
        display: block !important
    }
}
.section_sport .e-tabs .tab-desktop .tab-link {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid transparent;
    margin: 0 10px
}
@media (max-width: 767px) {
    .section_sport .e-tabs .tab-desktop .tab-link {
        margin: 0
    }
}
.section_sport .e-tabs .tab-desktop .tab-link span {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    border: solid 1px transparent;
    background-color: #fff;
    padding: 2px 15px;
    font-weight: 700;
    color: #222
}
@media (min-width: 768px) {
    .section_sport .e-tabs .tab-desktop .tab-link:before {
        content: '';
        position: absolute;
        background: #707070;
        top: auto;
        left: 38%;
        bottom: calc(1px * (-1));
        right: auto;
        width: 16px;
        height: 1px
    }
    .section_sport .e-tabs .tab-desktop .tab-link:after {
        content: '';
        position: absolute;
        background: #707070;
        top: auto;
        left: 38%;
        bottom: calc(1px *(-1));
        right: auto;
        width: 16px;
        height: 1px
    }
    .section_sport .e-tabs .tab-desktop .tab-link:hover {
        animation: borderColors 0.5s steps(1) forwards;
        outline: none
    }
    .section_sport .e-tabs .tab-desktop .tab-link:hover:before {
        animation: beforeBorders 0.5s forwards ease-in-out
    }
    .section_sport .e-tabs .tab-desktop .tab-link:hover:after {
        animation: afterBorders 0.5s forwards ease-in-out
    }
}
.section_sport .e-tabs .tab-desktop .tab-link.current {
    color: #707070
}
.section_sport .e-tabs .tab-desktop .tab-link.current span {
    color: #707070
}
@media (max-width: 768px) {
    .section_sport .e-tabs .tab-desktop .tab-link.current {
        color: #f26e21
    }
    .section_sport .e-tabs .tab-desktop .tab-link.current span {
        color: #f26e21
    }
}
@media (min-width: 768px) {
    .section_sport .e-tabs .tab-desktop .tab-link.current:before {
        top: calc(1px * (-1));
        left: calc(1px * (-1));
        bottom: 0;
        right: auto;
        width: calc(1px + 50%);
        height: calc((1px * 2) + 100%)
    }
    .section_sport .e-tabs .tab-desktop .tab-link.current:after {
        top: calc(1px * (-1));
        left: auto;
        bottom: 0;
        right: calc(1px * (-1));
        width: calc(1px + 50%);
        height: calc((1px * 2) + 100%)
    }
}
@media (max-width: 767px) {
    .section_sport .e-tabs .tab-desktop .tab-link {
        width: 100%
    }
    .section_sport .e-tabs .tab-desktop .tab-link + li {
        margin-left: 0;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #f5f5f5
    }
}
.section_sport .tab-content.current {
    overflow: visible;
    position: relative;
    min-height: 60px
}
.section_sport .tab-content.current .loading {
    position: absolute;
    top: 0;
    left: 50%
}
.section_sport .slick_ajax_tab {
    margin-left: -5px;
    margin-right: -5px
}
.section_sport .slick_ajax_tab .slick-slide {
    margin: 5px
}
.section_sport .slick_ajax_tab .slick-slide:hover,
.section_sport .slick_ajax_tab .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}
.section_sport .slick_ajax_tab .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}
@media (max-width: 1024px) {
    .section_sport .slick_ajax_tab .slick-arrow {
        display: none !important
    }
}
.section_sport .slick_ajax_tab .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.section_sport .slick_ajax_tab .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/back.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_sport .slick_ajax_tab .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.section_sport .slick_ajax_tab .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/right-arrow.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_sport .slick_ajax_tab .slick-dots {
    text-align: center
}
.section_sport .slick_ajax_tab .slick-dots li {
    display: inline-block
}
.section_sport .slick_ajax_tab .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0
}
.section_sport .slick_ajax_tab .slick-dots li + li {
    margin-left: 5px
}
.section_sport .slick_ajax_tab .slick-dots li.slick-active button {
    transition: all .2s;
    width: 30px;
    border-radius: 3px;
    background: #222
}
.section_sport .slick_ajax_tab:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_sport .slick_ajax_tab:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_sport .evo-product-block-item .box-image {
    height: 338px
}
@media (max-width: 1024px) {
    .section_sport .evo-product-block-item .box-image {
        height: 282px
    }
}
@media (max-width: 991px) {
    .section_sport .evo-product-block-item .box-image {
        height: 281px
    }
}
@media (max-width: 767px) {
    .section_sport .evo-product-block-item .box-image {
        height: 315px
    }
}
@media (max-width: 668px) {
    .section_sport .evo-product-block-item .box-image {
        height: 315px
    }
}
@media (max-width: 569px) {
    .section_sport .evo-product-block-item .box-image {
        height: 333px
    }
}
@media (max-width: 480px) {
    .section_sport .evo-product-block-item .box-image {
        height: 241px
    }
}
@media (max-width: 376px) {
    .section_sport .evo-product-block-item .box-image {
        height: 218px
    }
}
@media (max-width: 321px) {
    .section_sport .evo-product-block-item .box-image {
        height: 183px
    }
}
.section_sport .evo-product-block-item .box-image img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.section_sport .evo-product-block-item .box-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.section_feature_collection {
    margin-top: 40px;
    background-attachment: fixed;
    padding: 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
@media (max-width: 1024px) {
    .section_feature_collection {
        padding: 100px 0;
        background-attachment: inherit
    }
}
@media (max-width: 480px) {
    .section_feature_collection {
        padding: 60px 0;
        background-attachment: inherit
    }
}
.section_feature_collection .custom-build-text-1 {
    color: #222;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0
}
.section_feature_collection .custom-build-text-2 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #222;
    margin-bottom: 40px
}
@media (max-width: 480px) {
    .section_feature_collection .custom-build-text-2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px
    }
}
.section_feature_collection .custom-build-text-3 {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}
@media (max-width: 480px) {
    .section_feature_collection .custom-build-text-3 {
        margin-bottom: 30px;
        font-size: 13px
    }
}
.section_feature_collection .button-gender {
    min-width: 450px
}
@media (max-width: 480px) {
    .section_feature_collection .button-gender {
        min-width: unset;
        width: 100%
    }
}
@media (min-width: 570px) {
    .section_feature_collection .button-gender .col-lg-6:nth-child(1) {
        padding-right: 5px
    }
    .section_feature_collection .button-gender .col-lg-6:nth-child(2) {
        padding-left: 5px
    }
}
.section_feature_collection .button-gender .col-lg-6 a {
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #222;
    padding: 0 25px;
    display: inline-block;
    width: 100%
}
@media (max-width: 480px) {
    .section_feature_collection .button-gender .col-lg-6 a {
        padding: 0 10px;
        font-size: 13px
    }
}
.section_feature_collection .button-gender .col-lg-6 a:hover,
.section_feature_collection .button-gender .col-lg-6 a:focus {
    color: #fff;
    background-color: #222;
    border-color: #222
}
.section_feature_collection_single {
    padding-top: 40px
}
@media (max-width: 767px) {
    .section_feature_collection_single {
        padding-top: 7px
    }
    .section_feature_collection_single .section_feature_collection_single_2 .feature-collection-content {
        text-align: right
    }
}
.section_feature_collection_single .single-col-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 326px
}
@media (max-width: 1024px) {
    .section_feature_collection_single .single-col-img {
        height: 273px
    }
}
@media (max-width: 991px) {
    .section_feature_collection_single .single-col-img {
        height: 202px
    }
}
@media (max-width: 767px) {
    .section_feature_collection_single .single-col-img {
        height: 309px
    }
}
@media (max-width: 668px) {
    .section_feature_collection_single .single-col-img {
        height: 309px
    }
}
@media (max-width: 569px) {
    .section_feature_collection_single .single-col-img {
        height: 325px
    }
}
@media (max-width: 480px) {
    .section_feature_collection_single .single-col-img {
        height: 237px
    }
}
@media (max-width: 376px) {
    .section_feature_collection_single .single-col-img {
        height: 214px
    }
}
@media (max-width: 321px) {
    .section_feature_collection_single .single-col-img {
        height: 181px
    }
}
.section_feature_collection_single .single-col-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.section_feature_collection_single .single-col-img img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.section_feature_collection_single .single-col-img:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.section_feature_collection_single .feature-collection-content {
    padding: 10px 0
}
.section_feature_collection_single .feature-collection-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700
}
@media (max-width: 767px) {
    .section_feature_collection_single .feature-collection-content h3 {
        font-size: 20px;
        margin-bottom: 5px
    }
}
.section_feature_collection_single .feature-collection-content h3 a {
    color: #222
}
.section_feature_collection_single .feature-collection-content h3 a:hover,
.section_feature_collection_single .feature-collection-content h3 a:focus {
    color: #f26e21
}
.section_feature_collection_single .feature-collection-content p {
    color: #222;
    margin-bottom: 20px
}
@media (max-width: 767px) {
    .section_feature_collection_single .feature-collection-content p {
        margin-bottom: 10px;
        font-size: 13px
    }
}
.section_feature_collection_single .feature-collection-content .single-col-more {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #222;
    color: #fff;
    background-color: #222;
    padding: 0 25px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px
}
@media (max-width: 569px) {
    .section_feature_collection_single .feature-collection-content .single-col-more {
        height: 30px;
        line-height: 28px;
        padding: 0 15px
    }
}
.section_feature_collection_single .feature-collection-content .single-col-more:hover,
.section_feature_collection_single .feature-collection-content .single-col-more:focus {
    color: #222;
    border-color: #222;
    background-color: #fff
}
@media (min-width: 570px) {
    .section_feature_collection_single .fix-image {
        padding-right: 0
    }
}
.section_brands {
    padding-top: 40px
}
.section_brands .slick_brand {
    margin-left: -5px;
    margin-right: -5px
}
.section_brands .slick_brand .slick-slide {
    margin: 5px
}
.section_brands .slick_brand .slick-slide:hover,
.section_brands .slick_brand .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}
.section_brands .slick_brand .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}
@media (max-width: 1024px) {
    .section_brands .slick_brand .slick-arrow {
        display: none !important
    }
}
.section_brands .slick_brand .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.section_brands .slick_brand .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/back.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_brands .slick_brand .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.section_brands .slick_brand .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/right-arrow.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_brands .slick_brand .slick-dots {
    text-align: center
}
.section_brands .slick_brand .slick-dots li {
    display: inline-block
}
.section_brands .slick_brand .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0
}
.section_brands .slick_brand .slick-dots li + li {
    margin-left: 5px
}
.section_brands .slick_brand .slick-dots li.slick-active button {
    transition: all .2s;
    width: 30px;
    border-radius: 3px;
    background: #222
}
.section_brands .slick_brand:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_brands .slick_brand:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_brands .slick_brand a {
    display: block;
    position: relative;
    height: 73px
}
@media (max-width: 1024px) {
    .section_brands .slick_brand a {
        height: 61px
    }
}
@media (max-width: 991px) {
    .section_brands .slick_brand a {
        height: 54px
    }
}
@media (max-width: 767px) {
    .section_brands .slick_brand a {
        height: 50px
    }
}
@media (max-width: 668px) {
    .section_brands .slick_brand a {
        height: 50px
    }
}
@media (max-width: 569px) {
    .section_brands .slick_brand a {
        height: 53px
    }
}
@media (max-width: 480px) {
    .section_brands .slick_brand a {
        height: 80px
    }
}
@media (max-width: 376px) {
    .section_brands .slick_brand a {
        height: 72px
    }
}
@media (max-width: 321px) {
    .section_brands .slick_brand a {
        height: 61px
    }
}
.section_brands .slick_brand a img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.section_brands .slick_brand a img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.section_blogs {
    padding-top: 40px;
    padding-bottom: 25px
}
.section_blogs .slick_blog {
    margin-left: -5px;
    margin-right: -5px
}
.section_blogs .slick_blog .slick-slide {
    margin: 5px
}
.section_blogs .slick_blog .slick-slide:hover,
.section_blogs .slick_blog .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}
.section_blogs .slick_blog .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}
@media (max-width: 1024px) {
    .section_blogs .slick_blog .slick-arrow {
        display: none !important
    }
}
.section_blogs .slick_blog .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.section_blogs .slick_blog .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/back.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_blogs .slick_blog .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.section_blogs .slick_blog .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/right-arrow.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.section_blogs .slick_blog .slick-dots {
    text-align: center
}
.section_blogs .slick_blog .slick-dots li {
    display: inline-block
}
.section_blogs .slick_blog .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0
}
.section_blogs .slick_blog .slick-dots li + li {
    margin-left: 5px
}
.section_blogs .slick_blog .slick-dots li.slick-active button {
    transition: all .2s;
    width: 30px;
    border-radius: 3px;
    background: #222
}
.section_blogs .slick_blog:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_blogs .slick_blog:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.section_blogs .slick_blog .item-news-index {
    margin-bottom: 15px
}
@media (max-width: 569px) {
    .section_blogs .slick_blog .item-news-index {
        margin-bottom: 10px
    }
}
.section_blogs .slick_blog .item-news-index .row {
    margin-left: -5px;
    margin-right: -5px
}
.section_blogs .slick_blog .item-news-index .row .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px
}
@media (max-width: 569px) {
    .section_blogs .slick_blog .item-news-index .item-news-image {
        margin-bottom: 10px
    }
}
.section_blogs .slick_blog .item-news-index .item-news-image a {
    display: block;
    position: relative;
    height: 182px
}
@media (max-width: 1024px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 152px
    }
}
@media (max-width: 991px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 112px
    }
}
@media (max-width: 767px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 170px
    }
}
@media (max-width: 668px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 170px
    }
}
@media (max-width: 569px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 365px
    }
}
@media (max-width: 480px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 267px
    }
}
@media (max-width: 376px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 241px
    }
}
@media (max-width: 321px) {
    .section_blogs .slick_blog .item-news-index .item-news-image a {
        height: 204px
    }
}
.section_blogs .slick_blog .item-news-index .item-news-image a img {
    width: 100% !important;
    height: 100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.section_blogs .slick_blog .item-news-index .item-news-image a img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.section_blogs .slick_blog .item-news-index .item-news-content h4 {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 7px
}
@media (max-width: 569px) {
    .section_blogs .slick_blog .item-news-index .item-news-content h4 {
        font-size: 14px
    }
}
.section_blogs .slick_blog .item-news-index .item-news-content h4 a {
    color: #222;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 39px;
    min-height: 39px
}
@media (max-width: 569px) {
    .section_blogs .slick_blog .item-news-index .item-news-content h4 a {
        max-height: 39px;
        font-size: 14px
    }
}
.section_blogs .slick_blog .item-news-index .item-news-content h4 a:hover,
.section_blogs .slick_blog .item-news-index .item-news-content h4 a:focus {
    color: #f26e21
}
.section_blogs .slick_blog .item-news-index .item-news-content .zone-content {
    color: #5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    white-space: unset;
}
.index-margin-top {
    padding-top: 40px
}
@media (max-width: 569px) {
    .index-margin-top {
        padding-top: 20px
    }
}
.index-margin-top .slick_ajax_tab {
    margin-left: -5px;
    margin-right: -5px
}
.index-margin-top .slick_ajax_tab .slick-slide {
    margin: 5px
}
.index-margin-top .slick_ajax_tab .slick-slide:hover,
.index-margin-top .slick_ajax_tab .slick-slide:focus {
    outline: none;
    box-shadow: none;
    border: none
}
.index-margin-top .slick_ajax_tab .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2
}
@media (max-width: 1024px) {
    .index-margin-top .slick_ajax_tab .slick-arrow {
        display: none !important
    }
}
.index-margin-top .slick_ajax_tab .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}
.index-margin-top .slick_ajax_tab .slick-arrow.slick-prev:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/back.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.index-margin-top .slick_ajax_tab .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}
.index-margin-top .slick_ajax_tab .slick-arrow.slick-next:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/384/760/themes/761815/assets/right-arrow.svg?1634261159038);
    height: 30px;
    width: 30px;
    display: block
}
.index-margin-top .slick_ajax_tab .slick-dots {
    text-align: center
}
.index-margin-top .slick_ajax_tab .slick-dots li {
    display: inline-block
}
.index-margin-top .slick_ajax_tab .slick-dots li button {
    box-shadow: none;
    outline: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    border: 1px solid #222;
    padding: 0;
    font-size: 0
}
.index-margin-top .slick_ajax_tab .slick-dots li + li {
    margin-left: 5px
}
.index-margin-top .slick_ajax_tab .slick-dots li.slick-active button {
    transition: all .2s;
    width: 30px;
    border-radius: 3px;
    background: #222
}
.index-margin-top .slick_ajax_tab:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.index-margin-top .slick_ajax_tab:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.index-margin-top .evo-product-block-item .box-image {
    height: 338px
}
@media (max-width: 1024px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 282px
    }
}
@media (max-width: 991px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 281px
    }
}
@media (max-width: 767px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 315px
    }
}
@media (max-width: 668px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 315px
    }
}
@media (max-width: 569px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 333px
    }
}
@media (max-width: 480px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 241px
    }
}
@media (max-width: 376px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 218px
    }
}
@media (max-width: 321px) {
    .index-margin-top .evo-product-block-item .box-image {
        height: 183px
    }
}
.index-margin-top .evo-product-block-item .box-image img {
    width: 100% !important;
    max-height: 100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.index-margin-top .evo-product-block-item .box-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.index-margin-top .amore {
    text-align: center;
    margin-top: 15px
}
.index-margin-top .amore a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #222;
    color: #fff;
    background-color: #222;
    padding: 0 25px;
    font-size: 13px;
    text-transform: uppercase
}
@media (max-width: 569px) {
    .index-margin-top .amore a {
        height: 30px;
        line-height: 28px;
        padding: 0 15px
    }
}
.index-margin-top .amore a:hover,
.index-margin-top .amore a:focus {
    color: #222;
    border-color: #222;
    background-color: #fff
}
@keyframes afterBorders {
    0% {
        top: auto;
        left: auto;
        bottom: calc(1px * (-1));
        right: 50%;
        width: 0;
        height: 1px
    }
    33% {
        top: auto;
        left: auto;
        bottom: calc(1px *(-1));
        right: calc(1px * (-1));
        width: calc(1px + 50%);
        height: 1px
    }
    66% {
        top: auto;
        left: auto;
        bottom: calc(1px * (-1));
        right: calc(1px * (-1));
        width: 1px;
        height: calc((1px * 2) + 100%)
    }
    100% {
        top: calc(1px * (-1));
        left: auto;
        bottom: auto;
        right: calc(1px * (-1));
        width: calc(1px + 50%);
        height: calc((1px * 2) + 100%)
    }
}
@keyframes borderColors {
    0% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }
    33% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #707070;
        border-left-color: transparent
    }
    66% {
        border-top-color: transparent;
        border-right-color: #707070;
        border-bottom-color: #707070;
        border-left-color: #707070
    }
    100% {
        border-top-color: #707070;
        border-right-color: #707070;
        border-bottom-color: #707070;
        border-left-color: #707070
    }
}
@keyframes beforeBorders {
    0% {
        top: auto;
        left: 50%;
        bottom: calc(1px * (-1));
        right: auto;
        width: 0;
        height: 1px
    }
    33% {
        top: auto;
        left: calc(1px * (-1));
        bottom: calc(1px * (-1));
        right: auto;
        width: calc(1px + 50%);
        height: 1px
    }
    66% {
        top: auto;
        left: calc(1px * (-1));
        bottom: calc(1px * (-1));
        right: auto;
        width: 1px;
        height: calc((1px * 2) + 100%)
    }
    100% {
        top: calc(1px * (-1));
        left: calc(1px * (-1));
        bottom: auto;
        right: auto;
        width: calc(1px + 50%);
        height: calc((1px * 2) + 100%)
    }
}
.loading .chasing-dots > div {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #f26e21
}
.loading .chasing-dots > div:first-child {
    top: 30px;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}
.loading .chasing-dots > div:nth-child(2) {
    left: 15px;
    -webkit-animation-name: c;
    animation-name: c;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}
.loading .chasing-dots > div:nth-child(3) {
    top: 30px;
    left: 30px;
    -webkit-animation-name: d;
    animation-name: d;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@keyframes b {
    33% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    66% {
        -webkit-transform: translate(30px);
        transform: translate(30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}
@keyframes c {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}
@keyframes d {
    33% {
        -webkit-transform: translate(-30px);
        transform: translate(-30px)
    }
    66% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}
.evo-newletter {
    margin-top: 10px
}