body {
  background-image: none!important;
  font-family: 'TradeGothicLTCom', Arial, sans-serif;
}

.landing-container {
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
}

.landing-body {
  background: rgba(165,174,181, .25);
}

.landing-banner {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.banner-container {
  padding: 0 5%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-container h1,
.banner-container h2 {
  text-transform: uppercase;
  letter-spacing: -4px;
  font-family: "TradeGothicLTCom-Bold", Arial, sans-serif;
  line-height:1;
  padding: 0;
}

.banner-container h1 {
  color: #fdc82f;
  font-weight: var(--e-global-typography-primary-font-weight );
  font-size: 150px;
  max-width: 1070px;
  margin: 0 0 40px;
}

.banner-container h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 5px;
  letter-spacing: 0;
}

.banner-container p {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  font-family: 'TradeGothicLTCom', Arial, sans-serif;
}

.intro {
  max-width: 1340px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.intro h2 {
  color: #031E5B;
  font-family: "TradeGothicLTCom-Bold", Arial, sans-serif;
  font-size: 85px;
  text-transform: uppercase;
  line-height: 1.29;
}

.cta-container-inside p,
.intro p {
  font-family: 'TradeGothicLTCom', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.chapters {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.chapter {
  overflow: hidden;
  margin-bottom: 70px;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.chapter-large {
  flex: 0 0 100%;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.chapter-large-img video {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 20px);
  object-fit: cover;
  opacity: 0;
  transition: all .3s;
}

.chapter-large-img.show video {
  opacity: 1;
}

.chapter-large-img.show .btn-play-large {
  opacity: 0;
}

.chapter-img {
  position: relative;
}

.chapter-img .btn-play {
  display: block;
}

.chapter-large-img img,
.chapter-img img {
  vertical-align: top;
  min-height: 100%;
  object-fit: cover;
}

.chapter-large-img .btn-play-large {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  transition: all .3s;
}

.chapter-desc {
  font-family: "TradeGothicLTCom", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  overflow: hidden;
  padding-top: 12px;
}

.intro-title h4 {
  margin: 0;
}

.intro-title h4,
.chapter h3,
.chapter h4 {
  font-family: "TradeGothicLTCom-Bd2", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.chapter h3 {
  color: #1a206d;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0px;
}

.chapter h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 2;
}

.video-modal-container {
  display: none;
}

.video-modal-container.show {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,.75);
  z-index: 100;
}

.video-modal-container.show .video-modal {
  background: none;
  position: relative;
  max-width: 1640px;
  width: 132.9vh;
  max-height: 90%;
  height: auto;
  margin: auto;
}

.link-close {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
}

.link-close svg {
  max-width: 30px;
  height: auto;
}

.video-modal .media-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  background: #000;
}

.video-modal video {
  vertical-align: top;
  height: auto;
  vertical-align: top;
  width: 100%;
}

.content-title {
  color: #031E5B;
  font-size: 35px;
  margin-bottom: 30px;
  font-family: "TradeGothicLTCom-Bd2", Arial, sans-serif;
  font-weight: 400;
}

.chapter-inside {
  overflow: hidden;
  height: 100%;
}

.cta-section {
  position: relative;
}

.cta-section img {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.cta-container {
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.cta-container-inside {
  width: 100%;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  max-width: 1040px;
  margin: 0 auto;
}

.cta-container h2 {
  color: #FDC82F;
  font-family: "TradeGothicLTCom-Bold", Arial, sans-serif;
  font-size: 85px;
  font-weight: var(--e-global-typography-primary-font-weight );
  line-height: 1.3;
  text-transform: uppercase;
}

.cta-container .btn-cta {
  font-family: "TradeGothicLTCom-Bold", Arial, sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight );
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  height: 70px;
  padding: 10px 30px;
  border-radius: 35px;
  line-height: 44px;
  margin-top: 25px;
  transition: all .3s;
  margin: 0 8px 10px;
  border: 3px solid #fff;
}

.cta-container .btn-cta.gallery,
.cta-container .btn-cta:hover {
  color: #031E5B;
  background: #fff;
}

.cta-container .btn-cta.gallery:hover {
  background: #031E5B;
  color: #fff;
  border: 3px solid #031E5B;
}

.cta-wrapper {
  padding-top: 30px;
}

.modal-description {
  overflow: hidden;
  padding: 20px 40px;
  color: #fff;
  font-size: 25px;
}

.modal-description h3 {
  font-size: 25px;
  margin: 0;
  font-family: "TradeGothicLTCom-Bd2", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .chapter-large .chapter-desc {
    display: none;
  }
}

@media (max-width: 1919px) {
  .landing-container {
    padding: 0 5%;
  }

  .chapter h3 {
    font-size: 26px;
  }

  .chapter h4 {
    font-size: 18px;
  }

  .link-close {
    right: 15px;
  }

  .video-modal-container.show .video-modal {
    padding: 0 4.2%;
  }

  .chapter h4 {
    font-size: 15px;
  }
}


@media (max-width: 1439px) {
  .intro {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .intro h2 {
    font-size: 72px;
  }
  .intro p {
    max-width: 80%;
    font-size: 26px;
  }
  .cta-container-inside p {
    font-size: 26px;
  }
  .chapter {
    margin-bottom: 40px;
  }
  .chapter h4 {
    font-size: 14px;
  }
  .cta-container h2 {
    font-size: 70px;
  }
  .modal-description,
  .modal-description h3 {
    font-size: 22px;
  }
}

@media (max-width: 1279px) {
  .landing-banner {
    height: 700px;
    background-position: 60% top;
  }
  .banner-container h2 {
    font-size: 66px;
  }
  .intro {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .intro h2 {
    font-size: 65px;
  }
  .intro p {
    font-size: 22px;
  }
  .cta-container-inside p {
    font-size: 22px;
  }

  .link-close svg {
    width: 20px;
    height: 20px;
  }

  .cta-container h2 {
    font-size: 55px;
  }

  .cta-container-inside {
    font-size: 24px;
  }

  .cta-container .btn-cta {
    height: 60px;
    line-height: 36px;
    border: 2px solid #fff;
  }

  .cta-container .btn-cta.gallery:hover {
    border: 2px solid #031E5B;
  }

  .modal-description,
  .modal-description h3 {
    font-size: 20px;
  }

  .chapter h4 {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .landing-banner {
    height: 50vh;
    background-attachment: inherit;
  }
  .banner-container h1 {
    font-size: 100px;
  }
  .banner-container h2 {
    font-size: 60px;
  }
  .intro {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .intro h2 {
    font-size: 55px;
  }
  .chapter {
    margin-bottom: 30px;
  }
  .chapter h3 {
    font-size: 22px;
    letter-spacing: -0.8px;
  }
  .chapter h4 {
    font-size: 11px;
  }
  .cta-container h2 {
    font-size: 50px;
  }

  .cta-container-inside {
    font-size: 20px;
  }

  .content-title {
    font-size: 30px;
  }

  .chapter-large-img .btn-play-large svg {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1023px) {
  .chapter {
    margin-bottom: 50px;
    flex: 0 0 50%;
    width: 50%;
  }
  .chapter h4 {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 5px;
  }
  .cta-container h2 {
    font-size: 40px;
  }

  .cta-container-inside {
    font-size: 18px;
    padding: 20px;
  }

  .cta-container .btn-cta {
    height: 50px;
    line-height: 26px;
  }

  .content-title {
    font-size: 26px;
  }
  .modal-description,
  .modal-description h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .landing-banner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 72% top;
  }
  .banner-container h1 {
    font-size: 66px;
    margin-bottom: 5px;
  }
  .banner-container h2 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
  .landing-container {
    padding: 0 20px;
  }
  .intro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .intro h2 {
    font-size: 36px;
  }
  intro p {
    font-size: 20px;
  }
  .cta-container-inside p {
    font-size: 20px;
  }
  .chapters {
    padding-bottom: 0px;
  }
  .chapter {
    margin-bottom: 20px;
  }
  .chapter-img,
  .chapter-desc {
    flex: 0 0 100%;
    width: 100%;
  }

  .chapter-large {
    margin-bottom: 30px;
  }

  .chapter-large-img {
    position: relative;
  }

  .chapter-large .chapter-desc {
    display: block;
    font-family: "TradeGothicLTCom-Bd2", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }

  .chapter-large .chapter-desc h4 {
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 1.35;
  }
  .chapter-large .chapter-desc h3 {
    color: #1a206d;
    font-size: 22px;
    letter-spacing: -0.8px;
    line-height: 1;
    margin: 0px;
  }

  .intro-title.chapter-desc {
    display: none;
  }

  .chapter {
    margin-bottom: 30px;
    flex: 0 0 100%;
    width: 100%;
  }

  .cta-container h2 {
    font-size: 36px;
  }

  .cta-container-inside {
    font-size: 16px;
  }

  .cta-container .btn-cta {
    height: 40px;
    line-height: 16px;
  }

  .cta-section img {
    min-height: 500px;
  }

  .chapter-large-img .btn-play-large svg {
    width: 50px;
    height: 50px;
  }
  .modal-description {
    padding: 15px 15px 0;
  }
  .modal-description,
  .modal-description h3 {
    font-size: 16px;
  }
}

@media (max-height: 1023px) and (orientation: landscape) {
  .modal-description {
    padding: 15px 20px;
  }
  .modal-description,
  .modal-description h3 {
    font-size: 18px;
  }
}
@media (max-height: 991px) and (orientation: landscape) {
  .modal-description {
    padding: 15px;
  }
  .modal-description,
  .modal-description h3 {
    font-size: 16px;
  }
}
@media (max-height: 767px) and (orientation: landscape) {
  .modal-description,
  .modal-description h3 {
    font-size: 15px;
  }
}