@font-face {
    font-family: 'icomoon';
    src: url("../../assets/fonts/icomoon.eot?jo8fmh");
    src: url("../../assets/fonts/icomoon.eot?jo8fmh#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?jo8fmh") format("truetype"), url("../../assets/fonts/icomoon.woff?jo8fmh") format("woff"), url("../../assets/fonts/icomoon.svg?jo8fmh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-envelop:before {
    content: "\e903"
}

.icon-call:before {
    content: "\e901"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-right-arrow:before {
    content: "\e907"
}

.icon-chev-down:before {
    content: "\e906"
}

.icon-facebook:before {
    content: "\e900"
}

.icon-twitter:before {
    content: "\e902"
}

.icon-linkedin:before {
    content: "\e905"
}

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.wow {
    visibility: hidden
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

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

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

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

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

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

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

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

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

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

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

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

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

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

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

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("blank.gif");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("fancybox_sprite@2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

.scrollable {
    position: relative
}

.scrollable:focus {
    outline: 0
}

.scrollable .viewport {
    position: relative;
    overflow: hidden
}

.scrollable .viewport .overview {
    position: absolute
}

.scrollable .scroll-bar {
    display: none
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%
}

.scrollable .scroll-bar .thumb {
    position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0
}

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

.scrollable.default-skin {
    padding-right: 10px;
    padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
    width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
    height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: black;
    opacity: 0.4;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: 0.6
}

.scrollable.gray-skin {
    padding-right: 17px
}

.scrollable.gray-skin .scroll-bar {
    border: 1px solid gray;
    background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
    background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    background-color: black
}

.scrollable.gray-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.scrollable.modern-skin {
    padding-right: 17px
}

.scrollable.modern-skin .scroll-bar {
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
    background-color: #95aabf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
    width: 8px;
    background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
    background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: linear-gradient(to right, #95aabf 0%, #547092 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
    height: 8px;
    background-image: linear-gradient(#95aabf, #547092);
    background-image: -o-linear-gradient(#95aabf, #547092);
    background-image: -moz-linear-gradient(#95aabf, #547092);
    background-image: -webkit-linear-gradient(#95aabf, #547092);
    background-image: -ms-linear-gradient(#95aabf, #547092);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"
}

.scrollable.modern-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

a {
    color: #444
}

a:hover {
    color: #f36f62
}

.color-white {
    color: #fff
}

.color-default {
    color: #444
}

.color-primary {
    color: #f36f62
}

.color-light-gray {
    color: #7c7c7d
}

.background-color-white {
    background-color: #fff
}

.background-color-primary {
    background-color: #f36f62
}

.background-color-gray-light {
    background-color: #f1f2f3
}

.bkg-no {
    background-image: none !important
}

.display-block {
    display: block !important
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"), url("../fonts/poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Light.woff") format("woff"), url("../fonts/poppins/Poppins-Light.ttf") format("truetype"), url("../fonts/poppins/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype"), url("../fonts/poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"), url("../fonts/poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
.c-post__title--lg,
h4,
h5,
.c-post__title--sm,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    margin-top: 0
}

h1,
.title--lg,
.h1 {
    font-size: 28px;
    line-height: 1.1
}

@media screen and (min-width: 768px) {
    h1,
    .title--lg,
    .h1 {
        font-size: 31px
    }
}

@media screen and (min-width: 992px) {
    h1,
    .title--lg,
    .h1 {
        font-size: 33px
    }
}

@media screen and (min-width: 1025px) {
    h1,
    .title--lg,
    .h1 {
        font-size: 45px;
        line-height: 1.3
    }
}

.title--md {
    font-size: 2.25rem;
    line-height: 2.25rem
}

h1,
h2,
.h2,
h3,
.c-post__title--lg,
.h3 {
    font-family: "Poppins-Semibold", sans-serif
}

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

@media (min-width: 993px) {
    h2,
    .h2 {
        font-size: 30px
    }
}

h2.c-post__title--lg,
.h2.c-post__title--lg {
    font-family: "Poppins-Medium", sans-serif
}

@media (min-width: 769px) {
    h2.c-post__title--lg,
    .h2.c-post__title--lg {
        font-size: 2.4rem;
        line-height: 2.5rem;
        text-transform: uppercase
    }
}

h3,
.c-post__title--lg,
.h3 {
    font-size: 22px
}

@media screen and (min-width: 768px) {
    h3,
    .c-post__title--lg,
    .h3 {
        font-size: 22px;
        line-height: 1.3
    }
}

@media screen and (min-width: 992px) {
    h3,
    .c-post__title--lg,
    .h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1025px) {
    h3,
    .c-post__title--lg,
    .h3 {
        font-size: 30px;
        line-height: 1.3
    }
}

.h4 {
    font-family: "Poppins-Light", sans-serif
}

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

@media screen and (min-width: 768px) {
    h4,
    .title--sm,
    .h4 {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (min-width: 992px) {
    h4,
    .title--sm,
    .h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 1025px) {
    h4,
    .title--sm,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

h5,
.c-post__title--sm {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    h5,
    .c-post__title--sm {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width: 992px) {
    h5,
    .c-post__title--sm {
        font-size: 18px
    }
}

@media screen and (min-width: 1025px) {
    h5,
    .c-post__title--sm {
        font-size: 20px;
        line-height: 1.3
    }
}

h6,
.title--xs,
.h6 {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    h6,
    .title--xs,
    .h6 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (min-width: 992px) {
    h6,
    .title--xs,
    .h6 {
        font-size: 18px
    }
}

@media screen and (min-width: 1025px) {
    h6,
    .title--xs,
    .h6 {
        font-size: 18px;
        line-height: 1.3
    }
}

p {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

@media (min-width: 1025px) {
    .c-block__title {
        margin-bottom: 2.5rem
    }
}

@media (max-width: 1024px) {
    .c-block__title {
        margin-bottom: 2rem
    }
}

blockquote {
    margin: 0 0;
    font-size: 1.25rem
}

.ucase {
    text-transform: uppercase
}

.text-primary {
    color: #f36f62
}

.text-dark {
    color: #444
}

.m-b-1 {
    margin-bottom: 1rem
}

.m-b-2 {
    margin-bottom: 2rem
}

.m-b-3 {
    margin-bottom: 3rem
}

.m-t-1 {
    margin-top: 1rem
}

.m-t-2 {
    margin-top: 2rem
}

.m-t-3 {
    margin-top: 3rem
}

.m-t-4 {
    margin-top: 4%
}

.m-t-5 {
    margin-top: 5%
}

.p-b-0 {
    padding: 0 !important
}

.clearfix,
.l-block--capa .c-box__gap--eq,
.l-grid,
.no-gutter {
    *zoom: 1
}

.clearfix::before,
.l-block--capa .c-box__gap--eq::before,
.l-grid::before,
.no-gutter::before,
.clearfix::after,
.l-block--capa .c-box__gap--eq::after,
.l-grid::after,
.no-gutter::after {
    content: "";
    display: table
}

.clearfix::after,
.l-block--capa .c-box__gap--eq::after,
.l-grid::after,
.no-gutter::after {
    clear: both
}

.elem-abs,
.l-header--primary [data-logo-type],
.c-box__link--mask,
.c-box__caption--abs,
.c-box__caption--isoverlay::before,
.has-overlay::before,
.c-staff__col--text,
.js-nav-bkg-holder,
.js-nav-bkg-holder .c-nav__image,
.c-slider__caption,
.c-video__node,
.c-portfolio__picture>img,
.c-portfolio__picture>picture,
.l-banner__img,
.l-banner__caption,
.c-post__body blockquote::before,
.c-video__holder--responsive iframe,
.c-post__navitem:not(:last-of-type)::after,
.c-clients__title::after {
    position: absolute !important
}

@-webkit-keyframes slideLeftFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-moz-keyframes slideLeftFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-o-keyframes slideLeftFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes slideLeftFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes menuExpandEffect {
    0% {
        opacity: 0;
        max-width: 0%;
        width: 0%;
        height: 96px
    }
    50% {
        opacity: 1;
        max-width: 100%;
        width: 100%;
        height: 96px
    }
}

[data-lazy-loader="true"]::before,
.c-staff__col--img-full::before,
.l-menu__link.active::after,
.l-menu__link::after,
.l-menu__link:hover::after,
.card__pic::after,
.c-post__picture a::before,
.c-post__picture.has-gradient::before {
    content: "";
    position: absolute;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Bold.woff") format("woff"), url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"), url("../fonts/poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Light.woff") format("woff"), url("../fonts/poppins/Poppins-Light.ttf") format("truetype"), url("../fonts/poppins/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Medium.woff") format("woff"), url("../fonts/poppins/Poppins-Medium.ttf") format("truetype"), url("../fonts/poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/Poppins-Regular.woff") format("woff"), url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"), url("../fonts/poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@media (min-width: 993px) and (max-width: 1099px) {
    .c-block--portfolio .l-col--sm-3 {
        width: 24.95% !important
    }
}

@media (min-width: 768px) {
    .image-hidden.c-box-container--layout2 .l-flex {
        min-height: 260px !important
    }
}

@media (max-width: 766px) {
    .mobile-hidden .l-col--img {
        display: none
    }
    .mobile-hidden .l-col--text h2:before {
        display: none
    }
    .mobile-hidden.c-box-container--layout2 .l-flex {
        min-height: inherit
    }
}

@media (max-width: 1024px) {
    .mobile-md-hidden {
        display: none
    }
}

html {
    height: 100%;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased
}

body {
    overflow-x: hidden;
    margin: 0 0;
    background: #fff;
    height: 100%;
    color: #444;
    font-family: "Poppins-Light", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased
}

[title] {
    text-transform: capitalize
}

button,
input,
textarea,
ol,
ul {
    font-family: "Poppins-Light", sans-serif
}

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

ul,
ol {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

ol {
    list-style: decimal-leading-zero
}

ol li {
    margin-bottom: 3.33rem
}

ol li:last-child {
    margin-bottom: 0
}

ol li h4 {
    margin: 0 0 10px
}

figure {
    margin: 0 0
}

img {
    vertical-align: top;
    max-width: 100%
}

a,
button {
    outline: none;
    text-decoration: none;
    box-shadow: none
}

a:hover,
button:hover {
    outline: none;
    text-decoration: none;
    box-shadow: none
}

div[style*="position: absolute; z-index: -10000;"] {
    display: none
}

.content-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.chart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.chart span {
    display: block;
    width: 100%;
    position: absolute
}

.chart span.number {
    font-size: 35px;
    color: #f36f62;
    line-height: 40px;
    margin-top: -15px;
    font-family: "Poppins-Semibold", sans-serif
}

@media (min-width: 768px) and (max-width: 899px) {
    .chart span.number {
        margin-top: -25px
    }
}

.chart span.number .math {
    font-size: 60px;
    font-family: "Poppins-Medium", sans-serif
}

.chart span.text {
    max-width: 185px;
    line-height: 20px;
    font-size: 18px;
    color: #bbb;
    margin-top: 35px
}

@media (min-width: 768px) and (max-width: 899px) {
    .chart span.text {
        margin-top: 15px
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .chart canvas {
        width: 210px !important;
        height: 210px !important
    }
}

.progress_title {
    color: #777;
    font-weight: 600;
    margin-top: 20px;
    font-size: 26px
}

.accordion-panel {
    margin-bottom: 15px
}

.accordion-panel__link {
    padding: 30px 40px;
    background: #fafafa;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-family: "Poppins-Semibold", sans-serif
}

.accordion-panel__link:before,
.accordion-panel__link:after {
    position: absolute;
    top: 50%;
    content: "";
    right: 40px;
    background: #333;
    width: 10px;
    height: 2px;
    transform: rotate(45deg) !important;
    transition: all 350ms
}

.accordion-panel__link:after {
    transform: rotate(135deg) !important;
    right: 34px
}

.accordion-panel__link.expanded:before {
    transform: rotate(-45deg) !important
}

.accordion-panel__link.expanded:after {
    transform: rotate(-135deg) !important
}

.accordion-panel__body {
    padding: 40px
}

::-moz-selection {
    background: #f36f62;
    color: #fff
}

::selection {
    background: #f36f62;
    color: #fff
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pull-right {
    float: right !important
}

.c-social-media {
    bottom: 4.188rem
}

@media (min-width: 768px) {
    .c-social-media {
        margin: 0 -9px
    }
}

@media (max-width: 767px) {
    .c-social-media {
        left: 15px;
        margin: 0 -5px
    }
}

@media (min-width: 768px) {
    .c-social-media__item {
        padding: 0 9px
    }
}

@media (max-width: 767px) {
    .c-social-media__item {
        padding: 0 5px
    }
}

.hidden,
.visible-xs {
    display: none
}

[data-bkg-cover="true"] {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover
}

[data-lazy-loader="true"] {
    position: relative
}

[data-lazy-loader="true"]::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.c-backTop__wrapper {
    position: fixed;
    left: 15px;
    bottom: 25px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all ease-in-out 0.35s
}

.c-backTop__wrapper.animate {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px)
}

.c-backTop__wrapper .c-backTop__trigger {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    background-color: #444
}

.c-backTop__wrapper .c-backTop__trigger>.c-chevron {
    top: 50%;
    left: 50%;
    margin-top: 2px;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.c-backTop__wrapper .c-backTop__trigger>.c-chevron:hover {
    color: #fff
}

.l-banner__picture--sm .l-banner__img {
    top: 50%;
    left: 50%;
    height: 102%;
    width: auto;
    max-width: inherit;
    max-height: inherit;
    transform: translate3d(-50%, -50%, 0)
}

.section-margin {
    margin-bottom: 1.875rem
}

@media (min-width: 769px) {
    .section-margin {
        margin-bottom: 6.66rem
    }
}

.box-padding,
.block-padding {
    padding-left: calc(2rem - 15px);
    padding-right: calc(2rem - 15px)
}

.z-index-100 {
    z-index: 100 !important
}

.position-relative {
    position: relative !important
}

.aspect-ratio-16-9 {
    position: relative
}

.aspect-ratio-16-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.aspect-ratio-16-9>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.aspect-ratio-4-3 {
    position: relative
}

.aspect-ratio-4-3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.aspect-ratio-4-3>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.aspect-ratio-1-1 {
    position: relative
}

.aspect-ratio-1-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.aspect-ratio-1-1>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 1200px) {
    .l-container--row.no-gutter {
        margin-left: -15px;
        margin-right: -15px
    }
}

.read-more {
    font-size: 35px;
    font-weight: 600
}

.bkg-theme--primary .read-more {
    color: #fff
}

.bkg-theme--primary .read-more:hover {
    color: #fff
}

.bkg-theme--default .read-more {
    color: #444
}

.bkg-theme--default .read-more:hover {
    color: #444
}

.c-box__col--list {
    padding: 2rem
}

@media (min-width: 1026px) {
    .c-box__col--list {
        padding: 3.34rem 0 3.34rem 4.2rem
    }
}

.c-box__col--list ul {
    margin-bottom: 5rem
}

.c-box__col--list ul:last-child {
    margin-bottom: 0
}

.c-block--two-cols .c-box__col {
    padding: 2rem
}

.c-block--two-cols .c-box__col.col--left {
    padding-bottom: 0
}

.c-block--two-cols-with-alternate .c-box__col[class*="bkg-theme"] {
    padding: 2rem
}

@media (min-width: 1026px) {
    .c-block--two-cols-with-alternate .c-box__col[class*="bkg-theme"] {
        padding: 7.2rem
    }
}

.animate {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash 15s linear forwards
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.group-stu {
    animation: move-stu 0.5s 2s linear forwards;
    opacity: 0
}

.group-dio {
    animation: move-dio 0.1s 2.6s linear forwards;
    opacity: 0
}

@keyframes move-stu {
    from {
        transform: translateY(-100px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes move-dio {
    from {
        transform: translateY(-20px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

body.loading {
    overflow: hidden
}

body.loading #loading {
    opacity: 1;
    visibility: visible
}

body.loading #loading img,
body.loading #loading svg {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    margin-top: 0
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #333;
    opacity: 0;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s
}

#loading img,
#loading svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    opacity: 0;
    -webkit-transition: all .6s .3s;
    transition: all .6s .3s;
    margin-top: 50px;
    z-index: 1
}

div.wpcf7-response-output {
    color: #fff;
    border: none;
    font-style: italic;
    line-height: 18px;
    padding: 10px;
    font-size: 14px
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background: #cc0000
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #336600
}

.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    height: 150px
}

.grecaptcha-badge {
    display: none !important
}

.wpcf7-not-valid-tip {
    border: 1px dashed #f36f62;
    padding: 5px 10px;
    font-family: "Poppins-Regular", sans-serif
}

.l-block .list-hash-tag,
.l-block img {
    margin-bottom: 20px
}

.l-block figure img {
    margin-bottom: 0
}

.browserupgrade {
    margin: 0.2em 0;
    background: #444;
    color: #000;
    padding: 0.2em 0
}

.ghost {
    text-indent: -9999px;
    display: block;
    position: absolute
}

@media (min-width: 992px) {
    .l-header {
        height: 81px;
        background-color: #fff
    }
}

.l-header--primary [data-logo-type] {
    opacity: 1
}

@media (min-width: 992px) {
    .l-header--primary [data-logo-type] {
        max-width: 100%
    }
}

.l-header--primary [data-logo-type="normal"] {
    margin-top: -1px
}

@media (max-width: 991px) {
    .l-header--primary [data-logo-type="normal"] {
        margin-top: -10px
    }
}

.l-header--primary [data-logo-type="sticky"] {
    backface-visibility: hidden;
    z-index: -1;
    max-width: 179px
}

@media (max-width: 991px) {
    .l-header--primary [data-logo-type="sticky"] {
        max-width: 100px;
        transform: translate3d(0, 1.2rem, 0);
        margin-left: 15px;
        margin-top: -6px
    }
}

.l-header--primary .c-btn {
    font-family: "Poppins-Medium", sans-serif
}

.l-header--primary .c-btn[data-btn-type="normal"] {
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    backface-visibility: hidden;
    vertical-align: top;
    transform: translateY(0px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (max-width: 767px) {
    .l-header--primary .c-btn[data-btn-type="normal"] {
        position: absolute;
        top: calc(100vh - 48px);
        right: 0;
        transform: none;
        font-weight: 600;
        white-space: nowrap;
        display: none
    }
}

.page--index .l-header--primary .c-btn[data-btn-type="normal"] {
    display: inline-block
}

.l-header--primary .c-btn[data-btn-type="sticky"] {
    position: fixed;
    top: 15px;
    left: 50%;
    font-weight: 500;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (max-width: 768px) {
    .l-header--primary .c-btn[data-btn-type="sticky"] {
        width: 27%;
        top: 11px;
        font-size: 11px;
        transform: translateY(-65px)
    }
}

@media (max-width: 767px) {
    .l-header--primary .c-btn[data-btn-type="sticky"] {
        padding: 6px;
        top: 15px
    }
}

@media (min-width: 768px) {
    .l-header--primary .c-btn[data-btn-type="sticky"] {
        margin-left: -97px;
        backface-visibility: hidden;
        transform: translateY(-65px)
    }
}

.l-header--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999
}

.l-header--fixed {
    background: #fff;
    height: 65px;
    line-height: 65px
}

@media (min-width: 992px) {
    .l-header--fixed {
        height: 81px
    }
}

.l-header--fixed [data-logo-type="normal"] {
    opacity: 0;
    z-index: -1;
    /* FIX PROBLEM HEADER */
    margin-top:-68px;
}

.l-header--fixed [data-logo-type="sticky"] {
    opacity: 1;
    z-index: 1
}

@media (min-width: 992px) {
    .l-header--fixed .l-header__logo a {
        display: flex;
        align-items: center;
        height: 81px
    }
}

@media (min-width: 992px) {
    .l-header--fixed .l-header__logo {
        transform: none !important
    }
}

.l-header--fixed .c-btn[data-btn-type="sticky"] {
    opacity: 1;
    transform: translateY(0px)
}

@media (max-width: 991px) {
    .l-header--fixed .c-btn[data-btn-type="sticky"] {
        transform: translateY(0)
    }
}

.l-header--fixed .c-btn[data-btn-type="normal"] {
    opacity: 0;
    transform: translateY(-65px)
}

@media (max-width: 767px) {
    .l-header--fixed .c-btn[data-btn-type="normal"] {
        transform: none
    }
}

.l-header__logo {
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    transform: translate3d(0, 0.5rem, 0);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    max-width: 114px;
    width: 100%
}

@media (min-width: 992px) {
    .l-header__logo {
        transform: translate3d(0, 1.5rem, 0)
    }
}

@media (min-width: 992px) {
    .l-header__logo {
        max-width: 149px
    }
}

@media (max-width: 767px) {
    .l-header__col--logo.l-col--xs-9 {
        padding: 0
    }
}

.l-header__col--logo>.l-col__content {
    position: relative;
    margin-left: 0;
    max-width: 179px
}

@media (min-width: 992px) {
    .l-header__col--logo>.l-col__content {
        max-width: 226px
    }
}

.l-header__social-media-list {
    opacity: 0;
    transform: translateX(-50px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

.l-header__social-media-list .c-social-media__item {
    opacity: 0;
    display: inline-block;
    line-height: 1;
    transform: translateX(-20px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (max-width: 767px) {
    .l-header__social-media-list .c-social-media__item {
        display: inline-block
    }
}

.nav-expanded .l-header__social-media-list {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-delay: 1.1s;
    animation-fill-mode: forwards
}

.nav-expanded .l-header__social-media-list .c-social-media__item {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-fill-mode: forwards
}

.nav-expanded .l-header__social-media-list .c-social-media__item:nth-of-type(1) {
    animation-delay: 1.2s
}

.nav-expanded .l-header__social-media-list .c-social-media__item:nth-of-type(2) {
    animation-delay: 1.3s
}

.nav-expanded .l-header__social-media-list .c-social-media__item:nth-of-type(3) {
    animation-delay: 1.4s
}

.logged-in .l-header--sticky {
    top: 46px
}

@media (min-width: 783px) {
    .logged-in .l-header--sticky {
        top: 32px
    }
}

.logged-in .c-nav {
    top: 111px
}

@media (min-width: 783px) and (max-width: 991px) {
    .logged-in .c-nav {
        top: 97px
    }
}

@media (min-width: 992px) {
    .logged-in .c-nav {
        top: 113px
    }
}

.logged-in .l-header--primary .c-btn[data-btn-type="sticky"] {
    top: 48px
}

@media (max-width: 991px) {
    .logged-in .l-header--primary .c-btn[data-btn-type="sticky"] {
        top: 40px
    }
}

footer .h1 {
    line-height: 1;
    margin-bottom: 35px
}

footer .gap {
    padding: 2rem
}

@media (min-width: 1026px) {
    footer .gap {
        padding: 89px 105px
    }
}

@media (min-width: 1026px) {
    footer .gap.newsletter {
        padding: 165px 10px 0 85px
    }
}

footer .gap.newsletter h2 {
    margin-bottom: 13px
}

footer .gap.newsletter p {
    padding-top: 10px;
    margin: 0 0 65px
}

footer .gap.newsletter .email {
    border: none;
    border-left: solid 1px black;
    background: transparent;
    padding: 2px 11px;
    height: 31px;
    margin: 14px 0 0;
    font-style: italic;
    font-size: 16px;
    color: #444;
    display: inline-block;
    max-width: 290px
}

footer .gap.newsletter .email:focus {
    border-left: solid 1px #f36f62 !important;
    outline: 0
}

@media (max-width: 479px) {
    footer .gap.newsletter .email {
        max-width: 200px
    }
}

footer .gap.newsletter .clear {
    float: right;
    width: auto
}

footer .gap.newsletter .button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    height: 56px;
    padding-left: 1.11rem;
    padding-right: 1.11rem;
    font-family: "Poppins-Semibold", sans-serif;
    display: block;
    line-height: 1.42857143;
    color: #444;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    border: 1px solid #444;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

footer .gap.newsletter .button:hover {
    background: #f36f62;
    border-color: #f36f62;
    color: #fff;
    transition: all 0.6s ease-in-out
}

footer .footer-bottom {
    color: #232323;
    padding: 26px 0;
    display: block
}

@media (max-width: 991px) {
    footer .footer-bottom {
        text-align: center
    }
}

footer .footer-bottom .l-container {
    max-width: 1170px
}

footer .footer-bottom a {
    color: #232323
}

@media (min-width: 992px) {
    .copyright,
    .block-mail,
    .block-tel,
    .block-social {
        float: left
    }
}

@media (max-width: 991px) {
    .copyright,
    .block-mail,
    .block-tel {
        padding: 0 15px 15px 15px
    }
}

@media (max-width: 1024px) {
    .copyright,
    .block-mail,
    .block-tel {
        padding-bottom: 15px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .copyright,
    .block-mail,
    .block-tel {
        display: inline-block;
        text-align: left
    }
}

.block-mail {
    vertical-align: top
}

@media (max-width: 479px) {
    .block-mail {
        display: block
    }
}

@media (min-width: 992px) {
    .block-mail {
        padding-left: 112px
    }
}

.block-mail span {
    margin-right: 10px;
    font-size: 15px;
    vertical-align: middle
}

.block-tel {
    vertical-align: top
}

@media (min-width: 768px) {
    .block-tel {
        padding-left: 38px
    }
}

.block-tel span {
    margin-right: 10px
}

@media (max-width: 1024px) {
    .block-social {
        display: block;
        clear: both;
        float: inherit;
        text-align: center;
        padding-top: 25px
    }
}

@media (min-width: 1025px) {
    .block-social {
        float: right
    }
}

.block-social li {
    display: inline-block;
    margin: 0 15px
}

.block-social li a {
    color: #232323
}

.block-social-xs li {
    margin: 0 5px;
    line-height: 1
}

@media (min-width: 768px) {
    .c-block--features+.l-footer {
        margin-top: 150px
    }
}

@media (max-width: 767px) {
    .promo__bck {
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 168px
    }
}

.l-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1466px
}

.l-container--row {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 1769px) {
    .l-container--xsno-gap {
        padding-left: 0;
        padding-right: 0
    }
}

.l-container--xs {
    max-width: 768px
}

.l-container--sm {
    max-width: 890px
}

.l-container--md {
    max-width: 1030px
}

.l-container--blog {
    max-width: 1030px
}

.l-container--main {
    max-width: 1200px
}

.l-container--clients {
    max-width: 1430px
}

.l-container--lg,
.c-video-container {
    max-width: 1496px
}

.l-container--xl {
    max-width: 1800px
}

.l-grid {
    margin-left: -15px;
    margin-right: -15px
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.l-col--xs-1,
.l-col--xs-2,
.l-col--xs-3,
.l-col--xs-4,
.l-col--xs-5,
.l-col--xs-6,
.l-col--xs-7,
.l-col--xs-8,
.l-col--xs-9,
.l-col--xs-10,
.l-col--xs-11,
.l-col--xs-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.l-col--xs-1 {
    width: 8.33333333%
}

.l-col--xs-2 {
    width: 16.66666667%
}

.l-col--xs-3 {
    width: 25%
}

.l-col--xs-4 {
    width: 33.33333333%
}

.l-col--xs-5 {
    width: 41.66666667%
}

.l-col--xs-6 {
    width: 50%
}

.l-col--xs-7 {
    width: 58.33333333%
}

.l-col--xs-8 {
    width: 66.66666667%
}

.l-col--xs-9 {
    width: 75%
}

.l-col--xs-10 {
    width: 83.33333333%
}

.l-col--xs-11 {
    width: 91.66666667%
}

.l-col--xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .l-col--sm-1,
    .l-col--sm-2,
    .l-col--sm-3,
    .l-col--sm-4,
    .l-col--sm-5,
    .l-col--sm-6,
    .l-col--sm-7,
    .l-col--sm-8,
    .l-col--sm-9,
    .l-col--sm-10,
    .l-col--sm-11,
    .l-col--sm-12 {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .l-col--sm-1 {
        width: 8.33333333%
    }
    .l-col--sm-2 {
        width: 16.66666667%
    }
    .l-col--sm-3 {
        width: 25%
    }
    .l-col--sm-4 {
        width: 33.33333333%
    }
    .l-col--sm-5 {
        width: 41.66666667%
    }
    .l-col--sm-6 {
        width: 50%
    }
    .l-col--sm-7 {
        width: 58.33333333%
    }
    .l-col--sm-8 {
        width: 66.66666667%
    }
    .l-col--sm-9 {
        width: 75%
    }
    .l-col--sm-10 {
        width: 83.33333333%
    }
    .l-col--sm-11 {
        width: 91.66666667%
    }
    .l-col--sm-12 {
        width: 100%
    }
}

@media (min-width: 993px) {
    .l-col--md-1,
    .l-col--md-2,
    .l-col--md-3,
    .l-col--md-4,
    .l-col--md-5,
    .l-col--md-6,
    .l-col--md-7,
    .l-col--md-8,
    .l-col--md-9,
    .l-col--md-10,
    .l-col--md-11,
    .l-col--md-12 {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .l-col--md-1 {
        width: 8.33333333%
    }
    .l-col--md-2 {
        width: 16.66666667%
    }
    .l-col--md-3 {
        width: 25%
    }
    .l-col--md-4 {
        width: 33.33333333%
    }
    .l-col--md-5 {
        width: 41.66666667%
    }
    .l-col--md-6 {
        width: 50%
    }
    .l-col--md-7 {
        width: 58.33333333%
    }
    .l-col--md-8 {
        width: 66.66666667%
    }
    .l-col--md-9 {
        width: 75%
    }
    .l-col--md-10 {
        width: 83.33333333%
    }
    .l-col--md-11 {
        width: 91.66666667%
    }
    .l-col--md-12 {
        width: 100%
    }
}

@media (min-width: 1026px) {
    .l-col--lg-1,
    .l-col--lg-2,
    .l-col--lg-3,
    .l-col--lg-4,
    .l-col--lg-5,
    .l-col--lg-6,
    .l-col--lg-7,
    .l-col--lg-8,
    .l-col--lg-9,
    .l-col--lg-10,
    .l-col--lg-11,
    .l-col--lg-12 {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .l-col--lg-1 {
        width: 8.33333333%
    }
    .l-col--lg-2 {
        width: 16.66666667%
    }
    .l-col--lg-3 {
        width: 25%
    }
    .l-col--lg-4 {
        width: 33.33333333%
    }
    .l-col--lg-5 {
        width: 41.66666667%
    }
    .l-col--lg-6 {
        width: 50%
    }
    .l-col--lg-7 {
        width: 58.33333333%
    }
    .l-col--lg-8 {
        width: 66.66666667%
    }
    .l-col--lg-9 {
        width: 75%
    }
    .l-col--lg-10 {
        width: 83.33333333%
    }
    .l-col--lg-11 {
        width: 91.66666667%
    }
    .l-col--lg-12 {
        width: 100%
    }
}

.l-flex {
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .l-flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row
    }
}

.l-flex:not(.l-flex--wrap) {
    flex-wrap: nowrap
}

.l-flex--vc {
    align-items: center
}

@media (min-width: 768px) {
    .l-flex__col--hs {
        align-self: flex-start
    }
}

@media (min-width: 768px) {
    .l-flex__col--hc {
        align-self: flex-center
    }
}

@media (min-width: 768px) {
    .l-flex__col--he {
        align-self: flex-end
    }
}

@media (min-width: 768px) {
    .l-flex__col--vs {
        align-self: flex-start
    }
}

@media (min-width: 768px) {
    .l-flex__col--vc {
        align-self: center
    }
}

@media (min-width: 768px) {
    .l-flex__col--ve {
        align-self: flex-end
    }
}

@media (min-width: 768px) {
    .l-flex__col--c {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 1025px) {
    .c-space--xs {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .c-space--sm {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem
    }
    .c-space--md {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .c-space--lg {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }
    .c-space--xl {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .c-space--primary {
        background-color: #f36f62
    }
    .c-space--secondary {
        background-color: #f1f2f3
    }
    .c-space--default {
        background-color: #444
    }
}

@media (max-width: 1024px) {
    .c-space--xs {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .c-space--sm {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .c-space--md {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .c-space--lg {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .c-space--xl {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .c-space--primary {
        background-color: #f36f62
    }
    .c-space--secondary {
        background-color: #f1f2f3
    }
    .c-space--default {
        background-color: #444
    }
}

.bkg-theme--default {
    background-color: #fff;
    color: #444;
    height: 100%
}

.bkg-theme--primary {
    background-color: #f36f62;
    color: #fff;
    height: 100%
}

.bkg-theme--whisper {
    background-color: #f1f2f3;
    color: #444;
    height: 100%
}

.bkg-theme--dark {
    background-color: #454546;
    color: #fff;
    height: 100%
}

@media (min-width: 1025px) {
    .c-box__gap--eq {
        padding-top: 7rem;
        padding-right: 8rem;
        padding-bottom: 7rem;
        padding-left: 8rem;
        height: 100%
    }
    .c-box__gap--eqAll {
        padding-top: 6rem;
        padding-right: 2rem;
        padding-bottom: 6rem;
        padding-left: 2rem;
        height: 100%
    }
    .c-box__gap--uneq {
        padding-top: 2.2rem;
        padding-right: 3rem;
        padding-bottom: 3.2rem;
        padding-left: 5.313rem;
        height: 100%
    }
    .c-box__gap--md,
    .cases-card__content {
        padding-top: 5.125rem;
        padding-right: 5.125rem;
        padding-bottom: 5.125rem;
        padding-left: 5.125rem;
        height: 100%
    }
    .c-box__gap--sm {
        padding-top: 5.839rem;
        padding-right: 10rem;
        padding-bottom: 4.688rem;
        padding-left: 5.313rem;
        height: 100%
    }
    .c-box__gap--xs {
        padding-top: 2rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
        padding-left: 1.5rem;
        height: 100%
    }
}

@media (max-width: 1024px) {
    .c-box__gap--eq {
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        height: 100%
    }
    .c-box__gap--eqAll {
        padding-top: 5rem;
        padding-right: 2rem;
        padding-bottom: 5rem;
        padding-left: 2rem;
        height: 100%
    }
    .c-box__gap--uneq {
        padding-top: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
        height: 100%
    }
    .c-box__gap--md,
    .cases-card__content {
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        height: 100%
    }
    .c-box__gap--sm {
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        height: 100%
    }
    .c-box__gap--xs {
        padding-top: 2rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        height: 100%
    }
}

.background-color-primary.c-box__gap--eq {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) {
    .gutter-5 {
        margin-right: -5px;
        margin-left: -5px
    }
    .gutter-5>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }
    .gutter-5::before,
    .gutter-5::after {
        display: table;
        content: ""
    }
    .gutter-5::after {
        clear: both
    }
    .gutter-xs {
        margin-right: -10px;
        margin-left: -10px
    }
    .gutter-xs>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    .gutter-xs::before,
    .gutter-xs::after {
        display: table;
        content: ""
    }
    .gutter-xs::after {
        clear: both
    }
    .gutter-default {
        margin-right: -15px;
        margin-left: -15px
    }
    .gutter-default>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .gutter-default::before,
    .gutter-default::after {
        display: table;
        content: ""
    }
    .gutter-default::after {
        clear: both
    }
    .gutter-sm {
        margin-right: -30px;
        margin-left: -30px
    }
    .gutter-sm>[class*="col-"] {
        padding-right: 30px;
        padding-left: 30px
    }
    .gutter-sm::before,
    .gutter-sm::after {
        display: table;
        content: ""
    }
    .gutter-sm::after {
        clear: both
    }
    .gutter-md {
        margin-right: -50px;
        margin-left: -50px
    }
    .gutter-md>[class*="col-"] {
        padding-right: 50px;
        padding-left: 50px
    }
    .gutter-md::before,
    .gutter-md::after {
        display: table;
        content: ""
    }
    .gutter-md::after {
        clear: both
    }
    .gutter-lg {
        margin-right: -70px;
        margin-left: -70px
    }
    .gutter-lg>[class*="col-"] {
        padding-right: 70px;
        padding-left: 70px
    }
    .gutter-lg::before,
    .gutter-lg::after {
        display: table;
        content: ""
    }
    .gutter-lg::after {
        clear: both
    }
}

@media (max-width: 991px) {
    .gutter-5 {
        margin-right: -5px;
        margin-left: -5px
    }
    .gutter-5>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }
    .gutter-5::before,
    .gutter-5::after {
        display: table;
        content: ""
    }
    .gutter-5::after {
        clear: both
    }
    .gutter-xs {
        margin-right: -10px;
        margin-left: -10px
    }
    .gutter-xs>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    .gutter-xs::before,
    .gutter-xs::after {
        display: table;
        content: ""
    }
    .gutter-xs::after {
        clear: both
    }
    .gutter-default {
        margin-right: -15px;
        margin-left: -15px
    }
    .gutter-default>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .gutter-default::before,
    .gutter-default::after {
        display: table;
        content: ""
    }
    .gutter-default::after {
        clear: both
    }
    .gutter-sm {
        margin-right: -15px;
        margin-left: -15px
    }
    .gutter-sm>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .gutter-sm::before,
    .gutter-sm::after {
        display: table;
        content: ""
    }
    .gutter-sm::after {
        clear: both
    }
    .gutter-md {
        margin-right: -15px;
        margin-left: -15px
    }
    .gutter-md>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .gutter-md::before,
    .gutter-md::after {
        display: table;
        content: ""
    }
    .gutter-md::after {
        clear: both
    }
    .gutter-lg {
        margin-right: -15px;
        margin-left: -15px
    }
    .gutter-lg>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .gutter-lg::before,
    .gutter-lg::after {
        display: table;
        content: ""
    }
    .gutter-lg::after {
        clear: both
    }
}

.skill-expertise {
    padding: 2rem
}

@media (min-width: 1026px) {
    .skill-expertise {
        padding: 3.34rem 0 3.34rem 4.2rem
    }
}

.push-up--eq {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) and (max-width: 992px) {
    .push-up--eq {
        margin-top: -2.5rem
    }
}

@media (min-width: 993px) {
    .push-up--eq {
        margin-top: -4rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .push-btm--eq {
        margin-top: 2.5rem
    }
}

@media (min-width: 992px) {
    .push-btm--eq {
        margin-top: 4rem
    }
}

.c-block--order-quote .c-chevron-holder {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 11px;
    height: 11px;
    top: 1.5rem
}

@media (min-width: 992px) {
    .c-block--order-quote .c-chevron-holder {
        top: 2.125rem
    }
}

.c-block--full-extended {
    margin-left: -23.438rem;
    margin-right: -23.438rem
}

@media (min-width: 1217px) {
    .c-box-container--layout1 {
        max-width: 1100px
    }
}

.c-box-container--layout1 .c-box__col--left {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .c-box-container--layout1 .c-box__col--left {
        min-height: 353px
    }
}

@media (max-width: 767px) {
    .c-box-container--layout1 .c-box__col--left h2 {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .c-box-container--layout1 .c-box__col--right {
        padding: 6.95rem 3rem 0.95rem 3rem
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout1 .l-col--left {
        width: 54.5%
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout1 .l-col--right {
        width: 45.5%
    }
}

.c-box-container--layout1 .l-col--right .l-col__content {
    padding: 5rem 2rem 4rem
}

@media (max-width: 1024px) {
    .c-box-container--layout1 .l-col--right .l-col__content {
        padding: 5rem 2rem 1rem
    }
}

@media (min-width: 769px) {
    .c-box-container--layout1 .l-col--right .l-col__content {
        padding-top: 0;
        padding-bottom: 3rem
    }
}

@media (min-width: 768px) {
    .c-box-container--layout2 .l-flex {
        min-height: 400px
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout2 .l-flex {
        min-height: 460px
    }
    .c-box-container--layout2 .l-flex .c-box__col {
        height: 100%
    }
    .c-box-container--layout2 .l-flex .c-box__caption-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 355px
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout2:not(.c-box-container--layout2-full) {
        max-width: 1100px
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2:not(.c-box-container--layout2-full) .l-col--img {
        height: 300px
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout2:not(.c-box-container--layout2-full) .l-col--img {
        width: 50%
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout2:not(.c-box-container--layout2-full) .l-col--text {
        width: 57%
    }
}

.c-box-container--layout2 .l-col--text .l-col__content {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    .c-box-container--layout2 .l-col--text .l-col__content {
        font-size: 18px
    }
}

@media (min-width: 1217px) {
    .c-box-container--layout2 .l-col--text .l-col__content {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.c-box-container--layout2:not(.c-box-container--isinverted) {
    margin-left: auto
}

@media (max-width: 767px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f1f2f3;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: -44px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f1f2f3
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: -108px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f1f2f3
    }
}

@media (min-width: 1025px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: -144px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f1f2f3
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f36f62;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: -44px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f36f62
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: -108px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f36f62
    }
}

@media (min-width: 1025px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: -144px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f36f62
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #fff;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: -44px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #fff
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: -108px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f1f2f3
    }
}

@media (min-width: 1025px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: -144px;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #f1f2f3
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2:not(.c-box-container--isinverted) .l-col--img {
        height: 300px
    }
}

.c-box-container--layout2.c-box-container--isinverted {
    margin-right: auto
}

.c-box-container--layout2.c-box-container--isinverted .l-col--img {
    order: 2;
    float: right
}

@media (max-width: 767px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f1f2f3;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: -44px;
        bottom: auto;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #f1f2f3
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--whisper .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: -144px;
        bottom: 0;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #f1f2f3
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #f36f62;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: -44px;
        bottom: auto;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #f36f62
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: -108px;
        bottom: auto;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #f36f62
    }
}

@media (min-width: 1025px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--primary .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: -144px;
        bottom: auto;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #f36f62
    }
}

@media (max-width: 767px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: -48px;
        right: 0;
        bottom: auto;
        left: 0px;
        content: "";
        height: 0;
        width: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid #fff;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: 0;
        right: -44px;
        bottom: auto;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #fff
    }
}

@media (min-width: 992px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: -108px;
        bottom: 0;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #fff
    }
}

@media (min-width: 1025px) {
    .c-box-container--layout2.c-box-container--isinverted .bkg-theme--default .c-box__title--arrow::before {
        position: absolute;
        top: auto;
        right: -144px;
        bottom: 0;
        left: auto;
        content: "";
        height: 0;
        width: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #fff
    }
}

.c-box-container .l-col--text {
    z-index: 2
}

.c-box__title--arrow {
    position: relative;
    margin-bottom: 10px
}

.c-box-meta__title {
    text-align: left
}

@media (max-width: 767px) {
    .c-box-meta__title {
        opacity: 1 !important;
        transform: none !important
    }
}

.c-box-meta__title .c-box-company-logo {
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    .c-box-meta__title .c-box-company-logo {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 10px;
        width: auto;
        height: auto
    }
}

.c-box-meta__title h5,
.c-box-meta__title .c-post__title--sm {
    margin-bottom: 2.75rem;
    font-size: 1.25rem;
    text-transform: uppercase
}

.c-box__link--mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.c-box__caption--abs {
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    align-items: center;
    color: #fff
}

.c-box__caption--abs .c-list__item,
.c-box__caption--abs .c-box__caption-content .c-separator,
.c-box__caption--abs .c-box__caption-content .c-post__body blockquote::before,
.c-post__body .c-box__caption--abs .c-box__caption-content blockquote::before,
.c-box__caption--abs [data-animation-slide] {
    opacity: 0;
    transform: translateX(-48px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (max-width: 991px) {
    .c-box__caption--abs .c-list__item,
    .c-box__caption--abs .c-box__caption-content .c-separator,
    .c-box__caption--abs .c-box__caption-content .c-post__body blockquote::before,
    .c-post__body .c-box__caption--abs .c-box__caption-content blockquote::before,
    .c-box__caption--abs [data-animation-slide] {
        vertical-align: top;
        word-wrap: break-word;
        font-size: 0.8rem
    }
}

.c-box__caption--center {
    justify-content: center
}

.c-box__caption--isoverlay::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: all cubic-bezier(.18, 1, .21, 1) 3s
}

.c-box__caption-content {
    position: relative;
    z-index: 2;
    transition: all cubic-bezier(.18, 1, .21, 1) 2s;
    opacity: 0;
    pointer-events: none
}

@media (max-width: 767px) {
    .c-box__btn {
        margin-top: 20px;
        position: inherit !important
    }
}

@media (min-width: 992px) {
    .c-box__btn {
        bottom: 4rem
    }
}

.c-box__btn--isanimate.c-btn {
    transition: all cubic-bezier(.18, 1, .21, 1) .15s
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box__btn--isanimate.c-btn {
        position: relative !important;
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .c-box__btn--isanimate.c-btn {
        opacity: 0;
        transform: translateX(-48px)
    }
}

.has-overlay::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    transition: all cubic-bezier(.18, 1, .21, 1) 3s
}

.c-box__row:hover .c-box__caption-content .c-separator,
.c-box__row:hover .c-box__caption-content .c-post__body blockquote::before,
.c-post__body .c-box__row:hover .c-box__caption-content blockquote::before,
.c-portfolio__col:hover .c-box__caption-content .c-separator,
.c-portfolio__col:hover .c-box__caption-content .c-post__body blockquote::before,
.c-post__body .c-portfolio__col:hover .c-box__caption-content blockquote::before {
    animation-delay: 0.1s
}

.c-box__row:hover .c-list__item[data-animation-slide="1"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="1"] {
    animation-delay: 0.2s
}

.c-box__row:hover .c-list__item[data-animation-slide="2"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="2"] {
    animation-delay: 0.25s
}

.c-box__row:hover .c-list__item[data-animation-slide="3"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="3"] {
    animation-delay: 0.3s
}

.c-box__row:hover .c-list__item[data-animation-slide="4"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="4"] {
    animation-delay: 0.35s
}

.c-box__row:hover .c-list__item[data-animation-slide="5"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="5"] {
    animation-delay: 0.4s
}

.c-box__row:hover .c-list__item[data-animation-slide="6"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="6"] {
    animation-delay: 0.45s
}

.c-box__row:hover .c-list__item[data-animation-slide="7"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="7"] {
    animation-delay: 0.55s
}

.c-box__row:hover .c-list__item[data-animation-slide="8"],
.c-portfolio__col:hover .c-list__item[data-animation-slide="8"] {
    animation-delay: 0.60s
}

.c-box__row:hover .c-box__btn--isanimate,
.c-portfolio__col:hover .c-box__btn--isanimate {
    animation-delay: 0.7s
}

.c-staff__grid {
    position: relative
}

.c-staff__col--img-full {
    max-width: 1100px
}

.c-staff__col--img-full:after {
    content: "";
    display: block;
    padding-bottom: 50.90909091%
}

.c-staff__col--img-full::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all cubic-bezier(.18, 1, .51, 1) 2s
}

.c-staff__col--img-full:hover::before {
    opacity: 1;
    transition: all cubic-bezier(.18, 1, .51, 1) 4s
}

@media (max-width: 767px) {
    .c-staff__col--text {
        position: inherit !important;
        padding: 0
    }
}

@media (min-width: 768px) {
    .c-staff__col--text {
        top: 0;
        right: 0;
        padding: 0
    }
}

@media (min-width: 769px) {
    .c-staff__col--text .c-box__col {
        min-height: 400px
    }
}

.c-staff__col--text .c-box__col .l-col__content {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 993px) and (max-width: 1024px) {
    .c-staff__col--text .c-box__col .l-col__content .c-box__title--arrow::before {
        left: -84px
    }
}

.c-staff__post {
    font-weight: 400
}

@media (min-width: 1025px) {
    .c-box__gap--uneq .c-staff__quote {
        padding-right: 7rem
    }
}

@media (max-width: 991px) {
    .c-list__menu:not(.c-list__menu--inline) .c-list__item:not(:last-of-type) {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        word-wrap: break-word;
        font-size: 0.8rem
    }
}

.c-list__menu--inline .c-list__item {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0 5px
}

.l-col__content:not(.no-absolute) {
    padding: 2rem
}

@media (min-width: 769px) {
    .l-col__content:not(.no-absolute) {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        max-width: 355px;
        padding: 0 calc(2rem - 15px)
    }
}

.l-block[class*="bkg-theme"] {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 769px) {
    .l-block[class*="bkg-theme"] {
        padding-top: 148px;
        padding-bottom: 148px
    }
}

@media (min-width: 769px) {
    .c-box__col.col--left {
        padding-right: 55px
    }
}

@media (min-width: 769px) {
    .c-box__col.col--right {
        padding-left: 55px
    }
}

@media (min-width: 768px) {
    .order-sm-1 {
        order: 1
    }
}

@media (min-width: 768px) {
    .order-sm-2 {
        order: 2
    }
}

@media (min-width: 768px) {
    .order-lg-1 {
        order: 1
    }
}

@media (min-width: 768px) {
    .order-lg-2 {
        order: 2
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input:focus::-webkit-contacts-auto-fill-button {
    opacity: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #444;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #444;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-moz-placeholder {
    color: #444;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #444
}

.form-control::-webkit-input-placeholder {
    color: #444
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1
}

textarea.form-control {
    height: auto
}

.msg {
    padding: 5px 10px;
    display: block;
    color: #fff;
    border-radius: 2px
}

.msg-success {
    background-color: green
}

.msg-fail {
    background-color: red
}

.msg-invalid {
    border: dashed 1px red;
    color: red
}

#wpcf7-f600-o1 p {
    font-size: 0.9rem;
    margin-bottom: 0 !important;
    margin-top: 10px
}

#wpcf7-f600-o1 p .checkbox-accept {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}

.pin-wrap {
    position: absolute;
    width: 78px;
    height: 78px;
    margin-top: -94.15432893px;
    margin-left: -39px;
    transform-origin: 50% 120.71067812% 0
}

.pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin-top: -39px;
    margin-left: -39px;
    transform-origin: 50% 120.71067812% 0
}

.pin::after {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 78px;
    height: 78px;
    content: '';
    animation: bounce 2s ease-out;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    background: url(../../images/map-marker.png) no-repeat center center
}

.shadow {
    position: absolute
}

.shadow::after {
    position: absolute;
    left: -125px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: '';
    transform: rotateX(55deg);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 100px 0 20px
}

.pulse {
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
    transform: rotateX(55deg)
}

.pulse::after {
    display: block;
    width: 60px;
    height: 60px;
    content: '';
    animation: pulsate 1s ease-out;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 3px rgba(68, 68, 68, 0.5)
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-15px)
    }
    40% {
        transform: translateY(-18px)
    }
    60% {
        transform: translateY(-10px)
    }
}

.bkg-theme--primary .picto-hashtag:before {
    background-image: url(../images/icon-hashtag-white.png)
}

.picto:before,
.slider-social .slider-social-pagination span:before {
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: inline-block
}

.picto-hashtag:before {
    background-image: url(../images/icon-hashtag.png);
    position: absolute;
    left: 0;
    top: 8px
}

.picto-social,
.slider-social .slider-social-pagination span {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: inherit
}

.picto-social.picto-facebook,
.slider-social .slider-social-pagination span {
    background-image: url(../images/logo-social-fb.png)
}

.picto-social.picto-facebook:hover,
.slider-social .slider-social-pagination span:hover,
.picto-social.picto-facebook.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.swiper-pagination-bullet-active {
    background-image: url(../images/logo-social-fb-active.png)
}

.picto-social.picto-twitter,
.slider-social .slider-social-pagination span.picto-twitter {
    background-image: url(../images/logo-social-twitter.png)
}

.picto-social.picto-twitter:hover,
.slider-social .slider-social-pagination span.picto-twitter:hover,
.picto-social.picto-twitter.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.picto-twitter.swiper-pagination-bullet-active {
    background-image: url(../images/logo-social-twitter-active.png)
}

.picto-social.picto-linkedin,
.slider-social .slider-social-pagination span.picto-linkedin,
.slider-social .slider-social-pagination span:nth-of-type(2n) {
    background-image: url(../images/logo-social-lin.svg)
}

.picto-social.picto-linkedin:hover,
.slider-social .slider-social-pagination span.picto-linkedin:hover,
.slider-social .slider-social-pagination span:hover:nth-of-type(2n),
.picto-social.picto-linkedin.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.picto-linkedin.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.swiper-pagination-bullet-active:nth-of-type(2n) {
    background-image: url(../images/logo-social-lin-active.svg)
}

.picto-social.picto-instagram,
.slider-social .slider-social-pagination span.picto-instagram,
.slider-social .slider-social-pagination span:nth-of-type(3n) {
    background-image: url(../images/logo-social-instagram.png)
}

.picto-social.picto-instagram:hover,
.slider-social .slider-social-pagination span.picto-instagram:hover,
.slider-social .slider-social-pagination span:hover:nth-of-type(3n),
.picto-social.picto-instagram.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.picto-instagram.swiper-pagination-bullet-active,
.slider-social .slider-social-pagination span.swiper-pagination-bullet-active:nth-of-type(3n) {
    background-image: url(../images/logo-social-instagram-active.png)
}

.icon {
    transition: all ease .35s
}

.icon:hover {
    color: #f36f62
}

.icon--sm {
    font-size: 1.15rem
}

@media (min-width: 992px) {
    .icon--md {
        font-size: 2rem
    }
}

.icon--lg {
    font-size: 3rem
}

.icon--gray {
    color: #999
}

.contact-social .icon--sm {
    font-size: 1.5rem
}

.l-menubar__group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #f36f62;
    width: 65px;
    height: 65px;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (min-width: 992px) {
    .l-menubar__group {
        width: 77px;
        height: 81px
    }
}

.l-menubar__group[data-menubar-type="normal"] {
    transform: translateX(0px)
}

.l-menubar__group[data-menubar-type="sticky"] {
    opacity: 0;
    transform: translateX(30px);
    z-index: -1;
    pointer-events: none
}

.l-header--fixed .l-menubar__group[data-menubar-type="normal"] {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transform: translateX(30px)
}

.l-header--fixed .l-menubar__group[data-menubar-type="sticky"] {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    transform: translateX(0px)
}

.l-menubar__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 100%;
    height: 100%
}

@media (min-width: 992px) {
    .l-menubar__toggle {
        padding: 27px 22px
    }
}

.l-menubar__toggle:hover .l-menubar__line {
    width: 35px
}

.l-menubar__line {
    display: block;
    background-color: #fff;
    height: 4px;
    transition: all cubic-bezier(.18, 1, .21, 1) 450ms
}

.l-menubar__line:not(:first-of-type) {
    margin-top: 5px
}

.l-menubar__line--sm {
    width: 18px
}

.nav-expanded .l-menubar__line--sm {
    width: 100%;
    transform: rotate(135deg)
}

.l-menubar__line--md {
    width: 22px
}

.nav-expanded .l-menubar__line--md {
    margin-top: -3px;
    width: 100%;
    transform: rotate(-135deg)
}

.l-menubar__line--lg {
    width: 28px
}

.nav-expanded .l-menubar__line--lg {
    position: absolute;
    opacity: 0;
    width: 0
}

.c-nav {
    position: fixed;
    top: 65px;
    
    right: 0;
    z-index: -1;
    position: fixed;
    right: initial;
    right: 15px;
    left: 15px;
    margin: auto;
    background-color: #444;
    max-width: 1585px;
    width: 100%;
    /* FIX PROBLEM HEADER */
    /*height: 96px;*/
    height: 0;
    opacity: 0;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition-property: opacity, transform, height, width, left
}

@media (min-width: 992px) {
    .c-nav {
        top: 81px;
        max-width: 1770px
    }
}

.c-nav.c-nav--isactive {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
    height: calc(100vh - 65px)
}

.safari-9-below .c-nav.c-nav--isactive {
    height: 100% !important
}

@media (min-width: 1800px) {
    .c-nav.c-nav--isactive {
        height: 700px;
        max-width: 1770px
    }
}

@media (max-width: 991px) {
    .c-nav.c-nav--isactive .icon--md {
        font-size: 1.5rem
    }
}

.c-nav.c-nav--isactive .c-nav__canvas {
    visibility: visible;
    opacity: 1
}

.c-nav__canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .1s;
    padding: 2.188rem
}

@media (min-width: 768px) {
    .c-nav__canvas {
        padding: 4.188rem
    }
}

.l-menu__link.active,
.l-menu__link,
.l-menu__link:hover {
    color: #f36f62
}

.l-menu__link.active::after,
.l-menu__link::after,
.l-menu__link:hover::after {
    right: 0px;
    opacity: 0;
    content: "";
    background-color: #f36f62;
    width: 5px;
    height: 5px;
    transform: scale3d(0, 0, 0);
    bottom: 4px
}

@media (min-width: 768px) {
    .l-menu__link.active::after,
    .l-menu__link::after,
    .l-menu__link:hover::after {
        bottom: 17px;
        width: 10px;
        height: 10px
    }
}

.l-menu--primary {
    opacity: 0;
    transform: translateX(-50px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    font-family: "Poppins-Medium", sans-serif
}

.nav-expanded .l-menu--primary {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-delay: 0.1s;
    animation-fill-mode: forwards
}

.nav-expanded .l-menu--primary .l-menu__item:nth-of-type(1) .l-menu__link {
    animation-delay: .3s
}

.nav-expanded .l-menu--primary .l-menu__item:nth-of-type(2) .l-menu__link {
    animation-delay: .4s
}

.nav-expanded .l-menu--primary .l-menu__item:nth-of-type(3) .l-menu__link {
    animation-delay: .5s
}

.nav-expanded .l-menu--primary .l-menu__item:nth-of-type(4) .l-menu__link {
    animation-delay: .6s
}

.l-menu--secondary {
    opacity: 0;
    transform: translateX(-50px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

.nav-expanded .l-menu--secondary {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-delay: 0.6s;
    animation-fill-mode: forwards
}

.nav-expanded .l-menu--secondary .l-menu__item:nth-of-type(1) .l-menu__link {
    animation-delay: .7s
}

.nav-expanded .l-menu--secondary .l-menu__item:nth-of-type(2) .l-menu__link {
    animation-delay: .8s
}

.nav-expanded .l-menu--secondary .l-menu__item:nth-of-type(3) .l-menu__link {
    animation-delay: .9s
}

.nav-expanded .l-menu--secondary .l-menu__item:nth-of-type(4) .l-menu__link {
    animation-delay: 1s
}

@media (max-width: 767px) {
    .l-menu__block {
        line-height: 2rem
    }
}

.l-menu__block:not(:last-of-type) {
    margin-bottom: 3.438rem
}

.l-menu__link {
    position: relative;
    opacity: 0;
    display: inline-block;
    transform: translateX(-100px);
    color: #fff;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

@media (max-width: 767px) {
    .l-menu__link {
        padding-right: 13px
    }
}

@media (min-width: 768px) {
    .l-menu__link {
        padding: 13px 30px
    }
}

.nav-expanded .l-menu__link {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-fill-mode: forwards
}

.l-menu__link--lg {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1rem
}

@media (min-width: 768px) {
    .l-menu__link--lg {
        font-size: 2.625rem;
        line-height: 2rem
    }
}

.l-menu__link--md {
    text-transform: capitalize;
    font-size: 0.8rem
}

@media (min-width: 768px) {
    .l-menu__link--md {
        font-size: 2.188rem;
        line-height: 2.15rem
    }
}

.l-menu__link--md:hover::after {
    bottom: 14px
}

@media (min-width: 768px) {
    .l-menu__link--md:hover::after {
        bottom: 20px
    }
}

.l-menu__link.active::after {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.l-menu__link:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.js-nav-bkg-holder {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    transition: all cubic-bezier(.25, .46, .45, .94) 450ms
}

.nav-expanded .js-nav-bkg-holder {
    opacity: 1
}

.js-nav-bkg-holder .c-nav__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all cubic-bezier(.25, .46, .45, .94) 450ms
}

.js-nav-bkg-holder .c-nav__image.visible {
    opacity: 1;
    transition: all cubic-bezier(.23, 1, .32, 1) 3s
}

.upper_menu--block {
    position: absolute;
    left: 0;
    right: 50px;
    bottom: calc(4.188rem);
    top: 4.188rem;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 1026px) {
    .upper_menu--block {
        right: 5rem
    }
}

@media (min-width: 1401px) {
    .upper_menu--block {
        right: 18rem
    }
}

.logo-list {
    line-height: 0.5
}

.logo-list img {
    z-index: 1;
    -webkit-filter: url(../images/grayscale-filters.svg#grayscale);
    filter: url(../images/grayscale-filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
    opacity: 0.5
}

.logo-list img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1
}

@media (max-width: 767px) {
    .c-banner--home {
        margin-top: -65px
    }
}

.c-slider--main:not(.c-slider-loaded) {
    padding-bottom: 39.60451977%
}

.c-slider--main:not(.c-slider-loaded) img,
.c-slider--main:not(.c-slider-loaded) .c-video__wrap {
    display: none
}


@media (min-width: 769px) {
    .c-slider--main .c-slider__slide {
        background-image: none !important
    }
}

.c-slider--portfolio:not(.c-slider-loaded) {
    padding-bottom: 52.54237288%
}

.c-slider--portfolio:not(.c-slider-loaded) img,
.c-slider--portfolio:not(.c-slider-loaded) .c-portfolio__picture {
    display: none
}

.c-slider--clients:not(.c-slider-loaded) {
    padding-bottom: 37.85714286%
}

.c-slider--clients:not(.c-slider-loaded) img,
.c-slider--clients:not(.c-slider-loaded) .c-clients__picture,
.c-slider--clients:not(.c-slider-loaded) .c-clients__title {
    display: none
}

.c-slider__wrapper {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}


.c-portfolio__col {
    padding: 0 0
}

.c-portfolio__col--arrorw-holder {
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    max-height: 467px;
    width: calc(25% + 8px)
}

@media (min-width: 1770px) {
    .c-portfolio__col--arrorw-holder {
        width: 22%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .c-portfolio__col--arrorw-holder {
        width: 50%
    }
}

.c-portfolio__col--arrorw-holder:hover .c-chevron--gray {
    color: #f36f62
}

.c-portfolio__col .swiper-button {
    left: 50%;
    transform: translateX(-50%);
    color: #d2d3d5
}

.c-portfolio__col .swiper-button-prev {
    margin-left: -2.5rem
}

.c-portfolio__col .c-box__caption {
    padding: 0 15px
}

@media (min-width: 768px) and (max-width: 1025px) {
    .c-portfolio__col .c-box__caption {
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-portfolio__col .c-box__caption h3,
.c-portfolio__col .c-box__caption .c-post__title--lg {
    margin-bottom: 0;
    line-height: 1
}

@media (max-width: 1024px) {
    .c-portfolio__col .c-box__caption h3,
    .c-portfolio__col .c-box__caption .c-post__title--lg {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .c-portfolio__col .c-box__caption h3,
    .c-portfolio__col .c-box__caption .c-post__title--lg {
        font-size: 24px
    }
}

@media (min-width: 1026px) {
    .c-portfolio__col .c-box__caption-content {
        position: absolute;
        bottom: 30px;
        max-width: 85%
    }
}

@media (max-width: 1024px) {
    .c-portfolio__col .c-box__caption-content h3,
    .c-portfolio__col .c-box__caption-content .c-post__title--lg {
        font-size: 1.3rem;
        margin-bottom: 10px
    }
}

@media (max-width: 1024px) {
    .c-portfolio__col .c-box__caption-content h5,
    .c-portfolio__col .c-box__caption-content .c-post__title--sm {
        font-size: 0.7rem;
        margin-bottom: 10px
    }
}

@media (max-width: 1024px) {
    .c-portfolio__col .c-box__caption-content .c-separator--xs {
        margin-bottom: 10px
    }
}

.c-portfolio__col .c-box__caption-content .c-list__menu--inline .c-list__item {
    margin-bottom: 0
}

.c-portfolio__picture {
    overflow: hidden
}

.c-portfolio__picture::before {
    content: "";
    display: block
}

.c-portfolio__col--sm .c-portfolio__picture {
    position: relative
}

.c-portfolio__col--sm .c-portfolio__picture:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.c-portfolio__col--sm .c-portfolio__picture>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-portfolio__col--lg .c-portfolio__picture::before {
    padding-top: 50%
}

@media (max-width: 767px) {
    .page--index .c-portfolio__col--lg .c-portfolio__picture::before {
        padding-top: 70%
    }
}

.c-portfolio__picture>img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-block--portfolio-noslider .c-portfolio__picture>img {
    z-index: 1
}

.c-portfolio__picture>picture {
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    .c-portfolio__picture>picture img {
        max-width: 500px
    }
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder),
.c-clients__col:not(.c-clients__col--arrorw-holder) {
    overflow: hidden;
    position: relative;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder)::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    transition: transform 2s ease
}

.swiper-slide-active .c-portfolio__col:not(.c-portfolio__col--arrorw-holder)::after,
.swiper-slide-active .c-clients__col:not(.c-clients__col--arrorw-holder)::after {
    background: #f1f2f3
}

@media (max-width: 767px) {
    .c-portfolio__col:not(.c-portfolio__col--arrorw-holder) .c-clients__picture,
    .c-clients__col:not(.c-clients__col--arrorw-holder) .c-clients__picture {
        height: 143px
    }
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder) .c-clients__image {
    transform: translateX(45px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.3s linear
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(1)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(1)::after {
    transition-delay: .7s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(1) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(1) .c-clients__image {
    transition-delay: 1.2s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(2)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(2)::after {
    transition-delay: .9s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(2) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(2) .c-clients__image {
    transition-delay: 1.4s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(3)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(3)::after {
    transition-delay: .8s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(3) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(3) .c-clients__image {
    transition-delay: 1.3s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(4)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(4)::after {
    transition-delay: .7s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(4) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(4) .c-clients__image {
    transition-delay: 1.2s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(5)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(5)::after {
    transition-delay: 1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(5) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(5) .c-clients__image {
    transition-delay: 1.5s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(6)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(6)::after {
    transition-delay: .8s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(6) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(6) .c-clients__image {
    transition-delay: 1.3s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(7)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(7)::after {
    transition-delay: .6s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(7) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(7) .c-clients__image {
    transition-delay: 1.1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(8)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(8)::after {
    transition-delay: .7s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(8) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(8) .c-clients__image {
    transition-delay: 1.2s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(9)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(9)::after {
    transition-delay: .9s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(9) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(9) .c-clients__image {
    transition-delay: 1.4s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(10)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(10)::after {
    transition-delay: .8s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(10) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(10) .c-clients__image {
    transition-delay: 1.3s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(11)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(11)::after {
    transition-delay: .8s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(11) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(11) .c-clients__image {
    transition-delay: 1.3s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(12)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(12)::after {
    transition-delay: .9s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(12) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(12) .c-clients__image {
    transition-delay: 1.4s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(13)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(13)::after {
    transition-delay: 1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(13) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(13) .c-clients__image {
    transition-delay: 1.5s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(14)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(14)::after {
    transition-delay: .7s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(14) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(14) .c-clients__image {
    transition-delay: 1.2s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(15)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(15)::after {
    transition-delay: 1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(15) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(15) .c-clients__image {
    transition-delay: 1.5s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(16)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(16)::after {
    transition-delay: .7s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(16) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(16) .c-clients__image {
    transition-delay: 1.2s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(17)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(17)::after {
    transition-delay: .8s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(17) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(17) .c-clients__image {
    transition-delay: 1.3s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(18)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(18)::after {
    transition-delay: 1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(18) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(18) .c-clients__image {
    transition-delay: 1.5s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(19)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(19)::after {
    transition-delay: .6s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(19) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(19) .c-clients__image {
    transition-delay: 1.1s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(20)::after,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(20)::after {
    transition-delay: .6s
}

.c-portfolio__col:not(.c-portfolio__col--arrorw-holder):nth-of-type(20) .c-clients__image,
.c-clients__col:not(.c-clients__col--arrorw-holder):nth-of-type(20) .c-clients__image {
    transition-delay: 1.1s
}

.swiper-slide-active .c-portfolio__col:not(.c-portfolio__col--arrorw-holder):after,
.swiper-slide-active .c-clients__col:not(.c-clients__col--arrorw-holder):after {
    transform: translateX(100%)
}

.swiper-slide-active .c-portfolio__col:not(.c-portfolio__col--arrorw-holder) .c-clients__image,
.swiper-slide-active .c-clients__col:not(.c-clients__col--arrorw-holder) .c-clients__image {
    transform: translateX(0);
    opacity: 1
}

[data-slide-child] {
    /* opacity: 0;
    transform: translateX(-100px);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s */
}

.swiper-slide-active [data-slide-child] {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-fill-mode: forwards
}

.swiper-slide-active [data-slide-child="1"],
.swiper-slide-active [data-animation-slide="1"] {
    animation-delay: .3s !important
}

.swiper-slide-active [data-slide-child="2"],
.swiper-slide-active [data-animation-slide="2"] {
    animation-delay: .6s !important
}

.swiper-slide-active [data-slide-child="3"],
.swiper-slide-active [data-animation-slide="3"] {
    animation-delay: .9s !important
}

.swiper-slide-active [data-slide-child="4"],
.swiper-slide-active [data-animation-slide="4"] {
    animation-delay: 1.2s !important
}

.swiper-slide-active [data-slide-child="5"],
.swiper-slide-active [data-animation-slide="5"] {
    animation-delay: 1.5s !important
}

.swiper-slide-active [data-slide-child="6"],
.swiper-slide-active [data-animation-slide="6"] {
    animation-delay: 1.8s !important
}

.swiper-slide-active [data-slide-child="7"],
.swiper-slide-active [data-animation-slide="7"] {
    animation-delay: 2.1s !important
}

.swiper-slide-active [data-slide-child="8"],
.swiper-slide-active [data-animation-slide="8"] {
    animation-delay: 2.4s !important
}

.swiper-slide-active [data-slide-child="9"],
.swiper-slide-active [data-animation-slide="9"] {
    animation-delay: 2.7s !important
}

.swiper-slide-active [data-slide-child="10"],
.swiper-slide-active [data-animation-slide="10"] {
    animation-delay: 3s !important
}

.swiper-slide-active [data-slide-child="11"],
.swiper-slide-active [data-animation-slide="11"] {
    animation-delay: 3.3s !important
}

.l-banner {
    position: relative
}

.l-banner__picture {
    overflow: hidden
}

@media (min-width: 1025px) {
    .l-banner__picture--sm {
        height: 250px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .l-banner__picture--sm {
        height: 190px
    }
}

@media (max-width: 767px) {
    .l-banner__picture--sm {
        height: 150px;
        min-height: 200px
    }
}

@media (min-width: 768px) {
    .l-banner__picture--lg {
        padding-bottom: 39.0625%
    }
}

@media (min-width: 1025px) {
    .l-banner__picture--lg {
        padding-bottom: 31.07344633%
    }
}

@media (max-width: 767px) {
    .l-banner__picture--lg {
        min-height: 320px
    }
    .l-banner__picture--lg img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 320px;
        max-height: none;
        max-width: none;
        transform: translate3d(-50%, -50%, 0)
    }
}

.l-banner__img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.l-banner__caption {
    top: 50%;
    right: 0;
    left: 50%;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    transform: translateX(-50%) translateY(-50%)
}

.single .l-banner__caption {
    height: 35px
}

@media (max-width: 767px) {
    .l-banner__caption .c-btn {
        padding: 10px 15px;
        font-size: 14px
    }
}

.l-banner__caption-inner {
    max-width: 720px;
    padding: 0 2rem
}

.l-banner__title {
    color: #fff
}

.l-banner__title:not(:last-child) {
    margin-bottom: 0
}

.l-banner [data-slide-child] {
    transform: translateX(0px);
    animation: slideLeftFadeIn 1s ease;
    animation-fill-mode: forwards
}

.l-banner [data-slide-child="1"] {
    animation-delay: 0.2s
}

.l-banner [data-slide-child="2"] {
    animation-delay: 0.4s
}

.l-banner+.c-block--two-cols--featured .bkg-theme--primary {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-banner+.c-block--two-cols--featured .bkg-theme--primary {
        margin-top: -2.5rem
    }
}

@media (min-width: 992px) {
    .l-banner+.c-block--two-cols--featured .bkg-theme--primary {
        margin-top: -4rem
    }
}

.c-portfolio__col--sm .c-portfolio__picture:before {
    padding-top: 100%
}

.c-banner--home .c-slider__slide {
    /* opacity: 0 !important;
    transition: all linear .5s;
    transition-duration: 0.8s !important */
}

.c-banner--home .c-slider__slide.swiper-slide-active {
   /*  opacity: 1 !important */
}

.c-block--blockquote {
    padding: 4rem 2rem
}

@media (min-width: 993px) {
    .c-block--blockquote {
        padding-top: 6.66rem;
        padding-bottom: 6.66rem
    }
}

.c-block--blockquote.pd-sm {
    padding-top: 4.44rem;
    padding-bottom: 4.44rem
}

.c-block--blockquote blockquote {
    line-height: 1.4;
    max-width: 940px;
    margin: auto
}

.c-btn {
    display: inline-block;
    padding: 15px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all ease .35s
}

.c-btn--sm {
    min-width: 170px
}

@media (min-width: 992px) {
    .c-btn--md {
        min-width: 195px;
        padding: 15px 25px
    }
}

.c-btn--lg {
    min-width: 215px
}

.c-btn--default {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 600;
    padding: 17px 30px;
    font-size: 16px
}

.c-btn--default:hover {
    background-color: #fff;
    color: #f36f62
}

.c-btn--primary {
    background-color: #f36f62;
    color: #fff
}

.c-btn--primary:hover {
    background-color: transparent;
    border-color: #f36f62;
    color: #f36f62
}

.c-btn--secondary {
    background-color: #444;
    color: #fff
}

.c-btn--secondary:hover {
    background-color: transparent;
    border-color: #444;
    color: #444
}

.c-btn--bordered {
    background-color: transparent;
    border-color: #444;
    color: #444;
    font-weight: 600;
    padding: 17px 25px;
    font-size: 16px
}

.c-btn--bordered:hover {
    background-color: transparent;
    border-color: #f36f62;
    color: #f36f62
}

.c-link {
    position: relative;
    display: inline-block;
    line-height: 1;
    transition: all cubic-bezier(0.18, 1, 0.21, 1) 0.9s
}

.c-link::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transition: all cubic-bezier(0.18, 1, 0.21, 1) 0.9s
}

.c-link-noline {
    position: relative;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all cubic-bezier(0.18, 1, 0.21, 1) 0.9s
}

.c-link-noline::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    transition: all cubic-bezier(0.18, 1, 0.21, 1) 0.9s
}

.c-link:hover::after {
    width: 0
}

.c-link-noline:hover::after {
    width: 100%
}

.c-link--sm {
    font-size: 1rem
}

@media (min-width: 992px) {
    .c-link--md {
        font-size: 1.25rem
    }
}

.c-link--lg {
    font-size: 1.5rem
}

.c-link--primary {
    color: #f36f62
}

.c-link--primary::after {
    background: #f36f62
}

.c-link--secondary {
    color: #999
}

.c-link--secondary::after {
    background: #999
}

.c-link--default {
    color: #fff
}

.c-link--default::after {
    background: #fff
}

.c-link--default:hover {
    color: #444
}

.c-link--default:hover::after {
    background: #444
}

.c-link--blackish {
    color: #444
}

.c-link--blackish::after {
    background: #444
}

.logo-list {
    margin-top: -40px
}

.logo-wrap {
    height: 165px;
    position: relative
}

@media (max-width: 767px) {
    .logo-wrap {
        height: 120px
    }
}

.logo-wrap img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .logo-wrap img {
        max-width: 140px;
        max-height: 70px
    }
}

.c-separator,
.c-post__body blockquote::before {
    display: block;
    width: 65px;
    height: 1px
}

.c-separator--xs {
    margin-bottom: 1.5rem
}

@media (max-width: 991px) {
    .c-separator--sm {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) {
    .c-separator--sm {
        margin-bottom: 2.75rem
    }
}

@media (max-width: 991px) {
    .c-separator--lg {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) {
    .c-separator--lg {
        margin-bottom: 3.125rem
    }
}

.c-separator--default {
    background-color: #979494
}

.c-separator--primary {
    background-color: #fff
}

.c-separator--alt {
    background-color: #999594
}

.c-separator--left {
    margin-right: auto
}

.c-separator--right {
    margin-left: auto
}

.c-chevron {
    top: 2.25rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    content: "";
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: .22em .22em 0 0;
    transition: all linear 0.35s
}

.c-chevron--up {
    transform: rotate(-45deg)
}

.c-chevron--down {
    transform: rotate(135deg)
}

.c-chevron--right {
    transform: rotate(45deg)
}

.c-chevron--left {
    transform: rotate(-135deg)
}

.c-chevron--default {
    color: #fff
}

.c-chevron--default:hover {
    color: #f36f62
}

.c-chevron--primary {
    color: #f36f62
}

.c-chevron--primary:hover {
    color: #f36f62
}

.c-chevron--secondary {
    color: #999
}

.c-chevron--secondary:hover {
    color: #f36f62
}

.c-chevron--dark-gray {
    color: #444
}

.c-chevron--dark-gray:hover {
    color: #f36f62
}

.c-chevron--gray-light {
    color: #232323
}

.c-chevron--gray-light:hover {
    color: #f36f62
}

.c-chevron--sm {
    width: 6.5px;
    height: 6.5px;
    border-width: 0.125em 0.125em 0 0
}

.c-chevron--md {
    border-width: 0.165em 0.165em 0 0
}

@media (min-width: 768px) {
    .c-chevron--md {
        width: 29.25px;
        height: 29.25px
    }
}

.c-chevron--lg {
    width: 37.05px;
    height: 37.05px;
    border-width: 0.25em 0.25em 0 0
}

@media (max-width: 1769px) {
    .c-block--cards {
        margin-right: -15px;
        margin-left: -15px
    }
}

.c-block--features {
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .c-block--features {
        margin-bottom: 3.438rem
    }
}

@media (max-width: 767px) {
    .c-block--features .card__pic::before {
        padding-top: 60%
    }
}

.card {
    position: relative
}

.card--overlayed::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.4)
}

.card__pic {
    position: relative;
    overflow: hidden;
    position: relative
}

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

.card__pic>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.card__pic::before {
    content: "";
    display: block;
    padding-top: 95%
}

.card__pic::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all cubic-bezier(.18, 1, .51, 1) 2s;
    background: rgba(0, 0, 0, 0.4)
}

.card__pic:hover::after {
    opacity: 1;
    z-index: 1
}

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

.card__content {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    color: #fff;
    font-weight: 600;
    max-width: 85%;
    margin: auto
}

@media (min-width: 1025px) {
    .card__content {
        bottom: 30px;
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .card__content {
        max-width: 100%
    }
}

.card__content .company-logo {
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width: 1025px) {
    .card__content .company-logo {
        max-width: 85px
    }
}

@media (min-width: 1025px) {
    .card__content .company-logo {
        margin-bottom: 38px;
        max-width: 100%
    }
}

.card__counter {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.6rem;
    padding-right: 1rem;
    font-size: 2rem;
    line-height: 1.2
}

@media (min-width: 1025px) {
    .card__counter {
        font-size: 2.5rem
    }
}

.card__counter::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "+";
    transform: translateY(-50%)
}

.card__counter::after {
    content: attr(data-unit);
    display: inline-block;
    margin-left: 0.5rem
}

.card__title {
    font-size: 17px;
    line-height: 1.20
}

@media (min-width: 768px) and (max-width: 992px) {
    .card__title {
        display: none
    }
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

@media (min-width: 992px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }
}

@media (max-width: 767px) {
    .xs-mb-0 {
        margin-bottom: 0 !important
    }
}

.pt-0 {
    padding-top: 0 !important
}

.gap-p-eq {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 992px) {
    .gap-p-eq {
        padding-top: 5.25rem;
        padding-bottom: 8.25rem
    }
}

.card-holder--sm {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.card-row .card-col {
    display: flex;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

.card-row .card-col:nth-of-type(4),
.card-row .card-col:last-of-type {
    margin-bottom: 0
}

@media (max-width: 991px) and (min-width: 640px) {
    .card-row .card-col:nth-of-type(4) {
        margin-bottom: 30px
    }
}

@media (min-width: 640px) {
    .card-row .card-col {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .card-row .card-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.brand-card {
    padding: 4rem 1.875rem 4rem;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.01), 0 5px 32px 10px rgba(0, 0, 0, 0.05)
}

@media (min-width: 992px) {
    .brand-card {
        padding: 5.625rem 2.5rem 10rem
    }
}

.brand-card .c-btn {
    margin-top: 1.875rem
}

@media (min-width: 768px) {
    .brand-card .c-btn {
        margin-top: 3.125rem
    }
}

.brand-card__title {
    margin-bottom: 0.5rem;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .brand-card__title {
        margin-bottom: 1.750rem
    }
}

.brand-card__title>a {
    text-transform: uppercase;
    transition: all cubic-bezier(.18, 1, .51, 1) .5s
}

.has-b-border {
    border-bottom: 2px solid #e3e5e7
}

@media (min-width: 768px) {
    .cases-card {
        padding-bottom: 4%;
        margin-top: 3.5rem
    }
}

.cases-card-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

.cases-card__content {
    position: relative
}

@media (min-width: 768px) {
    .cases-card__content {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .cases-card__content::before {
        position: absolute;
        top: -1.25rem;
        left: 0;
        content: "\e906";
        color: #fff;
        font-family: 'icomoon' !important;
        font-size: 0.875rem;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        background-color: #f36f62;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center
    }
    .cases-card__content::after {
        position: absolute;
        top: 2.75rem;
        bottom: 0;
        left: 1.25rem;
        content: "";
        width: 1px;
        background-color: #f36f62
    }
    .cases-card--dark .cases-card__content::before,
    .cases-card--dark .cases-card__content::after {
        background-color: #444
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cases-card__content .lists {
        padding-left: 2.5rem
    }
}

@media (min-width: 1025px) {
    .cases-card__content .lists {
        padding-left: 5rem
    }
}

.cases-card__body {
    max-width: 700px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cases-card__body {
        padding-left: 2.5rem
    }
}

@media (min-width: 1025px) {
    .cases-card__body {
        padding-left: 5rem
    }
}

.cases-card--lg .cases-card__content {
    padding-top: 6rem
}

.chart {
    text-align: center
}

.chart .hr-line {
    display: block;
    margin: 2.5rem auto 0;
    background-color: #979494;
    height: 1px;
    width: 65px
}

.chart__label {
    color: #444
}

.chart__label-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.chart .outer {
    fill: transparent;
    stroke: #d6d9db;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running
}

.chart--sm .outer {
    stroke-width: 5;
    stroke-dasharray: 251
}

.chart.js-animated .outer {
    stroke: #f36f62
}

.chart .chart__canvas {
    position: relative;
    display: inline-block;
    color: #444;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 10px
}

.chart--sm .chart__label {
    width: 85px;
    height: 85px;
    border: 5px solid #d6d9db;
    border-radius: 85px;
    line-height: 85px
}

.chart__label .h6 {
    text-transform: uppercase;
    color: #d6d9db;
    font-size: 1.20rem;
    font-weight: 500
}

.chart--sm.js-animated .chart__label .h6 {
    color: #f36f62
}

.chart--lg .chart__label .h6 {
    color: #444
}

.chart__label .h6::before {
    content: "+"
}

.chart__label .h6::after {
    content: "%"
}

svg:not(:root) {
    overflow: hidden
}

.chart__canvas svg {
    position: absolute;
    top: 0;
    left: 0
}

.chart__legend {
    font-style: normal;
    color: #444;
    text-transform: uppercase
}

.js-animated.chart--sm .chart__canvas[data-percent='30'] .outer {
    stroke-dashoffset: 180;
    -webkit-animation: rotate30deg 2s;
    animation: rotate30deg 2s
}

@keyframes rotate30deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: 180
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='33'] .outer {
    stroke-dashoffset: 168;
    -webkit-animation: rotate33deg 2s;
    animation: rotate33deg 2s
}

@keyframes rotate33deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: 168
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='49'] .outer {
    stroke-dashoffset: 128;
    -webkit-animation: rotate49deg 2s;
    animation: rotate49deg 2s
}

@keyframes rotate49deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: 128
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='65'] .outer {
    stroke-dashoffset: 90;
    -webkit-animation: rotate65deg 2s;
    animation: rotate65deg 2s
}

@keyframes rotate65deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: 90
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='70'] .outer {
    stroke-dashoffset: 70;
    -webkit-animation: rotate70deg 2s;
    animation: rotate70deg 2s
}

@keyframes rotate65deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: 70
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='108'] .outer {
    stroke-dashoffset: -502;
    -webkit-animation: rotate100deg 2s;
    animation: rotate100deg 2s
}

@keyframes rotate108deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: -502
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='300'] .outer,
.js-animated.chart--sm .chart__canvas[data-percent='350'] .outer {
    stroke-dashoffset: -502;
    -webkit-animation: rotate300deg 2s;
    animation: rotate300deg 2s
}

.isTouchDevice .js-animated.chart--sm .chart__canvas[data-percent='300'] .outer,
.isTouchDevice .js-animated.chart--sm .chart__canvas[data-percent='350'] .outer {
    stroke-dashoffset: -500.99
}

@keyframes rotate300deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: -500.99
    }
}

.js-animated.chart--sm .chart__canvas[data-percent='700'] .outer {
    stroke-dashoffset: -1506;
    -webkit-animation: rotate700deg 2s;
    animation: rotate700deg 2s
}

.isTouchDevice .js-animated.chart--sm .chart__canvas[data-percent='700'] .outer {
    stroke-dashoffset: -1507
}

@keyframes rotate700deg {
    from {
        stroke-dashoffset: 251
    }
    to {
        stroke-dashoffset: -1506
    }
}

.chart--lg .outer {
    stroke-width: 10;
    stroke-dasharray: 628
}

.chart--lg .chart__label {
    position: relative;
    width: 210px;
    height: 210px;
    border: 10px solid #d6d9db;
    border-radius: 210px
}

.chart--lg .chart__label .h1 {
    line-height: 1
}

.js-animated .chart__label .h1 {
    color: #f36f62
}

.chart--lg.js-animated .chart__canvas[data-percent='30'] .outer {
    stroke-dashoffset: 450;
    -webkit-animation: rotate30deg_lg 2s;
    animation: rotate30deg_lg 2s
}

@keyframes rotate30deg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: 450
    }
}

.chart--lg.js-animated .chart__canvas[data-percent='33'] .outer {
    stroke-dashoffset: 421;
    -webkit-animation: rotate33deg_lg 2s;
    animation: rotate33deg_lg 2s
}

@keyframes rotate33deg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: 421
    }
}

.chart--lg.js-animated .chart__canvas[data-percent='49'] .outer {
    stroke-dashoffset: 320;
    -webkit-animation: rotate49deg_lg 2s;
    animation: rotate49deg_lg 2s
}

@keyframes rotate49deg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: 320
    }
}

.chart--lg.js-animated .chart__canvas[data-percent='65'] .outer {
    stroke-dashoffset: 240;
    -webkit-animation: rotate65deg_lg 2s;
    animation: rotate65deg_lg 2s
}

@keyframes rotate65deg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: 240
    }
}

.chart--lg.js-animated .chart__canvas[data-percent='70'] .outer {
    stroke-dashoffset: 170;
    -webkit-animation: rotate70eg_lg 2s;
    animation: rotate70eg_lg 2s
}

@keyframes rotate70eg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: 170
    }
}

.chart--lg.js-animated .chart__canvas[data-percent='700'] .outer,
.chart--lg.js-animated .chart__canvas[data-percent='350'] .outer,
.chart--lg.js-animated .chart__canvas[data-percent='300'] .outer,
.chart--lg.js-animated .chart__canvas[data-percent='108'] .outer {
    stroke-dashoffset: -1256;
    -webkit-animation: rotate300deg_lg 2s;
    animation: rotate300deg_lg 2s
}

@keyframes rotate300deg_lg {
    from {
        stroke-dashoffset: 628
    }
    to {
        stroke-dashoffset: -1256
    }
}

.main {
    overflow: hidden;
    padding-top: 65px
}

@media (min-width: 992px) {
    .main {
        padding-top: 81px
    }
}

.c-message--404 {
    font-size: 1.5rem;
    line-height: 1.75rem
}

@media (max-width: 991px) {
    .c-block__heading {
        padding-left: calc(2rem - 15px)
    }
}

.padding-130 {
    padding: 40px
}

@media (min-width: 768px) {
    .padding-130 {
        padding: 130px
    }
}

.padding-75-90 {
    padding: 25px 50px
}

@media (min-width: 768px) {
    .padding-75-90 {
        padding: 75px 90px
    }
}

.l-block p:first-child {
    padding-top: 0
}

.list-hash-tag li {
    padding-left: 25px;
    position: relative
}

.slider-social {
    padding: 50px 0
}

@media (min-width: 768px) {
    .slider-social {
        padding: 100px 0
    }
}

.slider-social .slider-social-pagination {
    bottom: inherit;
    top: 80px
}

@media (min-width: 768px) {
    .slider-social .slider-social-pagination {
        top: 130px
    }
}

.slider-social .slider-social-pagination span {
    opacity: 1;
    width: 24px;
    height: 20px;
    border-radius: 0;
    margin: 0 21px !important
}

.slider-social .swiper-wrapper {
    padding-top: 80px;
    color: #7c7c7d;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .slider-social .swiper-wrapper {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.slider-social .swiper-wrapper a {
    font-size: 0.8rem;
    color: #f36f62;
    display: inline-block;
    word-break: break-word
}

@media (min-width: 768px) {
    .slider-social .swiper-wrapper a {
        font-size: 1.142857142857143rem
    }
}

.slider-social .swiper-wrapper a:hover {
    color: #999
}

.img-insta {
    border: solid 1px #868787;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f1f2f3
}

@media (min-width: 400px) {
    .img-insta {
        float: left;
        width: 30%
    }
}

.img-insta img {
    transform: scale(1);
    -webkit-transition: transform 1s;
    -webkit-transition-timing-function: linear;
    transition: transform 1s;
    transition-timing-function: linear
}

.img-insta img:hover {
    transform: scale(1.2)
}

.hidden,
.visible-xs {
    display: none
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.visible {
    display: block
}

@media (max-width: 767px) {
    .visible-xs {
        display: block
    }
}

.l-block--capa h3,
.l-block--capa .c-post__title--lg {
    padding-bottom: 25px;
    padding-top: 50px
}

@media (min-width: 992px) {
    .l-block--capa h3,
    .l-block--capa .c-post__title--lg {
        padding-top: 112px
    }
}

.l-block--capa .c-box__gap--eq {
    padding-left: 0;
    padding-right: 0
}

.l-block--capa ul {
    font-size: 1.1875rem
}

@media (min-width: 768px) {
    .l-block--capa ul {
        font-size: 1.6rem
    }
}

@media (min-width: 992px) {
    .l-block--capa ul {
        font-size: 2.1875rem
    }
}

.l-block--capa ul li {
    padding: 0.5rem 0;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .l-block--capa ul li {
        float: left;
        line-height: 2.5rem;
        padding: 1rem 0
    }
}

@media (min-width: 768px) {
    .l-block--capa ul li.col-sm-2 {
        width: 50%
    }
    .l-block--capa ul li.col-sm-3 {
        width: 33.33%
    }
}

@media (min-width: 992px) {
    .l-block--capa ul li.col-md-2 {
        width: 50%
    }
    .l-block--capa ul li.col-md-3 {
        width: 33.33%
    }
}

.c-post__col--article {
    padding-right: 0;
    padding-left: 0
}

.c-post__col--article:not(:last-child) {
    padding-bottom: 3rem
}

@media (min-width: 1025px) {
    .c-post__col--article:not(:last-child) {
        padding-bottom: 5rem
    }
}

@media (max-width: 767px) {
    .c-post__col--article .js-last-col:not(.last-col) {
        margin-bottom: 35px
    }
}

.c-post__content:hover .c-post__picture a::before {
    opacity: 1;
    transition: all cubic-bezier(.18, 1, .51, 1) 4s
}

.c-post__content:hover .c-post__img {
    transform: scale3d(1.15, 1.15, 1.15);
    transition: all cubic-bezier(.18, 1, .21, 1) 4s
}

.c-post__header:not(:last-child) {
    margin-bottom: 1.5rem
}

.c-post__col--full .c-post__header:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .c-post__col--full .c-post__header:not(:last-child) {
        margin-bottom: 3rem
    }
}

.c-post__meta:not(:last-child) {
    margin-bottom: 1.5rem
}

.c-post__title a {
    display: block;
    transition: all ease .3s
}

.c-post__picture {
    position: relative;
    overflow: hidden
}

.c-post__picture:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width: 1025px) {
    .c-post__picture:not(:last-child) {
        margin-bottom: 3rem
    }
}

.c-post__picture .c-post__img {
    transform: scale3d(1, 1, 1);
    transition: all cubic-bezier(.18, 1, .21, 1) .9s
}

.c-post__picture a,
.c-post__picture.has-gradient {
    display: block
}

.c-post__picture a::before,
.c-post__picture.has-gradient::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(243, 111, 98, 0.8) 130%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(243, 111, 98, 0.8) 130%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(243, 111, 98, 0.8) 130%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ef4a49', endColorstr='#00ef4a49', GradientType=0);
    transition: all cubic-bezier(.18, 1, .51, 1) 2s
}

.c-post__body {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.c-post__body p>a {
    position: relative;
    color: #f36f62
}

@media (min-width: 992px) {
    .c-post__col--full .c-post__body {
        padding-left: 2rem;
        padding-right: 7rem
    }
}

@media (min-width: 1025px) {
    .c-post__col--full .c-post__body {
        margin-top: 3rem;
        padding-left: 3rem;
        padding-right: 10rem
    }
}

.c-post__body blockquote {
    position: relative;
    padding-left: 6rem;
    font-size: 1rem;
    line-height: 2rem
}

@media (min-width: 768px) {
    .c-post__body blockquote {
        font-size: 1.5rem
    }
}

.c-post__body blockquote::before {
    top: 8px;
    left: 0;
    height: 3px;
    content: "";
    background-color: #444
}

@media (min-width: 768px) {
    .c-post__col--full p,
    .c-post__col--small p {
        margin-bottom: 30px
    }
}

@media (min-width: 1025px) {
    .c-post__col--full p,
    .c-post__col--small p {
        margin-bottom: 40px
    }
}

.c-post__header-meta {
    font-family: "Poppins-Regular", sans-serif
}

.back-to-news {
    padding-left: 3.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all linear .15s
}

.back-to-news i {
    position: absolute;
    top: 50%;
    left: 2rem;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-50%)
}

.has-gradient:hover::before {
    opacity: 1
}

.c-video-container {
    margin-right: auto;
    margin-left: auto
}

.c-video__holder {
    position: relative;
    overflow: hidden
}

.c-video__holder--responsive-16by9 {
    padding-bottom: 56.25%;
    height: 0
}

.c-video__holder--responsive iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c-post__nav .c-separator,
.c-post__nav .c-post__body blockquote::before,
.c-post__body .c-post__nav blockquote::before {
    margin-right: auto;
    margin-left: auto
}

.c-post__navitem:not(:last-of-type) {
    position: relative
}

.c-post__navitem:not(:last-of-type)::after {
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #232323
}

.c-post__navitem h4:not(:last-child) {
    margin-bottom: 0.5rem
}

@media (max-width: 767px) {
    .c-post__navitem h4:not(:last-child) {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .c-post__navitem h4:not(:last-child) {
        margin-bottom: 2rem
    }
}

.c-post__navitem a {
    text-transform: initial
}

@media (min-width: 768px) {
    .c-post__navitem a {
        line-height: 2.25rem;
        font-size: 1.75rem
    }
}

@media (max-width: 767px) {
    .l-container--blog .block-social {
        padding-top: 0
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px
}

.l-block--slider .swiper-button-prev {
    display: none
}

@media (min-width: 993px) {
    .l-block--slider .swiper-button-prev {
        display: block;
        left: 5.55rem
    }
}

.l-block--slider .swiper-button-next {
    display: none
}

@media (min-width: 993px) {
    .l-block--slider .swiper-button-next {
        display: block;
        right: 5.55rem
    }
}

@media (max-width: 1024px) {
    .l-block--slider.push-up--eq {
        margin-top: 0
    }
}

.c-slider-portfolio-detail {
    margin-left: -15px;
    margin-right: -15px
}

.c-slider-portfolio-detail .swiper-wrapper.has-item-2 .swiper-slide {
    width: 50%
}

.c-slider-portfolio-detail .swiper-wrapper.has-item-3 .swiper-slide {
    width: 33.33%
}

.c-slider-portfolio-detail .swiper-slide img {
    max-height: 600px
}

@media (max-width: 767px) {
    .c-slider-portfolio-detail .swiper-slide img {
        max-height: 400px
    }
}

.contact-info h3 .title--sub,
.contact-info .c-post__title--lg .title--sub {
    font-size: 0.4571428571428571em;
    display: block;
    margin-top: -3px
}

.contact-info p {
    padding: 0;
    margin: 0
}

.height-100 {
    height: 100%
}

.width-100 {
    transform: translateY(10px);
    width: 100%
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.float-none {
    float: none
}

@media (min-width: 768px) {
    .info-appointment .block-social {
        position: absolute;
        bottom: 127px
    }
}

.form-contact h2 {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .form-contact h2 {
        padding-bottom: 40px
    }
}

.form-contact .form-control {
    margin: 5px 0;
    display: block;
    padding: 10px 23px;
    height: 54px
}

.form-contact .form-control.box-msg {
    height: 130px;
    resize: none
}

.form-contact .button-submit {
    margin-top: 30px
}

#map {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    border: 0
}

@media (min-width: 768px) {
    #map {
        height: 567px
    }
}

.c-block--clients {
    padding: 2rem 0
}

@media (max-width: 767px) {
    .c-clients__col {
        float: left;
        min-height: 80px;
        max-height: 80px;
        width: 49.5% !important
    }
}

.safari .c-clients__col:not(.c-clients__col--arrorw-holder):first-of-type {
    width: calc(25% - 1px)
}

@media (max-width: 1024px) and (min-width: 768px) {
    .safari .c-clients__col:not(.c-clients__col--arrorw-holder):first-of-type {
        min-height: 135px
    }
}

@media (max-width: 767px) {
    .c-clients__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0)
    }
}

.c-clients__picture {
    padding: 2.893rem 1.5rem
}

@media (max-width: 767px) {
    .c-clients__picture {
        padding: 20px 15px;
        height: 80px !important
    }
}

.c-clients__title {
    position: relative
}

.c-clients__title::after {
    content: "";
    right: -30px;
    bottom: 8px;
    height: 9px;
    width: 9px;
    background-color: #444
}

.c-clients__col--arrorw-holder {
    bottom: 0;
    right: 0;
    width: 25%;
    max-height: 149px;
    min-height: 145px
}

@media (max-width: 767px) {
    .c-clients__col--arrorw-holder {
        min-height: 80px;
        max-height: 80px;
        width: 50%
    }
}

.c-clients__col--arrorw-holder .swiper-button {
    left: 50%
}

.c-clients__col--arrorw-holder .swiper-button-prev {
    margin-left: -1.5rem
}

@media (min-width: 768px) {
    .c-clients__col--arrorw-holder .swiper-button-prev {
        margin-left: -2.5rem
    }
}

@media (min-width: 768px) {
    .c-clients__col--arrorw-holder .swiper-button-next {
        margin-left: 1.5rem
    }
}

.c-clients__col--arrorw-holder .swiper-button .c-chevron {
    top: 50%;
    margin-top: -15px
}

.c-clients__arrows {
    padding-bottom: 42.57142857%
}