/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap);*/

/*!*!*/
 /** Bootstrap v4.3.1 (https://getbootstrap.com/)*/
 /** Copyright 2011-2019 The Bootstrap Authors*/
 /** Copyright 2011-2019 Twitter, Inc.*/
 /** Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
 /**!*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-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;
    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: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: #000;
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(255, 255, 255)", endColorstr="rgba(255, 238, 238, 0.93333)", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 238, 238, 0.93333)", endColorstr="rgba(255, 204, 204, 0.8)", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(255, 255, 255)", endColorstr="rgba(255, 238, 238, 0.93333)", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 238, 238, 0.93333)", endColorstr="rgb(255, 255, 255)", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}













.article-widget {
    margin-bottom: 60px
}

.article-widget .category, .article-widget .date, .article-widget a {
    display: block
}

.article-widget .thumb {
    margin-bottom: 20px;
    overflow: hidden
}

.article-widget .thumb img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.article-widget .thumb:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.article-widget .results-highlight {
    background-color: #009ee3;
    padding: 0 3px;
    color: #fff
}

.article-widget .category {
    font-size: .875rem;
    font-weight: 700;
    color: #223880
}

.article-widget .date {
    font-size: .875rem;
    font-weight: 300;
    color: #6a6f7a
}

.article-widget .title {
    margin: 10px 0
}

.article-widget .title a {
    font-size: 1.25rem;
    color: #212529;
    text-transform: none
}

.article-widget .title a:hover {
    color: #009ee3;
    text-decoration: none
}

.article-widget a {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.section-customers {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px
}

.section-customers [class*=title-] {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    color: #fff;
    z-index: 5
}

.section-customers .swiper-pagination {
    bottom: 20px
}

.section-customers .swiper-pagination-bullet {
    background-color: hsla(0, 0%, 100%, .4)
}

.section-customers .swiper-pagination-bullet-active {
    background-color: #fff
}

.section-news .container > .title {
    margin-bottom: 60px
}

.section-news .container > .title a {
    font-size: .875rem;
    margin-left: 20px;
    text-transform: uppercase
}

.section-market {
    position: relative;
    padding-top: 20px;
    background-size: 100% 1000px;
    background-repeat: no-repeat;
    background-position: 0 100%
}

.section-market:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 255px
}

.section-market .row {
    margin-bottom: 30px
}

.section-market .lead {
    margin-bottom: 40px
}

.section-market .link {
    text-transform: uppercase;
    color: #009ee3
}

.section-market .keyfigures {
    background-image: none !important
}

.section-market .keyfigures:after {
    display: none
}

.section-our-brands {
    padding: 60px 0
}

.section-our-brands [class*=title-] {
    margin-top: 0
}

.section-our-brands .lead {
    text-align: center
}

.modal-open .header {
    z-index: 999
}

.modal {
    z-index: 99999
}

.modal .modal-header {
    border: none
}

.modal .modal-dialog {
    max-width: none;
    pointer-events: auto
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 750px
    }
}

@media (min-width: 992px) {
    .modal .modal-dialog {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .modal .modal-dialog {
        width: 1170px
    }
}

.modal.modal-default .modal-title {
    margin-bottom: 20px
}

.modal.modal-default .modal-content {
    padding: 15px;
    border-radius: 4px
}

@media (min-width: 768px) {
    .modal.modal-default .modal-content {
        padding: 15px 30px
    }
}

.modal form {
    margin-top: 30px
}

.modal .lead {
    margin-bottom: 20px
}

.modal .close {
    font-size: 30px
}

.modal-backdrop {
    z-index: 99989
}

.modal-video .modal-content {
    height: 80px;
    box-shadow: none;
    border: none;
    background-color: transparent
}

.modal-video .modal-dialog {
    position: relative;
    height: 100%;
    width: auto;
    margin: 0
}

@media (min-width: 992px) {
    .modal-video .modal-dialog {
        margin: 0 auto;
        width: 970px
    }
}

@media (min-width: 1200px) {
    .modal-video .modal-dialog {
        width: 1170px
    }
}

.modal-video .modal-body {
    width: 100%;
    height: auto
}
.modal-video .modal-body video{
    width: 100%;
    object-fit:fill;
}

.modal-video .close {
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 35px;
    color: #fff;
    opacity: 1
}

.modal-directory .modal-header {
    border-bottom: 0
}

.modal-directory .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0
}

.modal-directory .modal-content {
    height: 100%;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

@media (min-width: 768px) {
    .modal-directory .modal-content {
        width: 750px
    }
}

@media (min-width: 992px) {
    .modal-directory .modal-content {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .modal-directory .modal-content {
        width: 1170px
    }
}

.modal-directory .close {
    color: #fff;
    font-size: 40px;
    opacity: 1
}

.figure {
    margin: 60px 0
}

.figure img {
    display: block;
    margin: 0 auto
}

.main-picture {
    margin-bottom: 40px
}

.main-picture img {
    max-width: 640px;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.figure-overlay-left:after {
    display: block;
    clear: both;
    content: ""
}

.figure-overlay-left img {
    float: right
}

.figure-overlay-left img:first-of-type {
    float: left
}

.figure-overlay-left img:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.figure-overlay-right:after {
    display: block;
    clear: both;
    content: ""
}

.figure-overlay-right img {
    float: left
}

.figure-overlay-right img:first-of-type {
    float: right
}

.figure-overlay-right img:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.figure-video a {
    display: block;
    text-align: center
}

[class*=figure-overlay-] img {
    max-width: 260px
}

@media (max-width: 991.98px) {
    [class*=figure-overlay-] {
        margin: 0 auto;
        max-width: 450px
    }
}

[class*=figure-overlay-] img {
    max-width: 290px
}

@media (min-width: 576px) {
    [class*=figure-overlay-] img {
        max-width: 350px
    }
}

@media (min-width: 768px) {
    [class*=figure-overlay-] img {
        max-width: 220px
    }
}

@media (min-width: 992px) {
    [class*=figure-overlay-] img {
        max-width: 280px
    }
}

@media (min-width: 1200px) {
    [class*=figure-overlay-] img {
        max-width: 350px
    }
}

blockquote {
    margin-bottom: 60px;
    padding: 0;
    border: none;
    font-weight: 300;
    color: #009ee3
}

blockquote small {
    font-weight: 700;
    color: #009ee3
}

.focus {
    margin-bottom: 60px;
    padding: 20px;
    color: #fff
}

.focus .title {
    margin-top: 0
}

@media (min-width: 768px) {
    .focus {
        padding: 40px 80px
    }
}

.keyfigure {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    width: 80%;
}
.keyfigure p{
    color: #666666;
    font-size: 16px;
    font-family: HelveticaRoman;
    margin-top: 15px;
}
.keyfigure strong {
    display: block;
    font-size: 36px;
    font-family: HelveticaBold;
    color: #000000;
    margin-bottom: 10px;
}
.keyfigure span{
    transform: translate(-7px,8px);
    display: block;
}
@media (max-width: 991.98px) {
    .keyfigure strong {
        padding-top: 20px;
        font-size: 55px
    }
}

.keyfigures {
    margin-bottom: 70px;
    float: left;
    width: 100%;
}

.keyfigures .aboutBtn{
    background: none;
    outline: none;
    border: none;
}
.keyfigures .aboutBtn:focus{
    outline: none;
    border: none;
    background: none;
}
.keyfigures .container {
    position: relative;
    z-index: 1
}

.block-directory {
    margin-bottom: 60px;
    padding-top: 20px
}

.block-directory .thumb {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    text-align: center
}

.block-directory .title {
    margin: 0 0 20px;
    padding: 0 20px
}

.contact-infos {
    padding: 0 20px 20px
}

.contact-infos > strong {
    display: block;
    margin-bottom: 10px
}

.contact-infos address {
    margin-bottom: 0
}

.contact-infos span {
    display: block;
    font-weight: 300;
    word-break: break-all
}

.contact-infos span i {
    margin-right: 10px
}

.contact-infos span a {
    text-decoration: underline
}

.contact-infos span a:hover {
    text-decoration: none
}

.contact-infos span:first-of-type {
    margin-top: 10px
}

.contact-infos .btn-toggle {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    color: #009ee3
}

.contact-infos .btn-toggle:hover {
    text-decoration: underline
}

.block-category {
    margin-bottom: 60px;
    padding: 20px;
    text-align: center;
    background-color: #fff
}

.block-category .thumb {
    display: block;
    margin: -20px -20px 20px
}

.block-category .thumb img {
    width: 100%
}

.block-category .title {
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.block-category .title a {
    font-size: 20px;
    line-height: 26px;
    color: #212529
}

.block-category .title a:hover {
    color: #009ee3;
    text-decoration: none
}

/*.testimony {*/
    /*position: relative;*/
    /*margin-bottom: 60px;*/
    /*padding: 40px 0 0*/
/*}*/

.testimony .thumb {
    background: #f9f9f9;
    float: left;
    width: 27%;
    height: 440px;
    position: relative;
    text-align: center;
    /*position: absolute;*/
    /*left: 50%;*/
    margin-top: -50px;
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%)*/
}
.testimony .thumb img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 90%;
    transform: translate(-50%,-50%);
}

@media (min-width: 768px) {
    /*.testimony .thumb {*/
        /*top: -40px;*/
        /*left: 0;*/
        /*margin-top: 0;*/
        /*-webkit-transform: none;*/
        /*transform: none*/
    /*}*/
}

.testimony .content {
    float: right;
    padding: 40px 20px;
    /*margin-top: 255px;*/
    width: 73%;
}

@media (min-width: 768px) {
    .testimony .content {
        margin-top: 0;
        /*margin-left: 215px;*/
        padding: 50px 30px 75px 80px
    }
}

.testimony .title {
    color: #fff;
    font-size: 30px;
    /*font-family: HelveticaBold;*/
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
}

.testimony .metas {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.testimony .metas span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: HelveticaBold;
    text-align: left;
}
.testimony p{
    font-size: 16px;
    color: #ffffff;
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 15px;
}
.testimony .link{
    flex-flow: column;
    display: inline-block;
    margin-top: 15px;
}
.testimony .link a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 46px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}
.testimony .link a:nth-child(1){
    background: #ee7103;
    margin-bottom: 20px;
}
.testimony .link a:nth-child(2){
    background: #683d82;
}


.aboutGroup .testimony .thumb{
    /*background: none;*/
    width: 40%;
    overflow: hidden;
}
.aboutGroup .testimony .thumb img{
    max-width: 90%;
}
.aboutGroup .testimony .content{
    width: 60%;
}

.aboutGroup .testimony .title{
    line-height: 40px;
    margin-bottom: 0;
}
.aboutGroup .testimony span{
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    float: left;
    margin: 24px 0;
}




@media (min-width: 768px) {
    /*.testimony {*/
        /*margin-top: 60px*/
    /*}*/
}

.block-visual {
    margin-top: 60px
}

.block-visual .block-visual-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 60px;
    height: 420px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.block-visual .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #fff
}

.block-visual .row {
    width: 100%;
    z-index: 1
}

.block-visual-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 60px;
    height: 420px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.block-visual-full .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #fff
}

.block-visual-full .row {
    width: 100%;
    z-index: 1
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 40px 0
}

.media .media-body, .media [class*=figure] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .media .media-body, .media [class*=figure] {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767.98px) {
    .media .media-body, .media [class*=figure] {
        padding: 0
    }
}

.media [class*=figure] {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .media [class*=figure] {
        margin-bottom: 0
    }
}

@media (max-width: 991.98px) {
    .media .media-body {
        padding: 0
    }
}

.media .media-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.media-center .figure-video a, .media-left .figure-video a, .media-right .figure-video a, .media .figure-video a {
    position: relative;
    display: block;
    overflow: hidden
}

.media-center .figure-video a img, .media-left .figure-video a img, .media-right .figure-video a img, .media .figure-video a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.media-center .figure-video a:after, .media-left .figure-video a:after, .media-right .figure-video a:after, .media .figure-video a:after {
    content: "\E6D1";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: sonepar;
    font-size: 50px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.media-center .figure-video a:hover, .media-left .figure-video a:hover, .media-right .figure-video a:hover, .media .figure-video a:hover {
    text-decoration: none
}

.media-center .figure-video a:hover img, .media-left .figure-video a:hover img, .media-right .figure-video a:hover img, .media .figure-video a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 991.98px) {
    .media-center .figure-video, .media-left .figure-video, .media-right .figure-video, .media .figure-video {
        margin-bottom: 20px;
        padding: 0
    }
}

.block-brands {
    position: relative;
    background-size: 1110px 532px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 60px 0 20px;
    margin-bottom: 60px
}

.block-brands:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.block-brands .container {
    position: relative;
    z-index: 2
}

.block-brands [class*=title] {
    color: #fff;
    text-align: center
}

.block-brand {
    margin-bottom: 40px;
    background-color: #fff
}

.block-brand .title {
    margin-top: 0;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-align: left
}

.block-brand .thumb {
    display: block;
    padding: 10px;
    text-align: center
}

.block-brand .content {
    position: relative;
    padding: 10px 10px 20px;
    background-color: #009ee3
}

.block-brand .link, .block-brand .title {
    color: #fff
}

.block-brand .link {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.country-directory {
    position: relative;
    padding: 70px 0;
    margin-top: -60px;
    margin-bottom: 60px
}

.country-directory .lead, .country-directory .title {
    color: #fff
}

.country-directory .title {
    margin-top: 0;
    margin-bottom: 30px
}

.country-directory .lead {
    margin-bottom: 40px
}

.cc-window .country-directory .cc-btn, .country-directory .btn, .country-directory .btn-white, .country-directory .cc-window .cc-btn {
    display: block;
    width: 100%
}

@media (min-width: 992px) {
    .country-directory:after {
        position: absolute;
        content: attr(data-tag);
        right: 50%;
        top: 60px;
        padding-right: 70px;
        background-image: url("../images/tag-bg.png");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 60px 2px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg) translate(50%, -485px);
        transform: rotate(90deg) translate(50%, -485px)
    }
}

@media (min-width: 1200px) {
    .country-directory:after {
        -webkit-transform: rotate(90deg) translate(50%, -585px);
        transform: rotate(90deg) translate(50%, -585px)
    }
}

.page-header + .country-directory {
    margin-top: -60px
}

.case-studies {
    position: relative;
    margin-top: 60px;
    margin-bottom: 120px;
    color: #fff
}

.case-studies:before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%
}

.case-study {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 60px
}

.case-study .thumb {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .case-study .thumb {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.case-study .content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .case-study .content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 100px
    }
}

.case-study .title span {
    display: block;
    margin-top: 20px
}

.case-study .metas {
    font-size: 1.25rem;
    margin-bottom: 20px
}

.block-commitments {
    padding: 60px 0
}

.commitment {
    margin-bottom: 40px;
    text-align: center
}

.commitment .content {
    margin-bottom: 30px
}

.block-grid-profil {
    margin-bottom: 60px
}

.block-grid-profil .btn, .block-grid-profil .btn-white, .block-grid-profil .cc-window .cc-btn, .cc-window .block-grid-profil .cc-btn {
    margin: 40px 0
}

@media (min-width: 768px) {
    .block-grid-profil .btn, .block-grid-profil .btn-white, .block-grid-profil .cc-window .cc-btn, .cc-window .block-grid-profil .cc-btn {
        margin-top: 60px
    }
}

.block-grid-profil .figure {
    margin: 30px 0
}

.newsletter-subscription {
    padding-top: 18px
}

.keydates {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 0 60px
}

.keydate {
    position: relative;
    text-align: center
}

.keydate .date {
    font-size: 70px;
    font-weight: 700;
    color: #009ee3
}

@media (min-width: 992px) {
    .keydate .date {
        font-size: 160px
    }
}

.keydate .description {
    position: relative;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .keydate .description {
        margin-top: 40px
    }
}

@media (min-width: 1200px) {
    .keydate .description {
        padding-left: 160px
    }
}

.keydate .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px
}

@media (max-width: 1199.98px) {
    .keydate .thumb {
        display: none
    }
}

.keydate .content {
    background-color: #fff;
    padding: 15px;
    color: #212529;
    text-align: left;
    overflow: hidden
}

@media (min-width: 1200px) {
    .keydate .content {
        height: 160px
    }

    .keydate .content p {
        max-height: 90px;
        overflow: hidden
    }
}

.keydate .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.25rem
}

.customer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #333;
    height: 500px;
    padding: 30px;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff
}

.customer * {
    position: relative;
    z-index: 2
}

.customer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .35s;
    z-index: 0
}

.customer span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.customer:focus, .customer:hover {
    color: #fff;
    text-decoration: none
}

.customer:focus img, .customer:hover img {
    opacity: 1
}

@media (max-width: 1199.98px) {
    .customer {
        padding-bottom: 80px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .customer {
        font-size: 1rem
    }

    .customer .title {
        font-size: 1.25rem
    }
}

.brand-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    tex-talign: center
}

.brand-logo img {
    width: 100%
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.video-container embed, .video-container iframe, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.country-directory-agencies {
    padding: 40px 30px 60px
}

.country-directory-agencies .title-centered {
    margin: 20px 0 60px;
    text-transform: uppercase
}

.country-directory-agencies .list-agencies {
    height: 400px;
    overflow-y: auto
}

.country-directory-agencies .map-agency {
    height: 300px
}

.country-directory-agencies .map-agency iframe {
    width: 100%;
    height: 100%;
    border: none
}

@media (max-width: 991.98px) {
    .country-directory-agencies .map-agency {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .country-directory-agencies .list-agencies, .country-directory-agencies .map-agency {
        height: 650px
    }
}

.agency {
    margin-bottom: 30px
}

.agency address {
    margin-bottom: 0
}

.agency .title {
    font-size: 1.25rem
}

.map {
    width: 100%;
    height: 346px;
    position: relative
}

.map svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important
}

.directory-popup {
    max-width: 400px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    color: #212529;
    z-index: 10
}

.directory-popup:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 4px 3px 7px -3px rgba(0, 0, 0, .3);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1
}

.directory-popup .title {
    margin-top: 0;
    font-size: 1.25rem
}

.directory-popup address {
    display: block
}

.directory-popup small {
    fontsize: .875rem;
    color: #6a6f7a
}

.block-member {
    margin-bottom: 40px
}

.block-member ul {
    padding-left: 30px;
    text-align: left
}

.block-member .thumb {
    text-align: center
}

.block-member .thumb img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.block-member .title {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center
}

.block-member .content {
    background-color: #fff;
    padding: 20px;
    text-align: center
}

.media-center, .media-left, .media-right {
    display: block;
    margin-bottom: 60px;
    padding: 0
}

.media-center:after, .media-left:after, .media-right:after {
    display: block;
    clear: both;
    content: ""
}

@media (max-width: 1199.98px) {
    .media-center .thumb, .media-left .thumb, .media-right .thumb {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .media-center .thumb, .media-left .thumb, .media-right .thumb {
        max-width: 50%
    }
}

.media-center h1, .media-center h2, .media-center h3, .media-center h4, .media-center h5, .media-left h1, .media-left h2, .media-left h3, .media-left h4, .media-left h5, .media-right h1, .media-right h2, .media-right h3, .media-right h4, .media-right h5 {
    margin-top: 0
}

.media-left .thumb {
    text-align: center
}

@media (min-width: 768px) {
    .media-left .thumb {
        float: left;
        margin-right: 30px
    }
}

.media-right .thumb {
    text-align: center
}

@media (min-width: 768px) {
    .media-right .thumb {
        float: right;
        margin-left: 30px
    }
}

.media-center .thumb {
    margin: 0 auto 30px
}

@media (min-width: 768px) {
    .media-center .thumb {
        max-width: 100%;
        height: auto
    }
}

.media-contact .thumb {
    padding: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .media-contact .thumb {
        width: 100%
    }
}

@media (min-width: 768px) {
    .media-contact .thumb {
        padding: 0
    }
}

.media-contact .contact-infos address {
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .media-contact .contact-infos {
        padding-left: 0
    }
}

.page-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
    margin-top: 0;
    padding-top: 100px;
    border: none;
    margin-bottom: 0
}

.page-header .lead, .page-header .title {
    color: #fff
}

.page-header .lead {
    font-weight: 300
}

.page-header .category {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff
}

.page-header .date {
    color: #fff
}

@media (min-width: 768px) {
    .page-header {
        min-height: 600px
    }
}

.page-header-filter {
    position: relative;
    margin-top: -60px;
    margin-bottom: 60px;
    padding: 40px 0 20px;
    color: #fff
}

.page-header-filter form {
    margin-bottom: 40px
}

.page-header-filter .btn-white {
    width: 180px
}

@media (min-width: 992px) {
    .page-header-filter:after {
        position: absolute;
        content: attr(data-tag);
        right: 50%;
        top: 60px;
        padding-right: 70px;
        background-image: url("../images/tag-bg.png");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 60px 2px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg) translate(50%, -485px);
        transform: rotate(90deg) translate(50%, -485px)
    }
}

@media (min-width: 1200px) {
    .page-header-filter:after {
        -webkit-transform: rotate(90deg) translate(50%, -585px);
        transform: rotate(90deg) translate(50%, -585px)
    }
}

.page-header-dropdown {
    max-width: 350px;
    margin-bottom: 40px
}

.page-header-dropdown .title {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 700;
    color: #fff
}

.page-header-dropdown .dropdown-toggle {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff
}

.page-header-dropdown .dropdown-toggle i {
    float: right;
    margin-top: 3px;
    margin-left: 10px;
    font-weight: 700
}

.page-header-dropdown .dropdown-toggle:after {
    display: none
}

.page-header-dropdown .dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 48px, 0) !important;
    transform: translate3d(0, 48px, 0) !important
}

.page-header-dropdown .dropdown-menu {
    background-color: #fff;
    border: 2px solid #fff;
    width: 100%;
    padding: 10px 0 0;
    margin-top: -2px;
    z-index: -1
}

.page-header-dropdown .dropdown-menu > li {
    margin-bottom: 10px
}

.page-header-dropdown .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    color: #333
}

.page-header-dropdown .dropdown-menu > li > a:focus, .page-header-dropdown .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #009ee3
}

@media (min-width: 768px) {
    .page-header-dropdown {
        width: 350px;
        float: right
    }

    .page-header-dropdown .dropdown-toggle {
        width: 100%;
        text-align: left
    }

    .page-header-dropdown .dropdown-toggle[aria-expanded=true] i:before {
        content: "\E61E";
        font-family: sonepar
    }
}

.page-content {
    position: relative;
    padding-top: 60px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 0
}

.page-content .container {
    position: relative;
    z-index: 2
}

.home .country-directory {
    margin-top: 0
}

.page-share {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 2
}

.page-share a, .page-share button {
    display: block;
    padding: 0;
    border-radius: 50%;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    line-height: 55px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    -webkit-transform: none !important;
    transform: none !important;
    transition: all .35s;
    text-align: center
}

.page-share a i, .page-share button i {
    margin: 0;
    font-size: 24px;
    color: #b3b3b3;
    transition: color .35s
}

.page-share a:focus, .page-share a:hover, .page-share button:focus, .page-share button:hover {
    border-color: #009ee3;
    color: #009ee3
}

.page-share a:focus, .page-share button:focus {
    outline: none
}

.page-share a[aria-expanded=true], .page-share button[aria-expanded=true] {
    background-color: #009ee3;
    border-color: #009ee3
}

.page-share a[aria-expanded=true] i, .page-share button[aria-expanded=true] i {
    color: #fff
}

.page-share a {
    line-height: 52px;
    margin: 10px 0
}

.page-share a i {
    font-size: 20px
}

.page-share a:focus, .page-share a:hover {
    text-decoration: none
}

.page-share a:focus, .page-share a:focus i, .page-share a:hover, .page-share a:hover i {
    color: #009ee3
}

@media (max-width: 991.98px) {
    .page-share {
        display: none
    }
}

form {
    margin-bottom: 60px
}

.form-legend, legend {
    font-size: h2-font-size;
    font-weight: 700
}

.label, label {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
    text-align: left;
    white-space: normal
}

.form-control, .form-group-file .input-group-file label, .form-select, .form-select-multiple, textarea.form-textarea {
    padding: 10px 20px;
    margin-top: 5px;
    border: 2px solid #e0e0e0;
    box-shadow: none;
    height: 50px
}

.form-control:focus, .form-group-file .input-group-file label:focus, .form-select-multiple:focus, .form-select:focus, textarea.form-textarea:focus {
    box-shadow: none;
    border-color: #e0e0e0
}

.form-select, .form-select-multiple {
    position: relative;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-image: url("../images/form-select-bg.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.form-select-multiple optgroup, .form-select-multiple option, .form-select optgroup, .form-select option {
    color: #000
}

select::-ms-expand {
    display: none
}

.select2-container--default .select2-selection--multiple {
    padding: 0;
    min-height: 50px
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-dropdown {
    border: 2px solid #e0e0e0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 10px 5px 0;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #009ee3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #009ee3;
    text-transform: uppercase
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 6px;
    margin-right: 0;
    font-size: 21px;
    color: #009ee3
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #009ee3
}

.form-filter {
    margin-bottom: 60px;
    padding: 40px 20px;
    background-image: linear-gradient(269deg, #26398d, #0492d7)
}

textarea.form-textarea {
    display: block;
    width: 100%;
    height: 125px;
    resize: none
}

.checkbox, .radio {
    position: relative;
    margin-bottom: 15px
}

.checkbox input, .radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    opacity: 0;
    z-index: -1
}

.checkbox label, .radio label {
    padding: 0 0 0 40px;
    line-height: 21px;
    z-index: 2;
    cursor: pointer
}

.checkbox label:after, .radio label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
    border: 2px solid #e0e0e0;
    top: 0;
    left: 0;
    font-family: sonepar;
    text-align: center
}

.checkbox input:checked + label:after, .radio input:checked + label:after {
    content: "\E632";
    color: #009ee3
}

.radio label:after {
    border-radius: 100%
}

.radio input:checked + label:after {
    content: "\2022";
    font-size: 24px;
    line-height: 15px
}

.form-white .label, .form-white label, .nav-form-search .form-search .label, .nav-form-search .form-search label {
    color: #fff
}

.form-group-file .input-group-file .form-white label, .form-group-file .input-group-file .nav-form-search .form-search label, .form-white .form-control, .form-white .form-group-file .input-group-file label, .form-white .form-select, .form-white .form-select-multiple, .form-white textarea.form-textarea, .nav-form-search .form-search .form-control, .nav-form-search .form-search .form-group-file .input-group-file label, .nav-form-search .form-search .form-select, .nav-form-search .form-search .form-select-multiple, .nav-form-search .form-search textarea.form-textarea {
    background-color: transparent;
    color: #fff
}

.form-group-file .input-group-file .form-white label::-webkit-input-placeholder, .form-group-file .input-group-file .nav-form-search .form-search label::-webkit-input-placeholder, .form-white .form-control::-webkit-input-placeholder, .form-white .form-group-file .input-group-file label::-webkit-input-placeholder, .form-white .form-select-multiple::-webkit-input-placeholder, .form-white .form-select::-webkit-input-placeholder, .form-white textarea.form-textarea::-webkit-input-placeholder, .nav-form-search .form-search .form-control::-webkit-input-placeholder, .nav-form-search .form-search .form-group-file .input-group-file label::-webkit-input-placeholder, .nav-form-search .form-search .form-select-multiple::-webkit-input-placeholder, .nav-form-search .form-search .form-select::-webkit-input-placeholder, .nav-form-search .form-search textarea.form-textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

.form-group-file .input-group-file .form-white label::-moz-placeholder, .form-group-file .input-group-file .nav-form-search .form-search label::-moz-placeholder, .form-white .form-control::-moz-placeholder, .form-white .form-group-file .input-group-file label::-moz-placeholder, .form-white .form-select-multiple::-moz-placeholder, .form-white .form-select::-moz-placeholder, .form-white textarea.form-textarea::-moz-placeholder, .nav-form-search .form-search .form-control::-moz-placeholder, .nav-form-search .form-search .form-group-file .input-group-file label::-moz-placeholder, .nav-form-search .form-search .form-select-multiple::-moz-placeholder, .nav-form-search .form-search .form-select::-moz-placeholder, .nav-form-search .form-search textarea.form-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

.form-group-file .input-group-file .form-white label:-ms-input-placeholder, .form-group-file .input-group-file .nav-form-search .form-search label:-ms-input-placeholder, .form-white .form-control:-ms-input-placeholder, .form-white .form-group-file .input-group-file label:-ms-input-placeholder, .form-white .form-select-multiple:-ms-input-placeholder, .form-white .form-select:-ms-input-placeholder, .form-white textarea.form-textarea:-ms-input-placeholder, .nav-form-search .form-search .form-control:-ms-input-placeholder, .nav-form-search .form-search .form-group-file .input-group-file label:-ms-input-placeholder, .nav-form-search .form-search .form-select-multiple:-ms-input-placeholder, .nav-form-search .form-search .form-select:-ms-input-placeholder, .nav-form-search .form-search textarea.form-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

.form-group-file .input-group-file .form-white label:-moz-placeholder, .form-group-file .input-group-file .nav-form-search .form-search label:-moz-placeholder, .form-white .form-control:-moz-placeholder, .form-white .form-group-file .input-group-file label:-moz-placeholder, .form-white .form-select-multiple:-moz-placeholder, .form-white .form-select:-moz-placeholder, .form-white textarea.form-textarea:-moz-placeholder, .nav-form-search .form-search .form-control:-moz-placeholder, .nav-form-search .form-search .form-group-file .input-group-file label:-moz-placeholder, .nav-form-search .form-search .form-select-multiple:-moz-placeholder, .nav-form-search .form-search .form-select:-moz-placeholder, .nav-form-search .form-search textarea.form-textarea:-moz-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

.form-white input.form-control, .form-white input.form-select, .form-white input.form-select-multiple, .form-white input.form-select-multiple[type=email], .form-white input.form-select-multiple[type=text], .form-white input.form-select[type=email], .form-white input.form-select[type=text], .form-white input[type=email].form-control, .form-white input[type=text].form-control, .nav-form-search .form-search input.form-control, .nav-form-search .form-search input.form-select, .nav-form-search .form-search input.form-select-multiple, .nav-form-search .form-search input.form-select-multiple[type=email], .nav-form-search .form-search input.form-select-multiple[type=text], .nav-form-search .form-search input.form-select[type=email], .nav-form-search .form-search input.form-select[type=text], .nav-form-search .form-search input[type=email].form-control, .nav-form-search .form-search input[type=text].form-control {
    color: #fff
}

.form-white input.form-control:focus, .form-white input.form-select-multiple:focus, .form-white input.form-select-multiple[type=email]:focus, .form-white input.form-select-multiple[type=text]:focus, .form-white input.form-select:focus, .form-white input.form-select[type=email]:focus, .form-white input.form-select[type=text]:focus, .form-white input[type=email].form-control:focus, .form-white input[type=text].form-control:focus, .nav-form-search .form-search input.form-control:focus, .nav-form-search .form-search input.form-select-multiple:focus, .nav-form-search .form-search input.form-select-multiple[type=email]:focus, .nav-form-search .form-search input.form-select-multiple[type=text]:focus, .nav-form-search .form-search input.form-select:focus, .nav-form-search .form-search input.form-select[type=email]:focus, .nav-form-search .form-search input.form-select[type=text]:focus, .nav-form-search .form-search input[type=email].form-control:focus, .nav-form-search .form-search input[type=text].form-control:focus {
    color: #fff;
    border-color: #fff
}

.form-white .form-select-multiple:focus::-ms-value, .form-white .form-select:focus::-ms-value, .nav-form-search .form-search .form-select-multiple:focus::-ms-value, .nav-form-search .form-search .form-select:focus::-ms-value {
    background-color: transparent;
    color: #fff
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .form-white select.form-control option, .form-white select.form-select-multiple option, .form-white select.form-select option, .nav-form-search .form-search select.form-control option, .nav-form-search .form-search select.form-select-multiple option, .nav-form-search .form-search select.form-select option {
        background-color: #fff;
        color: #000
    }

    .form-white select.form-control option[selecter=selected], .form-white select.form-select-multiple option[selecter=selected], .form-white select.form-select option[selecter=selected], .nav-form-search .form-search select.form-control option[selecter=selected], .nav-form-search .form-search select.form-select-multiple option[selecter=selected], .nav-form-search .form-search select.form-select option[selecter=selected] {
        background-color: red
    }

    .form-white select.form-control optgroup, .form-white select.form-select-multiple optgroup, .form-white select.form-select optgroup, .nav-form-search .form-search select.form-control optgroup, .nav-form-search .form-search select.form-select-multiple optgroup, .nav-form-search .form-search select.form-select optgroup {
        background-color: #ededed;
        color: #000
    }
}

.form-white .form-select-multiple::-ms-expand, .form-white .form-select::-ms-expand, .nav-form-search .form-search .form-select-multiple::-ms-expand, .nav-form-search .form-search .form-select::-ms-expand {
    display: none
}

.form-white .form-select, .form-white .form-select-multiple, .nav-form-search .form-search .form-select, .nav-form-search .form-search .form-select-multiple {
    background-image: url("../images/form-select-bg-white.png")
}

.form-white .btn-white, .nav-form-search .form-search .btn-white {
    border-radius: 4px
}

.form-white a, .nav-form-search .form-search a {
    color: #fff;
    text-decoration: underline
}

.form-white a:hover, .nav-form-search .form-search a:hover {
    text-decoration: none
}

.form-white .checkbox input:checked + label:after, .form-white .radio input:checked + label:after, .nav-form-search .form-search .checkbox input:checked + label:after, .nav-form-search .form-search .radio input:checked + label:after {
    color: #fff
}

.form-group-bordered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 30px 0 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.form-group-bordered .checkbox, .form-group-bordered .radio {
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .form-group-bordered {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.form-group-file .input-group-file {
    position: relative
}

.form-group-file .input-group-file label {
    position: relative;
    padding: 10px 20px;
    cursor: pointer
}

.form-group-file .input-group-file label i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 25px;
    color: #009ee3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-group-file .input-group-file label span {
    display: block;
    vertical-align: middle;
    line-height: 28px;
    font-weight: 400;
    color: #212529
}

.form-group-file .input-group-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

#opcoscareers-list {
    text-align: center;
    color: #fff
}

.pagination {
    display: block;
    margin-bottom: 60px;
    text-align: center
}

.pagination > li, .pagination > li:first-child, .pagination > li:last-child {
    display: inline-block;
    margin: 0 5px
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li > a, .pagination > li > span {
    float: left;
    width: 50px;
    height: 50px;
    padding: 6px 12px;
    line-height: 40px;
    border-radius: 100%;
    border: none;
    text-align: center;
    text-decoration: none;
    transition: all .35s
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover, .pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #009ee3;
    color: #fff
}

.pagination > .next > a, .pagination > .prev > a {
    background-color: #009ee3;
    color: #fff;
    border-radius: 100% !important
}

.pagination > .next > a:hover, .pagination > .prev > a:hover {
    background-color: #fff !important;
    color: #009ee3 !important
}

.pagination > .active span {
    background-color: #fff;
    border: none;
    color: #212529
}

.pagination > .active span:hover {
    background-color: #009ee3
}

@media (max-width: 1199.98px) {
    .pagination > li {
        display: none
    }

    .pagination > .active, .pagination > .next, .pagination > .prev {
        display: inline-block
    }
}

.swiper-slide {
    outline: none;
    -moz-user-focus: ignore;
    -webkit-tap-highlight-color: rgba(201, 224, 253, .8)
}

.swiper-slide:focus-within {
    background: transparent
}

.swiper-slide:focus {
    outline: none
}

.swiper-pagination-bullet {
    background-color: #e0e0e0;
    width: 15px;
    height: 15px;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #009ee3
}

[class*=swiper-button] {
    width: 40px;
    height: 40px;
    padding: 0;
    background-image: none;
    font-size: 20px;
    text-align: center;
    outline: none
}
[class*=swiper-button]:focus{
    outline: none;
    border: none;
}

[class*=swiper-button] i {
    margin: 0
}

[class*=swiper-button].swiper-button-disabled {
    opacity: .5
}

[class*=swiper-button].swiper-button-lock {
    display: none
}

.carousel-testimony {
    position: relative
}

.carousel-testimony .btn, .carousel-testimony .btn-white, .carousel-testimony .cc-window .cc-btn, .cc-window .carousel-testimony .cc-btn {
    position: absolute;
    margin-top: 0;
    top: -20px;
    right: 0px;
    border-radius: 100%;
    background: #00a0e9;
}
.carousel-testimony .btn:focus{
    border: none;
    outline: none;
}
@media (min-width: 768px) {
    .carousel-testimony .swiper-wrapper {
        /*margin: 0 -10px*/
    }
}

.carousel-testimony .swiper-button-prev {
    left: auto;
    -webkit-transform: translateX(-70px);
    transform: translateX(-50px)
}

.carousel-testimony .swiper-slide.swiper-slide-prev {
    opacity: 0 !important
}

.carousel-testimony .swiper-slide .testimony .content, .carousel-testimony .swiper-slide .testimony .thumb {
    box-shadow: none
}

@media (max-width: 991.98px) {
    .carousel-testimony .swiper-container {
        margin: 0 15px
    }

    .carousel-testimony [class*=swiper-button] {
        display: none
    }
}

@media (min-width: 768px) {
    .carousel-testimony .swiper-pagination {
        display: none
    }
}

@media (min-width: 992px) {
    .carousel-testimony:after {
        position: absolute;
        content: attr(data-tag);
        right: 50%;
        top: 60px;
        padding-right: 70px;
        background-image: url("../images/tag-bg.png");
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 60px 2px;
        font-size: 12px;
        font-weight: 700;
        color: #009ee3;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg) translate(50%, -485px);
        transform: rotate(90deg) translate(50%, -485px)
    }
}

@media (min-width: 1200px) {
    .carousel-testimony:after {
        -webkit-transform: rotate(90deg) translate(50%, -585px);
        transform: rotate(90deg) translate(50%, -585px)
    }
}

.carousel-keyfigures {
    overflow: hidden;
    /*margin-bottom: 60px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.carousel-keyfigures:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    height: 1px;
    background-color: #e0e0e0
}

@media (min-width: 768px) {
    .carousel-keyfigures {
        padding: 0 150px
    }
}

.carousel-case-studies [class*=swiper-button] {
    top: 0px;
    right: 0px;
    border-radius: 100%;
    background: #015e86;
}

.carousel-case-studies .swiper-button-prev {
    left: auto;
    -webkit-transform: translateX(-70px);
    transform: translateX(-50px)
}

.carousel-case-studies .swiper-case-studies .swiper-slide {
    opacity: 0 !important
}

.carousel-case-studies .swiper-case-studies .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.carousel-figures [class*=swiper-button] {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-brands {
    position: relative;
    padding: 0 70px
}

.carousel-brands [class*=swiper-button] {
    background-color: #fff;
    color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-brands [class*=swiper-button] i {
    color: #333
}

.carousel-brands [class*=swiper-button]:hover i {
    color: #009ee3
}

@media (min-width: 992px) {
    .carousel-brands {
        padding: 0 100px
    }
}

.carousel-keydates:after, .carousel-videos:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2)
}

@media (min-width: 768px) {
    .carousel-keydates:after, .carousel-videos:after {
        width: 750px;
        -webkit-transform: translate(-375px, 23px);
        transform: translate(-375px, 23px)
    }
}

@media (min-width: 992px) {
    .carousel-keydates:after, .carousel-videos:after {
        top: 150px;
        width: 970px;
        -webkit-transform: translate(-485px, -23px);
        transform: translate(-485px, -23px)
    }
}

@media (min-width: 1200px) {
    .carousel-keydates:after, .carousel-videos:after {
        width: 1170px;
        -webkit-transform: translate(-585px, -23px);
        transform: translate(-585px, -23px)
    }
}

.carousel-keydates .swiper-slide, .carousel-videos .swiper-slide {
    opacity: .5;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s
}

.carousel-keydates .swiper-slide-active, .carousel-videos .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.carousel-keydates [class*=swiper-button], .carousel-videos [class*=swiper-button] {
    top: 75px;
    background-color: #fff;
    color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-keydates [class*=swiper-button] i, .carousel-videos [class*=swiper-button] i {
    color: #333
}

.carousel-keydates [class*=swiper-button]:hover i, .carousel-videos [class*=swiper-button]:hover i {
    color: #009ee3
}

.carousel-keydates [class*=swiper-button].swiper-button-prev, .carousel-videos [class*=swiper-button].swiper-button-prev {
    left: 20px
}

@media (min-width: 768px) {
    .carousel-keydates [class*=swiper-button].swiper-button-prev, .carousel-videos [class*=swiper-button].swiper-button-prev {
        left: 50%;
        -webkit-transform: translate(-375px, -50%);
        transform: translate(-375px, -50%)
    }
}

@media (min-width: 992px) {
    .carousel-keydates [class*=swiper-button].swiper-button-prev, .carousel-videos [class*=swiper-button].swiper-button-prev {
        -webkit-transform: translate(-485px, -50%);
        transform: translate(-485px, -50%)
    }
}

@media (min-width: 1200px) {
    .carousel-keydates [class*=swiper-button].swiper-button-prev, .carousel-videos [class*=swiper-button].swiper-button-prev {
        -webkit-transform: translate(-585px, -50%);
        transform: translate(-585px, -50%)
    }
}

.carousel-keydates [class*=swiper-button].swiper-button-next, .carousel-videos [class*=swiper-button].swiper-button-next {
    right: 20px
}

@media (min-width: 768px) {
    .carousel-keydates [class*=swiper-button].swiper-button-next, .carousel-videos [class*=swiper-button].swiper-button-next {
        right: 50%;
        -webkit-transform: translate(375px, -50%);
        transform: translate(375px, -50%)
    }
}


@media screen and (max-width: 1600px){
    .keyfigures .aboutBtn{
        top: 44%;
    }
    .carousel-keyfigures:after{
        top: 44%;
    }
    .keyfigure strong{
        margin-bottom: -10px;
        float: left;
        width: 100%;
    }
    .keyfigure p{
        margin-top: 26px;
        float: left;
        width: 100%;
    }
    .keyfigure span{
        transform: translate(-7px,6px);
        float: left;
        width: 100%;
    }
    .testimony .thumb{
        height: 356px;
    }
}
@media screen and (max-width: 1550px){
    .keyfigure span {
        transform: translate(-7px,6px);
    }
}
@media screen and (max-width: 1366px){
    .carousel-keyfigures:after {
        top: 39%;
    }
    .keyfigures .aboutBtn {
        top: 39%;
    }
}


@media screen and (max-width: 1200px){
    .aboutGroup .testimony .thumb{
        height: 350px;
    }
    .testimony .thumb {
        height: 257px;
    }
}

@media screen and (max-width: 992px){
    .carousel-keyfigures:after {
        top: 60%;
    }
    .keyfigures .aboutBtn {
        top: 60%;
    }
}

@media screen and (max-width: 768px){
    .aboutGroup .testimony .title{
        font-size: 22px;
        line-height: 32px;
    }
    .keyfigure span{
        transform: translate(-7px,-3px);
    }
    .keyfigures{
        margin-bottom: 40px;
    }
    .keyfigure{
        width: 100%;
        text-align: center;
    }
    .testimony .title{
        font-size: 26px;
    }
    .carousel-case-studies [class*=swiper-button]{
        right: 10px;
    }
    .testimony .thumb {
        height: 257px;
        width: 100%;
    }
    .testimony .content{
        width: 100%;
    }
    .aboutGroup .testimony .thumb{
        width: 100%;
        height: 257px;
    }
    .aboutGroup .testimony .thumb img{
        max-width: 60%;
    }
    .aboutGroup .testimony .content{
        width: 100%;
    }
}