html, body{
  max-width: 100%;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

html, html a {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body{
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.3px;
  /*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
  overflow-x: hidden;
  width: 100vw;
}

p {
  color: #505A6E;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul{

}
    
li{
  color: #505A6E;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}



.image-grid {
    background-color: #F6F9F9;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px 0;
    width: 100vw;
    max-width: 100%t;
}


.image-grid img {
    width: 100%;
    object-fit: cover ;
    display: block;
}

.image-grid-grey {
    background-color: #F6F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0vh;
    padding: 40px 0;
    margin-top: 0vh;
}

.image-grid-grey img {
    width: 100%;
    object-position: top left;
    object-fit: cover;
    display: block;
}



.bold{
  font-weight: bold;
}

.container{
  max-width: 1200px;
}

.container.moveUp{
  margin-bottom: -180px;
}

span.small, p.small{
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: inline-block;
}


p.small.noMarginBottom{
  margin-top: 20px;
  margin-bottom: 0px;
}

span.small.noMarginTop{
  margin-top: 0px;
  margin-bottom: 60px;
}

a {
  color: #3D4C5B;
  text-decoration: none;
}

a:hover {
  color:#000000;
  text-decoration: underline;
}

a:active {
  color: #0070A3;
  text-decoration: none;
}

a:focus {
  color: #0070A3;
  text-decoration: none;
}

h1 {
  color: #3D4C5B;
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 0px;
}

h1 span{
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -1px;
  display: inline-block;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

h1.highlight{
  display: inline-block;
  font-weight: bold;
  margin-top: 230px;
}

h1.highlight span{
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFD000;
  color: #505A6E;
}



@media(min-width: 600px){
  h1.highlight span.noPaddingLeft{
  padding-left: 0px;
  margin-left: -8px;
}
}

h2 {
  color: #3D4C5B;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.5;
}

h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  color: #3D4C5B;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 50px;
  color: #7f7f7f;
  font-weight: 300;
}

h3 .highlight{
  color: #3D4C5B;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

h4 .highlight{
  color: #FF5800;
  font-weight: bold;
  line-height: 30px;
}


h5{
  line-height: initial;
}

h5.highlight{
  color: #3D4C5B;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}



@media (min-width: 992px) {
   /* .container {
        width: 67%;
    }*/

  .container.bigger{
    width: 80%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  } 
}

.row {
  padding: 0px;
  margin: 0px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}


.row.tile{
  background: #ffffff;
  padding-left: calc(7.5% + 10px);
  padding-right: calc(7.5% + 10px);
  box-shadow: 0 -2px 25px 0 rgba(0,0,0,0.20);
  border-radius: 2px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.row.bottomRow{
  display: flex;
  align-items: flex-end;
}


@media (max-width: 991px) {
  .row.bottomRow{
    display: block;
  }
}

.row.marginTop{
  margin-top: 100px;
}

.row.smallMarginTop{
  margin-top: 50px;
}

.row.marginBottom{
  margin-bottom: 100px;
}


.row.smallMarginBottom{
  margin-bottom: 50px;
}

.row.bigMarginBottom{
  margin-bottom: 200px;
}

.row.bigMarginTop{
  margin-top: 200px;
}

footer {
  color:#505A6E;
  background-color: #FFD000;
  padding-top: 60px;
  padding-bottom: 30px;
}

footer p {
  color: #505A6E;
  font-size:14px;
  line-height: 22px;
}

footer a{
  color: #505A6E;
  text-decoration: underline;
}


footer .divider{
  background-color: #fff;
}

.imprint{
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.show-imprint{
  max-height: 20000px;
  overflow: hidden;
  transition: none;
}

.footerCaps {
  color: #505A6E;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footerCapsLink{
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  text-decoration: underline;
}


.divider {
  height: 1px;
  width:100%;
  display:block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #7f7f7f;
  opacity: 0.2;
}

.separator, .block{
  border-bottom: 1px solid;
  border-color: #C6C5C5;
}

.block{
  height: 100%;
}

.leftBlock, .rightBlock{
  height: 100%;
}



.smallSeperator{
  width: 70px;
  height: 2px;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #FF5800;
  opacity: 1;
}

.thinline{
  height: 1px;
  width:100%;
  display:block;
  margin-top:1px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  background-color: #7f7f7f;
  opacity: 0.2;
}

/* Tabel Section
-----------------------------------------------*/
.table{
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabel{
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
  margin-top: 40px;
}

.tabel .grid{
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  gap: 30px;
}
@media (max-width: 1200px){
  .tabel .grid {
    width: 750px;
  }
}
.tabel .left{
  width: calc((100% / 5 * 2) - 15px);
}
.tabel .right{
  width: calc((100% / 5 * 3) - 15px);
}
@media (max-width: 768px){
  .tabel .grid {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
  .tabel .left{
    width: 100%;
  }
  .tabel .right{
    width: 100%;
  } 
}
.tabel .separator{
  width: 100%;
}
.tabel .textblock{
  display: flex;
  padding: 8px 0;
  padding-bottom: 6px;
}
.tabel .short{
  gap: 6px;
}
.tabel .long{
  justify-content: space-between;
}
@media (max-width: 992px){
  .tabel .long {
    flex-direction: column;
    gap: 8px;
  }
}

.lable{
color:#000000 !important;
}


.tabel .labels{
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tabel .labelsleft{
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 992px){
  .tabel .labels {
    width: 100%;
  }
  .tabel .labelsleft{
    width: 100%;
  }
}

.tabel .labelWrapper{
  background-color: #FFD000;
}

.tabel .separator{
  border-color: #C6C5C5;
}

.tabelLabel{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
}
.tabelText{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  
  letter-spacing: 0.5px;
}
.label{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  height: 32px;
  padding: 0.2em 0.6em 0.2em 0.4em;
  /* or 156% */
  
  letter-spacing: 0.5px;
}

.textblock .title{
  font-size: 16px;
  text-transform: uppercase;
  min-width: 100px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #999999;
}

.textblock .title.hasMargin{
  margin-right: 30px;
}

.textblock .text{
  font-size: 16px;
  width: 200px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #505A6E;
}

.table .labelWrapper{
  background: #505A6E;
  border-radius: 2px;
  font-size: 16px;
}

.table .labelsleft{
  display: inline-block;
}

.table .labelsleft .labelWrapper{
  display: inline-block;
}



header .container{
  /*width: 100% !important;*/
}

section.gradient{
  background-image: linear-gradient(0deg, #FBFBFB 0%, #E8EBED 99%);
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
margin-top: 0px;
padding-top: 10vh;
vertical-align: bottom; 
height: auto; 
}


section.white{
  background: white;
  border-top: 1px solid #DDDDDD;
}

section.inverse{
  background: linear-gradient(0deg, #f6f6f6 0%, #ffffff 99%);
  border-top: 1px solid #DDDDDD;
}


section.robot{
  margin-bottom: -150px;
}

section.robot .container-fluid{
  padding: 0px;
}

section.moveUp{
  margin-top: -240px;
  z-index: 500;
  perspective: 100;
  position: relative;
}


.row.moveUp{
  margin-top: -200px;
}

/* Teaser Image with parallax effect
-----------------------------------------------*/




.gif-preview {
    width: 100%; /* Make each GIF responsive */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Slight natural shadow */
    object-fit: cover;
    margin-bottom: 30px;
}

.parallax {
    position: relative;
    left: 0vh;
    width: 100vw;
    overflow: visible;
    background-color: #F6F9F9;
    margin-top: 180px;
}

.parallax .top {
    position: absolute;
    bottom: 0px;
    left: 65%;
    transform: translateX(-50%);
    width: 90%;
    object-fit: contain;
    z-index: 1;
    transition: transform 0.01s ease-out;
    max-width: 1000px;
}

.parallax .layer0{
  z-index: 1;
}

.parallax .layer1{
  z-index: 2;
}

.parallax .layer2{
  z-index: 3;
}

.parallax .layer3{
  z-index: 4;
}

.parallax .bottom {
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    padding: 0px;
    left: 45%;
    transform: translateX(-50%) skew(1deg, 1deg);
    object-fit: contain; /* Ensure the entire image is visible */
    z-index: 0;
    margin-top: -100px;
}



.gradient-bottom-cut {
    background: linear-gradient(to top, #EBEEF2, #F6F9F9); /* Gradient from bottom to top */
    margin: 0;
    padding: 0;
    position: relative; /* For absolute positioning of the image */
    overflow: hidden; /* Prevent overflow from image */
}

.cutout-container {
    display: flex;
    align-items: flex-end; /* Align content to the top */
    justify-content: space-between; /* Space between text and image */
    height: 35vh; 
    padding: 40px 5vw; /* Padding for content spacing */
}

.cutout-row {
    flex: 1;
    padding-left: 20vw; 
    height: 100%; 
    max-width: 60%; /* Adjust width as needed */
    padding-right: 20px; /* Gap between text and image */
}

.cutout {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50vw;
    height: 100%;
}




.image-reel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.container-reel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-image-wrapper {
    display:flex;
    width: 100%; 
    align-items: flex-start;
    gap: 80px;
}

.text-content {
    width: fill; 
    max-width: 480px;
    gap: 24px; 
    align-content: flex-start;
}


.screen_reel {
    width: 600px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.screen-preview {
  border-radius: 8px;
  margin-bottom: 30px;
  height: calc(100% - 30px) !important;
}

.screen-preview.small{
      height: calc(50% - 30px) !important;
}

.arrows-wrapper {
    display: flex;
    justify-content: left;
    align-items: left;
    padding-bottom: 24px; 
    gap: 50px;
    margin-bottom: 10px;
}

.arrow {
    width: 32px;
    height: 32px;
    cursor: pointer;
    user-select: none;
}

.arrow img {
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease;
}

.arrow:hover img {
    transform: scale(1.1); /* Leichtes Vergrößern beim Hover */
}










.teaser{
  overflow: hidden;
  height:700px ;
  perspective: 700px;
}

/*
.teaserOverlayImage:after{
    content: "";
    position: absolute;
    background: url(../img/diagonal.png) no-repeat top center;
    width: 100%;
    height: 240px;
    bottom: 0px;
    z-index: 100;
    background-size: 100% 240px;
}*/

        /* Parallax container */
        .parallax-container {
            position: relative;
            height: 100vh; /* Full screen height */
            overflow: hidden;
        }

        /* Parallax image styling */
        .parallax-img {
            position: absolute;
            width: 100%;
            height: 120%; /* Slightly larger to allow for movement */
            object-fit: cover;
            will-change: transform;
        }

        /* Content section */
        .content {
            text-align: center;
            padding: 50px;
            color: white;
            background-color: black;
        }
.teaser .teaserDarken{
  background-color: rgba(30,35,40,1) ;
  height:700px ;
  z-index: 30 ;
  position: absolute;
  width: 100% ;
  opacity: 0;
}

.teaser .teaserOverlayImage{
  height:700px ;
  width: 100% ;
  z-index: 20 ;
  position: absolute;
  background: url(../img/dimmer.png); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}



@media (max-width: 991px) {
  .teaser .teaserOverlayImage{
    height:700px ;
    width: 100% ;
    z-index: 20 ;
    position: absolute;
    background: url(../img/dimmer_small.png); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }
}


#videobg{
  width: 100vw;
  position: absolute;
  z-index: 11;
  object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teaser .teaserBackgroundImage{
  height:700px ;
  width: 100% ;
  z-index: 10 ;
  position: relative;
  background: url(../img/street_top.webp) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}

.teaser .teaserTagLine{
  
  position: absolute;
  opacity: 1 ;
  z-index: 40 ;
  -webkit-backface-visibility: hidden;
  font-size: 32px;
  text-align: left;
 /* width: 100%;
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;*/
}

@media (min-width: 992px) {
  .teaser .teaserTagLine{
    /*width: 67%;
  margin-left: 16%;
  margin-right: 16%;*/
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }

}



.twitter{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0zOTAgMCAyODIuOSAyODIuOSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0tMjQ4LjUgMEMtMzI2LjkgMC0zOTAgNjMuMS0zOTAgMTQxLjVzNjMuMSAxNDEuNSAxNDEuNSAxNDEuNXMxNDEuNS02My4xIDE0MS41LTE0MS41Uy0xNzAuMiAwLTI0OC41IDB6IE0tMTgyLjIgMTQ0LjdjLTE0LjEgNTcuNy0xMDkuOSA4MS42LTE1My40IDIxLjhjMTYuMyAxNi4zIDQ1LjcgMTcuNCA2NC4yLTIuMmMtMTAuOSAxLjEtMTguNS04LjctNS40LTE1LjIgYy0xMiAxLjEtMTguNS01LjQtMjEuOC0xMC45YzMuMy0zLjMgNS40LTQuNCAxMi00LjRjLTEzLjEtMy4zLTE4LjUtOS44LTE5LjYtMTcuNGMzLjMtMS4xIDguNy0xLjEgMTAuOS0xLjEgYy0xMi02LjUtMTUuMi0xNS4yLTE1LjItMjEuOGMyMC43IDcuNiAzMy43IDE0LjEgNDQuNiAxOS42YzQuNCAyLjIgOC43IDUuNCAxMy4xIDEwLjljNi41LTE2LjMgMTQuMS0zMy43IDI3LjItNDIuNCBjMCAyLjItMS4xIDMuMy0yLjIgNS40YzMuMy0zLjMgOC43LTUuNCAxNC4xLTYuNWMtMS4xIDMuMy01LjQgNS40LTguNyA2LjVjMi4yLTEuMSAxNS4yLTYuNSAxNy40LTMuM2MyLjIgMy4zLTguNyA1LjQtMTAuOSA2LjUgYy0xLjEgMC0yLjIgMS4xLTQuNCAxLjFjMTYuMy0yLjIgMzIuNiAxMiAzNyAyOS40YzAgMS4xIDEuMSAyLjIgMS4xIDQuNGM2LjUgMi4yIDE3LjQgMCAyMC43LTIuMmMtMi4yIDYuNS04LjcgMTAuOS0xOC41IDEwLjkgYzQuNCAyLjIgMTMuMSAzLjMgMTkuNiAyLjJDLTE2NS44IDE0MS41LTE3MS4zIDE0NC43LTE4Mi4yIDE0NC43eiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.twitter:hover{
  opacity: 1;
}

.facebook{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OTkuOSA4MDAiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6I0ZGRjt9PC9zdHlsZT48cGF0aCBkPSJNMzk5LjkgMEMxNzguNCAwLTAuMSAxNzguNS0wLjEgNDAwczE3OC41IDQwMCA0MDAgNDAwczQwMC0xNzguNSA0MDAtNDAwUzYyMS40IDAgMzk5LjkgMHogTTQ5NS4zIDI2NC42IGMtMTguNSAwLTM2LjkgMC00Ni4yIDBzLTE4LjUgMTIuMy0xOC41IDE4LjVzMCA0Ni4yIDAgNDYuMnM1OC41IDAgNjQuNiAwYy0zLjEgMzYuOS02LjIgNzAuOC02LjIgNzAuOGgtNTguNXYyMDYuMmgtODYuMlY0MDBoLTQwIHYtNzAuOGg0My4xYzAgMCAwLTQ2LjIgMC01NS40cy0zLjEtODAgODYuMi04MGMxMi4zIDAgNDAgMCA2NC42IDBDNDk1LjMgMjI0LjYgNDk1LjMgMjU1LjQgNDk1LjMgMjY0LjZ6IiBjbGFzcz0ic3R5bGUwIi8+PC9zdmc+) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.facebook:hover{
  opacity: 1;
}

.xing{
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODMuNSAyODMuNSI+PHN0eWxlPi5zdHlsZTB7ZmlsbDojRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0xNDEuNyAwQzYzLjIgMCAwIDYzLjIgMCAxNDEuN3M2My4yIDE0MS43IDE0MS43IDE0MS43czE0MS43LTYzLjIgMTQxLjctMTQxLjdTMjIwLjEgMCAxNDEuNyAweiBNNzQuMSAxNzAuMWwyNC4xLTQxLjNMNzkuNiA5Ni4xaDMxLjVsMTguNSAzMi43bC0yNC45IDQxLjNINzQuMXogTTE5MS45IDIxMy43SDE1OEwxMjUuMyAxNTdsNTAuMi04Ny4yaDMzLjdsLTUwIDg3LjJMMTkxLjkgMjEzLjcgeiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==) 
  no-repeat center center;
  background-size:30px 30px;
  height:30px;
  width:30px;
  opacity: 0.5;
}

.xing:hover{
  opacity: 1;
}

.sc-prv {
  width: 80%; /* Eltern-Container auf 100% Breite setzen */
  height: 100vh; /* Optional: Volle Höhe des Viewports */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Falls das Bild größer ist */
}

.sc-prv img {
  width: 100%;  /* Bild füllt gesamte Breite */
  height: 100%; /* Bild passt sich der Höhe an */
  object-fit: contain; /* Bild füllt den Container, ohne Verzerrung */
}


.screen0{
  width: 140%;
}

.screen2{
  width: 140%;
  margin-left: -20%;
  margin-top: -470px;
  position: absolute;
}

.screen3{
  width: 130%;
  min-width: 1000px;
  margin-top: -300px;
  margin-left: -80px;
}


.screen4{
  width: 127%;
  min-width: 1000px;
  margin-top: -500px;
  margin-left: 50%;
  margin-bottom: 0px;
  transform: translateX(-50%);
}




.img{
  width: 100%;
}

.process{
  width: 120%;
  margin-left: -10%;
}

.slider{
  width: 100%;
}



img.bigImage{
  max-height: initial;  
  object-fit: initial;
}

img.defaultImage{
  max-height: initial;  
  object-fit: initial;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.screen1{
  background: url(../img/screen1.png) no-repeat center center;
  width: 130%;
  background-position: top center;
  height: 800px;
  background-size: contain;
  top: 0px;
  position: absolute;
  margin-top: -150px;
  margin-left: 50%;
  min-width: 1000px;
  /* transform: translateX(-50%); */
  /* left: 0px; */
  right: 0px;
  /* transform: translateX(-30%);*/

}

/* IMAGE SLIDER */

.sliderContainer{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  font-size: 0px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.125));
}



.sliderContainer img{
  vertical-align: initial;
  pointer-events: none; /* Prevents dragging images */
  user-select: none;   
  max-height: 1000px;
  width: initial;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 950px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

img.right{
  float: right;
}

.sliderContainer .slide{
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  transform: translateX(0px);
  transition: all 0.3s ease-out;
  vertical-align: top;

}

.sliderContainer .slide span{
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
}


.sliderControls{
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
  user-select: none;
}
.dot{
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #003F64;
  margin-top: 11px;
  margin-bottom: 11px;
}

.dot.selected{
  background: #003F64;
}
.prev{
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_prev.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.next{
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_next.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}



button{
    border-radius: 0;
    background-color: #1E6BE7;
    color: #fff;
    font-size: 1.5rem;
    text-transform: none;   
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: initial;
    font-weight: bold;
    margin-top: 40px;
    cursor: pointer;
    border: none;
}

button:hover{
    background-color: #0069b8;
}

button.block{
    display: block;
    width: 100%;
}

button.btn-tertiary {
  border: 1.5px solid #ccc;
}
button.btn-tertiary:hover img {
  opacity: 0.8;
}


button.btn-tertiary {
  border: 1.5px solid #ccc;
}
button.btn-tertiary:hover img {
  opacity: 0.8;
}

button.icon {
  width: 52px;
  height: 52px;
  padding: 0px;
  margin: 5px;
  border-radius: 26px;
  font-size: 0px;
  background-color: #fff;
}

button.icon.dark{
    background-color: #23262c;
    border: none;
}

button.icon img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  opacity: 0.5;
}

.center{
  display: block;
  text-align: center;
}


/* Override any container constraints for fullwidth sections */
section.fullwidth .container,
section.fullwidth .container-fluid,
section.fullwidth