#customPageTitle {
  display: none;
}
.customTitle {
    display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 45px;
}
.customPageCenteredContent[data-custom-id="1"] {
    width: 100% !important;
    margin: 0;
  }
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
  margin-bottom: 3rem;
}

.row {
  display: flex;
  flex-direction: row;
}

.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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.row:nth-child(2) .col-2 .info{
  width: calc(72% - 10px);
}
.imgContainer,
.img {
  width: 100%;
  display: block;
}

.centeredContent {
  width: 95% !important;
  !;
  margin: auto;
  max-width: unset;
}

.info {
  opacity: 0;
  color: var(--base);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: calc(78% - 2px);
}

.centeredContent h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  max-width: unset;
  font-size: 18px;
  font-weight: 500;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .row {
    flex-direction: column;
  }
  .centeredContent.customPageCenteredContent.font1 {
    width: 100% !important;
}
  h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    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%;
  }

  .info {
    width: 92%;
    margin: 40px 0;
  }
.row:nth-child(2) .col-2 .info{
  width: calc(86% - 2px);
}
  .centeredContent h2 {
    margin-bottom: 17px;
  }
  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
