/*This CSS resource incorporates links to font software which is the valuable copyrighted
        property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
        redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
        Imaging with any questions regarding Web Fonts:  http://www.fonts.com
        */
        @font-face {
            font-family: "Helvetica Neue";
            src: url(../fonts/4ff9f3fa-9221-4fc5-97e6-93572b6efa24.woff2) format("woff2"), url(../fonts/ca8d25cd-e264-4404-b271-4afc45c779c4.woff) format("woff");
            font-style: normal;
            font-weight: 100;
        }

        @font-face {
            font-family: "Helvetica Neue";
            src: url(../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2) format("woff2"), url(../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff) format("woff");
            font-style: normal;
        }

        @font-face {
            font-family: "Helvetica Neue";
            src: url(../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2) format("woff2"), url(../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff) format("woff");
            font-style: normal;
            font-weight: 400
        }

        @font-face {
            font-family: "Helvetica Neue";
            src: url(../fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2) format("woff2"), url(../fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff) format("woff");
            font-style: normal;
            font-weight: 500;
        }

        @font-face {
            font-family: "Helvetica Neue";
            src: url(../fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2) format("woff2"), url(../fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff) format("woff");
            font-style: normal;
            font-weight: 700;
        }

#undernav {
  background: rgba(0,0,0,0.40);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 60px;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

#undernav a {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.89px;
  text-align: right;
  line-height: 16px;
  text-decoration: none;
  float: left;
  margin-left: 2vw;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #undernav a {
    text-align: left;
    display: inline-block;
    padding: 20px;
    float: none;
  }
}

#undernav a:first-child {
  margin: 0;
}

#IAA {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#generalVideo {
  min-height: 120vh;
  min-width: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

#manage {
  min-height: 100vh;
  width: 100vw;
}

.videoContainer {
  height: calc(100vh);
  overflow: hidden;
  transform: scale(1);
  background-image: url(../../assets/img/Hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h2 {
  font-family: "Helvetica Neue";
  font-size: 80px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  transition-delay: 0.3s;
}

.wrapper {
  width: 90vw;
  max-width: 1440px;
}

p {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.42px;
  line-height: 26px;
  max-width: 670px;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  transition-delay: 0.6s;
}

h4 {
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 20px;
}

input {
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  display: block;
  border-radius: 0;
}

.formContainer {
  float: left;
  max-width: 330px;
  width: 90vw;
  margin-right: 30px;
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

button {
  margin-top: 15px;
  background: #DF0002 !important;
  border-radius: 2px;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 50px;
  border: none !important;
}

.line {
  height: 1px;
  width: 0%;
  background-color: #000000;
  margin-bottom: 40px;
  transition: width 1.5s ease-in-out;
}

.here .line {
  width: 100%;
}

#PowerOfMagna {
  min-height: 100vh;
  width: 100vw;
  background-image: url(../../assets/img/Renders_0000@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.white {
  color: #fff !important;
}

#PowerOfMagna h2 {
  font-size: 60px;
  line-height: 70px;
}

@media (max-width: 768px) {
  #PowerOfMagna h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  #PowerOfMagna h2 {
    font-size: 25px;
    line-height: 1.3;
  }
}

.white h2 {
  color: white;
}

.white p {
  color: white;
}

h1 {
  width: 40vw;
  max-width: 1440px;
  color: white;
  font-size: 6vw;
  letter-spacing: 1px;
  line-height: 0.9;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  transition-delay: 3s;
  cursor: default;
}

.HeadingContainer {
  position: absolute;
  width: 100vw;
  /*padding-top: 20vh;*/
  bottom: 0px;
  height: 100vh;
}

#videoRow::-webkit-scrollbar {
  display: none;
}
#videoRow {
  height: 150px;
  background-color: #000000;
  padding-left: calc((100vw - 1440px) / 2);
  display: flex;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.here h2 {
  opacity: 1;
}

.here p {
  opacity: 1;
}

form {
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  transition-delay: 0.9s;
}

.here form {
  opacity: 1;
}

#career {
  height: 100vh;
  width: 100vw;
  background-image: url(../../assets/img/careers.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.buttonWhite {
  border: 2px solid #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  height: 50px;
  display: block;
  width: initial;
  transition: all 0.5s ease-in-out, opacity 0.5s ease-in-out 0.9s;
  border-radius: 2px;
  width: 300px;
  font-weight: 600;
  opacity: 0;
  margin-top: 30px;
  max-width: 90vw;
}

.buttonWhite:hover {
  color: #333;
  background-color: white;
}

.here .buttonWhite {
  opacity: 1;
}

@media (max-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.4;
  }
}

#socialWall {
  height: 100vh;
  width: 100vw;
}

#Downloads {
  height: 100vh;
  width: 100vw;
}

#display {
  position: relative;
  min-height: 100vh;
  /*padding-top: 2vh;*/
    max-height: 100vh;
overflow: hidden;
  padding-bottom: 2vh;
  width: 100vw;
  background-color: #F0F0F0;
}

@media (max-width:1024px){
    #display{
        max-height: initial;
        overflow: visible;
    }
    
}
#displayControls::-webkit-scrollbar {
  display: none;
}
#displayControls{
  height: 100vh;
  width: 30%;
  float: left;
    overflow-y: scroll;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#displayControls.padding_top{
  padding-top: 10vh;
    padding-bottom: 10vh;
}



#displayCar {
  width: 70%;
  height: 100vh;
  float: right;
    background-image: url(../../assets/img/magna_slide.png);
  background-position: center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  transition: height 0.3s ease-in-out;

}


#displayContent {
  max-width: 60vw;
  height: 40vh;
  float: right;
  margin-right: 10vw;
  display: none;
  width: 80%;
}

#displayNav {
  position: absolute;
  top: 50px;
  right: 50px;
}

.bigLink {
  position: relative;
  font-family: "Helvetica Neue";
  font-size: 30px;
  color: #333333;
  letter-spacing: 2.67px;
  line-height: 40px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  display: inline-block;
  margin: 25px 10vw 25px 0;
  cursor: pointer;
  transition: 0.5s opacity ease-in-out;
}

.bigLink::after {
  content: '';
  width: 10px;
  background-image: url(../../assets/img/arrowBig.svg);
  height: 100%;
  display: initial;
  position: absolute;
  background-repeat: no-repeat;
  right: -40px;
  top: 0;
  background-position: center;
}

@media (max-width: 1024px) {
  .bigLink.active::after {
    content: '';
    width: 5px;
    background-image: url(../../assets/img/arrowBig.svg);
    background-size: contain;
    height: 100%;
    display: initial;
    position: absolute;
    background-repeat: no-repeat;
    right: initial;
    left: 20px !important;
    top: 0;
    background-position: center;
  }
}

@media (max-width: 1024px) {
  .bigLink::after {
    content: '';
    width: 5px;
    background-image: url(../../assets/img/arrowBig.svg);
    background-size: contain;
    height: 100%;
    display: initial;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    top: 0;
    background-position: center;
  }
}

.inTheMiddle {
  padding: 0 0 0 50px;
}

.videoPoster {
  height: 150px;
  min-width: calc(150px * 1.7);
  background-image: url(../../assets/img/poster.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  opacity: 1;
  display: inline-table;
  cursor: pointer;
}

.nowPlaying {
  display: none;
  background: #FFFFFF;
  border-radius: 15.5px;
  font-family: "Helvetica Neue";
  font-weight: 600;
  font-size: 14px;
  color: #DF0002;
  letter-spacing: 0.29px;
  line-height: 28px;
  padding: 8px 12px;
  position: absolute;
  right: 10px;
  line-height: 1;
  bottom: 10px;
}

.active .nowPlaying {
  display: block;
}

.videoPoster.active .blackOverlay {
  background-color: rgba(0,0,0,0.0);
}

.liveBadge {
  display: none;
  background: #DF0002;
  border-radius: 15.5px;
  font-family: "Helvetica Neue";
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.29px;
  line-height: 28px;
  padding: 8px 12px;
  position: absolute;
  right: 10px;
  line-height: 1;
  bottom: 10px;
}

.live .liveBadge {
  display: block;
}

.livePoint {
  animation: liveP 4s ease-in-out infinite;
}

@keyframes liveP {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 10%;
  }
  100% {
    opacity: 100%;
  }
}

#posterTwo {
  background-image: url(../../assets/img/videoPoster2@2x.jpg);
}

.videoPoster h5 {
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90%;
}

.blackOverlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.videoPoster:hover .blackOverlay {
  background-color: rgba(0,0,0,0.3);
}

.locked {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 20px;
  width: 20px;
  background-image: url(../../assets/img/Locked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.unlocked .locked {
  display: none !important;
}

#videoRow::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1400px) {
  #videoRow {
    padding-left: 0;
  }
}

#overlay {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: 0.5s ease-in-out opacity;
  z-index: 8000;
  opacity: 0;
}

.formCard {
  background: #FFFFFF;
  border-radius: 25px;
  width: 90vw;
  padding: 40px;
  max-width: 414px;
  position: relative;
  display: none;
}

.formCard form {
  opacity: 1;
  margin-top: 20px;
}

.formCard .formContainer {
  width: 100%;
  max-width: initial;
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  background-image: url(../../assets/img/cancle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

#overlay.here {
  opacity: 1;
  pointer-events: auto;
}

.close:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .scroller::-webkit-scrollbar {
  display: none;
}
    .scroller {
    overflow: scroll;
    white-space: nowrap;
         -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
}

a:focus {
  opacity: 0.5;
}

.playVideo {
  display: inline-flex;
  background: #FFFFFF;
  border-radius: 15.5px;
  font-family: "Helvetica Neue";
  font-weight: 600;
  font-size: 14px;
  color: #DF0002;
  letter-spacing: 0.29px;
  line-height: 28px;
  padding: 8px 15px;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out 0.8s;
  cursor: pointer;
  opacity: 0;
  margin-top: 20px;
}

.playIcon {
  margin-right: 20px;
  height: 18px;
  width: 14px;
  background-image: url(../../assets/img/playIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.playVideo:hover {
  transform: scale(1.05);
}

.here .playVideo {
  opacity: 1;
}

#displayContent h3 {
  opacity: 1;
  font-family: "Helvetica Neue";
  font-size: 40px;
  color: #333333;
  letter-spacing: -0.09px;
  line-height: 40px;
  display: block;
  width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
  #displayContent h3 {
    opacity: 1;
    font-family: "Helvetica Neue";
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    line-height: 40px;
    display: block;
  }
}

#displayContent p {
  opacity: 1;
  width: 80%;
  font-size: 16px;
  line-height: 1.4;
  max-width: 100%;
}

@media (max-width: 1024px) {
  #displayContent p {
    opacity: 1;
    width: 70vw;
    font-size: 14px;
    line-height: 1.4;
    max-width: 90vw !important;
    float: none;
  }
}

@media (max-width: 576px) {
  #displayContent p {
    opacity: 1;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    max-width: 90vw !important;
    float: none;
  }
}

.contentWidth {
  width: 25vw;
  float: left;
  margin-right: 50px;
}

.contentPicVid {
  width: 250px;
  height: 140px;
  border-radius: 10px;
  margin-right: 20px;
  float: left;
  background-image: url(../../assets/img/videoPoster2@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: transform 0.5s ease-in-out;
    overflow: hidden;
}

.contentGroup p {
  max-width: 350px !important;
  float: left;
}

h5 {
  font-family: "Helvetica Neue";
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.04px;
}

.contentGallery::after {
    content: '';
  height: 100%;
  width: 100%;
  border-radius: 0%;
  background-image: url(../../assets/img/galleryIcon.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 70% center;
  display: block;
  position: absolute;}

.videoIcon {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  background-image: url(../../assets/img/playIcon.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 70% center;
  display: block;
  position: absolute;}


.Icon::after {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  background-image: url(../../assets/img/playIcon.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 70% center;
  display: block;
  position: absolute;}

#sliderFade {
  width: 50px;
  background-image: linear-gradient(270deg, rgba(240,240,240,0.00) 0%, #F0F0F0 80%);
  height: 160px;
  position: absolute;
  z-index: 80;
  margin-left: -50px;
    display: none;
}

#contentVideoSlider::-webkit-scrollbar {
  display: none;
}
#contentVideoSlider {
  display: flex;
  height: 150px;
  padding-top: 3.5px;
  margin-left: -50px;
  padding-left: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: none !important;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.contentGroup {
  min-width: 640px;
  margin-right: 30px;
    margin-bottom: 40px;
    float: left;
    
}

.smallContent {
  float: left;
}

.contentPicVid:hover {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  #displayCar {
    width: 100vw;
    height: calc(100vw * 0.57) !important;
    float: none;
  }
}

@media (max-width: 1024px) {
  #displayControls {
    width: 100vw;
    height: initial;
    float: none;
  }
}

#overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  z-index: 1000;
  top: 0;
}

@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  h4 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  label {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 10vh 0;
  }
}

@media (max-width: 992px) {
  .formContainer {
    width: 26vw;
  }
}

@media (max-width: 768px) {
  .formContainer {
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .formContainer {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .bigLink {
    width: 50vw !important;
    display: block;
    background-color: rgba(0,0,0,0.03);
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.87px;
    line-height: 20px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .bigLink.active {
    padding-left: 40px;
      width: 90vw;
      margin-left: 5vw;
      background-color: transparent;
  }
}

@media (max-width: 576px) {
  .bigLink {
    width: 90vw !important;
    margin-left: 5vw;
  }
}

@media (max-width: 1024px) {
  .inTheMiddle {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  #displayContent {
    margin-top: 30px;
    width: 100vw;
    height: initial;
    float: none;
    padding-left: 15vw;
      padding-top: 0;
  }
}

@media (max-width: 576px) {
  #displayContent {
    margin-top: 30px;
    width: 90vw;
    height: initial;
    float: none;
    padding-left: 5vw;
  }
}

.contentWidth {
  width: 100%;
  margin: 0;
  float: initial;
}

@media (max-width: 1024px) {
  .contentPicVid {
    width: 33vw;
    height: calc(30vw * 0.57);
    margin-bottom: 20px;
    float: left;
  }
}

@media (max-width: 1024px) {
  #sliderFade {
    display: none;
  }
}

@media (max-width: 1024px) {
  #contentVideoSlider {
    height: initial;
    margin: 0 auto;
    overflow: auto;
  }
}

@media (max-width: 1024px) {
  .contentGroup {
    float: left;
  }
}

@media (max-width: 1024px) {
  .line {
    margin-bottom: 20px;
  }
}

#career {
  background-position: 63% center;
}

@media (max-width: 1024px) {
  br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .downloadable br {
    display: block;
  }
}

@media (max-width: 1024px) {
  .smallContent {
    float: left;
  }
}

@media (max-width: 576px) {
  .contentPicVid {
    width: 70vw;
    height: calc(70vw * 0.57);
    margin-bottom: 20px;
    float: none;
  }
}

section {
  overflow-x: hidden;
}

a.active {
  opacity: 1 !important;
}

.downloadable p {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
  opacity: 1 !important;
}

.downloadable img {
 width: 40px;
min-height: 140px;
min-width: 100%;
    max-height: 140px;
margin-bottom: 10px;
object-fit: contain;
    object-position: center top;
}

@media (max-width: 576px) {
  .downloadable img {
    min-height: 90px;
    min-width: 130px;
    margin-bottom: 0px;
    float: left;
    margin-right: 10px;
  }
}

.downloadable.none{
    display: none;
}


.downloadable {
  position: relative;
    margin-bottom: 40px;
    padding: 0 40px;
}



.downloadbuttonPosition {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  justify-content: flex-end;
  align-items: center;
}

.downloadbutton {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background-image: url(../../assets/img/download.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.downloadbutton:hover {
  opacity: 0.5;
}

.filter {
  margin: 50px 0;
}

.downloadSelect {
  background-color: #EEEEEE;
  border-radius: 10px;
  height: 50px;
  width: 90vw;
  border: none;
  padding-left: 20px;
  color: #333;
  background-image: url(../../assets/img/blackarrow.svg);
}

#Downloads .btn {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 20px;
  opacity: 0.5;
  margin: 0 50px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
}

#Downloads .btn.active {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 20px;
  opacity: 1;
  margin: 0 50px 0 0;
  padding: 0;
  text-transform: uppercase;
}

#display .btn {
  background: #FFFFFF;
  border-radius: 6px;
  min-height: 50px;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  #display .btn {
    background: #FFFFFF;
    border-radius: 6px;
    min-height: 50px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }
}

#display .btn.active {
  background: #333;
  color: #fff;
}

@media (max-width:576px) {
  #display .btn {
    background: #FFFFFF;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.second-layer {
  display: none;
}

@media (max-width: 576px) {
  .second-layer {
    margin-left: 5vw;
    width: 90vw;
  }
}

.third-layer {
  margin-left: 30px;
  display: none;
}

@media (max-width: 576px) {
  .third-layer {
    margin-left: 0px;
  }
}

.second-layer select {
  border-radius: 10px;
  height: 50px;
  color: #333333;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  padding-left: 20px;
  background-image: url(../../assets/img/blackarrow.svg);
}

.third-layer select {
  background-color: #333;
  border-radius: 10px;
  height: 50px;
  color: #fff;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  background-image: url(../../assets/img/whitearrow.svg);
}

@media (min-width: 576px) {
  .second-layer select {
    -webkit-appearance: none !important;
  }
}

option {
  width: 100%;
}

.second-layer.here {
  display: block;
}

.third-layer.here {
  display: block;
}

.bigLink.gone {
  display: none;
}

.bigLink.active::after {
  left: -40px;
  right: initial;
  transform: rotate(180deg);
}

.second-layer-content.here {
  display: block;
}

#displayContent.here {
  display: block;
    min-height: 100vh;
    padding-top: 10vh;
    max-height: 100vh;
overflow-y: scroll;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
    
}
#displayContent.here::-webkit-scrollbar {
  display: none;
}
    
}

@media (max-width:1024px){
#displayContent.here {
  display: block;
    min-height: 100vh;
    padding-top: 10vh;
    max-height: initial;
overflow-y: visible;
    
}}


.second-layer-content {
  display: none;
}

.second-layer-content.here {
  display: block;
}

#contentVideoSlider.here {
  display: initial !important;
}

@media (min-width: 1024px) {
  #contentVideoSlider.here {
    display:initial !important;
  }
}

button {
  border-radius: 0 !important;
}

.form-control {
  border-color: #7c7c7c;
  max-width: 90vw;
}

.form-select {
  border-color: #7c7c7c !important;
}

#displayCar.small {
  height: 0vh;
}

#changer {
  font-weight: 700;
}

.bigLink:hover {
  opacity: 0.5;
}

.overlayVideo {
  width: 80vw;
  height: calc(80vw * 0.57);
  display: none;
}

body {
  overflow-x: hidden;
}

#videohtml.here {
  display: block;
}

#videoVimeo.here {
  display: block;
}

.formCard.here {
  display: block;
}

@media (max-width: 414px) {
  #overlay {
    display: block;
    padding-top: 10vh;
    padding-left: 5vw;
    overflow-y: scroll;
       -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
    #overlay::-webkit-scrollbar {
  display: none;
}
  }
}

@media (max-width: 414px) {
  #manage {
    padding: 10vh 0;
  }
}

button {
  max-width: 90vw;
}

.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 1024px) {
  .second-layer.desktop {
    display: none !important;
  }
}

.second-layer.desktop {
  display: none;
}

.second-layer.desktop.here {
  display: block;
}

.second-layer.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .second-layer.mobile.here {
    display: block;
      width: 90vw;
margin-left: 5vw;
  }
}

.open .third-layer {
  display: block;
}

.videoclose {
  right: calc(60px + 2vh);
  top: calc(60px + 2vh);
  z-index: 999;
  display: none;
}

.videoclose.here {
  display: block;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url(../../assets/img/Arrow_in.svg);
  transform: rotate(180deg);
}

#carousel-1 {
  display: none;
}

#carousel-1.here {
  display: block;
}

h1 span {
  font-size: 2vw;
}

.biggerfont {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1 !important;
  display: block;
}

#IAA br {
  display: block;
}

@media (max-width: 768px) {
  h1 {
    width: 90vw;
    font-size: 50px;
    margin-left: 5vw;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  h1 span {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .biggerfont {
    font-size: 35px;
  }
}

.carousel-control-next-icon {
  background-image: url(../../assets/img/Arrow_in.svg);
}

* {
  font-family: "Helvetica Neue" !important;
  font-weight: 400;
}

.carousel-indicators{
    mix-blend-mode: difference;
    border-right: 50%;
}

@media(max-width:1024px){
    #displayControls.padding_top{
  padding-top: 5vh;
    padding-bottom: 2vh;
}
    #displayContent.here{
        padding-top: 0;
        width: 90vw;
        min-width: 90vw;
        margin-left: 5vw;
        margin-top: 0 !important;
        display: block;
        overflow-x: hidden;
        max-height: initial;
            
        
        
    }
    
    .contentGroup{
        max-width: 90vw;
    }
}

 .videoPoster{
        height: 120px;
        min-width: 165px;
    }
    #videoRow{
        height: 120px;
    }
    .videoPoster h5{
        font-size: 14px;
    }

@media(max-width:576px){
    .videoContainer{
        height: calc(100vw * 0.56) !important;
        
    }
    
    #generalVideo{
        min-width: 75vh;
        max-height: calc(100vw * 0.56) !important;
        max-width: 100vw;
    }
    
#IAA{
        padding-top: 60px;
        height: calc(100vw * 0.56 + 210px);
    }
    
    #IAA h1{
        font-size: 20px !important;
            position: relative;
    top: -190px;
    }
    .biggerfont {
    font-size: 16px;
    }
        h1 span{
            font-size: 14px;
    }
    
    #display{
        padding-top: 0;
    }
    
     .videoPoster{
        height: 80px;
        min-width: 142px;
    }
    #videoRow{
        height: 80px;
    }
    .videoPoster h5{
        font-size: 12px;
    }
    .downloadable{
        padding: 0 10px;
    }
    
    .downloadbutton{
        height: 100%;
        background-color: white;
    }
}

.taggbox-container iframe{
    min-height: 60vh !important;
}