/* -- Helpers ---------------------------------*/
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
@media (min-width: 576px) {
  .sm-w-10 {
    width: 10% !important;
  }
  .sm-w-15 {
    width: 15% !important;
  }
  .sm-w-20 {
    width: 20% !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-w-30 {
    width: 30% !important;
  }
  .sm-w-35 {
    width: 35% !important;
  }
  .sm-w-40 {
    width: 40% !important;
  }
  .sm-w-45 {
    width: 45% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-w-55 {
    width: 55% !important;
  }
  .sm-w-60 {
    width: 60% !important;
  }
  .sm-w-65 {
    width: 65% !important;
  }
  .sm-w-70 {
    width: 70% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-w-80 {
    width: 80% !important;
  }
  .sm-w-85 {
    width: 85% !important;
  }
  .sm-w-90 {
    width: 90% !important;
  }
  .sm-w-95 {
    width: 95% !important;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .md-w-10 {
    width: 10% !important;
  }
  .md-w-15 {
    width: 15% !important;
  }
  .md-w-20 {
    width: 20% !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-w-30 {
    width: 30% !important;
  }
  .md-w-35 {
    width: 35% !important;
  }
  .md-w-40 {
    width: 40% !important;
  }
  .md-w-45 {
    width: 45% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-55 {
    width: 55% !important;
  }
  .md-w-60 {
    width: 60% !important;
  }
  .md-w-65 {
    width: 65% !important;
  }
  .md-w-70 {
    width: 70% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-w-80 {
    width: 80% !important;
  }
  .md-w-85 {
    width: 85% !important;
  }
  .md-w-90 {
    width: 90% !important;
  }
  .md-w-95 {
    width: 95% !important;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-w-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .min-vh-5 {
    min-height: 5vh;
  }
  .min-vh-10 {
    min-height: 10vh;
  }
  .min-vh-15 {
    min-height: 15vh;
  }
  .min-vh-20 {
    min-height: 20vh;
  }
  .min-vh-25 {
    min-height: 25vh;
  }
  .min-vh-30 {
    min-height: 30vh;
  }
  .min-vh-35 {
    min-height: 35vh;
  }
  .min-vh-40 {
    min-height: 40vh;
  }
  .min-vh-45 {
    min-height: 45vh;
  }
  .min-vh-50 {
    min-height: 50vh;
  }
  .min-vh-55 {
    min-height: 55vh;
  }
  .min-vh-60 {
    min-height: 60vh;
  }
  .min-vh-65 {
    min-height: 65vh;
  }
  .min-vh-70 {
    min-height: 70vh;
  }
  .min-vh-75 {
    min-height: 75vh;
  }
  .min-vh-80 {
    min-height: 80vh;
  }
  .min-vh-85 {
    min-height: 85vh;
  }
  .min-vh-90 {
    min-height: 90vh;
  }
  .min-vh-95 {
    min-height: 95vh;
  }
  .min-vh-100 {
    min-height: 100vh;
  }
  .lg-w-10 {
    width: 10% !important;
  }
  .lg-w-15 {
    width: 15% !important;
  }
  .lg-w-20 {
    width: 20% !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-w-30 {
    width: 30% !important;
  }
  .lg-w-35 {
    width: 35% !important;
  }
  .lg-w-40 {
    width: 40% !important;
  }
  .lg-w-45 {
    width: 45% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-w-55 {
    width: 55% !important;
  }
  .lg-w-60 {
    width: 60% !important;
  }
  .lg-w-65 {
    width: 65% !important;
  }
  .lg-w-70 {
    width: 70% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-w-80 {
    width: 80% !important;
  }
  .lg-w-85 {
    width: 85% !important;
  }
  .lg-w-90 {
    width: 90% !important;
  }
  .lg-w-95 {
    width: 95% !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .xl-w-10 {
    width: 10% !important;
  }
  .xl-w-15 {
    width: 15% !important;
  }
  .xl-w-20 {
    width: 20% !important;
  }
  .xl-w-25 {
    width: 25% !important;
  }
  .xl-w-30 {
    width: 30% !important;
  }
  .xl-w-35 {
    width: 35% !important;
  }
  .xl-w-40 {
    width: 40% !important;
  }
  .xl-w-45 {
    width: 45% !important;
  }
  .xl-w-50 {
    width: 50% !important;
  }
  .xl-w-55 {
    width: 55% !important;
  }
  .xl-w-60 {
    width: 60% !important;
  }
  .xl-w-65 {
    width: 65% !important;
  }
  .xl-w-70 {
    width: 70% !important;
  }
  .xl-w-75 {
    width: 75% !important;
  }
  .xl-w-80 {
    width: 80% !important;
  }
  .xl-w-85 {
    width: 85% !important;
  }
  .xl-w-90 {
    width: 90% !important;
  }
  .xl-w-95 {
    width: 95% !important;
  }
  .xl-w-100 {
    width: 100% !important;
  }
  .xl-w-auto {
    width: auto !important;
  }
}
.otgs-development-site-front-end { display: none; }
/* -- Font family -----------------------------*/
@font-face {
  font-family: 'papelli-700';
  src: url('fonts/papelli_bold-webfont.woff2') format('woff2'), url('fonts/papelli_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bloomsheadline-400";
  src: url("fonts/bloomsheadline-regular-webfont.woff2") format("woff2"), url("fonts/bloomsheadline-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedrasans-400";
  src: url("fonts/FedraSansProBook.woff2") format("woff2"), url("fonts/FedraSansProBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedrasans-700";
  src: url("fonts/FedraSansProBold.woff2") format("woff2"), url("fonts/FedraSansProBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedraserif-400i";
  src: url("fonts/FedraSerifAProBookItalic.woff2") format("woff2"), url("fonts/FedraSerifAProBookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fedraserif-700i";
  src: url("fonts/FedraSerifAProBoldItalic.woff2") format("woff2"), url("fonts/FedraSerifAProBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -- Font weights ----------------------------*/
.text-400 {
  font-family: "fedrasans-400", sans-serif;
  font-weight: normal;
}
.text-700 {
  font-family: "fedrasans-700", sans-serif;
  font-weight: normal;
}
.text-400i {
  font-family: "fedraserif-400i", serif;
  font-weight: normal;
}
.text-700i {
  font-family: "fedraserif-700i", serif;
  font-weight: normal;
}
.text-400h {
  font-family: "bloomsheadline-400", sans-serif;
  font-weight: normal;
}
.text-700p {
  font-family: "papelli-700", sans-serif;
  font-weight: normal;
}
/* -- Font modifiers --------------------------*/
.display-4,
.display-5 {
  line-height: 1;
  margin-bottom: 1.5rem;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "fedraserif-400i", serif;
  font-weight: normal;
  line-height: 1.2;
}
strong {
  font-family: "fedrasans-700", sans-serif;
  font-weight: normal;
}
p {
  line-height: 1.6;
}
p a:not([class]) {
  color: inherit;
}
p a:not([class]):hover {
  text-decoration: underline;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "fedrasans-400", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242344;
  background: #f3f0e8;
}
.navigation--open {
  overflow: hidden;
  height: 100vh;
}
html, body {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .container, .container-fluid {
    padding-right: 8.333333%;
    padding-left: 8.333333%;
  }
}
@media all and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
/* -- Links ---------------------------------*/
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
/* -- Links ---------------------------------*/
.link--white {
  color: #fff;
}
.link--primary {
  color: #17417e;
}
.link--secondary {
  color: #cc061f;
}
.link--white:hover {
  color: #fff;
}
.link--primary:hover {
  color: #1b4c94;
}
.link--secondary:hover {
  color: #e50723;
}
/* -- Backgrounds ---------------------------*/
.bcg--white {
  background: #fff;
}
.bcg--light {
  background: #f3f0e8;
}
.bcg--medium {
  background: #ddd5ca;
}
.bcg--primary {
  background: #17417e;
}
.bcg--secondary {
  background: #cc061f;
}
/* -- Colors --------------------------------*/
.text--white {
  color: #fff;
}
.text--light {
  color: #f3f0e8;
}
.text--primary {
  color: #17417e;
}
.text--secondary {
  color: #cc061f;
}
/* -- Images --------------------------------*/
.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
/* -- List language -------------------------*/
.list-language {
  margin: 0;
}
.list-language li:not(:last-child) {
  margin-right: 0.125rem;
}
.list-language__link {
  font-family: "fedrasans-700", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background: rgba(255,255,255,.4);
  display: block;
  text-transform: uppercase;
}
.list-language__link:hover {
  color: #fff;
  background: rgba(255,255,255,.6);
}
.list-language__link.active {
  background: #fff;
  color: #17417e;
}
/* -- Landing -------------------------------*/
.landing {
  min-height: 100vh;
  min-height: 100svh;
}
.landing-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}
.landing-header {
  padding: clamp(1.5rem, 4vh, 3rem);
  display: flex;
  justify-self: flex-start;
}
.landing-header__title {
  font-family: "fedrasans-700", sans-serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.landing-header__title:hover {
  color: #fff;
}
.landing-header .list-language {
  display: inline-block;
}
.landing-body {
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 0 clamp(2rem, 8vh, 8rem) 0;
}
.landing-body h3 {
  color: #ddd5ca;
  font-size: clamp(1.75rem, 4vw, 3rem);
}
.landing-body p {
  color: #fff;
  width: 100%;
  max-width: 30rem;
}
.landing-body strong {
  color: #fff;
  text-transform: uppercase;
}
.landing-nav {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
.landing-nav-item {
  display: flex;
  align-items: center;
  font-size: clamp(3.25rem, 11vw, 6rem);
}
.landing-nav__link {
  display: inline-block;
  font-family: "fedraserif-400i", serif;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  color: #fff;
  width: 3.75em;
  flex: 0 0 auto;
  transition: all 0.5s;
}
.landing-nav__link:hover {
  color: #fff;
}
.landing-nav__link.hover--thuis:hover {
  font-family: "fedraserif-700i", serif;
  font-weight: normal;
}
.landing-nav__link.hover--bonaire:hover {
  font-family: "bloomsheadline-400", sans-serif;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -0.14em;
}
.landing-nav__link.hover--curacao:hover {
  font-family: "papelli-700", sans-serif;
  font-weight: normal;
  position: relative;
  top: -0.075em;
}
.landing-line {
  position: relative;
  flex: 0 1 2em;
  height: 0.11em;
  min-height: 8px;
  margin-left: 0.25em;
  overflow: hidden;
  z-index: 4;
}
.landing-line__inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background: url("../images/landing--white.svg") repeat-x left center;
  background-size: auto 100%;
}
.landing__logo {
  max-width: 100px;
}
.landing-bcg {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  z-index: -1;
}
.landing-bcg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36, 35, 68);
  background: linear-gradient(50deg, rgb(36, 35, 68) 0%, rgba(36, 35, 68, 0.6) 20%, rgba(36, 35, 68, 0.1) 100%);
  z-index: 4;
}
.landing-bcg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.landing-bcg-image__inside {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.landing-bcg__video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.landing-bcg__iframe,
.landing-bcg__poster {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.landing-bcg__iframe {
  border: 0;
  z-index: 2;
}
.landing-bcg__poster {
  object-fit: cover;
  z-index: 1;
}
.landing-bcg__video.poster,
.landing-bcg__video[poster] {
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .landing-nav__link {
    transition: none;
  }
}
