body,
html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* -------------------------------------------- */
/* LANDING PAGE CONTENT                         */
/* -------------------------------------------- */
.landing-page-red-bg {
  background-color: #da0000;
}

.landing-page-padding {
  margin: 0 auto 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  /* border: #13a71f 3px solid; */
  /* background-color: #da0000; */
}

.landing-page-box {
  margin: 0 auto 0 auto;
  height: 100vh;
  max-width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.landing-pg-outer-cont {
  margin: 0 auto 0 auto;
}

.landing-pg-cont {
  width: 100%;
  height: 100%;
  padding-top: 25px;
}

.hero-image {
  max-width: 400px;
  margin: 0 auto 0 auto;
  padding: 20px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* Desktop styles */
@media screen and (min-width: 1000px) {
  .landing-page-box {
    /* height: auto; */
    max-width: 2500px;
  }

  .landing-pg-cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-image {
    margin: 0 auto 0 auto;
    padding: 0px 18px 0px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

/* Text & Logos */
.fbl-main-logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 auto;
}

.hero-text {
  text-align: center;
}

.hero-text h4 {
  text-align: center;
  color: #000;
}
/* --- LANDING PAGE CONTENT - end --- */

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* -------------------------------------------- */
/* FOOTER VIDEO                                 */
/* -------------------------------------------- */
.footer-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
}

.footer-video video {
  width: 100%;
  max-width: 2500px;
}

.landing-page-padding video {
  width: 100%;
}

.footer-video-mob {
  display: block;
}

.footer-video-web,
.footer-video-tv {
  display: none;
}

@media screen and (min-width: 1000px) {
  .footer-video-mob,
  .footer-video-tv {
    display: none;
  }

  .footer-video-web {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  .footer-video-web,
  .footer-video-mob {
    display: none;
  }

  .footer-video-tv {
    display: block;
  }
}
/* --- FOOTER VIDEO - end --- */

/* - */

/* - */

/* - */

/* - */

/* - */

/* - */

/* -------------------------------------------- */
/* REGION SELECT BUTTONS                         */
/* -------------------------------------------- */
.switch-region-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
  width: 100%;
}

.switch-region-buttons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 62px;
  background-color: #ebebebce;
  color: #da0000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 2px solid #da0000;
  margin: 10px auto 5px auto;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.switch-region-buttons a:hover {
  transform: scale(1.04);
  transition-duration: 0.6s;
}

.switch-region-buttons a span {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  .switch-region-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .re-direct-btn {
    flex-direction: column;
    justify-content: center;
  }

  .fld-button {
    margin: 10px auto 10px auto;
  }
}

.link-to-region-2 {
  color: #000;
  font-size: 11px;
  max-width: 200px;
  margin: 0 auto 0 auto;
}

/* Desktop styles */
@media screen and (min-width: 1000px) {
  .switch-region-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
    width: 600px;
  }

  .switch-region-buttons a {
    max-width: 350px;
    width: 200px;
    margin: 7px;
  }

  .link-to-region-2 {
    max-width: 400px;
  }
}
/* --- REGION SELECT BUTTONS - end --- */
