/* -------------------- MAIN -------------------- */

body, html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: fira-sans-2, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    overflow-x: hidden;
}
.locked {
    overflow-y: hidden !important;
}
body.compensate-for-scrollbar {
    overflow-y: hidden !important;
}
.container-fluid {
    max-width: 100%;
    padding: 0;
}
.container {
    max-width: 1290px;
}
section {
    padding: 180px 0;
}
*:focus, button:focus {
    outline: 0 !important;
}

/* -------------------- HEADER -------------------- */

#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.logo-container {
    top: -10px;
}
.nav-open .logo {
    display: none;
}
.logo {
    width: 330px;
    height: 223px;
}
.overlay-menu {
    height: 100%;
    width: 100%;
    z-index: 1099;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.hamburger-box {
    display: inline-block !important;
    width: 45px !important;
    height: 45px !important;
    top: 4px !important;
}
.hamburger {
    height: 88px !important;
    top: 60px;
    right: 50px;
    width: 88px !important;
    z-index: 1100;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    border-radius: 0 !important;
    width: 45px !important;
    height: 6px !important;
}
.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1 !important;
}
.nav-open .overlay-menu {
    transform: translate3d(0, 0, 0); 
}
.navigation-bar {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-bottom: 150px;
    padding-top: 150px;
}
.menu-container li::after {
    content: '';
    width: 33px;
    height: 3px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.menu-container li:last-child::after {
    display: none;
}
.nav-link {
    display: block;
    font-size: 50px;
    padding: .5rem 1rem;
    text-decoration: none !important;
}
.nav-link.active, .nav-link:hover {
    text-decoration: underline !important;
}
.cta {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    padding: 20px 60px;
    border: 0;
    width: 300px;
}

/* -------------------- POSITIONS -------------------- */

body, html, .container, .container-fluid, .facts i, .facts .title, .menu-container li , .listing-three ul li, .listing-two ul li, .img-box, .img-box-square, .video-box, .swiper-button-prev:before, .swiper-button-next:before{
    position: relative;
}
.menu-container li::after, .fact-heading:after, .video-button, .cta, .bg-red::before, .bg-red::after, .fancybox-bg:after, .fancybox-stage:before, .fancybox-button.fancybox-button--close, .arrow-down img, .arrow-down, .img-container, .video-container, .img-fitting, .img-streched, .gray-deco:before {
    position: absolute;
}

/* -------------------- SPACING / DIVIDER -------------------- */

.space {
    padding-bottom: 120px;
}
.s-space {
    padding: 100px 0px !important;
}
.inline-space {
    padding: 100px;
}
.divider {
    border-bottom: 2px solid #ECECEB;
}
.divider-inline, .divider-inline-gray {
    margin: 80px 0;
    display: block;
    height: 3px;
    width: 100%;
}
.mb-80, .menu-container li {
    margin-bottom: 80px;
}

/* -------------------- COLORS / SHADOWS / BORDER -------------------- */

h1, h2, .cta, .white-cta, .swiper-pagination-current, .fancybox-button:hover, .swiper-button-prev:before, .swiper-button-next:before, .video-button, .back-top, .fancybox-button.fancybox-button--close, .fancybox-button--close:hover,.fancybox-button--close:active, .fancybox-button--close:focus   {
    color: #C90C0F !important;   
}
.media-icon, .red-cta, .fancybox-bg:after, .swiper-pagination-bullet-active, .bg-red, .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .overlay-menu {
    background-color: #C90C0F !important;
}
body, .cta, .video-button, .fact-heading:after, .fancybox-bg, .hamburger, .fancybox-button.fancybox-button--close, .facts i:after, .back-top, .divider-inline, .divider-inline-gray, .menu-container li::after {
    background-color: #FFF !important;
}
.media, .gray-deco:before, .bg-gray, .divider-inline-gray{
    background-color: #ECECEB !important;
}
.red-cta, .overlay-menu, .footer a, .nav-link.active, .nav-link, .nav-link:hover, .bg-red, .page-content button a, .page-content button a:hover, .page-content button a:focus, .page-content button a:active, .media-icon, .media-icon a, .media-icon a:hover, .media-icon a:focus, .media-icon a:focus {
    color: #FFF !important;
}
body, .bg-gray, .page-content a:hover, .page-content a:active, .page-content a:focus, .page-content a, .fancybox-stage a:hover, .fancybox-stage a:active, .fancybox-stage a:focus, .fancybox-stage a {
    color: #707070;
}
.bg-red::before, .bg-red::after {
    content: '';
    background-image: url('../images/divider.svg');
    background-size: cover;
    background-position: top center;
    top: -10px;
    left: 0;
    width: 100%;
    height: 50px;
}
.bg-red::after {
    top: auto;
    bottom: -10px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.box-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.box-shadow:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.box-border {
    border: 4px solid #C90C0F;
}

/* -------------------- TYPO -------------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .name {
    margin-bottom: 30px !important;
}
h1, h2, h3, .cta, .name, .nav-link, .facts .title, .red-cta, .white-cta {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-style: normal;
}
h1 {
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 60px !important;
}
h2 {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 60px;
}
h3 {
    font-size: 30px;
    line-height: 37px;
    margin-top: 50px;
}
h3:first-of-type, h3:only-child {
    margin-top: 0;
}
.h4, h4 {
    font-size: 130%;
    letter-spacing: 4px;
}
.h5, h5 {
    font-size: 110%;
    letter-spacing: 5px;
}
.h6, h6 {
    font-size: 100%;
    letter-spacing: 5px;
}
.slider h4, .fancybox-container h4 {
    margin-top: -25px;
    margin-bottom: 40px;
}
.bg-red h2, .bg-red h1, .bg-red h3, .bg-red h4 {
    color: inherit !important;
}
.page-content a, .fancybox-stage a {
    text-decoration: underline !important;
    background-color: transparent;
}
.page-content a:hover, .page-content a:active, .page-content a:focus {
    text-decoration: none !important;
}
p:last-child, p:only-child {
    margin-bottom: 0;    
}
.leading p {
    font-size: 25px;
    line-height: 38px;
}
b, .strong p, .strong, strong, .swiper-pagination-current {
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
}
a:hover, a:focus, a:active {
    cursor: pointer;
}
.page-content button a, .page-content button a:hover, .page-content button a:focus, .page-content button a:active {
    text-decoration: none !important;
}
.nav-link, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .name, .facts .subline, .red-cta, .white-cta, .facts .title {
    text-transform: uppercase;
}

/* -------------------- EFFECTS -------------------- */

.bounce {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}
.box-shadow, .listing li img, .back-top, .hamburger.is-active:hover, .hamburger:hover, .img-box-square span  {
    -webkit-transition: all 500ms cubic-bezier(0.325, 0.000, 0.000, 1);
    -webkit-transition: all 500ms cubic-bezier(0.325, 0.000, 0.000, 1.005);
    -moz-transition: all 500ms cubic-bezier(0.325, 0.000, 0.000, 1.005);
    -o-transition: all 500ms cubic-bezier(0.325, 0.000, 0.000, 1.005);
    transition: all 500ms cubic-bezier(0.325, 0.000, 0.000, 1.005);
    transition-timing-function: cubic-bezier(0.325, 0, 0, 1.005);
    transition-timing-function: cubic-bezier(0.325, 0, 0, 1.005);
    -webkit-transition-timing-function: cubic-bezier(0.325, 0.000, 0.000, 1);
    -webkit-transition-timing-function: cubic-bezier(0.325, 0.000, 0.000, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.325, 0.000, 0.000, 1.005);
    -o-transition-timing-function: cubic-bezier(0.325, 0.000, 0.000, 1.005);
    transition-timing-function: cubic-bezier(0.325, 0.000, 0.000, 1.005);
}

/* -------------------- MODULES -------------------- */

.img-fluid {
    width: 100%;
}
.listing ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
}
.listing-three ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-top: 30px;
}
.listing-two ul li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 80px;
}
.company {
    font-size: 110%;
    letter-spacing: 4px;
    margin-top: -25px;
    margin-bottom: 40px;
}
.name {
    font-size: 30px;
    line-height: 37px;
}
.fancybox-container .name {
    margin-top: 0;
}
.listing-three ul li:first-child, .listing-three ul li:nth-child(2), .listing-three ul li:nth-child(3) {
    margin-top: 0;
}
.listing-two ul li:first-child, .listing-two ul li:nth-child(2) {
    margin-top: 0;
}
.fancybox-content {
    max-width: 1260px !important;
    vertical-align: top !important;
    margin-top: 120px !important;
    width: 100% !important;
    margin-bottom: 120px !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.fancybox-bg {
    opacity: 1 !important;
}
.fancybox-bg:after {
    content: '';
    width: 50vw;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 1 !important;
}
.fancybox-stage:before {
    content: '';
    background-image: url('../images/logo.svg');
    background-size: cover;
    width: 330px;
    height: 223px;
    top: -10px;
    background-position: center;
    left: calc(((100% - 1290px) / 2) + 15px);
    z-index: 100000;
}
.fancybox-button.fancybox-button--close {
    top: 60px;
    right: 50px;
    display: block;
    z-index: 1000000;
    border-radius: 100% !important;
    width: 88px !important;
    height: 88px !important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.fancybox-infobar, .fancybox-navigation, .fancybox-caption {
    display: none !important;
}
.hero-banner{
    height: 100vh;
    width: 100vw;
    padding: 0;
    background-size: cover;
    background-position: center top;
}
.arrow-down img {
    width: 90px;
    height: 90px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    display: block;
}
.arrow-down {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.img-box:before {
    content: "";
    display: block;
    padding-top: 66.66%;
}
.video-box:before, .img-box-square:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.img-box-square:before {
    padding-top: 100% !important;
}
.img-container, .video-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.img-streched {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gray-deco:before {
    content: '';
    width: calc(50vw - 15px);
    height: 120%;
    top: -10%;
    left: 0;
}
.container-fluid.gray-deco {
    margin-top: 80px;
}
.swiper-button-next:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-button-prev, .swiper-button-next {
    background-image: none !important;
}
.swiper-button-prev:before, .swiper-button-next:before {
    content: "\f30a";
    display: block;
    font-size: 60px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.swiper-container {
    max-width: 83.333333%;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.video-button {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    font-size: 40px;
    padding-top: 21px;
    text-align: center;
    padding-left: 8px;
}
.listing li:hover .img-streched {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.listing li:hover img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform:scale(1.1) rotate(-2deg);
}
.partner {
    max-width: 20%;
    margin-bottom: 30px;
}
.facts i {
    font-size: 340%;
}
.facts .title {
    font-size: 50px;
    line-height: 50px;
}
.facts .subline {
    font-size: 90%;
    margin-top: -2px;
}
.fact-heading {
    margin-bottom: 60px;
}
.fact-heading:after {
    content: '';
    bottom: -25px;
    left: 0;
    width: 80px;
    height: 3px;
}
.img-fitting {
    width: calc(100% - 30px);
    height: 100%;
    min-height: 100%;
    left: 15px;
}
.slide-container {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
}
.red-cta {
    padding: 20px 60px;
    border: 0;
}
.white-cta {
    display: inline-block;
    text-align: center;
    padding: 20px 60px;
    border: 0px solid;
    border-radius: 0px;
    background-color: #ffffff;
    color: #000;
}
.media i {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-body {
    padding: 30px;
}
.media-body p {
    letter-spacing: 0.5px;
}
.media-icon {
    width: 100px;
    min-width: 100px;
}
.media {
    margin-bottom: 20px;
}
.media:last-child {
    margin-bottom: 0;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px;
}
.swiper-pagination {
    text-align: right;
    line-height: 1;
    padding-right: 8%;
    bottom: -10%;
    position: relative;
}
.media-icon a, .media-icon a:hover, .media-icon a:focus, .media-icon a:focus {
    text-decoration: none !important;
}
.img-box-square span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0px;
    color: #FFF;
    background: #c90c0f;
    width: 100%;
    display: block;
    transform: translateY(100%);
}
.img-box-square:hover span {
    transform: translateY(0);
}
.img-box-square {
    overflow: hidden;
}
.quform-submit {
    background-color: #C90C0F !important;
    color: white !important;
    border: 1px solid #C90C0F;
}

/* -------------------- FOOTER -------------------- */

.footer {
    z-index: 10;
    font-size: 90%;
}
.footer::after {
    display: none;
}
.footer a {
    text-decoration: underline !important;
}
.footer p {
    margin-bottom: 0;
}
.back-top {
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    padding: 10px 0;
    font-size: 40px;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}
.back-top.scrolling {
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}

/* -------------------- RESPONSIVE -------------------- */

@media (max-width: 1400px){
    .container {
        max-width: 90%;
    }
    .fancybox-content {
        max-width: 80% !important;
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .fancybox-stage:before {
        left: 0;
        width: 260px;
        height: 177px;
    }
    .nav-link {
        font-size: 40px;
        padding: 0;
        line-height: 50px;
    }
}
@media (max-width: 1290px){
    .logo {
        width: 300px;
        height: 203px;
    }
}
@media (max-width: 1200px){
    .hero-banner {
        background-image: url('../images/hero-image-tablet.svg') !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        hyphens: auto;
    }
    .container {
        max-width: 90%;
    }
}
@media (max-width: 1050px){
    .listing-three ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }  
    .listing-three ul li:first-child, .listing-three ul li:nth-child(2) {
        margin-top: 0;
    }
    .listing-three ul li:nth-child(3) {
        margin-top: 30px;
    }
    .partner {
        max-width: 33.333%;
        margin-top: 30px;
    }
    .logo-listing .partner:nth-child(1), .logo-listing .partner:nth-child(2), .logo-listing .partner:nth-child(3) {
        margin-top: 0;
    }
    .slide-container {
        padding-top: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 992px){
    body {
        font-size: 19px;
        line-height: 29px;
    }
    .img-box-square span {
        position: relative;
        transform: none;
    }
    .hamburger-inner {
        transform: scale(0.9);
    }
    .img-fitting {
        width: 100%;
        min-height: 400px;
        left: 0;
        position: relative;
    }
    .gray-deco:before {
        width: 100%;
        height: 50%;
        top: -10%;
        left: 0;
    }
    .logo {
        width: 260px;
        height: 177px;
    }
    .logovalais {
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
    h1 {
        font-size: 45px;
        line-height: 56px;
        margin-bottom: 55px !important;
    }
    .facts i {
        font-size: 330%;
    }
    .name {
        font-size: 27px;
        line-height: 34px;
    }
    .company {
        font-size: 108%;
    }
    .cta {
        padding: 20px 50px;
        width: 280px;
        text-align: center;
        z-index: 100000;
    }
    .red-cta {
        padding: 20px 50px;
    }
    h2 {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 55px;
    }
    .facts .title {
        font-size: 45px;
        line-height: 45px;
    }
    h3 {
        font-size: 27px;
        line-height: 34px;
    }
    .leading p {
        font-size: 23px;
        line-height: 36px;
    }
    .swiper-pagination {
        text-align: center;
        padding-right: 0;
        font-size: 120%;
    }
}
@media (max-width: 768px){
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .name {
        margin-bottom: 15px !important;
    }
    .img-fitting {
        min-height: 350px;
    }
    .gray-deco:before {
        height: 40%;
    }
    .autor {
        text-align: left !important;
    }
    .nav-link {
        font-size: 30px;
        line-height: 40px;
    }
    .headroom--not-top .logo-container {
        transform: translateY(-100%);
        will-change: transform;
        transition: transform .2s linear;
    }
    .listing-three ul li {
         -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .listing-three ul li:nth-child(2), .listing-three ul li:nth-child(3) {
        margin-top: 30px;
    }
    .fancybox-content {
        max-width: 90% !important;
    }
    section {
        padding: 100px 0;
    }
    .partner {
        max-width: 48%;
    }
    .logo-listing .partner:nth-child(3) {
        margin-top: 30px;
    }
    .container-fluid.gray-deco {
        margin-bottom: 100px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev:before, .swiper-button-next:before {
        font-size: 50px;
    }
    .hamburger-box {
        display: inline-block !important;
        width: 45px !important;
        height: 45px !important;
        top: -3px !important;
        left: -2px !important;
    }
    .hamburger {
        height: 70px !important;
        top: 30px;
        right: 30px;
        width: 70px !important;
        z-index: 1100;
    }
    .arrow-down img {
        width: 65px;
        height: 65px;
        bottom: 20px;
    }
    h1 {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 50px !important;
    }
    h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .leading p {
        font-size: 21px;
        line-height: 34px;
    }
    h2 {
        font-size: 35px;
        line-height: 46px;
        margin-bottom: 50px;
    }
    .inline-space {
        padding: 60px;
    }
    .fancybox-button.fancybox-button--close {
        width: 70px !important;
        height: 70px !important;
    }
    .listing-two ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 60px;   
    }
    .listing-two ul li:nth-child(2) {
        margin-top: 60px;    
    }
    .name {
        font-size: 25px;
        line-height: 32px;
    }
    .company {
        margin-top: -15px;
    }
    h1, h2 {
        margin-top: 25px;
    }
    .facts .title {
        font-size: 35px;
        line-height: 35px;
    }
    .facts i {
        font-size: 290%;
    }
    .menu-container li {
        margin-bottom: 45px;
    }
    .menu-container li::after {
        bottom: -20px;
    }
    .fancybox-content {
        margin-bottom: 40px !important;
    }
    .download .col-12 {
        text-align: center !important;
    }
    .download h3 {
        display: block;
        align-items: unset;
        margin: 0 auto;
    }
    .download p {
        margin-bottom: 40px;
    }
    .download .text-right {
        text-align: center !important;
    }
    .s-space {
        padding: 40px 0 !important;
    }
}
@media (max-width: 500px){
    .menu-container li {
        margin-bottom: 36px;
    }
    .autor {
        margin-top: 10px;
    }
    body {
        font-size: 17px;
        line-height: 26px;
    }
    .img-fitting {
        min-height: 250px;
    }
    .gray-deco:before {
        height: 40%;
    }
    .logovalais {
        max-width: 220px;
    }
    .hero-banner {
        background-image: url('../images/hero-image-mobile.svg') !important;
        background-position: center;
    }
    .back-top {
        right: 25px;
    }
    .company {
        margin-top: -5px;
    }
    .red-cta {
        padding: 14px 45px;
        width: 100%;
    }
    section {
        padding: 80px 0;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: -60px;
    }
    .swiper-container {
        max-width: 100%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 15px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 15px;
    }
    .cta {
        padding: 25px;
        width: 100%;
    }
    .swiper-pagination {
        bottom: -40px;
    }
    .logo {
        width: 230px;
        height: 150px;
    }
    h1 {
        font-size: 31px;
        line-height: 42px;
        margin-bottom: 41px !important;
    }
    h2 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 39px;
    }
    h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .leading p {
        font-size: 19px;
        line-height: 32px;
    }
    .nav-link {
        font-size: 26px;
        line-height: 33px;
    }
    .menu-container li {
        margin-bottom: 60px;
    }
    .fancybox-stage:before {
        width: 230px;
        height: 150px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 40px !important;
    }
    .hamburger-box {
        left: 0 !important;
    }
    .inline-space {
        padding: 50px;
    }
    .fancybox-content {
        margin-bottom: 20px !important;
    }
    .white-cta {
        padding: 14px 45px;
    }
}
@media (max-width: 420px){
    .hamburger {
        top: 35px;
        right: 35px;
    }
    h1 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 38px !important;
    }
    h2 {
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 37px;
    }
    .inline-space {
        padding: 30px;
    }
    .partner {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-listing .pr-5 {
        padding-right: 15px !important;
    }
}
@media (max-width: 375px){
    .logo {
        width: 200px;
        height: 135px;
    }
    section {
        padding: 70px 0;
    }
    .nav-link {
        font-size: 22px;
        line-height: 29px;
    }
    .hamburger-inner {
        transform: scale(0.8);
    }
    .hamburger--squeeze.is-active .hamburger-inner {
        transform: rotate(45deg) scale(0.9) !important;
    }
    .hamburger-box {
        left: -2px !important;
        top: -6px !important;
    }
    .hamburger {
        height: 65px !important;
        width: 65px !important;
    }
    .navigation-bar {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    h1 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 36px !important;
    }
    h3 {
        font-size: 21px;
        line-height: 27px;
    }
    .leading p {
        font-size: 18px;
        line-height: 29px;
    }
    h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .fancybox-stage:before {
        width: 200px;
        height: 135px;
    }
    .fancybox-button.fancybox-button--close {
        height: 65px !important;
        width: 65px !important;
        right: 30px;
    }
    .media-icon {
        width: 80px;
        min-width: 80px;
    }
    .media i {
        font-size: 150%;
    }
    .back-top {
        right: 15px;
        bottom: 40px;
    }
    .name {
        font-size: 20px;
        line-height: 25px;
    }
    .company {
        font-size: 100%;
        line-height: 130%;
    }
    .img-fitting {
        min-height: 200px;
    }
    .logovalais {
        max-width: 80%;
    }
    .media-body {
        padding: 25px;
    }
    .facts i {
        font-size: 250%;
    }
    .facts .title {
        font-size: 29px;
        line-height: 29px;
    }
    .space {
        padding-bottom: 70px;
    }
    .gray-deco:before {
        height: 30%;
    }
}
@media (max-width: 320px){
    body {
        font-size: 16px;
        line-height: 25px;
    }
    .back-top {
        width: 50px;
        height: 50px;
        font-size: 30px;
        right: 10px;
        bottom: 30px;
    }
    .hamburger {
        height: 60px !important;
        width: 60px !important;
        top: 25px;
        right: 20px;
    }
    .hamburger-inner {
        transform: scale(0.7);
    }
    .red-cta {
        padding: 10px 45px;
    }
    .slide-container {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px !important;
    }
    .arrow-down img {
        bottom: 15px;
    }
    .hamburger-box {
        left: -4px !important;
        top: -8px !important;
    }
    .hamburger--squeeze.is-active .hamburger-inner {
        transform: rotate(45deg) scale(0.8) !important;
    }
    .fancybox-button.fancybox-button--close {
        height: 60px !important;
        width: 60px !important;
        right: 30px;
    }
    .menu-container li {
        margin-bottom: 40px;
    }
    .nav-link {
        font-size: 20px;
        line-height: 27px;
    }
    .media-icon {
        width: 70px;
        min-width: 70px;
    }
    h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 34px !important;
    }
    h2 {
        font-size: 22px;
        line-height: 31px;
    }
    h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .leading p {
        font-size: 17px;
        line-height: 27px;
    }
    .divider-inline, .divider-inline-gray {
        margin: 40px 0;
    }
}
@media (min-width: 500px) and (max-height: 800px){
    .hero-banner {
        background-image: url('../images/hero-image.svg') !important;
    }
    .hamburger {
        top: 30px;
    }
    #back-top {
        bottom: 40px;
        right: 10px;
    }
}

/* -------------------- CMS -------------------- */

.customize-support #header {
    top: 32px;
}