#customPageTitle {
  display: none
}

h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 45px
}

.centeredContent>section {
  width: 95%;
  margin: 0 auto
}

.centeredContent>section {
  width: 100%
}

.bannerBkg {
  width: 95%;
  margin: 16rem auto 0
}

.bannerBkg:last-child {
  width: 100%;
  margin: 5rem auto 0
}

.bannerBkg img {
  width: 100%
}

.textBanner {
  margin 2rem auto;width: 70%;
  margin: 8rem auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font2);
  line-height: 24px
}

.textBanner h3 {
  font-size: 24px;
  font-weight: 200;
  font-family: var(--font3);
  margin: 2rem auto
}

.row {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-family: var(--font2);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px
}

.row:nth-of-type(even) {
  flex-direction: row-reverse
}

.row:nth-of-type(odd) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-left 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both
}

.row:nth-of-type(even) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both;
  animation: fade-in-right 0.5s cubic-bezier(.39,.575,.565,1) 0.2s both
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%
}

.imgContainer,.img {
  width: 100%;
  display: block
}

.centeredContent {
  width: 100%!important;
  margin: 0
}

.info {
  opacity: 0;
  width: 85%
}

.centeredContent h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  max-width: unset;
  font-size: 24px;
  font-weight: 200;
  font-family: var(--font3);
  margin-bottom: 4rem
}

.centeredContent p {
  margin-bottom: 3rem;
  font-size: 13px
}

.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover
}

.bannerMobile {
  display: none
}

@media screen and (max-width: 1100px) {
  .row {
      flex-direction:column
  }

  h1 {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: calc(var(--h1-font-size) - 5px);
      line-height: calc(var(--h1-line-height) - 5px)
  }

  .row:nth-of-type(even) {
      flex-direction: column
  }

  .col-2 {
      width: 100%
  }

  .centeredContent h2 {
      margin-bottom: 17px
  }

  .videoBanner {
      height: 100%;
      object-fit: cover;
      aspect-ratio: 16/9
  }
}

@media screen and (max-width: 768px) {
  .bannerDesktop {
      display:none
  }

  .info {
      width: 100%;
      margin: 40px 0 0;
  }

  .bannerMobile {
      display: block
  }

  .bannerBkg {
      width: 100%;
      margin: 88px auto 0
  }

  .textBanner {
      margin: 4rem auto;
      width: 85%
  }

  .row {
      flex-direction: column-reverse;
      width: 85%
  }

  .row:nth-of-type(even) {
      flex-direction: column-reverse
  }
  .bannerBkg:last-child {
  margin: 2rem auto 0;
}
}
