body {background-color: #ffffff;}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

* {font-family: 'Montserrat', sans-serif;}
textarea:focus, input:focus, button:focus {outline:0;}

header {transition: all ease 0.5s; position: fixed; top: -64px; left: 0; right: 0; z-index: 100; background-color: rgba(255, 255, 255, 0.85);}
.top header {transition: all ease 0.5s; position: fixed; top: 0; left: 0; right: 0; z-index: 100; background-color: rgba(255, 255, 255, 0.85);}
.sticy header {
    top: 0; background-color: rgba(255, 255, 255, 0.85); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: saturate(1) blur(20px) !important;
    border-bottom: 1px solid rgb(237, 238, 241);
    transition: all 0.3s ease 0s !important;
}
header .container {transition: all ease 0.5s; height: 64px; position: relative;}
.sticy header .container {background-color: transparent; height: 64px;}

#content .container {margin-top: 64px; padding-bottom: 20px;}
#content {min-height: 300px;}

#menuButton {display: none; position: absolute; z-index: 50; right: 10px; top: 10px; background-color: transparent; border-style: none; width: 30px; height: 20px; margin: 0; padding: 0;}
#menuButtom div {position: relative; height: 100%;}
#menuButton div span {transition: all ease 0.5s; position: absolute; left: 0; width: 100%; height: 2px; background-color: rgba(0, 0, 0, 0.95); display: inline-block;}
#menuButton div span:nth-child(1) {top: 0;}
#menuButton div span:nth-child(2) {top: 10px;}
#menuButton div span:nth-child(3) {top: 20px;}
#menuButton:hover div span:nth-child(1), #menuButton.active div span:nth-child(1) {transform: rotate(45deg); top: 10px;}
#menuButton:hover div span:nth-child(2), #menuButton.active div span:nth-child(2) {left: -50px; opacity: 0;}
#menuButton:hover div span:nth-child(3), #menuButton.active div span:nth-child(3) {transform: rotate(-45deg); top: 10px;}

#slideshowWrapper {height: 80vh; position: relative;}
#slideshow {position: absolute; z-index: -2; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;}
#slideshow video {height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; display: inline-block; vertical-align: baseline; object-fit: cover;}
#slideshow video.disabled {display: none;}
#slideshow #backgroundImage {transition: all ease 0.5s; background-color: #aaa; height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; display: inline-block; vertical-align: baseline; object-fit: cover;}
#slideshow #backgroundImage.disabled {display: none;}
#slideshow ol {display: none;}

#slideshowWrapper .nextSlide {transition: all ease 0.5s; position: absolute; right: 0; top: 0; bottom: 0; left: 95%; z-index: 5; cursor: pointer;}
#slideshowWrapper .nextSlide:hover {background-color: rgba(0, 0, 0, 0.1);}
#slideshowWrapper .nextSlide i {font-size: 40px; color: #fff; position: absolute; top: 50%; left: 0; right: 0; text-align: center;}

#slideshowWrapper .prevSlide {transition: all ease 0.5s; position: absolute; right: 95%; top: 0; bottom: 0; left: 0; z-index: 4; cursor: pointer;}
#slideshowWrapper .prevSlide:hover {background-color: rgba(0, 0, 0, 0.1);}
#slideshowWrapper .prevSlide i {font-size: 40px; color: #fff; position: absolute; top: 50%; left: 0; right: 0; text-align: center;}


img.placeholder {width: 80%; margin: 10px; opacity: 0.4;}

nav {position: absolute; left: 20%; right: 0; top: 25px;}
nav ul {margin: 0; padding: 0;}
nav ul li {margin: 0; padding: 0 10px; list-style: none; float: left; box-sizing: border-box; margin-right: 1%; text-align: left; position: relative;}
nav ul li a {transition: all ease 0.5s; text-decoration: none; color: #000000; text-transform: lowercase;}
/* .sticy nav ul li a {color: #ffffff;} */
nav ul li ul {padding-top: 10px; border-radius: 0 0 5px 5px;}
nav ul li:hover a {color: #000000;}
nav ul li ul {position: absolute; left: 0;}
nav ul li:hover ul {display: block; background-color: rgba(255, 255, 255, 0.8);}
/* .sticy nav ul li a:hover {color: #ffffff;} */
nav>ul>li>span {transition: all ease 0.5s; display: block; margin: 0 auto; height: 3px; background-color: #286f9d; width: 0;}
/* .sticy nav ul li span {background-color: #ffffff;} */
nav ul li.active span, nav>ul>li:hover>span {width: 100%;}

nav>ul>li>ul>li>span {transition: all ease 0.5s; display: block; height: 3px; background-color: #286f9d; width: 0;}
nav>ul>li>ul>li:hover>span {width: 100%;}

nav ul li ul {display: none;}
nav ul li ul li {display: block; padding: 5px 15px; width: 100%;}
nav ul li ul li a {white-space: nowrap; display: block; width: 100%;}
.ancorWrapper {position: relative;}
.hiddenAncor {position: absolute; display: block; top: -60px; height: 2px; width: 100%; background-color: transparent;}
#linkHome.hiddenAncor {top: 0;}

.table td {border: solid 1px gray;}

#lang {position: absolute; right: 0; top: 25px;}
#lang ul {position: relative; padding-top: 25px;}
#lang {margin: 0; padding: 0;}
#lang li {transition: all ease 0.2s; display: block; margin: 0; padding: 0 10px; list-style: none; box-sizing: border-box; text-align: center; height: 0; overflow: hidden;}
#lang:hover li {display: block; height: 25px; background-color: rgba(255, 255, 255, 0.8); border-radius: 3px;}
#lang li a {transition: all ease 0.5s; color: #000000; text-decoration: none; font-size: 14px;}
#lang li.active {display: block; position: absolute; top: 0; font-weight: bold; height: auto;}
/* .sticy #lang li a {color: #ffffff;} */

#logo {position: absolute; left: 10; top: 5px;}
#hLogo {display: none; height: 100px; margin-bottom: 20px; margin-top: 10px;}
#hLogo img {height: 100%;}
#logo img {transition: all ease 1.2s; height: 54px;}
/* .sticy #logo img {filter: invert(100%);} */

section h2 {font-size: 40px;}
section h3 {font-weight: 400; font-size: 20px; color: rgb(16, 182, 254);}
section p {font-size: 1.15rem; line-height: 28px;}

.boxImage.boxCell {padding: 0 3px; min-height: auto;}
.boxImage.boxCell:first-child {padding-left: 0; padding-right: 3px;}
.boxImage.boxCell:last-child {padding-right: 0; padding-left: 3px;}
.reverse .boxImage.boxCell:first-child {padding-right: 0; padding-left: 3px;}
.reverse .boxImage.boxCell:last-child {padding-left: 0; padding-right: 3px;}

.boxImage img {width: 100%;}

.sectionPadding {padding: 30px 0;}

section.gray {height: 500px; background: url('../images/demo-importer-background-new-center.jpg') no-repeat bottom center; background-size: cover;}

#titleWrapper {
  margin-top: 100px;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 100px;
}
#titleOverlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#titleWrapper h3 {padding: 35px 0; color: #ffffff; font-size: 30px;}
#titleWrapper span {margin-top: 20px; height: 70px; background-color: #cc0000; width: 5px; display: inline-block; margin-right: 20px; float: left;}

#breadCrumb {background-color: #eeeeee; padding: 10px 0; color: #333333; font-size: 11px; text-transform: uppercase;}
#breadCrumb a {color: #333333;}

.textChanger {position: absolute; left: 5%; right: 2%; bottom: 5%; z-index: 5;}
.textChanger>div {text-align: left; position: relative;}
.textChanger>div>div {text-align: center; color: #ffffff; text-transform: uppercase; font-size: 50px; font-weight: bold; display: inline-block; padding-bottom: 12px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.textChanger ul {display: none;}
.textChanger>div span {margin-left: 5px; transition: all ease 0.5s; display: inline-block; width: 7px; height: 55px; background-color: #ffffff; opacity: 0.1; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); position: absolute; top: 15px;}
.textChanger>div span.blink {opacity: 1;}
.textChanger>div span {display: none;}

.parallax {height: 820px; background-size: cover; background-position: center;}
.parallax.partnerWrapper {height: 600px;}
.parallaxColorOverlay {height: 100%; background-color: #ffffff; opacity: 0.95;}

#subscribeWrapper .parallaxColorOverlay {background-color: #6786a1; opacity: 0.9;}
#subscribeWrapper.parallax {height: 300px; position: relative;}
#subscribe .col-sm {margin-bottom: 20px;}
#subscribe {position: absolute; top: 30%; left: 0; right: 0; text-align: center; padding: 0 20%;}
#subscribe input {background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%;}
#subscribe input[type="submit"] {width: 50%;}
#subscribe h1 {color: #ffffff; font-size: 18px;}
#subscribe ::placeholder {color: #ffffff; opacity: 1; font-weight: 100;}
#subscribe ::-ms-input-placeholder {color: #ffffff; opacity: 1;}
#subscribe ::-ms-input-placeholder {color: #ffffff; opacity: 1;}

#contactWrapper .parallaxColorOverlay {background-color: #000000; opacity: 0.65;}
#contactWrapper.parallax {min-height: 100px; position: relative;}
#contact .col-sm {margin-bottom: 20px;}
#contact {position: absolute; top: 10%; left: 0; right: 0; text-align: center; padding: 0 20%;}
#contact input {background-color: rgba(255, 255, 255, 0.15); border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%;}
#contact input[type="submit"], #contact button {transition: all ease 0.5s; background-color: transparent; border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; text-transform: uppercase;}
#contact input[type="submit"]:hover, #contact button:hover {background-color: #ffffff;color: #000000;}
#contact textarea {background-color:  rgba(255, 255, 255, 0.15); border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%; resize: none; height: 250px}
#contact select {background-color:  rgba(255, 255, 255, 0.15); border: solid 1px #ffffff; color: #ffffff; padding: 5px 10px; width: 100%; resize: none; font-weight: 200;}
#contact h1 {color: #ffffff; font-size: 28px; margin-bottom: 40px;}
#contact ::placeholder {color: #ffffff; opacity: 1; font-weight: 100;}
#contact ::-ms-input-placeholder {color: #ffffff; opacity: 1;}
#contact ::-ms-input-placeholder {color: #ffffff; opacity: 1;}
#contact .error {border-color: #ff0000;}

footer {background-color: #6786a1; min-height: 200px; color: #ffffff; font-size: 14px;}
footer h1 {font-size: 18px; color: #ffffff;}
footer a {color: #ffffff; text-decoration: none;}
footer a:hover {color: #ffffff;}
footer ul {margin: 0; padding: 0;}
footer ol {text-align: center;}
footer li, footer ol {margin: 0; padding: 0 0 5px 0; list-style: none;}
footer>div>ul {padding-top: 30px; display: flex;}
footer>div>ul>li {width: 33%}
footer ul li:nth-child(3) {text-align: right;}

#footLogo {text-align: center;}
#footLogo img {width: 200px; margin-bottom: 30px;}

#copy {background-color: #3a4d5c; height: 55px; font-size: 12px; box-sizing: border-box; padding-top: 18px; color: #ffffff;}
#copy a {color: #ffffff; text-decoration: none;}
#copy ul {margin: 0; padding: 0; float: right}
#copy ul li {margin: 0; padding: 0; list-style: none; float: left; margin-left: 10px;}
#copy ul li span {transition: all ease 0.5s; display: block; margin: 0 auto; height: 2px; background-color: #ffffff; width: 0; opacity: 0;}
#copy ul li.active span, #copy ul li:hover span {width: 100%; opacity: 1;}

#toUp {transition: all ease 0.5s; position: fixed; bottom: 55px; right: 3%; width: 50px; height: 0; background-color: transparent; border: 1px solid #3a4d5c; color: #ffffff; opacity: 0.7; border-radius: 2px; text-align: center; box-sizing: border-box; cursor: pointer; overflow: hidden; border-color: transparent;}
.sticy #toUp:hover {background-color: #ffffff; border: 1px solid #eeeeee;}
.sticy #toUp {height: 50px; border-color: #3a4d5c; padding-top: 8px; background-color: #3a4d5c;}
.sticy #toUp i {transition: all ease 0.5s; font-size: 32px;}
.sticy #toUp:hover i {color: #3a4d5c}

.partnerWrapper {position: relative;}
.partnerSection {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.partnerSection.paddingBig {padding: 80px;}
.partnerSection h2 {padding-top: 20px; text-align: center;}

.logoWrapper {display: flex; flex-wrap: wrap; padding-top: 10px;}
.logoWrapper .row {display: table-row; width: 100%;}
.logo {width: 33%; padding: 0 1%; box-sizing: border-box; padding: 40px 30px 60px; display: table-cell; vertical-align: bottom; text-align: center;}
.logo span {color: #ffffff; text-align: center; display: block;}
.logo img {transition: all ease 0.5s; width: 100%; cursor: pointer; 
    /* filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); */
    max-height: 100px;
}
.logo img:hover { 
    -webkit-filter: grayscale(0);
    filter: none;
}

.image100pWidth {width: 100%;}
.fRight {float: right;}

.col-sm img {max-width: 100%;}

.itemIconList .iconWrapper {text-align: center;}
.itemIconList .row {margin-top: 30px;}
.itemIconList i {color: rgb(16, 182, 254); font-size: 50px; margin-top: 30px;}

.container section {position: relative;}
#muteButton {cursor: pointer; position: absolute; right: 5px; top: 10px; width: 40px; display: none !important;}
#muteButton.hidden {display: none;}
#muteButton i {font-size: 40px;}
.muted .fa-volume {display: none;}
.volume .fa-volume-mute {display: none;}

.deviceSection {background-color: #0062ad;}
.deviceSection h2 {color: #ffffff;}

.boxCell {padding: 140px 100px; background-size: cover; min-height: 700px; background-position: center;}
.paddingBig {padding: 140px 100px;}

.cGray {background-color: #f5f5f5; color: #286f9d;}
.cDarkGray {background-color: #021417; color: #ffffff;}
.cBlue {background-color: #286f9d; color: #ffffff;}
.cBlue P, .cBlue SPAN { color: #ffffff;}

.cBlue .button {transition: all ease 0.5s; display: inline-block; padding: 10px 20px; text-transform: uppercase; background-color: #ffffff; color: #286f9d !important; border-radius: 2px;}
.cBlue .button:hover {background-color: #ffffff;}
.cBlue .button * { color: #286f9d !important;}


.button {transition: all ease 0.5s; display: inline-block; padding: 10px 20px; text-transform: uppercase; background-color: #286f9d; color: #ffffff !important; border-radius: 2px;}
.button:hover {background-color: #084f7d;}
.button * { color: #ffffff !important;}

#disclaimerDim {display: none; background-color: rgba(0, 0, 0, 0.5); position: fixed; bottom: 0; left: 0; right: 0; top: 0; z-index: 1000;}
#disclaimer {display: none; background-color: rgba(255, 255, 255, 1); position: fixed; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 1001;;}
#disclaimer button {background-color: #cc0000; border-style: none;}

@media screen and (max-width: 1024px) {
    .sticy header {backdrop-filter: none !important;}
    #menuButton {display: block;}
    nav {transition: all ease 0.5s; position: fixed; left: -100%; width: 100%; top: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.95); overflow: hidden;}
    #hLogo {display: block;}
    nav.active {left: 0;}
    nav ul li {float: none;}
    #lang {display: none;}
    #copy ul {display: none;}
    footer li {display: none;}
    footer li:first-child {display: block; width: 100%;}
    .paddingBig {padding: 100px 50px;}
    #slideshowWrapper {height: 33vh; margin-top: 64px;}
    .textChanger>div>div {font-size: 2rem;}
}

.col-md-6.cDarkGray {padding: 0;}

.containerCarousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    /* min-height: 100vh; */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 700px;
  }
  
  .c-header {
    display: block;
    width: 100%;
    height: 700px;
  }
  
  .u-a5 {
    font-family: Arial;
    font-size: 37px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  
  .u-b4 {
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    font-weight: normal;
    color: #fff;
  }
  
  a {
    text-decoration: none;
  }
  
  .u-media-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 700px;
  }
  .u-media-wrapper.u-media-wrapper--16-9 {
    padding-bottom: 56.25%;
  }
  
  .c-gradient-overlay {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 49% 50%, rgba(2, 21, 25, 0.3), rgba(2, 21, 25, 0.6));
  }
  
  .c-mouse-vertical-carousel {
    position: relative;
    overflow: hidden;
  }
  .c-mouse-vertical-carousel__list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    list-style: none;
  }
  .c-mouse-vertical-carousel__list-item a {
    display: block;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 54.1666666667%;
  }
  .c-mouse-vertical-carousel__eyebrow {
    position: relative;
    padding-bottom: 12px;
  }
  .c-mouse-vertical-carousel__eyebrow span {
    position: absolute;
    left: -30px;
    top: 2px;
  }
  .c-mouse-vertical-carousel__title {
    max-width: 450px;
  }
  .c-mouse-vertical-carousel__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
  }

  .regularBtn {
    background-color: blue;
    color: white;
    display: inline-block;
    padding: 5px 10px;
  }