@charset "UTF-8";
/* Foreground Colour Styles */
.color-black {
  color: #000000;
}

.color-red {
  color: #d4291c;
}

.color-black {
  color: #000000;
}

.color-dark-grey {
  color: #666664;
}

.color-mid-grey {
  color: #d4d4d4;
}

.color-light-grey {
  color: #f0f0f0;
}

.color-dark-red {
  color: #BA1929;
}

.color-secondary-red {
  color: #cb7064;
}

.color-secondary-pink {
  color: #edd1c7;
}

.color-secondary-grey {
  color: #b2b2b2;
}

.color-white {
  color: #ffffff;
}

/* Background Colour Styles */
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #d4291c;
  fill: #d4291c;
}

.bg-black {
  background-color: #000000;
  fill: #000000;
}

.bg-dark-grey {
  background-color: #666664;
  fill: #666664;
}

.bg-mid-grey {
  background-color: #d4d4d4;
  fill: #d4d4d4;
}

.bg-light-grey {
  background-color: #f0f0f0;
  fill: #f0f0f0;
}

.bg-dark-red {
  background-color: #BA1929;
  fill: #BA1929;
}

.bg-secondary-red {
  background-color: #cb7064;
  fill: #cb7064;
}

.bg-secondary-pink {
  background-color: #edd1c7;
  fill: #edd1c7;
}

.bg-secondary-grey {
  background-color: #b2b2b2;
  fill: #b2b2b2;
}

.bg-none {
  background-color: transparent !important;
  fill: none;
}

/* Component width breakpoints */
/* Site Variables */
.padding-all-none {
  padding: 0;
}
.padding-all-2px {
  padding: 2px;
}
.padding-all-5px {
  padding: 5px;
}
.padding-all-10px {
  padding: 10px;
}
.padding-all-20px {
  padding: 20px;
}
.padding-all-30px {
  padding: 30px;
}
.padding-all-40px {
  padding: 40px;
}
.padding-all-50px {
  padding: 50px;
}
.padding-all-60px {
  padding: 60px;
}
.padding-all-70px {
  padding: 70px;
}
.padding-all-80px {
  padding: 80px;
}
.padding-all-90px {
  padding: 90px;
}
.padding-all-100px {
  padding: 100px;
}
.padding-all-120px {
  padding: 120px;
}
.padding-left-none {
  padding-left: 0;
}
.padding-left-2px {
  padding-left: 2px;
}
.padding-left-5px {
  padding-left: 5px;
}
.padding-left-10px {
  padding-left: 10px;
}
.padding-left-20px {
  padding-left: 20px;
}
.padding-left-30px {
  padding-left: 30px;
}
.padding-left-40px {
  padding-left: 40px;
}
.padding-left-50px {
  padding-left: 50px;
}
.padding-left-60px {
  padding-left: 60px;
}
.padding-left-70px {
  padding-left: 70px;
}
.padding-left-80px {
  padding-left: 80px;
}
.padding-left-90px {
  padding-left: 90px;
}
.padding-left-100px {
  padding-left: 100px;
}
.padding-left-120px {
  padding-left: 120px;
}
.padding-right-none {
  padding-right: 0;
}
.padding-right-2px {
  padding-right: 2px;
}
.padding-right-5px {
  padding-right: 5px;
}
.padding-right-10px {
  padding-right: 10px;
}
.padding-right-20px {
  padding-right: 20px;
}
.padding-right-30px {
  padding-right: 30px;
}
.padding-right-40px {
  padding-right: 40px;
}
.padding-right-50px {
  padding-right: 50px;
}
.padding-right-60px {
  padding-right: 60px;
}
.padding-right-70px {
  padding-right: 70px;
}
.padding-right-80px {
  padding-right: 80px;
}
.padding-right-90px {
  padding-right: 90px;
}
.padding-right-100px {
  padding-right: 100px;
}
.padding-right-120px {
  padding-right: 120px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-2px {
  padding-top: 2px;
}
.padding-top-5px {
  padding-top: 5px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top-20px {
  padding-top: 20px;
}
.padding-top-30px {
  padding-top: 30px;
}
.padding-top-40px {
  padding-top: 40px;
}
.padding-top-50px {
  padding-top: 50px;
}
.padding-top-60px {
  padding-top: 60px;
}
.padding-top-70px {
  padding-top: 70px;
}
.padding-top-80px {
  padding-top: 80px;
}
.padding-top-90px {
  padding-top: 90px;
}
.padding-top-100px {
  padding-top: 100px;
}
.padding-top-120px {
  padding-top: 120px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-2px {
  padding-bottom: 2px;
}
.padding-bottom-5px {
  padding-bottom: 5px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-bottom-20px {
  padding-bottom: 20px;
}
.padding-bottom-30px {
  padding-bottom: 30px;
}
.padding-bottom-40px {
  padding-bottom: 40px;
}
.padding-bottom-50px {
  padding-bottom: 50px;
}
.padding-bottom-60px {
  padding-bottom: 60px;
}
.padding-bottom-70px {
  padding-bottom: 70px;
}
.padding-bottom-80px {
  padding-bottom: 80px;
}
.padding-bottom-90px {
  padding-bottom: 90px;
}
.padding-bottom-100px {
  padding-bottom: 100px;
}
.padding-bottom-120px {
  padding-bottom: 120px;
}

.margin-all-2px {
  margin: 2px;
}
.margin-all-5px {
  margin: 5px;
}
.margin-all-10px {
  margin: 10px;
}
.margin-all-20px {
  margin: 20px;
}
.margin-all-30px {
  margin: 30px;
}
.margin-all-40px {
  margin: 40px;
}
.margin-all-50px {
  margin: 50px;
}
.margin-all-60px {
  margin: 60px;
}
.margin-all-70px {
  margin: 70px;
}
.margin-all-80px {
  margin: 80px;
}
.margin-all-90px {
  margin: 90px;
}
.margin-all-100px {
  margin: 100px;
}
.margin-all-120px {
  margin: 120px;
}
.margin-left-none {
  margin-left: 0;
}
.margin-left-2px {
  margin-left: 2px;
}
.margin-left-5px {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px;
}
.margin-left-20px {
  margin-left: 20px;
}
.margin-left-30px {
  margin-left: 30px;
}
.margin-left-40px {
  margin-left: 40px;
}
.margin-left-50px {
  margin-left: 50px;
}
.margin-left-60px {
  margin-left: 60px;
}
.margin-left-70px {
  margin-left: 70px;
}
.margin-left-80px {
  margin-left: 80px;
}
.margin-left-90px {
  margin-left: 90px;
}
.margin-left-100px {
  margin-left: 100px;
}
.margin-left-120px {
  margin-left: 120px;
}
.margin-right-none {
  margin-right: 0;
}
.margin-right-2px {
  margin-right: 2px;
}
.margin-right-5px {
  margin-right: 5px;
}
.margin-right-10px {
  margin-right: 10px;
}
.margin-right-20px {
  margin-right: 20px;
}
.margin-right-30px {
  margin-right: 30px;
}
.margin-right-40px {
  margin-right: 40px;
}
.margin-right-50px {
  margin-right: 50px;
}
.margin-right-60px {
  margin-right: 60px;
}
.margin-right-70px {
  margin-right: 70px;
}
.margin-right-80px {
  margin-right: 80px;
}
.margin-right-90px {
  margin-right: 90px;
}
.margin-right-100px {
  margin-right: 100px;
}
.margin-right-120px {
  margin-right: 120px;
}
.margin-top-none {
  margin-top: 0;
}
.margin-top-2px {
  margin-top: 2px;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-10px {
  margin-top: 10px;
}
.margin-top-20px {
  margin-top: 20px;
}
.margin-top-30px {
  margin-top: 30px;
}
.margin-top-40px {
  margin-top: 40px;
}
.margin-top-50px {
  margin-top: 50px;
}
.margin-top-60px {
  margin-top: 60px;
}
.margin-top-70px {
  margin-top: 70px;
}
.margin-top-80px {
  margin-top: 80px;
}
.margin-top-90px {
  margin-top: 90px;
}
.margin-top-100px {
  margin-top: 100px;
}
.margin-top-120px {
  margin-top: 120px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-2px {
  margin-bottom: 2px;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-bottom-30px {
  margin-bottom: 30px;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
.margin-bottom-60px {
  margin-bottom: 60px;
}
.margin-bottom-70px {
  margin-bottom: 70px;
}
.margin-bottom-80px {
  margin-bottom: 80px;
}
.margin-bottom-90px {
  margin-bottom: 90px;
}
.margin-bottom-100px {
  margin-bottom: 100px;
}
.margin-bottom-120px {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {
  .tablet-padding-all-none {
    padding: 0;
  }
  .tablet-padding-all-2px {
    padding: 2px;
  }
  .tablet-padding-all-5px {
    padding: 5px;
  }
  .tablet-padding-all-10px {
    padding: 10px;
  }
  .tablet-padding-all-20px {
    padding: 20px;
  }
  .tablet-padding-all-30px {
    padding: 30px;
  }
  .tablet-padding-all-40px {
    padding: 40px;
  }
  .tablet-padding-all-50px {
    padding: 50px;
  }
  .tablet-padding-all-60px {
    padding: 60px;
  }
  .tablet-padding-all-70px {
    padding: 70px;
  }
  .tablet-padding-all-80px {
    padding: 80px;
  }
  .tablet-padding-all-90px {
    padding: 90px;
  }
  .tablet-padding-all-100px {
    padding: 100px;
  }
  .tablet-padding-all-120px {
    padding: 120px;
  }
  .tablet-padding-left-none {
    padding-left: 0;
  }
  .tablet-padding-left-2px {
    padding-left: 2px;
  }
  .tablet-padding-left-5px {
    padding-left: 5px;
  }
  .tablet-padding-left-10px {
    padding-left: 10px;
  }
  .tablet-padding-left-20px {
    padding-left: 20px;
  }
  .tablet-padding-left-30px {
    padding-left: 30px;
  }
  .tablet-padding-left-40px {
    padding-left: 40px;
  }
  .tablet-padding-left-50px {
    padding-left: 50px;
  }
  .tablet-padding-left-60px {
    padding-left: 60px;
  }
  .tablet-padding-left-70px {
    padding-left: 70px;
  }
  .tablet-padding-left-80px {
    padding-left: 80px;
  }
  .tablet-padding-left-90px {
    padding-left: 90px;
  }
  .tablet-padding-left-100px {
    padding-left: 100px;
  }
  .tablet-padding-left-120px {
    padding-left: 120px;
  }
  .tablet-padding-right-none {
    padding-right: 0;
  }
  .tablet-padding-right-2px {
    padding-right: 2px;
  }
  .tablet-padding-right-5px {
    padding-right: 5px;
  }
  .tablet-padding-right-10px {
    padding-right: 10px;
  }
  .tablet-padding-right-20px {
    padding-right: 20px;
  }
  .tablet-padding-right-30px {
    padding-right: 30px;
  }
  .tablet-padding-right-40px {
    padding-right: 40px;
  }
  .tablet-padding-right-50px {
    padding-right: 50px;
  }
  .tablet-padding-right-60px {
    padding-right: 60px;
  }
  .tablet-padding-right-70px {
    padding-right: 70px;
  }
  .tablet-padding-right-80px {
    padding-right: 80px;
  }
  .tablet-padding-right-90px {
    padding-right: 90px;
  }
  .tablet-padding-right-100px {
    padding-right: 100px;
  }
  .tablet-padding-right-120px {
    padding-right: 120px;
  }
  .tablet-padding-top-none {
    padding-top: 0;
  }
  .tablet-padding-top-2px {
    padding-top: 2px;
  }
  .tablet-padding-top-5px {
    padding-top: 5px;
  }
  .tablet-padding-top-10px {
    padding-top: 10px;
  }
  .tablet-padding-top-20px {
    padding-top: 20px;
  }
  .tablet-padding-top-30px {
    padding-top: 30px;
  }
  .tablet-padding-top-40px {
    padding-top: 40px;
  }
  .tablet-padding-top-50px {
    padding-top: 50px;
  }
  .tablet-padding-top-60px {
    padding-top: 60px;
  }
  .tablet-padding-top-70px {
    padding-top: 70px;
  }
  .tablet-padding-top-80px {
    padding-top: 80px;
  }
  .tablet-padding-top-90px {
    padding-top: 90px;
  }
  .tablet-padding-top-100px {
    padding-top: 100px;
  }
  .tablet-padding-top-120px {
    padding-top: 120px;
  }
  .tablet-padding-bottom-none {
    padding-bottom: 0;
  }
  .tablet-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .tablet-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .tablet-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .tablet-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .tablet-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .tablet-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .tablet-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .tablet-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .tablet-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .tablet-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .tablet-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .tablet-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .tablet-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 1279px) {
  .tablet-margin-all-2px {
    margin: 2px;
  }
  .tablet-margin-all-5px {
    margin: 5px;
  }
  .tablet-margin-all-10px {
    margin: 10px;
  }
  .tablet-margin-all-20px {
    margin: 20px;
  }
  .tablet-margin-all-30px {
    margin: 30px;
  }
  .tablet-margin-all-40px {
    margin: 40px;
  }
  .tablet-margin-all-50px {
    margin: 50px;
  }
  .tablet-margin-all-60px {
    margin: 60px;
  }
  .tablet-margin-all-70px {
    margin: 70px;
  }
  .tablet-margin-all-80px {
    margin: 80px;
  }
  .tablet-margin-all-90px {
    margin: 90px;
  }
  .tablet-margin-all-100px {
    margin: 100px;
  }
  .tablet-margin-all-120px {
    margin: 120px;
  }
  .tablet-margin-left-none {
    margin-left: 0;
  }
  .tablet-margin-left-2px {
    margin-left: 2px;
  }
  .tablet-margin-left-5px {
    margin-left: 5px;
  }
  .tablet-margin-left-10px {
    margin-left: 10px;
  }
  .tablet-margin-left-20px {
    margin-left: 20px;
  }
  .tablet-margin-left-30px {
    margin-left: 30px;
  }
  .tablet-margin-left-40px {
    margin-left: 40px;
  }
  .tablet-margin-left-50px {
    margin-left: 50px;
  }
  .tablet-margin-left-60px {
    margin-left: 60px;
  }
  .tablet-margin-left-70px {
    margin-left: 70px;
  }
  .tablet-margin-left-80px {
    margin-left: 80px;
  }
  .tablet-margin-left-90px {
    margin-left: 90px;
  }
  .tablet-margin-left-100px {
    margin-left: 100px;
  }
  .tablet-margin-left-120px {
    margin-left: 120px;
  }
  .tablet-margin-right-none {
    margin-right: 0;
  }
  .tablet-margin-right-2px {
    margin-right: 2px;
  }
  .tablet-margin-right-5px {
    margin-right: 5px;
  }
  .tablet-margin-right-10px {
    margin-right: 10px;
  }
  .tablet-margin-right-20px {
    margin-right: 20px;
  }
  .tablet-margin-right-30px {
    margin-right: 30px;
  }
  .tablet-margin-right-40px {
    margin-right: 40px;
  }
  .tablet-margin-right-50px {
    margin-right: 50px;
  }
  .tablet-margin-right-60px {
    margin-right: 60px;
  }
  .tablet-margin-right-70px {
    margin-right: 70px;
  }
  .tablet-margin-right-80px {
    margin-right: 80px;
  }
  .tablet-margin-right-90px {
    margin-right: 90px;
  }
  .tablet-margin-right-100px {
    margin-right: 100px;
  }
  .tablet-margin-right-120px {
    margin-right: 120px;
  }
  .tablet-margin-top-none {
    margin-top: 0;
  }
  .tablet-margin-top-2px {
    margin-top: 2px;
  }
  .tablet-margin-top-5px {
    margin-top: 5px;
  }
  .tablet-margin-top-10px {
    margin-top: 10px;
  }
  .tablet-margin-top-20px {
    margin-top: 20px;
  }
  .tablet-margin-top-30px {
    margin-top: 30px;
  }
  .tablet-margin-top-40px {
    margin-top: 40px;
  }
  .tablet-margin-top-50px {
    margin-top: 50px;
  }
  .tablet-margin-top-60px {
    margin-top: 60px;
  }
  .tablet-margin-top-70px {
    margin-top: 70px;
  }
  .tablet-margin-top-80px {
    margin-top: 80px;
  }
  .tablet-margin-top-90px {
    margin-top: 90px;
  }
  .tablet-margin-top-100px {
    margin-top: 100px;
  }
  .tablet-margin-top-120px {
    margin-top: 120px;
  }
  .tablet-margin-bottom-none {
    margin-bottom: 0;
  }
  .tablet-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .tablet-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .tablet-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .tablet-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .tablet-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .tablet-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .tablet-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .tablet-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .tablet-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .tablet-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .tablet-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .tablet-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .tablet-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-padding-all-none {
    padding: 0;
  }
  .mobile-padding-all-2px {
    padding: 2px;
  }
  .mobile-padding-all-5px {
    padding: 5px;
  }
  .mobile-padding-all-10px {
    padding: 10px;
  }
  .mobile-padding-all-20px {
    padding: 20px;
  }
  .mobile-padding-all-30px {
    padding: 30px;
  }
  .mobile-padding-all-40px {
    padding: 40px;
  }
  .mobile-padding-all-50px {
    padding: 50px;
  }
  .mobile-padding-all-60px {
    padding: 60px;
  }
  .mobile-padding-all-70px {
    padding: 70px;
  }
  .mobile-padding-all-80px {
    padding: 80px;
  }
  .mobile-padding-all-90px {
    padding: 90px;
  }
  .mobile-padding-all-100px {
    padding: 100px;
  }
  .mobile-padding-all-120px {
    padding: 120px;
  }
  .mobile-padding-left-none {
    padding-left: 0;
  }
  .mobile-padding-left-2px {
    padding-left: 2px;
  }
  .mobile-padding-left-5px {
    padding-left: 5px;
  }
  .mobile-padding-left-10px {
    padding-left: 10px;
  }
  .mobile-padding-left-20px {
    padding-left: 20px;
  }
  .mobile-padding-left-30px {
    padding-left: 30px;
  }
  .mobile-padding-left-40px {
    padding-left: 40px;
  }
  .mobile-padding-left-50px {
    padding-left: 50px;
  }
  .mobile-padding-left-60px {
    padding-left: 60px;
  }
  .mobile-padding-left-70px {
    padding-left: 70px;
  }
  .mobile-padding-left-80px {
    padding-left: 80px;
  }
  .mobile-padding-left-90px {
    padding-left: 90px;
  }
  .mobile-padding-left-100px {
    padding-left: 100px;
  }
  .mobile-padding-left-120px {
    padding-left: 120px;
  }
  .mobile-padding-right-none {
    padding-right: 0;
  }
  .mobile-padding-right-2px {
    padding-right: 2px;
  }
  .mobile-padding-right-5px {
    padding-right: 5px;
  }
  .mobile-padding-right-10px {
    padding-right: 10px;
  }
  .mobile-padding-right-20px {
    padding-right: 20px;
  }
  .mobile-padding-right-30px {
    padding-right: 30px;
  }
  .mobile-padding-right-40px {
    padding-right: 40px;
  }
  .mobile-padding-right-50px {
    padding-right: 50px;
  }
  .mobile-padding-right-60px {
    padding-right: 60px;
  }
  .mobile-padding-right-70px {
    padding-right: 70px;
  }
  .mobile-padding-right-80px {
    padding-right: 80px;
  }
  .mobile-padding-right-90px {
    padding-right: 90px;
  }
  .mobile-padding-right-100px {
    padding-right: 100px;
  }
  .mobile-padding-right-120px {
    padding-right: 120px;
  }
  .mobile-padding-top-none {
    padding-top: 0;
  }
  .mobile-padding-top-2px {
    padding-top: 2px;
  }
  .mobile-padding-top-5px {
    padding-top: 5px;
  }
  .mobile-padding-top-10px {
    padding-top: 10px;
  }
  .mobile-padding-top-20px {
    padding-top: 20px;
  }
  .mobile-padding-top-30px {
    padding-top: 30px;
  }
  .mobile-padding-top-40px {
    padding-top: 40px;
  }
  .mobile-padding-top-50px {
    padding-top: 50px;
  }
  .mobile-padding-top-60px {
    padding-top: 60px;
  }
  .mobile-padding-top-70px {
    padding-top: 70px;
  }
  .mobile-padding-top-80px {
    padding-top: 80px;
  }
  .mobile-padding-top-90px {
    padding-top: 90px;
  }
  .mobile-padding-top-100px {
    padding-top: 100px;
  }
  .mobile-padding-top-120px {
    padding-top: 120px;
  }
  .mobile-padding-bottom-none {
    padding-bottom: 0;
  }
  .mobile-padding-bottom-2px {
    padding-bottom: 2px;
  }
  .mobile-padding-bottom-5px {
    padding-bottom: 5px;
  }
  .mobile-padding-bottom-10px {
    padding-bottom: 10px;
  }
  .mobile-padding-bottom-20px {
    padding-bottom: 20px;
  }
  .mobile-padding-bottom-30px {
    padding-bottom: 30px;
  }
  .mobile-padding-bottom-40px {
    padding-bottom: 40px;
  }
  .mobile-padding-bottom-50px {
    padding-bottom: 50px;
  }
  .mobile-padding-bottom-60px {
    padding-bottom: 60px;
  }
  .mobile-padding-bottom-70px {
    padding-bottom: 70px;
  }
  .mobile-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .mobile-padding-bottom-90px {
    padding-bottom: 90px;
  }
  .mobile-padding-bottom-100px {
    padding-bottom: 100px;
  }
  .mobile-padding-bottom-120px {
    padding-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-margin-all-2px {
    margin: 2px;
  }
  .mobile-margin-all-5px {
    margin: 5px;
  }
  .mobile-margin-all-10px {
    margin: 10px;
  }
  .mobile-margin-all-20px {
    margin: 20px;
  }
  .mobile-margin-all-30px {
    margin: 30px;
  }
  .mobile-margin-all-40px {
    margin: 40px;
  }
  .mobile-margin-all-50px {
    margin: 50px;
  }
  .mobile-margin-all-60px {
    margin: 60px;
  }
  .mobile-margin-all-70px {
    margin: 70px;
  }
  .mobile-margin-all-80px {
    margin: 80px;
  }
  .mobile-margin-all-90px {
    margin: 90px;
  }
  .mobile-margin-all-100px {
    margin: 100px;
  }
  .mobile-margin-all-120px {
    margin: 120px;
  }
  .mobile-margin-left-none {
    margin-left: 0;
  }
  .mobile-margin-left-2px {
    margin-left: 2px;
  }
  .mobile-margin-left-5px {
    margin-left: 5px;
  }
  .mobile-margin-left-10px {
    margin-left: 10px;
  }
  .mobile-margin-left-20px {
    margin-left: 20px;
  }
  .mobile-margin-left-30px {
    margin-left: 30px;
  }
  .mobile-margin-left-40px {
    margin-left: 40px;
  }
  .mobile-margin-left-50px {
    margin-left: 50px;
  }
  .mobile-margin-left-60px {
    margin-left: 60px;
  }
  .mobile-margin-left-70px {
    margin-left: 70px;
  }
  .mobile-margin-left-80px {
    margin-left: 80px;
  }
  .mobile-margin-left-90px {
    margin-left: 90px;
  }
  .mobile-margin-left-100px {
    margin-left: 100px;
  }
  .mobile-margin-left-120px {
    margin-left: 120px;
  }
  .mobile-margin-right-none {
    margin-right: 0;
  }
  .mobile-margin-right-2px {
    margin-right: 2px;
  }
  .mobile-margin-right-5px {
    margin-right: 5px;
  }
  .mobile-margin-right-10px {
    margin-right: 10px;
  }
  .mobile-margin-right-20px {
    margin-right: 20px;
  }
  .mobile-margin-right-30px {
    margin-right: 30px;
  }
  .mobile-margin-right-40px {
    margin-right: 40px;
  }
  .mobile-margin-right-50px {
    margin-right: 50px;
  }
  .mobile-margin-right-60px {
    margin-right: 60px;
  }
  .mobile-margin-right-70px {
    margin-right: 70px;
  }
  .mobile-margin-right-80px {
    margin-right: 80px;
  }
  .mobile-margin-right-90px {
    margin-right: 90px;
  }
  .mobile-margin-right-100px {
    margin-right: 100px;
  }
  .mobile-margin-right-120px {
    margin-right: 120px;
  }
  .mobile-margin-top-none {
    margin-top: 0;
  }
  .mobile-margin-top-2px {
    margin-top: 2px;
  }
  .mobile-margin-top-5px {
    margin-top: 5px;
  }
  .mobile-margin-top-10px {
    margin-top: 10px;
  }
  .mobile-margin-top-20px {
    margin-top: 20px;
  }
  .mobile-margin-top-30px {
    margin-top: 30px;
  }
  .mobile-margin-top-40px {
    margin-top: 40px;
  }
  .mobile-margin-top-50px {
    margin-top: 50px;
  }
  .mobile-margin-top-60px {
    margin-top: 60px;
  }
  .mobile-margin-top-70px {
    margin-top: 70px;
  }
  .mobile-margin-top-80px {
    margin-top: 80px;
  }
  .mobile-margin-top-90px {
    margin-top: 90px;
  }
  .mobile-margin-top-100px {
    margin-top: 100px;
  }
  .mobile-margin-top-120px {
    margin-top: 120px;
  }
  .mobile-margin-bottom-none {
    margin-bottom: 0;
  }
  .mobile-margin-bottom-2px {
    margin-bottom: 2px;
  }
  .mobile-margin-bottom-5px {
    margin-bottom: 5px;
  }
  .mobile-margin-bottom-10px {
    margin-bottom: 10px;
  }
  .mobile-margin-bottom-20px {
    margin-bottom: 20px;
  }
  .mobile-margin-bottom-30px {
    margin-bottom: 30px;
  }
  .mobile-margin-bottom-40px {
    margin-bottom: 40px;
  }
  .mobile-margin-bottom-50px {
    margin-bottom: 50px;
  }
  .mobile-margin-bottom-60px {
    margin-bottom: 60px;
  }
  .mobile-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .mobile-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .mobile-margin-bottom-90px {
    margin-bottom: 90px;
  }
  .mobile-margin-bottom-100px {
    margin-bottom: 100px;
  }
  .mobile-margin-bottom-120px {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .mobile-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobile-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .mobile-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .mobile-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .mobile-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .mobile-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .mobile-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .mobile-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .tablet-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tablet-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tablet-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tablet-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tablet-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .desktop-grid-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .desktop-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .desktop-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .desktop-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .desktop-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .desktop-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .desktop-grid-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .desktop-grid-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .desktop-grid-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .desktop-grid-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .desktop-grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .grid-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .grid-hide-mobile {
    display: none !important;
  }
}

.grid-content {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .mobile-col-start-1 {
    grid-column-start: 1;
  }
  .mobile-col-start-2 {
    grid-column-start: 2;
  }
  .mobile-col-start-3 {
    grid-column-start: 3;
  }
  .mobile-col-start-4 {
    grid-column-start: 4;
  }
  .mobile-col-start-5 {
    grid-column-start: 5;
  }
  .mobile-col-start-6 {
    grid-column-start: 6;
  }
  .mobile-col-start-7 {
    grid-column-start: 7;
  }
  .mobile-col-start-8 {
    grid-column-start: 8;
  }
  .mobile-col-start-9 {
    grid-column-start: 9;
  }
  .mobile-col-start-10 {
    grid-column-start: 10;
  }
  .mobile-col-start-11 {
    grid-column-start: 11;
  }
  .mobile-col-start-12 {
    grid-column-start: 12;
  }
  .mobile-col-end-1 {
    grid-column-end: 2;
  }
  .mobile-col-end-2 {
    grid-column-end: 3;
  }
  .mobile-col-end-3 {
    grid-column-end: 4;
  }
  .mobile-col-end-4 {
    grid-column-end: 5;
  }
  .mobile-col-end-5 {
    grid-column-end: 6;
  }
  .mobile-col-end-6 {
    grid-column-end: 7;
  }
  .mobile-col-end-7 {
    grid-column-end: 8;
  }
  .mobile-col-end-8 {
    grid-column-end: 9;
  }
  .mobile-col-end-9 {
    grid-column-end: 10;
  }
  .mobile-col-end-10 {
    grid-column-end: 11;
  }
  .mobile-col-end-11 {
    grid-column-end: 12;
  }
  .mobile-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-col-start-1 {
    grid-column-start: 1;
  }
  .tablet-col-start-2 {
    grid-column-start: 2;
  }
  .tablet-col-start-3 {
    grid-column-start: 3;
  }
  .tablet-col-start-4 {
    grid-column-start: 4;
  }
  .tablet-col-start-5 {
    grid-column-start: 5;
  }
  .tablet-col-start-6 {
    grid-column-start: 6;
  }
  .tablet-col-start-7 {
    grid-column-start: 7;
  }
  .tablet-col-start-8 {
    grid-column-start: 8;
  }
  .tablet-col-start-9 {
    grid-column-start: 9;
  }
  .tablet-col-start-10 {
    grid-column-start: 10;
  }
  .tablet-col-start-11 {
    grid-column-start: 11;
  }
  .tablet-col-start-12 {
    grid-column-start: 12;
  }
  .tablet-col-end-1 {
    grid-column-end: 2;
  }
  .tablet-col-end-2 {
    grid-column-end: 3;
  }
  .tablet-col-end-3 {
    grid-column-end: 4;
  }
  .tablet-col-end-4 {
    grid-column-end: 5;
  }
  .tablet-col-end-5 {
    grid-column-end: 6;
  }
  .tablet-col-end-6 {
    grid-column-end: 7;
  }
  .tablet-col-end-7 {
    grid-column-end: 8;
  }
  .tablet-col-end-8 {
    grid-column-end: 9;
  }
  .tablet-col-end-9 {
    grid-column-end: 10;
  }
  .tablet-col-end-10 {
    grid-column-end: 11;
  }
  .tablet-col-end-11 {
    grid-column-end: 12;
  }
  .tablet-col-end-12 {
    grid-column-end: 13;
  }
}
@media (min-width: 1280px) {
  .desktop-col-start-1 {
    grid-column-start: 1;
  }
  .desktop-col-start-2 {
    grid-column-start: 2;
  }
  .desktop-col-start-3 {
    grid-column-start: 3;
  }
  .desktop-col-start-4 {
    grid-column-start: 4;
  }
  .desktop-col-start-5 {
    grid-column-start: 5;
  }
  .desktop-col-start-6 {
    grid-column-start: 6;
  }
  .desktop-col-start-7 {
    grid-column-start: 7;
  }
  .desktop-col-start-8 {
    grid-column-start: 8;
  }
  .desktop-col-start-9 {
    grid-column-start: 9;
  }
  .desktop-col-start-10 {
    grid-column-start: 10;
  }
  .desktop-col-start-11 {
    grid-column-start: 11;
  }
  .desktop-col-start-12 {
    grid-column-start: 12;
  }
  .desktop-col-end-1 {
    grid-column-end: 2;
  }
  .desktop-col-end-2 {
    grid-column-end: 3;
  }
  .desktop-col-end-3 {
    grid-column-end: 4;
  }
  .desktop-col-end-4 {
    grid-column-end: 5;
  }
  .desktop-col-end-5 {
    grid-column-end: 6;
  }
  .desktop-col-end-6 {
    grid-column-end: 7;
  }
  .desktop-col-end-7 {
    grid-column-end: 8;
  }
  .desktop-col-end-8 {
    grid-column-end: 9;
  }
  .desktop-col-end-9 {
    grid-column-end: 10;
  }
  .desktop-col-end-10 {
    grid-column-end: 11;
  }
  .desktop-col-end-11 {
    grid-column-end: 12;
  }
  .desktop-col-end-12 {
    grid-column-end: 13;
  }
}
/* Rows */
@media (max-width: 599px) {
  .mobile-row-start-1 {
    grid-row-start: 1;
  }
  .mobile-row-start-2 {
    grid-row-start: 2;
  }
  .mobile-row-start-3 {
    grid-row-start: 3;
  }
  .mobile-row-start-4 {
    grid-row-start: 4;
  }
  .mobile-row-start-5 {
    grid-row-start: 5;
  }
  .mobile-row-start-6 {
    grid-row-start: 6;
  }
  .mobile-row-start-7 {
    grid-row-start: 7;
  }
  .mobile-row-start-8 {
    grid-row-start: 8;
  }
  .mobile-row-start-9 {
    grid-row-start: 9;
  }
  .mobile-row-start-10 {
    grid-row-start: 10;
  }
  .mobile-row-start-11 {
    grid-row-start: 11;
  }
  .mobile-row-start-12 {
    grid-row-start: 12;
  }
  .mobile-row-start-13 {
    grid-row-start: 13;
  }
  .mobile-row-start-14 {
    grid-row-start: 14;
  }
  .mobile-row-start-15 {
    grid-row-start: 15;
  }
  .mobile-row-start-16 {
    grid-row-start: 16;
  }
  .mobile-row-start-17 {
    grid-row-start: 17;
  }
  .mobile-row-start-18 {
    grid-row-start: 18;
  }
  .mobile-row-start-19 {
    grid-row-start: 19;
  }
  .mobile-row-start-20 {
    grid-row-start: 20;
  }
  .mobile-row-start-21 {
    grid-row-start: 21;
  }
  .mobile-row-start-22 {
    grid-row-start: 22;
  }
  .mobile-row-start-23 {
    grid-row-start: 23;
  }
  .mobile-row-start-24 {
    grid-row-start: 24;
  }
  .mobile-row-start-25 {
    grid-row-start: 25;
  }
  .mobile-row-start-26 {
    grid-row-start: 26;
  }
  .mobile-row-start-27 {
    grid-row-start: 27;
  }
  .mobile-row-start-28 {
    grid-row-start: 28;
  }
  .mobile-row-start-29 {
    grid-row-start: 29;
  }
  .mobile-row-start-30 {
    grid-row-start: 30;
  }
  .mobile-row-start-31 {
    grid-row-start: 31;
  }
  .mobile-row-start-32 {
    grid-row-start: 32;
  }
  .mobile-row-end-1 {
    grid-row-end: 2;
  }
  .mobile-row-end-2 {
    grid-row-end: 3;
  }
  .mobile-row-end-3 {
    grid-row-end: 4;
  }
  .mobile-row-end-4 {
    grid-row-end: 5;
  }
  .mobile-row-end-5 {
    grid-row-end: 6;
  }
  .mobile-row-end-6 {
    grid-row-end: 7;
  }
  .mobile-row-end-7 {
    grid-row-end: 8;
  }
  .mobile-row-end-8 {
    grid-row-end: 9;
  }
  .mobile-row-end-9 {
    grid-row-end: 10;
  }
  .mobile-row-end-10 {
    grid-row-end: 11;
  }
  .mobile-row-end-11 {
    grid-row-end: 12;
  }
  .mobile-row-end-12 {
    grid-row-end: 13;
  }
  .mobile-row-end-13 {
    grid-row-end: 14;
  }
  .mobile-row-end-14 {
    grid-row-end: 15;
  }
  .mobile-row-end-15 {
    grid-row-end: 16;
  }
  .mobile-row-end-16 {
    grid-row-end: 17;
  }
  .mobile-row-end-17 {
    grid-row-end: 18;
  }
  .mobile-row-end-18 {
    grid-row-end: 19;
  }
  .mobile-row-end-19 {
    grid-row-end: 20;
  }
  .mobile-row-end-20 {
    grid-row-end: 21;
  }
  .mobile-row-end-21 {
    grid-row-end: 22;
  }
  .mobile-row-end-22 {
    grid-row-end: 23;
  }
  .mobile-row-end-23 {
    grid-row-end: 24;
  }
  .mobile-row-end-24 {
    grid-row-end: 25;
  }
  .mobile-row-end-25 {
    grid-row-end: 26;
  }
  .mobile-row-end-26 {
    grid-row-end: 27;
  }
  .mobile-row-end-27 {
    grid-row-end: 28;
  }
  .mobile-row-end-28 {
    grid-row-end: 29;
  }
  .mobile-row-end-29 {
    grid-row-end: 30;
  }
  .mobile-row-end-30 {
    grid-row-end: 31;
  }
  .mobile-row-end-31 {
    grid-row-end: 32;
  }
  .mobile-row-end-32 {
    grid-row-end: 33;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-start-1 {
    grid-row-start: 1;
  }
  .tablet-row-start-2 {
    grid-row-start: 2;
  }
  .tablet-row-start-3 {
    grid-row-start: 3;
  }
  .tablet-row-start-4 {
    grid-row-start: 4;
  }
  .tablet-row-start-5 {
    grid-row-start: 5;
  }
  .tablet-row-start-6 {
    grid-row-start: 6;
  }
  .tablet-row-start-7 {
    grid-row-start: 7;
  }
  .tablet-row-start-8 {
    grid-row-start: 8;
  }
  .tablet-row-start-9 {
    grid-row-start: 9;
  }
  .tablet-row-start-10 {
    grid-row-start: 10;
  }
  .tablet-row-start-11 {
    grid-row-start: 11;
  }
  .tablet-row-start-12 {
    grid-row-start: 12;
  }
  .tablet-row-start-13 {
    grid-row-start: 13;
  }
  .tablet-row-start-14 {
    grid-row-start: 14;
  }
  .tablet-row-start-15 {
    grid-row-start: 15;
  }
  .tablet-row-start-16 {
    grid-row-start: 16;
  }
}
@media (min-width: 600px) and (max-width: 1279px) {
  .tablet-row-end-1 {
    grid-row-end: 2;
  }
  .tablet-row-end-2 {
    grid-row-end: 3;
  }
  .tablet-row-end-3 {
    grid-row-end: 4;
  }
  .tablet-row-end-4 {
    grid-row-end: 5;
  }
  .tablet-row-end-5 {
    grid-row-end: 6;
  }
  .tablet-row-end-6 {
    grid-row-end: 7;
  }
  .tablet-row-end-7 {
    grid-row-end: 8;
  }
  .tablet-row-end-8 {
    grid-row-end: 9;
  }
  .tablet-row-end-9 {
    grid-row-end: 10;
  }
  .tablet-row-end-10 {
    grid-row-end: 11;
  }
  .tablet-row-end-11 {
    grid-row-end: 12;
  }
  .tablet-row-end-12 {
    grid-row-end: 13;
  }
  .tablet-row-end-13 {
    grid-row-end: 14;
  }
  .tablet-row-end-14 {
    grid-row-end: 15;
  }
  .tablet-row-end-15 {
    grid-row-end: 16;
  }
  .tablet-row-end-16 {
    grid-row-end: 17;
  }
}

@media (min-width: 1280px) {
  .desktop-row-start-1 {
    grid-row-start: 1;
  }
  .desktop-row-start-2 {
    grid-row-start: 2;
  }
  .desktop-row-start-3 {
    grid-row-start: 3;
  }
  .desktop-row-start-4 {
    grid-row-start: 4;
  }
  .desktop-row-start-5 {
    grid-row-start: 5;
  }
  .desktop-row-start-6 {
    grid-row-start: 6;
  }
  .desktop-row-start-7 {
    grid-row-start: 7;
  }
  .desktop-row-start-8 {
    grid-row-start: 8;
  }
}
@media (min-width: 1280px) {
  .desktop-row-end-1 {
    grid-row-end: 2;
  }
  .desktop-row-end-2 {
    grid-row-end: 3;
  }
  .desktop-row-end-3 {
    grid-row-end: 4;
  }
  .desktop-row-end-4 {
    grid-row-end: 5;
  }
  .desktop-row-end-5 {
    grid-row-end: 6;
  }
  .desktop-row-end-6 {
    grid-row-end: 7;
  }
  .desktop-row-end-7 {
    grid-row-end: 8;
  }
  .desktop-row-end-8 {
    grid-row-end: 9;
  }
}

.grid-row-height-auto {
  grid-auto-rows: auto;
}
.grid-row-height-equal {
  grid-auto-rows: 1fr;
}
.grid-row-height-pixels-50 {
  grid-auto-rows: 50px;
}
.grid-row-height-pixels-100 {
  grid-auto-rows: 100px;
}
.grid-row-height-pixels-150 {
  grid-auto-rows: 150px;
}
.grid-row-height-pixels-200 {
  grid-auto-rows: 200px;
}
.grid-row-height-pixels-250 {
  grid-auto-rows: 250px;
}
.grid-row-height-pixels-300 {
  grid-auto-rows: 300px;
}
.grid-row-height-pixels-350 {
  grid-auto-rows: 350px;
}
.grid-row-height-pixels-400 {
  grid-auto-rows: 400px;
}
.grid-row-height-pixels-450 {
  grid-auto-rows: 450px;
}
.grid-row-height-pixels-500 {
  grid-auto-rows: 500px;
}
.grid-row-height-pixels-550 {
  grid-auto-rows: 550px;
}
.grid-row-height-pixels-600 {
  grid-auto-rows: 600px;
}
.grid-row-height-pixels-650 {
  grid-auto-rows: 650px;
}
.grid-row-height-pixels-700 {
  grid-auto-rows: 700px;
}
.grid-row-height-pixels-750 {
  grid-auto-rows: 750px;
}
.grid-row-height-pixels-800 {
  grid-auto-rows: 800px;
}
.grid-row-height-pixels-850 {
  grid-auto-rows: 850px;
}
.grid-row-height-pixels-900 {
  grid-auto-rows: 900px;
}
.grid-row-height-pixels-950 {
  grid-auto-rows: 950px;
}
.grid-row-height-pixels-1000 {
  grid-auto-rows: 1000px;
}
.grid-row-height-pixels-1050 {
  grid-auto-rows: 1050px;
}
.grid-row-height-pixels-1100 {
  grid-auto-rows: 1100px;
}
.grid-row-height-pixels-1150 {
  grid-auto-rows: 1150px;
}
.grid-row-height-pixels-1200 {
  grid-auto-rows: 1200px;
}
.grid-row-height-pixels-1250 {
  grid-auto-rows: 1250px;
}

@media (max-width: 1279px) {
  .tablet-grid-row-height-auto {
    grid-auto-rows: auto;
  }
  .tablet-grid-row-height-equal {
    grid-auto-rows: 1fr;
  }
  .tablet-grid-row-height-pixels-50 {
    grid-auto-rows: 50px;
  }
  .tablet-grid-row-height-pixels-100 {
    grid-auto-rows: 100px;
  }
  .tablet-grid-row-height-pixels-150 {
    grid-auto-rows: 150px;
  }
  .tablet-grid-row-height-pixels-200 {
    grid-auto-rows: 200px;
  }
  .tablet-grid-row-height-pixels-250 {
    grid-auto-rows: 250px;
  }
  .tablet-grid-row-height-pixels-300 {
    grid-auto-rows: 300px;
  }
  .tablet-grid-row-height-pixels-350 {
    grid-auto-rows: 350px;
  }
  .tablet-grid-row-height-pixels-400 {
    grid-auto-rows: 400px;
  }
  .tablet-grid-row-height-pixels-450 {
    grid-auto-rows: 450px;
  }
  .tablet-grid-row-height-pixels-500 {
    grid-auto-rows: 500px;
  }
  .tablet-grid-row-height-pixels-550 {
    grid-auto-rows: 550px;
  }
  .tablet-grid-row-height-pixels-600 {
    grid-auto-rows: 600px;
  }
  .tablet-grid-row-height-pixels-650 {
    grid-auto-rows: 650px;
  }
  .tablet-grid-row-height-pixels-700 {
    grid-auto-rows: 700px;
  }
  .tablet-grid-row-height-pixels-750 {
    grid-auto-rows: 750px;
  }
  .tablet-grid-row-height-pixels-800 {
    grid-auto-rows: 800px;
  }
  .tablet-grid-row-height-pixels-850 {
    grid-auto-rows: 850px;
  }
  .tablet-grid-row-height-pixels-900 {
    grid-auto-rows: 900px;
  }
  .tablet-grid-row-height-pixels-950 {
    grid-auto-rows: 950px;
  }
  .tablet-grid-row-height-pixels-1000 {
    grid-auto-rows: 1000px;
  }
  .tablet-grid-row-height-pixels-1050 {
    grid-auto-rows: 1050px;
  }
  .tablet-grid-row-height-pixels-1100 {
    grid-auto-rows: 1100px;
  }
  .tablet-grid-row-height-pixels-1150 {
    grid-auto-rows: 1150px;
  }
  .tablet-grid-row-height-pixels-1200 {
    grid-auto-rows: 1200px;
  }
  .tablet-grid-row-height-pixels-1250 {
    grid-auto-rows: 1250px;
  }
}

@media (max-width: 599px) {
  .mobile-grid-row-height-auto {
    grid-auto-rows: auto;
  }
  .mobile-grid-row-height-equal {
    grid-auto-rows: 1fr;
  }
  .mobile-grid-row-height-pixels-50 {
    grid-auto-rows: 50px;
  }
  .mobile-grid-row-height-pixels-100 {
    grid-auto-rows: 100px;
  }
  .mobile-grid-row-height-pixels-150 {
    grid-auto-rows: 150px;
  }
  .mobile-grid-row-height-pixels-200 {
    grid-auto-rows: 200px;
  }
  .mobile-grid-row-height-pixels-250 {
    grid-auto-rows: 250px;
  }
  .mobile-grid-row-height-pixels-300 {
    grid-auto-rows: 300px;
  }
  .mobile-grid-row-height-pixels-350 {
    grid-auto-rows: 350px;
  }
  .mobile-grid-row-height-pixels-400 {
    grid-auto-rows: 400px;
  }
  .mobile-grid-row-height-pixels-450 {
    grid-auto-rows: 450px;
  }
  .mobile-grid-row-height-pixels-500 {
    grid-auto-rows: 500px;
  }
  .mobile-grid-row-height-pixels-550 {
    grid-auto-rows: 550px;
  }
  .mobile-grid-row-height-pixels-600 {
    grid-auto-rows: 600px;
  }
  .mobile-grid-row-height-pixels-650 {
    grid-auto-rows: 650px;
  }
  .mobile-grid-row-height-pixels-700 {
    grid-auto-rows: 700px;
  }
  .mobile-grid-row-height-pixels-750 {
    grid-auto-rows: 750px;
  }
  .mobile-grid-row-height-pixels-800 {
    grid-auto-rows: 800px;
  }
  .mobile-grid-row-height-pixels-850 {
    grid-auto-rows: 850px;
  }
  .mobile-grid-row-height-pixels-900 {
    grid-auto-rows: 900px;
  }
  .mobile-grid-row-height-pixels-950 {
    grid-auto-rows: 950px;
  }
  .mobile-grid-row-height-pixels-1000 {
    grid-auto-rows: 1000px;
  }
  .mobile-grid-row-height-pixels-1050 {
    grid-auto-rows: 1050px;
  }
  .mobile-grid-row-height-pixels-1100 {
    grid-auto-rows: 1100px;
  }
  .mobile-grid-row-height-pixels-1150 {
    grid-auto-rows: 1150px;
  }
  .mobile-grid-row-height-pixels-1200 {
    grid-auto-rows: 1200px;
  }
  .mobile-grid-row-height-pixels-1250 {
    grid-auto-rows: 1250px;
  }
}

.layout-width-full-width, .layout-width-full-screen {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.layout-width-extra-wide {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .layout-width-extra-wide {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 2000px;
  }
}
@media (min-width: 1024px) {
  .layout-width-extra-wide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 2000px;
  }
}
.layout-width-site-width {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
  }
}
.layout-width-site-width-left {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-left {
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-left {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 1200px;
  }
}
.layout-width-site-width-right {
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .layout-width-site-width-right {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1200px;
  }
}
.layout-width-narrow {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .layout-width-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}
.layout-width-extra-narrow {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .layout-width-extra-narrow {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-width-extra-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 768px;
  }
}

.h-content-align-left {
  align-items: flex-start !important;
  text-align: left !important;
  justify-content: start;
  justify-items: start;
}
.h-content-align-centre {
  align-items: center !important;
  text-align: center !important;
  justify-content: center;
  justify-items: center;
}
.h-content-align-right {
  align-items: flex-end !important;
  text-align: right !important;
  justify-content: end;
  justify-items: end;
}

.v-content-align-top {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-centre {
  justify-content: center !important;
  align-content: center;
}
.v-content-align-bottom {
  justify-content: flex-end !important;
  align-content: end;
}
.v-content-align-fill {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill > *:last-child {
  margin-top: auto;
}
.v-content-align-fill-space {
  justify-content: flex-start !important;
  align-content: start;
}
.v-content-align-fill-space > *:last-child {
  margin-top: auto;
}

.layout-edge-to-edge-left {
  margin-left: auto;
}
.layout-edge-to-edge-right {
  margin-right: auto;
}
.layout-edge-to-edge-proportion-site-width-25 {
  max-width: calc(1200px * 0.25);
}
.layout-edge-to-edge-proportion-site-width-30 {
  max-width: calc(1200px * 0.3);
}
.layout-edge-to-edge-proportion-site-width-40 {
  max-width: calc(1200px * 0.4);
}
.layout-edge-to-edge-proportion-site-width-50 {
  max-width: calc(1200px * 0.5);
}
.layout-edge-to-edge-proportion-site-width-60 {
  max-width: calc(1200px * 0.6);
}
.layout-edge-to-edge-proportion-site-width-70 {
  max-width: calc(1200px * 0.7);
}
.layout-edge-to-edge-proportion-site-width-75 {
  max-width: calc(1200px * 0.75);
}
.layout-edge-to-edge-proportion-narrow-25 {
  max-width: calc(1024px * 0.25);
}
.layout-edge-to-edge-proportion-narrow-30 {
  max-width: calc(1024px * 0.3);
}
.layout-edge-to-edge-proportion-narrow-40 {
  max-width: calc(1024px * 0.4);
}
.layout-edge-to-edge-proportion-narrow-50 {
  max-width: calc(1024px * 0.5);
}
.layout-edge-to-edge-proportion-narrow-60 {
  max-width: calc(1024px * 0.6);
}
.layout-edge-to-edge-proportion-narrow-70 {
  max-width: calc(1024px * 0.7);
}
.layout-edge-to-edge-proportion-narrow-75 {
  max-width: calc(1024px * 0.75);
}

.no-overflow-y {
  overflow-y: hidden;
}

.height-auto {
  height: auto;
  min-height: unset;
}
.height-percent-5 {
  min-height: calc(5vh - 186px);
  height: calc(5vh - 186px);
  /*&.pageheader {
      min-height: calc(5vh);
  }*/
}
.height-max-percent-5 {
  max-height: calc(5vh - 186px);
  /*&.pageheader {
      max-height: calc(5vh);
  }*/
}
.height-percent-10 {
  min-height: calc(10vh - 186px);
  height: calc(10vh - 186px);
  /*&.pageheader {
      min-height: calc(10vh);
  }*/
}
.height-max-percent-10 {
  max-height: calc(10vh - 186px);
  /*&.pageheader {
      max-height: calc(10vh);
  }*/
}
.height-percent-15 {
  min-height: calc(15vh - 186px);
  height: calc(15vh - 186px);
  /*&.pageheader {
      min-height: calc(15vh);
  }*/
}
.height-max-percent-15 {
  max-height: calc(15vh - 186px);
  /*&.pageheader {
      max-height: calc(15vh);
  }*/
}
.height-percent-20 {
  min-height: calc(20vh - 186px);
  height: calc(20vh - 186px);
  /*&.pageheader {
      min-height: calc(20vh);
  }*/
}
.height-max-percent-20 {
  max-height: calc(20vh - 186px);
  /*&.pageheader {
      max-height: calc(20vh);
  }*/
}
.height-percent-25 {
  min-height: calc(25vh - 186px);
  height: calc(25vh - 186px);
  /*&.pageheader {
      min-height: calc(25vh);
  }*/
}
.height-max-percent-25 {
  max-height: calc(25vh - 186px);
  /*&.pageheader {
      max-height: calc(25vh);
  }*/
}
.height-percent-30 {
  min-height: calc(30vh - 186px);
  height: calc(30vh - 186px);
  /*&.pageheader {
      min-height: calc(30vh);
  }*/
}
.height-max-percent-30 {
  max-height: calc(30vh - 186px);
  /*&.pageheader {
      max-height: calc(30vh);
  }*/
}
.height-percent-35 {
  min-height: calc(35vh - 186px);
  height: calc(35vh - 186px);
  /*&.pageheader {
      min-height: calc(35vh);
  }*/
}
.height-max-percent-35 {
  max-height: calc(35vh - 186px);
  /*&.pageheader {
      max-height: calc(35vh);
  }*/
}
.height-percent-40 {
  min-height: calc(40vh - 186px);
  height: calc(40vh - 186px);
  /*&.pageheader {
      min-height: calc(40vh);
  }*/
}
.height-max-percent-40 {
  max-height: calc(40vh - 186px);
  /*&.pageheader {
      max-height: calc(40vh);
  }*/
}
.height-percent-45 {
  min-height: calc(45vh - 186px);
  height: calc(45vh - 186px);
  /*&.pageheader {
      min-height: calc(45vh);
  }*/
}
.height-max-percent-45 {
  max-height: calc(45vh - 186px);
  /*&.pageheader {
      max-height: calc(45vh);
  }*/
}
.height-percent-50 {
  min-height: calc(50vh - 186px);
  height: calc(50vh - 186px);
  /*&.pageheader {
      min-height: calc(50vh);
  }*/
}
.height-max-percent-50 {
  max-height: calc(50vh - 186px);
  /*&.pageheader {
      max-height: calc(50vh);
  }*/
}
.height-percent-55 {
  min-height: calc(55vh - 186px);
  height: calc(55vh - 186px);
  /*&.pageheader {
      min-height: calc(55vh);
  }*/
}
.height-max-percent-55 {
  max-height: calc(55vh - 186px);
  /*&.pageheader {
      max-height: calc(55vh);
  }*/
}
.height-percent-60 {
  min-height: calc(60vh - 186px);
  height: calc(60vh - 186px);
  /*&.pageheader {
      min-height: calc(60vh);
  }*/
}
.height-max-percent-60 {
  max-height: calc(60vh - 186px);
  /*&.pageheader {
      max-height: calc(60vh);
  }*/
}
.height-percent-65 {
  min-height: calc(65vh - 186px);
  height: calc(65vh - 186px);
  /*&.pageheader {
      min-height: calc(65vh);
  }*/
}
.height-max-percent-65 {
  max-height: calc(65vh - 186px);
  /*&.pageheader {
      max-height: calc(65vh);
  }*/
}
.height-percent-70 {
  min-height: calc(70vh - 186px);
  height: calc(70vh - 186px);
  /*&.pageheader {
      min-height: calc(70vh);
  }*/
}
.height-max-percent-70 {
  max-height: calc(70vh - 186px);
  /*&.pageheader {
      max-height: calc(70vh);
  }*/
}
.height-percent-75 {
  min-height: calc(75vh - 186px);
  height: calc(75vh - 186px);
  /*&.pageheader {
      min-height: calc(75vh);
  }*/
}
.height-max-percent-75 {
  max-height: calc(75vh - 186px);
  /*&.pageheader {
      max-height: calc(75vh);
  }*/
}
.height-percent-80 {
  min-height: calc(80vh - 186px);
  height: calc(80vh - 186px);
  /*&.pageheader {
      min-height: calc(80vh);
  }*/
}
.height-max-percent-80 {
  max-height: calc(80vh - 186px);
  /*&.pageheader {
      max-height: calc(80vh);
  }*/
}
.height-percent-85 {
  min-height: calc(85vh - 186px);
  height: calc(85vh - 186px);
  /*&.pageheader {
      min-height: calc(85vh);
  }*/
}
.height-max-percent-85 {
  max-height: calc(85vh - 186px);
  /*&.pageheader {
      max-height: calc(85vh);
  }*/
}
.height-percent-90 {
  min-height: calc(90vh - 186px);
  height: calc(90vh - 186px);
  /*&.pageheader {
      min-height: calc(90vh);
  }*/
}
.height-max-percent-90 {
  max-height: calc(90vh - 186px);
  /*&.pageheader {
      max-height: calc(90vh);
  }*/
}
.height-percent-95 {
  min-height: calc(95vh - 186px);
  height: calc(95vh - 186px);
  /*&.pageheader {
      min-height: calc(95vh);
  }*/
}
.height-max-percent-95 {
  max-height: calc(95vh - 186px);
  /*&.pageheader {
      max-height: calc(95vh);
  }*/
}
.height-percent-100 {
  min-height: calc(100vh - 186px);
  height: calc(100vh - 186px);
  /*&.pageheader {
      min-height: calc(100vh);
  }*/
}
.height-max-percent-100 {
  max-height: calc(100vh - 186px);
  /*&.pageheader {
      max-height: calc(100vh);
  }*/
}
.height-pixels-50 {
  min-height: 50px;
  height: 50px;
}
.height-max-pixels-50 {
  max-height: 50px;
}
.height-pixels-100 {
  min-height: 100px;
  height: 100px;
}
.height-max-pixels-100 {
  max-height: 100px;
}
.height-pixels-150 {
  min-height: 150px;
  height: 150px;
}
.height-max-pixels-150 {
  max-height: 150px;
}
.height-pixels-200 {
  min-height: 200px;
  height: 200px;
}
.height-max-pixels-200 {
  max-height: 200px;
}
.height-pixels-250 {
  min-height: 250px;
  height: 250px;
}
.height-max-pixels-250 {
  max-height: 250px;
}
.height-pixels-300 {
  min-height: 300px;
  height: 300px;
}
.height-max-pixels-300 {
  max-height: 300px;
}
.height-pixels-350 {
  min-height: 350px;
  height: 350px;
}
.height-max-pixels-350 {
  max-height: 350px;
}
.height-pixels-400 {
  min-height: 400px;
  height: 400px;
}
.height-max-pixels-400 {
  max-height: 400px;
}
.height-pixels-450 {
  min-height: 450px;
  height: 450px;
}
.height-max-pixels-450 {
  max-height: 450px;
}
.height-pixels-500 {
  min-height: 500px;
  height: 500px;
}
.height-max-pixels-500 {
  max-height: 500px;
}
.height-pixels-550 {
  min-height: 550px;
  height: 550px;
}
.height-max-pixels-550 {
  max-height: 550px;
}
.height-pixels-600 {
  min-height: 600px;
  height: 600px;
}
.height-max-pixels-600 {
  max-height: 600px;
}
.height-pixels-650 {
  min-height: 650px;
  height: 650px;
}
.height-max-pixels-650 {
  max-height: 650px;
}
.height-pixels-700 {
  min-height: 700px;
  height: 700px;
}
.height-max-pixels-700 {
  max-height: 700px;
}
.height-pixels-750 {
  min-height: 750px;
  height: 750px;
}
.height-max-pixels-750 {
  max-height: 750px;
}
.height-pixels-800 {
  min-height: 800px;
  height: 800px;
}
.height-max-pixels-800 {
  max-height: 800px;
}
.height-pixels-850 {
  min-height: 850px;
  height: 850px;
}
.height-max-pixels-850 {
  max-height: 850px;
}
.height-pixels-900 {
  min-height: 900px;
  height: 900px;
}
.height-max-pixels-900 {
  max-height: 900px;
}
.height-pixels-950 {
  min-height: 950px;
  height: 950px;
}
.height-max-pixels-950 {
  max-height: 950px;
}
.height-pixels-1000 {
  min-height: 1000px;
  height: 1000px;
}
.height-max-pixels-1000 {
  max-height: 1000px;
}
.height-pixels-1050 {
  min-height: 1050px;
  height: 1050px;
}
.height-max-pixels-1050 {
  max-height: 1050px;
}
.height-pixels-1100 {
  min-height: 1100px;
  height: 1100px;
}
.height-max-pixels-1100 {
  max-height: 1100px;
}
.height-pixels-1150 {
  min-height: 1150px;
  height: 1150px;
}
.height-max-pixels-1150 {
  max-height: 1150px;
}
.height-pixels-1200 {
  min-height: 1200px;
  height: 1200px;
}
.height-max-pixels-1200 {
  max-height: 1200px;
}
.height-pixels-1250 {
  min-height: 1250px;
  height: 1250px;
}
.height-max-pixels-1250 {
  max-height: 1250px;
}
.height-pixels-1300 {
  min-height: 1300px;
  height: 1300px;
}
.height-max-pixels-1300 {
  max-height: 1300px;
}
.height-pixels-1350 {
  min-height: 1350px;
  height: 1350px;
}
.height-max-pixels-1350 {
  max-height: 1350px;
}
.height-pixels-1400 {
  min-height: 1400px;
  height: 1400px;
}
.height-max-pixels-1400 {
  max-height: 1400px;
}
.height-pixels-1450 {
  min-height: 1450px;
  height: 1450px;
}
.height-max-pixels-1450 {
  max-height: 1450px;
}
.height-pixels-1500 {
  min-height: 1500px;
  height: 1500px;
}
.height-max-pixels-1500 {
  max-height: 1500px;
}

@media (max-width: 1279px) {
  .tablet-no-overflow-y {
    overflow-y: hidden;
  }
  .tablet-height-auto {
    height: auto;
    min-height: unset;
  }
  .tablet-height-percent-5 {
    min-height: calc(5vh - 186px);
    height: calc(5vh - 186px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .tablet-height-max-percent-5 {
    max-height: calc(5vh - 186px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .tablet-height-percent-10 {
    min-height: calc(10vh - 186px);
    height: calc(10vh - 186px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .tablet-height-max-percent-10 {
    max-height: calc(10vh - 186px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .tablet-height-percent-15 {
    min-height: calc(15vh - 186px);
    height: calc(15vh - 186px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .tablet-height-max-percent-15 {
    max-height: calc(15vh - 186px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .tablet-height-percent-20 {
    min-height: calc(20vh - 186px);
    height: calc(20vh - 186px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .tablet-height-max-percent-20 {
    max-height: calc(20vh - 186px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .tablet-height-percent-25 {
    min-height: calc(25vh - 186px);
    height: calc(25vh - 186px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .tablet-height-max-percent-25 {
    max-height: calc(25vh - 186px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .tablet-height-percent-30 {
    min-height: calc(30vh - 186px);
    height: calc(30vh - 186px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .tablet-height-max-percent-30 {
    max-height: calc(30vh - 186px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .tablet-height-percent-35 {
    min-height: calc(35vh - 186px);
    height: calc(35vh - 186px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .tablet-height-max-percent-35 {
    max-height: calc(35vh - 186px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .tablet-height-percent-40 {
    min-height: calc(40vh - 186px);
    height: calc(40vh - 186px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .tablet-height-max-percent-40 {
    max-height: calc(40vh - 186px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .tablet-height-percent-45 {
    min-height: calc(45vh - 186px);
    height: calc(45vh - 186px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .tablet-height-max-percent-45 {
    max-height: calc(45vh - 186px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .tablet-height-percent-50 {
    min-height: calc(50vh - 186px);
    height: calc(50vh - 186px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .tablet-height-max-percent-50 {
    max-height: calc(50vh - 186px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .tablet-height-percent-55 {
    min-height: calc(55vh - 186px);
    height: calc(55vh - 186px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .tablet-height-max-percent-55 {
    max-height: calc(55vh - 186px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .tablet-height-percent-60 {
    min-height: calc(60vh - 186px);
    height: calc(60vh - 186px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .tablet-height-max-percent-60 {
    max-height: calc(60vh - 186px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .tablet-height-percent-65 {
    min-height: calc(65vh - 186px);
    height: calc(65vh - 186px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .tablet-height-max-percent-65 {
    max-height: calc(65vh - 186px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .tablet-height-percent-70 {
    min-height: calc(70vh - 186px);
    height: calc(70vh - 186px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .tablet-height-max-percent-70 {
    max-height: calc(70vh - 186px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .tablet-height-percent-75 {
    min-height: calc(75vh - 186px);
    height: calc(75vh - 186px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .tablet-height-max-percent-75 {
    max-height: calc(75vh - 186px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .tablet-height-percent-80 {
    min-height: calc(80vh - 186px);
    height: calc(80vh - 186px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .tablet-height-max-percent-80 {
    max-height: calc(80vh - 186px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .tablet-height-percent-85 {
    min-height: calc(85vh - 186px);
    height: calc(85vh - 186px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .tablet-height-max-percent-85 {
    max-height: calc(85vh - 186px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .tablet-height-percent-90 {
    min-height: calc(90vh - 186px);
    height: calc(90vh - 186px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .tablet-height-max-percent-90 {
    max-height: calc(90vh - 186px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .tablet-height-percent-95 {
    min-height: calc(95vh - 186px);
    height: calc(95vh - 186px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .tablet-height-max-percent-95 {
    max-height: calc(95vh - 186px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .tablet-height-percent-100 {
    min-height: calc(100vh - 186px);
    height: calc(100vh - 186px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .tablet-height-max-percent-100 {
    max-height: calc(100vh - 186px);
    /*&.pageheader {
        max-height: calc(100vh);
    }*/
  }
  .tablet-height-pixels-50 {
    min-height: 50px !important;
    height: 50px !important;
  }
  .tablet-height-max-pixels-50 {
    max-height: 50px !important;
  }
  .tablet-height-pixels-100 {
    min-height: 100px !important;
    height: 100px !important;
  }
  .tablet-height-max-pixels-100 {
    max-height: 100px !important;
  }
  .tablet-height-pixels-150 {
    min-height: 150px !important;
    height: 150px !important;
  }
  .tablet-height-max-pixels-150 {
    max-height: 150px !important;
  }
  .tablet-height-pixels-200 {
    min-height: 200px !important;
    height: 200px !important;
  }
  .tablet-height-max-pixels-200 {
    max-height: 200px !important;
  }
  .tablet-height-pixels-250 {
    min-height: 250px !important;
    height: 250px !important;
  }
  .tablet-height-max-pixels-250 {
    max-height: 250px !important;
  }
  .tablet-height-pixels-300 {
    min-height: 300px !important;
    height: 300px !important;
  }
  .tablet-height-max-pixels-300 {
    max-height: 300px !important;
  }
  .tablet-height-pixels-350 {
    min-height: 350px !important;
    height: 350px !important;
  }
  .tablet-height-max-pixels-350 {
    max-height: 350px !important;
  }
  .tablet-height-pixels-400 {
    min-height: 400px !important;
    height: 400px !important;
  }
  .tablet-height-max-pixels-400 {
    max-height: 400px !important;
  }
  .tablet-height-pixels-450 {
    min-height: 450px !important;
    height: 450px !important;
  }
  .tablet-height-max-pixels-450 {
    max-height: 450px !important;
  }
  .tablet-height-pixels-500 {
    min-height: 500px !important;
    height: 500px !important;
  }
  .tablet-height-max-pixels-500 {
    max-height: 500px !important;
  }
  .tablet-height-pixels-550 {
    min-height: 550px !important;
    height: 550px !important;
  }
  .tablet-height-max-pixels-550 {
    max-height: 550px !important;
  }
  .tablet-height-pixels-600 {
    min-height: 600px !important;
    height: 600px !important;
  }
  .tablet-height-max-pixels-600 {
    max-height: 600px !important;
  }
  .tablet-height-pixels-650 {
    min-height: 650px !important;
    height: 650px !important;
  }
  .tablet-height-max-pixels-650 {
    max-height: 650px !important;
  }
  .tablet-height-pixels-700 {
    min-height: 700px !important;
    height: 700px !important;
  }
  .tablet-height-max-pixels-700 {
    max-height: 700px !important;
  }
  .tablet-height-pixels-750 {
    min-height: 750px !important;
    height: 750px !important;
  }
  .tablet-height-max-pixels-750 {
    max-height: 750px !important;
  }
  .tablet-height-pixels-800 {
    min-height: 800px !important;
    height: 800px !important;
  }
  .tablet-height-max-pixels-800 {
    max-height: 800px !important;
  }
  .tablet-height-pixels-850 {
    min-height: 850px !important;
    height: 850px !important;
  }
  .tablet-height-max-pixels-850 {
    max-height: 850px !important;
  }
  .tablet-height-pixels-900 {
    min-height: 900px !important;
    height: 900px !important;
  }
  .tablet-height-max-pixels-900 {
    max-height: 900px !important;
  }
  .tablet-height-pixels-950 {
    min-height: 950px !important;
    height: 950px !important;
  }
  .tablet-height-max-pixels-950 {
    max-height: 950px !important;
  }
  .tablet-height-pixels-1000 {
    min-height: 1000px !important;
    height: 1000px !important;
  }
  .tablet-height-max-pixels-1000 {
    max-height: 1000px !important;
  }
  .tablet-height-pixels-1050 {
    min-height: 1050px !important;
    height: 1050px !important;
  }
  .tablet-height-max-pixels-1050 {
    max-height: 1050px !important;
  }
  .tablet-height-pixels-1100 {
    min-height: 1100px !important;
    height: 1100px !important;
  }
  .tablet-height-max-pixels-1100 {
    max-height: 1100px !important;
  }
  .tablet-height-pixels-1150 {
    min-height: 1150px !important;
    height: 1150px !important;
  }
  .tablet-height-max-pixels-1150 {
    max-height: 1150px !important;
  }
  .tablet-height-pixels-1200 {
    min-height: 1200px !important;
    height: 1200px !important;
  }
  .tablet-height-max-pixels-1200 {
    max-height: 1200px !important;
  }
  .tablet-height-pixels-1250 {
    min-height: 1250px !important;
    height: 1250px !important;
  }
  .tablet-height-max-pixels-1250 {
    max-height: 1250px !important;
  }
  .tablet-height-pixels-1300 {
    min-height: 1300px !important;
    height: 1300px !important;
  }
  .tablet-height-max-pixels-1300 {
    max-height: 1300px !important;
  }
  .tablet-height-pixels-1350 {
    min-height: 1350px !important;
    height: 1350px !important;
  }
  .tablet-height-max-pixels-1350 {
    max-height: 1350px !important;
  }
  .tablet-height-pixels-1400 {
    min-height: 1400px !important;
    height: 1400px !important;
  }
  .tablet-height-max-pixels-1400 {
    max-height: 1400px !important;
  }
  .tablet-height-pixels-1450 {
    min-height: 1450px !important;
    height: 1450px !important;
  }
  .tablet-height-max-pixels-1450 {
    max-height: 1450px !important;
  }
  .tablet-height-pixels-1500 {
    min-height: 1500px !important;
    height: 1500px !important;
  }
  .tablet-height-max-pixels-1500 {
    max-height: 1500px !important;
  }
}

@media (max-width: 599px) {
  .mobile-no-overflow-y {
    overflow-y: hidden;
  }
  .mobile-height-auto {
    height: auto;
    min-height: unset;
  }
  .mobile-height-percent-5 {
    min-height: calc(5vh - 186px);
    height: calc(5vh - 186px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .mobile-height-max-percent-5 {
    max-height: calc(5vh - 186px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .mobile-height-percent-10 {
    min-height: calc(10vh - 186px);
    height: calc(10vh - 186px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .mobile-height-max-percent-10 {
    max-height: calc(10vh - 186px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .mobile-height-percent-15 {
    min-height: calc(15vh - 186px);
    height: calc(15vh - 186px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .mobile-height-max-percent-15 {
    max-height: calc(15vh - 186px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .mobile-height-percent-20 {
    min-height: calc(20vh - 186px);
    height: calc(20vh - 186px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .mobile-height-max-percent-20 {
    max-height: calc(20vh - 186px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .mobile-height-percent-25 {
    min-height: calc(25vh - 186px);
    height: calc(25vh - 186px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .mobile-height-max-percent-25 {
    max-height: calc(25vh - 186px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .mobile-height-percent-30 {
    min-height: calc(30vh - 186px);
    height: calc(30vh - 186px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .mobile-height-max-percent-30 {
    max-height: calc(30vh - 186px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .mobile-height-percent-35 {
    min-height: calc(35vh - 186px);
    height: calc(35vh - 186px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .mobile-height-max-percent-35 {
    max-height: calc(35vh - 186px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .mobile-height-percent-40 {
    min-height: calc(40vh - 186px);
    height: calc(40vh - 186px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .mobile-height-max-percent-40 {
    max-height: calc(40vh - 186px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .mobile-height-percent-45 {
    min-height: calc(45vh - 186px);
    height: calc(45vh - 186px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .mobile-height-max-percent-45 {
    max-height: calc(45vh - 186px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .mobile-height-percent-50 {
    min-height: calc(50vh - 186px);
    height: calc(50vh - 186px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .mobile-height-max-percent-50 {
    max-height: calc(50vh - 186px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .mobile-height-percent-55 {
    min-height: calc(55vh - 186px);
    height: calc(55vh - 186px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .mobile-height-max-percent-55 {
    max-height: calc(55vh - 186px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .mobile-height-percent-60 {
    min-height: calc(60vh - 186px);
    height: calc(60vh - 186px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .mobile-height-max-percent-60 {
    max-height: calc(60vh - 186px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .mobile-height-percent-65 {
    min-height: calc(65vh - 186px);
    height: calc(65vh - 186px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .mobile-height-max-percent-65 {
    max-height: calc(65vh - 186px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .mobile-height-percent-70 {
    min-height: calc(70vh - 186px);
    height: calc(70vh - 186px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .mobile-height-max-percent-70 {
    max-height: calc(70vh - 186px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .mobile-height-percent-75 {
    min-height: calc(75vh - 186px);
    height: calc(75vh - 186px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .mobile-height-max-percent-75 {
    max-height: calc(75vh - 186px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .mobile-height-percent-80 {
    min-height: calc(80vh - 186px);
    height: calc(80vh - 186px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .mobile-height-max-percent-80 {
    max-height: calc(80vh - 186px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .mobile-height-percent-85 {
    min-height: calc(85vh - 186px);
    height: calc(85vh - 186px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .mobile-height-max-percent-85 {
    max-height: calc(85vh - 186px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .mobile-height-percent-90 {
    min-height: calc(90vh - 186px);
    height: calc(90vh - 186px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .mobile-height-max-percent-90 {
    max-height: calc(90vh - 186px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .mobile-height-percent-95 {
    min-height: calc(95vh - 186px);
    height: calc(95vh - 186px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .mobile-height-max-percent-95 {
    max-height: calc(95vh - 186px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .mobile-height-percent-100 {
    min-height: calc(100vh - 186px);
    height: calc(100vh - 186px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .mobile-height-max-percent-100 {
    max-height: calc(100vh - 186px);
    /*&.pageheader {
        max-height: calc(100vh);
    }*/
  }
  .mobile-height-pixels-50 {
    min-height: 50px !important;
    height: 50px !important;
  }
  .mobile-height-max-pixels-50 {
    max-height: 50px !important;
  }
  .mobile-height-pixels-100 {
    min-height: 100px !important;
    height: 100px !important;
  }
  .mobile-height-max-pixels-100 {
    max-height: 100px !important;
  }
  .mobile-height-pixels-150 {
    min-height: 150px !important;
    height: 150px !important;
  }
  .mobile-height-max-pixels-150 {
    max-height: 150px !important;
  }
  .mobile-height-pixels-200 {
    min-height: 200px !important;
    height: 200px !important;
  }
  .mobile-height-max-pixels-200 {
    max-height: 200px !important;
  }
  .mobile-height-pixels-250 {
    min-height: 250px !important;
    height: 250px !important;
  }
  .mobile-height-max-pixels-250 {
    max-height: 250px !important;
  }
  .mobile-height-pixels-300 {
    min-height: 300px !important;
    height: 300px !important;
  }
  .mobile-height-max-pixels-300 {
    max-height: 300px !important;
  }
  .mobile-height-pixels-350 {
    min-height: 350px !important;
    height: 350px !important;
  }
  .mobile-height-max-pixels-350 {
    max-height: 350px !important;
  }
  .mobile-height-pixels-400 {
    min-height: 400px !important;
    height: 400px !important;
  }
  .mobile-height-max-pixels-400 {
    max-height: 400px !important;
  }
  .mobile-height-pixels-450 {
    min-height: 450px !important;
    height: 450px !important;
  }
  .mobile-height-max-pixels-450 {
    max-height: 450px !important;
  }
  .mobile-height-pixels-500 {
    min-height: 500px !important;
    height: 500px !important;
  }
  .mobile-height-max-pixels-500 {
    max-height: 500px !important;
  }
  .mobile-height-pixels-550 {
    min-height: 550px !important;
    height: 550px !important;
  }
  .mobile-height-max-pixels-550 {
    max-height: 550px !important;
  }
  .mobile-height-pixels-600 {
    min-height: 600px !important;
    height: 600px !important;
  }
  .mobile-height-max-pixels-600 {
    max-height: 600px !important;
  }
  .mobile-height-pixels-650 {
    min-height: 650px !important;
    height: 650px !important;
  }
  .mobile-height-max-pixels-650 {
    max-height: 650px !important;
  }
  .mobile-height-pixels-700 {
    min-height: 700px !important;
    height: 700px !important;
  }
  .mobile-height-max-pixels-700 {
    max-height: 700px !important;
  }
  .mobile-height-pixels-750 {
    min-height: 750px !important;
    height: 750px !important;
  }
  .mobile-height-max-pixels-750 {
    max-height: 750px !important;
  }
  .mobile-height-pixels-800 {
    min-height: 800px !important;
    height: 800px !important;
  }
  .mobile-height-max-pixels-800 {
    max-height: 800px !important;
  }
  .mobile-height-pixels-850 {
    min-height: 850px !important;
    height: 850px !important;
  }
  .mobile-height-max-pixels-850 {
    max-height: 850px !important;
  }
  .mobile-height-pixels-900 {
    min-height: 900px !important;
    height: 900px !important;
  }
  .mobile-height-max-pixels-900 {
    max-height: 900px !important;
  }
  .mobile-height-pixels-950 {
    min-height: 950px !important;
    height: 950px !important;
  }
  .mobile-height-max-pixels-950 {
    max-height: 950px !important;
  }
  .mobile-height-pixels-1000 {
    min-height: 1000px !important;
    height: 1000px !important;
  }
  .mobile-height-max-pixels-1000 {
    max-height: 1000px !important;
  }
  .mobile-height-pixels-1050 {
    min-height: 1050px !important;
    height: 1050px !important;
  }
  .mobile-height-max-pixels-1050 {
    max-height: 1050px !important;
  }
  .mobile-height-pixels-1100 {
    min-height: 1100px !important;
    height: 1100px !important;
  }
  .mobile-height-max-pixels-1100 {
    max-height: 1100px !important;
  }
  .mobile-height-pixels-1150 {
    min-height: 1150px !important;
    height: 1150px !important;
  }
  .mobile-height-max-pixels-1150 {
    max-height: 1150px !important;
  }
  .mobile-height-pixels-1200 {
    min-height: 1200px !important;
    height: 1200px !important;
  }
  .mobile-height-max-pixels-1200 {
    max-height: 1200px !important;
  }
  .mobile-height-pixels-1250 {
    min-height: 1250px !important;
    height: 1250px !important;
  }
  .mobile-height-max-pixels-1250 {
    max-height: 1250px !important;
  }
  .mobile-height-pixels-1300 {
    min-height: 1300px !important;
    height: 1300px !important;
  }
  .mobile-height-max-pixels-1300 {
    max-height: 1300px !important;
  }
  .mobile-height-pixels-1350 {
    min-height: 1350px !important;
    height: 1350px !important;
  }
  .mobile-height-max-pixels-1350 {
    max-height: 1350px !important;
  }
  .mobile-height-pixels-1400 {
    min-height: 1400px !important;
    height: 1400px !important;
  }
  .mobile-height-max-pixels-1400 {
    max-height: 1400px !important;
  }
  .mobile-height-pixels-1450 {
    min-height: 1450px !important;
    height: 1450px !important;
  }
  .mobile-height-max-pixels-1450 {
    max-height: 1450px !important;
  }
  .mobile-height-pixels-1500 {
    min-height: 1500px !important;
    height: 1500px !important;
  }
  .mobile-height-max-pixels-1500 {
    max-height: 1500px !important;
  }
}

.sub-component.height-percent-5 {
  min-height: 5%;
  height: 5%;
}
.sub-component.height-max-percent-5 {
  max-height: 5%;
}
.sub-component.height-percent-10 {
  min-height: 10%;
  height: 10%;
}
.sub-component.height-max-percent-10 {
  max-height: 10%;
}
.sub-component.height-percent-15 {
  min-height: 15%;
  height: 15%;
}
.sub-component.height-max-percent-15 {
  max-height: 15%;
}
.sub-component.height-percent-20 {
  min-height: 20%;
  height: 20%;
}
.sub-component.height-max-percent-20 {
  max-height: 20%;
}
.sub-component.height-percent-25 {
  min-height: 25%;
  height: 25%;
}
.sub-component.height-max-percent-25 {
  max-height: 25%;
}
.sub-component.height-percent-30 {
  min-height: 30%;
  height: 30%;
}
.sub-component.height-max-percent-30 {
  max-height: 30%;
}
.sub-component.height-percent-35 {
  min-height: 35%;
  height: 35%;
}
.sub-component.height-max-percent-35 {
  max-height: 35%;
}
.sub-component.height-percent-40 {
  min-height: 40%;
  height: 40%;
}
.sub-component.height-max-percent-40 {
  max-height: 40%;
}
.sub-component.height-percent-45 {
  min-height: 45%;
  height: 45%;
}
.sub-component.height-max-percent-45 {
  max-height: 45%;
}
.sub-component.height-percent-50 {
  min-height: 50%;
  height: 50%;
}
.sub-component.height-max-percent-50 {
  max-height: 50%;
}
.sub-component.height-percent-55 {
  min-height: 55%;
  height: 55%;
}
.sub-component.height-max-percent-55 {
  max-height: 55%;
}
.sub-component.height-percent-60 {
  min-height: 60%;
  height: 60%;
}
.sub-component.height-max-percent-60 {
  max-height: 60%;
}
.sub-component.height-percent-65 {
  min-height: 65%;
  height: 65%;
}
.sub-component.height-max-percent-65 {
  max-height: 65%;
}
.sub-component.height-percent-70 {
  min-height: 70%;
  height: 70%;
}
.sub-component.height-max-percent-70 {
  max-height: 70%;
}
.sub-component.height-percent-75 {
  min-height: 75%;
  height: 75%;
}
.sub-component.height-max-percent-75 {
  max-height: 75%;
}
.sub-component.height-percent-80 {
  min-height: 80%;
  height: 80%;
}
.sub-component.height-max-percent-80 {
  max-height: 80%;
}
.sub-component.height-percent-85 {
  min-height: 85%;
  height: 85%;
}
.sub-component.height-max-percent-85 {
  max-height: 85%;
}
.sub-component.height-percent-90 {
  min-height: 90%;
  height: 90%;
}
.sub-component.height-max-percent-90 {
  max-height: 90%;
}
.sub-component.height-percent-95 {
  min-height: 95%;
  height: 95%;
}
.sub-component.height-max-percent-95 {
  max-height: 95%;
}
.sub-component.height-percent-100 {
  min-height: 100%;
  height: 100%;
}
.sub-component.height-max-percent-100 {
  max-height: 100%;
}
@media (max-width: 1279px) {
  .sub-component .tablet-height-percent-5 {
    min-height: 5%;
    height: 5%;
  }
  .sub-component .tablet-height-max-percent-5 {
    max-height: 5%;
  }
  .sub-component .tablet-height-percent-10 {
    min-height: 10%;
    height: 10%;
  }
  .sub-component .tablet-height-max-percent-10 {
    max-height: 10%;
  }
  .sub-component .tablet-height-percent-15 {
    min-height: 15%;
    height: 15%;
  }
  .sub-component .tablet-height-max-percent-15 {
    max-height: 15%;
  }
  .sub-component .tablet-height-percent-20 {
    min-height: 20%;
    height: 20%;
  }
  .sub-component .tablet-height-max-percent-20 {
    max-height: 20%;
  }
  .sub-component .tablet-height-percent-25 {
    min-height: 25%;
    height: 25%;
  }
  .sub-component .tablet-height-max-percent-25 {
    max-height: 25%;
  }
  .sub-component .tablet-height-percent-30 {
    min-height: 30%;
    height: 30%;
  }
  .sub-component .tablet-height-max-percent-30 {
    max-height: 30%;
  }
  .sub-component .tablet-height-percent-35 {
    min-height: 35%;
    height: 35%;
  }
  .sub-component .tablet-height-max-percent-35 {
    max-height: 35%;
  }
  .sub-component .tablet-height-percent-40 {
    min-height: 40%;
    height: 40%;
  }
  .sub-component .tablet-height-max-percent-40 {
    max-height: 40%;
  }
  .sub-component .tablet-height-percent-45 {
    min-height: 45%;
    height: 45%;
  }
  .sub-component .tablet-height-max-percent-45 {
    max-height: 45%;
  }
  .sub-component .tablet-height-percent-50 {
    min-height: 50%;
    height: 50%;
  }
  .sub-component .tablet-height-max-percent-50 {
    max-height: 50%;
  }
  .sub-component .tablet-height-percent-55 {
    min-height: 55%;
    height: 55%;
  }
  .sub-component .tablet-height-max-percent-55 {
    max-height: 55%;
  }
  .sub-component .tablet-height-percent-60 {
    min-height: 60%;
    height: 60%;
  }
  .sub-component .tablet-height-max-percent-60 {
    max-height: 60%;
  }
  .sub-component .tablet-height-percent-65 {
    min-height: 65%;
    height: 65%;
  }
  .sub-component .tablet-height-max-percent-65 {
    max-height: 65%;
  }
  .sub-component .tablet-height-percent-70 {
    min-height: 70%;
    height: 70%;
  }
  .sub-component .tablet-height-max-percent-70 {
    max-height: 70%;
  }
  .sub-component .tablet-height-percent-75 {
    min-height: 75%;
    height: 75%;
  }
  .sub-component .tablet-height-max-percent-75 {
    max-height: 75%;
  }
  .sub-component .tablet-height-percent-80 {
    min-height: 80%;
    height: 80%;
  }
  .sub-component .tablet-height-max-percent-80 {
    max-height: 80%;
  }
  .sub-component .tablet-height-percent-85 {
    min-height: 85%;
    height: 85%;
  }
  .sub-component .tablet-height-max-percent-85 {
    max-height: 85%;
  }
  .sub-component .tablet-height-percent-90 {
    min-height: 90%;
    height: 90%;
  }
  .sub-component .tablet-height-max-percent-90 {
    max-height: 90%;
  }
  .sub-component .tablet-height-percent-95 {
    min-height: 95%;
    height: 95%;
  }
  .sub-component .tablet-height-max-percent-95 {
    max-height: 95%;
  }
  .sub-component .tablet-height-percent-100 {
    min-height: 100%;
    height: 100%;
  }
  .sub-component .tablet-height-max-percent-100 {
    max-height: 100%;
  }
}
@media (max-width: 599px) {
  .sub-component .mobile-height-percent-5 {
    min-height: 5%;
    height: 5%;
  }
  .sub-component .mobile-height-max-percent-5 {
    max-height: 5%;
  }
  .sub-component .mobile-height-percent-10 {
    min-height: 10%;
    height: 10%;
  }
  .sub-component .mobile-height-max-percent-10 {
    max-height: 10%;
  }
  .sub-component .mobile-height-percent-15 {
    min-height: 15%;
    height: 15%;
  }
  .sub-component .mobile-height-max-percent-15 {
    max-height: 15%;
  }
  .sub-component .mobile-height-percent-20 {
    min-height: 20%;
    height: 20%;
  }
  .sub-component .mobile-height-max-percent-20 {
    max-height: 20%;
  }
  .sub-component .mobile-height-percent-25 {
    min-height: 25%;
    height: 25%;
  }
  .sub-component .mobile-height-max-percent-25 {
    max-height: 25%;
  }
  .sub-component .mobile-height-percent-30 {
    min-height: 30%;
    height: 30%;
  }
  .sub-component .mobile-height-max-percent-30 {
    max-height: 30%;
  }
  .sub-component .mobile-height-percent-35 {
    min-height: 35%;
    height: 35%;
  }
  .sub-component .mobile-height-max-percent-35 {
    max-height: 35%;
  }
  .sub-component .mobile-height-percent-40 {
    min-height: 40%;
    height: 40%;
  }
  .sub-component .mobile-height-max-percent-40 {
    max-height: 40%;
  }
  .sub-component .mobile-height-percent-45 {
    min-height: 45%;
    height: 45%;
  }
  .sub-component .mobile-height-max-percent-45 {
    max-height: 45%;
  }
  .sub-component .mobile-height-percent-50 {
    min-height: 50%;
    height: 50%;
  }
  .sub-component .mobile-height-max-percent-50 {
    max-height: 50%;
  }
  .sub-component .mobile-height-percent-55 {
    min-height: 55%;
    height: 55%;
  }
  .sub-component .mobile-height-max-percent-55 {
    max-height: 55%;
  }
  .sub-component .mobile-height-percent-60 {
    min-height: 60%;
    height: 60%;
  }
  .sub-component .mobile-height-max-percent-60 {
    max-height: 60%;
  }
  .sub-component .mobile-height-percent-65 {
    min-height: 65%;
    height: 65%;
  }
  .sub-component .mobile-height-max-percent-65 {
    max-height: 65%;
  }
  .sub-component .mobile-height-percent-70 {
    min-height: 70%;
    height: 70%;
  }
  .sub-component .mobile-height-max-percent-70 {
    max-height: 70%;
  }
  .sub-component .mobile-height-percent-75 {
    min-height: 75%;
    height: 75%;
  }
  .sub-component .mobile-height-max-percent-75 {
    max-height: 75%;
  }
  .sub-component .mobile-height-percent-80 {
    min-height: 80%;
    height: 80%;
  }
  .sub-component .mobile-height-max-percent-80 {
    max-height: 80%;
  }
  .sub-component .mobile-height-percent-85 {
    min-height: 85%;
    height: 85%;
  }
  .sub-component .mobile-height-max-percent-85 {
    max-height: 85%;
  }
  .sub-component .mobile-height-percent-90 {
    min-height: 90%;
    height: 90%;
  }
  .sub-component .mobile-height-max-percent-90 {
    max-height: 90%;
  }
  .sub-component .mobile-height-percent-95 {
    min-height: 95%;
    height: 95%;
  }
  .sub-component .mobile-height-max-percent-95 {
    max-height: 95%;
  }
  .sub-component .mobile-height-percent-100 {
    min-height: 100%;
    height: 100%;
  }
  .sub-component .mobile-height-max-percent-100 {
    max-height: 100%;
  }
}

.width-auto {
  width: auto;
  min-width: unset;
}
.width-percent-5 {
  width: 5%;
}
.width-percent-10 {
  width: 10%;
}
.width-percent-15 {
  width: 15%;
}
.width-percent-20 {
  width: 20%;
}
.width-percent-25 {
  width: 25%;
}
.width-percent-30 {
  width: 30%;
}
.width-percent-35 {
  width: 35%;
}
.width-percent-40 {
  width: 40%;
}
.width-percent-45 {
  width: 45%;
}
.width-percent-50 {
  width: 50%;
}
.width-percent-55 {
  width: 55%;
}
.width-percent-60 {
  width: 60%;
}
.width-percent-65 {
  width: 65%;
}
.width-percent-70 {
  width: 70%;
}
.width-percent-75 {
  width: 75%;
}
.width-percent-80 {
  width: 80%;
}
.width-percent-85 {
  width: 85%;
}
.width-percent-90 {
  width: 90%;
}
.width-percent-95 {
  width: 95%;
}
.width-percent-100 {
  width: 100%;
}
.width-pixels-50 {
  width: 50px;
}
.width-pixels-100 {
  width: 100px;
}
.width-pixels-150 {
  width: 150px;
}
.width-pixels-200 {
  width: 200px;
}
.width-pixels-250 {
  width: 250px;
}
.width-pixels-300 {
  width: 300px;
}
.width-pixels-350 {
  width: 350px;
}
.width-pixels-400 {
  width: 400px;
}
.width-pixels-450 {
  width: 450px;
}
.width-pixels-500 {
  width: 500px;
}
.width-pixels-550 {
  width: 550px;
}
.width-pixels-600 {
  width: 600px;
}
.width-pixels-650 {
  width: 650px;
}
.width-pixels-700 {
  width: 700px;
}
.width-pixels-750 {
  width: 750px;
}
.width-pixels-800 {
  width: 800px;
}
.width-pixels-850 {
  width: 850px;
}
.width-pixels-900 {
  width: 900px;
}
.width-pixels-950 {
  width: 950px;
}
.width-pixels-1000 {
  width: 1000px;
}
.width-pixels-1050 {
  width: 1050px;
}
.width-pixels-1100 {
  width: 1100px;
}
.width-pixels-1150 {
  width: 1150px;
}
.width-pixels-1200 {
  width: 1200px;
}
.width-pixels-1250 {
  width: 1250px;
}

@media (max-width: 1279px) {
  .tablet-width-auto {
    width: auto;
    min-width: unset;
  }
  .tablet-width-percent-5 {
    width: 5%;
  }
  .tablet-width-percent-10 {
    width: 10%;
  }
  .tablet-width-percent-15 {
    width: 15%;
  }
  .tablet-width-percent-20 {
    width: 20%;
  }
  .tablet-width-percent-25 {
    width: 25%;
  }
  .tablet-width-percent-30 {
    width: 30%;
  }
  .tablet-width-percent-35 {
    width: 35%;
  }
  .tablet-width-percent-40 {
    width: 40%;
  }
  .tablet-width-percent-45 {
    width: 45%;
  }
  .tablet-width-percent-50 {
    width: 50%;
  }
  .tablet-width-percent-55 {
    width: 55%;
  }
  .tablet-width-percent-60 {
    width: 60%;
  }
  .tablet-width-percent-65 {
    width: 65%;
  }
  .tablet-width-percent-70 {
    width: 70%;
  }
  .tablet-width-percent-75 {
    width: 75%;
  }
  .tablet-width-percent-80 {
    width: 80%;
  }
  .tablet-width-percent-85 {
    width: 85%;
  }
  .tablet-width-percent-90 {
    width: 90%;
  }
  .tablet-width-percent-95 {
    width: 95%;
  }
  .tablet-width-percent-100 {
    width: 100%;
  }
  .tablet-width-pixels-50 {
    width: 50px;
  }
  .tablet-width-pixels-100 {
    width: 100px;
  }
  .tablet-width-pixels-150 {
    width: 150px;
  }
  .tablet-width-pixels-200 {
    width: 200px;
  }
  .tablet-width-pixels-250 {
    width: 250px;
  }
  .tablet-width-pixels-300 {
    width: 300px;
  }
  .tablet-width-pixels-350 {
    width: 350px;
  }
  .tablet-width-pixels-400 {
    width: 400px;
  }
  .tablet-width-pixels-450 {
    width: 450px;
  }
  .tablet-width-pixels-500 {
    width: 500px;
  }
  .tablet-width-pixels-550 {
    width: 550px;
  }
  .tablet-width-pixels-600 {
    width: 600px;
  }
  .tablet-width-pixels-650 {
    width: 650px;
  }
  .tablet-width-pixels-700 {
    width: 700px;
  }
  .tablet-width-pixels-750 {
    width: 750px;
  }
  .tablet-width-pixels-800 {
    width: 800px;
  }
  .tablet-width-pixels-850 {
    width: 850px;
  }
  .tablet-width-pixels-900 {
    width: 900px;
  }
  .tablet-width-pixels-950 {
    width: 950px;
  }
  .tablet-width-pixels-1000 {
    width: 1000px;
  }
  .tablet-width-pixels-1050 {
    width: 1050px;
  }
  .tablet-width-pixels-1100 {
    width: 1100px;
  }
  .tablet-width-pixels-1150 {
    width: 1150px;
  }
  .tablet-width-pixels-1200 {
    width: 1200px;
  }
  .tablet-width-pixels-1250 {
    width: 1250px;
  }
}

@media (max-width: 599px) {
  .mobile-width-auto {
    width: auto;
    min-width: unset;
  }
  .mobile-width-percent-5 {
    width: 5%;
  }
  .mobile-width-percent-10 {
    width: 10%;
  }
  .mobile-width-percent-15 {
    width: 15%;
  }
  .mobile-width-percent-20 {
    width: 20%;
  }
  .mobile-width-percent-25 {
    width: 25%;
  }
  .mobile-width-percent-30 {
    width: 30%;
  }
  .mobile-width-percent-35 {
    width: 35%;
  }
  .mobile-width-percent-40 {
    width: 40%;
  }
  .mobile-width-percent-45 {
    width: 45%;
  }
  .mobile-width-percent-50 {
    width: 50%;
  }
  .mobile-width-percent-55 {
    width: 55%;
  }
  .mobile-width-percent-60 {
    width: 60%;
  }
  .mobile-width-percent-65 {
    width: 65%;
  }
  .mobile-width-percent-70 {
    width: 70%;
  }
  .mobile-width-percent-75 {
    width: 75%;
  }
  .mobile-width-percent-80 {
    width: 80%;
  }
  .mobile-width-percent-85 {
    width: 85%;
  }
  .mobile-width-percent-90 {
    width: 90%;
  }
  .mobile-width-percent-95 {
    width: 95%;
  }
  .mobile-width-percent-100 {
    width: 100%;
  }
  .mobile-width-pixels-50 {
    width: 50px;
  }
  .mobile-width-pixels-100 {
    width: 100px;
  }
  .mobile-width-pixels-150 {
    width: 150px;
  }
  .mobile-width-pixels-200 {
    width: 200px;
  }
  .mobile-width-pixels-250 {
    width: 250px;
  }
  .mobile-width-pixels-300 {
    width: 300px;
  }
  .mobile-width-pixels-350 {
    width: 350px;
  }
  .mobile-width-pixels-400 {
    width: 400px;
  }
  .mobile-width-pixels-450 {
    width: 450px;
  }
  .mobile-width-pixels-500 {
    width: 500px;
  }
  .mobile-width-pixels-550 {
    width: 550px;
  }
  .mobile-width-pixels-600 {
    width: 600px;
  }
  .mobile-width-pixels-650 {
    width: 650px;
  }
  .mobile-width-pixels-700 {
    width: 700px;
  }
  .mobile-width-pixels-750 {
    width: 750px;
  }
  .mobile-width-pixels-800 {
    width: 800px;
  }
  .mobile-width-pixels-850 {
    width: 850px;
  }
  .mobile-width-pixels-900 {
    width: 900px;
  }
  .mobile-width-pixels-950 {
    width: 950px;
  }
  .mobile-width-pixels-1000 {
    width: 1000px;
  }
  .mobile-width-pixels-1050 {
    width: 1050px;
  }
  .mobile-width-pixels-1100 {
    width: 1100px;
  }
  .mobile-width-pixels-1150 {
    width: 1150px;
  }
  .mobile-width-pixels-1200 {
    width: 1200px;
  }
  .mobile-width-pixels-1250 {
    width: 1250px;
  }
}

.split-50-50 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
  .split-50-50 {
    grid-template-columns: 1fr;
  }
}
.split-60-40 {
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 599px) {
  .split-60-40 {
    grid-template-columns: 1fr;
  }
}
.split-40-60 {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 599px) {
  .split-40-60 {
    grid-template-columns: 1fr;
  }
}
.split-70-30 {
  grid-template-columns: 7fr 3fr;
}
@media (max-width: 599px) {
  .split-70-30 {
    grid-template-columns: 1fr;
  }
}
.split-30-70 {
  grid-template-columns: 3fr 7fr;
}
@media (max-width: 599px) {
  .split-30-70 {
    grid-template-columns: 1fr;
  }
}
.split-75-25 {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 599px) {
  .split-75-25 {
    grid-template-columns: 1fr;
  }
}
.split-25-75 {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 599px) {
  .split-25-75 {
    grid-template-columns: 1fr;
  }
}
.split-auto {
  grid-template-columns: auto auto;
}
@media (max-width: 599px) {
  .split-auto {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "cardillac";
  src: url("/css/fonts/cardillactext-regular-webfont.woff2") format("woff2"), url("/css/fonts/cardillactext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Text Styles */
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body, p, ul {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  max-width: 100%;
  letter-spacing: 0px;
}

ul, ol {
  padding-left: 24px;
}

strong, b {
  font-weight: 700;
}

h1, .h1 {
  font-size: 60px;
  font-size: clamp(40px, 40px + (60 - 40) * (100vw - 768px) / (1600 - 768), 60px);
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 60px;
  font-size: clamp(40px, 40px + (60 - 40) * (100vw - 768px) / (1600 - 768), 60px);
}
@media (max-width: 599px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 50px;
  font-size: clamp(32px, 32px + (50 - 32) * (100vw - 768px) / (1600 - 768), 50px);
}
@media (max-width: 599px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 50px;
  font-size: clamp(32px, 32px + (50 - 32) * (100vw - 768px) / (1600 - 768), 50px);
}
@media (max-width: 599px) {
  h4, .h4 {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 32px;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 768px) / (1600 - 768), 32px);
}
@media (max-width: 599px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 32px;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 768px) / (1600 - 768), 32px);
}
@media (max-width: 599px) {
  h6, .h6 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Helvetica, sans-serif;
  position: relative;
  margin: 0;
  transition: all 0.2s;
  font-weight: 400;
  line-height: 1.1;
}

.x-large-text {
  font-size: 50px;
  line-height: 1.1;
  margin: 20px 0;
  text-transform: uppercase;
}

.large-text {
  font-size: 32px;
  line-height: 1.1;
  margin: 20px 0;
  text-transform: uppercase;
}

.subheading {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 22px;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 768px) / (1600 - 768), 24px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}

.eyebrow {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 768px) / (1600 - 768), 14px);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

li {
  margin: 10px 0;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.small-text {
  font-size: 14px;
  line-height: 1.3;
}

.text-bold {
  font-weight: 700;
}

.text-semi-bold {
  font-weight: 600;
}

.text-emphasis {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

blockquote {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 22px;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 768px) / (1600 - 768), 22px);
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
  position: relative;
  margin: 0 20px;
  quotes: "“" "”" "‘" "’";
}
@media (max-width: 767px) {
  blockquote {
    max-width: calc(100% - 40px);
  }
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.more, .less {
  cursor: pointer;
  color: #d4291c;
}
.more:hover, .less:hover {
  text-decoration: underline;
}

.breadcrumb {
  display: grid;
  display: -ms-grid;
  font-size: 14px;
  grid-template-columns: min-content;
  column-gap: 10px;
  margin: 10px 0;
}
.breadcrumb-current {
  font-weight: 600;
  text-decoration: none;
  font-weight: bold;
  grid-row-start: 1;
  white-space: nowrap;
}
.breadcrumb .divider {
  grid-row-start: 1;
}
.breadcrumb-link {
  font-weight: 400;
  grid-row-start: 1;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb-link-hover {
  text-decoration: underline;
}

.text-left {
  align-items: flex-start !important;
  text-align: left !important;
}
.text-center {
  align-items: center !important;
  text-align: center !important;
}
.text-right {
  align-items: flex-end !important;
  text-align: right !important;
}
.text-top {
  justify-content: flex-start !important;
}
.text-middle {
  justify-content: center !important;
}
.text-bottom {
  justify-content: flex-end !important;
}
.text-fill {
  justify-content: flex-start !important;
}
.text-fill > *:last-child {
  margin-top: auto;
}

.no-line-break {
  white-space: nowrap;
}

.clipping-path-circle {
  clip-path: circle();
}
.clipping-path-loganair-frame {
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 0 40px;
  overflow: hidden;
}
.clipping-path-curved-edge-right {
  clip-path: ellipse(100% 110% at 0 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-right-mobile {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-right-tablet {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-right-desktop {
    clip-path: ellipse(100% 110% at 0 50%);
  }
}
.clipping-path-curved-edge-left {
  clip-path: ellipse(100% 110% at 100% 50%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-left-mobile {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-left-tablet {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-left-desktop {
    clip-path: ellipse(100% 110% at 100% 50%);
  }
}
.clipping-path-curved-edge-top {
  clip-path: ellipse(110% 100% at 50% 100%);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-top-mobile {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-top-tablet {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-top-desktop {
    clip-path: ellipse(110% 100% at 50% 100%);
  }
}
.clipping-path-curved-edge-bottom {
  clip-path: ellipse(110% 100% at 50% 0);
}
@media (max-width: 599px) {
  .clipping-path-curved-edge-bottom-mobile {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 600px) {
  .clipping-path-curved-edge-bottom-tablet {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}
@media (min-width: 1280px) {
  .clipping-path-curved-edge-bottom-desktop {
    clip-path: ellipse(110% 100% at 50% 0);
  }
}

.corner-border-placeholder {
  position: absolute;
  width: 100%;
  transform: rotate(45deg);
  transform-origin: top right;
  /* The below properties need calculating on the fly and adding as a style.
  background-color: white;
  height: 3px;
  top: 37px;
  left: 3px; */
}

/* Nav Styles */
.body-no-scroll {
  overflow-y: hidden;
}

.anchor-link {
  scroll-margin-top: 72px;
}

#nav-scroll-marker {
  position: absolute;
  top: 500px;
  width: 1px;
  height: 1px;
  left: 1px;
}

.nav {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  box-sizing: border-box;
}
.nav-classic {
  justify-content: flex-start;
}
.nav-center {
  justify-content: center;
}
.nav-logo {
  margin: 0 auto 0 0;
  line-height: 1;
}
.nav-logo img {
  height: 42px;
  width: auto;
}
@media (max-width: 767px) {
  .nav-logo {
    margin: 0 auto 0 0;
  }
  .nav-logo img {
    height: 26px;
  }
  .nav-logo a {
    display: flex;
  }
}

.nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 1279px) {
  .nav.nav-fixed .primary-nav > .layout-width-site-width, .nav.nav-fixed .top-navigation > .layout-width-site-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 599px) {
  .nav.nav-fixed .primary-nav > .layout-width-site-width, .nav.nav-fixed .top-navigation > .layout-width-site-width {
    width: 100%;
  }
}
.nav.nav-fixed .primary-nav .top-navigation-inner, .nav.nav-fixed .top-navigation .top-navigation-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 599px) {
  .nav.nav-fixed .primary-nav .top-navigation-inner, .nav.nav-fixed .top-navigation .top-navigation-inner {
    grid-template-columns: 1fr auto auto;
  }
}
.nav.nav-fixed .primary-nav .top-navigation-inner .travel-help, .nav.nav-fixed .top-navigation .top-navigation-inner .travel-help {
  justify-self: start;
}
@media (max-width: 599px) {
  .nav.nav-fixed .primary-nav .top-navigation-inner .travel-help, .nav.nav-fixed .top-navigation .top-navigation-inner .travel-help {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav.nav-fixed .top-navigation {
    height: 104px;
  }
}
.nav.nav-fixed .mega-menu-container {
  top: 186px;
}
.nav.nav-fixed.reduced-height .mega-menu-container {
  top: 156px;
}
@media (min-width: 1024px) {
  .nav.nav-fixed.reduced-height .top-navigation {
    height: 74px;
  }
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #000000;
  height: 72px;
  background-color: #ffffff;
  border-top: solid 1px #d4291c;
  border-bottom: solid 1px #f0f0f0;
}
@media (max-width: 1023px) {
  .primary-nav {
    height: 0;
    padding: 0 20px;
  }
}
.primary-nav-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 24px;
  height: 100%;
}
.primary-nav-inner .btn-cta {
  display: inline;
  border-radius: 0;
  font-size: 16px;
  text-transform: none;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.011em;
}
.primary-nav-inner .btn-cta.cta-menu:hover {
  color: #000000;
}
.primary-nav-inner .btn-cta.cta-menu.btn-large:hover {
  color: #000000;
  background-color: #000000;
}
@media (max-width: 1023px) {
  .primary-nav-inner .btn-cta {
    display: none;
  }
}
.primary-nav-inner .btn-travel-help {
  display: none;
}
.primary-nav-inner .submenu {
  position: absolute;
  top: 36px;
  right: -20px;
  padding: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  min-width: 220px;
  column-gap: 0;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
}
.primary-nav-inner .submenu .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  color: #d4291c;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
  transition: all 0.3s;
  width: 100%;
  min-width: 220px;
  padding: 8px 20px;
  box-sizing: border-box;
}
.primary-nav-inner .submenu .link i {
  color: white;
  font-size: 16px;
  transition: all 0.3s;
}
.primary-nav-inner .submenu .link:hover {
  color: #ffffff;
  background-color: #d4291c;
}
.primary-nav-inner .submenu:hover {
  border-bottom: 4px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  height: auto;
}
.primary-nav-inner .menuitem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 100%;
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem {
    display: none;
  }
}
.primary-nav-inner .menuitem .sub-menu-indicator {
  transition: transform 0.2s;
  display: none;
}
.primary-nav-inner .menuitem:hover > .cta-menu:before {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #d4291c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem:hover > .cta-menu:before {
    display: none;
  }
}
.primary-nav-inner .menuitem .mega-menu-container {
  position: fixed;
  opacity: 0;
  top: 186px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 99;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem .mega-menu-container {
    display: none !important;
  }
}
.primary-nav-inner .menuitem .mega-menu-container.show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: opacity 0.5s;
}
.primary-nav-inner .menuitem .mega-menu-container.show + .menu-close-area {
  display: block;
}
.primary-nav-inner .menuitem .mega-menu-container > .padding-top-20px {
  padding-top: 0;
}
.primary-nav-inner .menuitem .mega-menu-container > .padding-bottom-20px {
  padding-bottom: 0;
}
.primary-nav-inner .menuitem .mega-menu-container .mega-menu-component {
  border-bottom: 1px solid #d4d4d4;
}
.primary-nav-inner .menuitem .mega-menu-container .links-sub-component .subheading {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .primary-nav-inner .menuitem .mega-menu-container .links-sub-component .subheading {
    font-size: 18px;
  }
}
.primary-nav-inner .menuitem .mega-menu-container .links-sub-component .list-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.011em;
  color: #666666;
  display: flex;
  text-decoration: none;
  transition: color 0.2s ease-in;
  position: relative;
}
.primary-nav-inner .menuitem .mega-menu-container .links-sub-component .list-link:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #585858;
}
.primary-nav-inner .menuitem .mega-menu-container .links-sub-component .list-link:hover {
  color: #585858;
}
.primary-nav-inner .menuitem .mega-menu-container .links-sub-component .list-link:hover:after {
  width: 100%;
}
.primary-nav-inner .menuitem .menu-close-area {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  /*transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;*/
}
.primary-nav-inner .menuitem.has-megamenu {
  /*&:after {
  	@include respond-to(small-screens) {
  		content: "\f107";
  		font-family: "Font Awesome 6 Pro";
  		font-size: $font-18;
  		font-weight: bold;
  		position: absolute;
  		right: 0px;
  		top: 0px;
  		z-index: 2;
  		box-sizing: border-box;
  		height: 100%;
  		padding: 0px;
  		margin: 0;
  		display: inline-flex;
  		justify-content: center;
  		align-items: center;
  		width: 40px;
  		height: 65px;
  		border-bottom: 1px solid $color18;
  		cursor: pointer;
  	}
  }*/
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem.has-megamenu > .btn-cta {
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem.has-megamenu {
    position: relative;
  }
}
.primary-nav-inner .menuitem.has-megamenu.hover > .sub-menu-indicator {
  transform: rotate(180deg);
  color: #d4291c;
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem.has-megamenu.menu-opened .mega-menu-container {
    position: relative;
    display: block !important;
    opacity: 1;
    width: calc(100% + 40px);
    top: auto;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .primary-nav-inner .menuitem.has-megamenu.menu-opened .mega-menu-container:before {
    content: "";
    height: 4px;
    width: auto;
    background-color: #d4291c;
    position: absolute;
    top: -4px;
    left: 0;
    transition: all 0.2s ease-in;
    right: 0;
  }
}
.primary-nav-inner .menuitem.has-megamenu > .cta-menu {
  /*padding-right: 22px !important;

  &:after {
  	content: "\f107";
  	font-family: "Font Awesome 6 Pro";
  	font-size: $font-18;
  	font-weight: bold;
  	position: absolute;
  	right: 0px;
  	top: 0px;
  	z-index: 2;
  	box-sizing: border-box;
  	height: 100%;
  	padding: 0px;
  	margin: 0;
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	transition: all 0.2s ease-in;

  	@include respond-to(small-screens) {
  		transition: none;
  		display: none;
  	}
  }*/
}
.primary-nav-inner .menuitem.has-megamenu.menu-opened::after {
  transform: rotate(180deg);
  border: 0;
}
.primary-nav-inner .nav-social-links {
  display: flex;
}
.primary-nav-inner .nav-social-links .menuitem {
  display: flex;
}
.primary-nav-inner .menu-item-social:hover i {
  color: #d4291c;
}
.primary-nav-inner .office-numbers {
  display: none;
}
@media (max-width: 1279px) {
  .primary-nav-inner .menuitem-telephone {
    display: none !important;
  }
}
.primary-nav-inner-display {
  position: fixed;
  top: 138px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  flex-direction: column;
  row-gap: 0;
  align-items: self-start;
  overflow: auto;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .primary-nav-inner-display {
    top: 80px;
    height: calc(100vh - 80px);
    border-top: 1px solid #f0f0f0;
  }
}
.primary-nav-inner-display .submenu {
  display: none;
}
.primary-nav-inner-display .btn-cta {
  display: inline;
}
@media (max-width: 1023px) {
  .primary-nav-inner-display .btn-cta {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    /*border-bottom: 1px solid $color18;*/
    line-height: 24px;
    height: auto;
    position: relative;
  }
}
.primary-nav-inner-display .btn-travel-help {
  display: flex;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 8px 16px;
  border-radius: 80px;
  margin: 20px 10px 10px 10px;
}
.primary-nav-inner-display .btn-travel-help:hover, .primary-nav-inner-display .btn-travel-help.hover {
  color: #000000;
  background-color: #ffffff;
}
.primary-nav-inner-display .menuitem {
  display: flex;
  height: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .primary-nav-inner-display .menuitem {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    height: auto;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
    flex-wrap: wrap;
  }
}
.primary-nav-inner-display .menuitem .sub-menu-indicator {
  display: inline;
}
.primary-nav-inner-display .office-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

.secondary-nav {
  background-color: #d4291c;
  height: 10px;
}
.secondary-nav-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0px;
  margin: 0px;
  grid-column-gap: 18px;
}
@media (max-width: 599px) {
  .nav-right {
    grid-column-gap: 16px;
  }
}
.nav-right .mobile-view {
  display: none !important;
}
@media (max-width: 767px) {
  .nav-right .mobile-view {
    display: block !important;
  }
}
.nav-right .alert-btn {
  position: relative;
}
.nav-right .alert-btn::after {
  content: "";
  border-left: 1px solid #D4D4D4;
  height: 16px;
  position: absolute;
  left: -8px;
}
@media (max-width: 599px) {
  .nav-right .alert-btn::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-right .alert-btn img {
    width: 24px !important;
  }
}
.nav-right .mobile-hide {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .nav-right .mobile-hide {
    display: none !important;
  }
}
.nav-right .btn-cta:not(.btn-dark-grey) {
  padding: 10px 10px !important;
  color: #000000;
  border: 2px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
}
.nav-right .btn-cta:not(.btn-dark-grey):hover {
  color: #ffffff !important;
  border-color: #d4291c !important;
  background-color: #d4291c !important;
}
.nav-right li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 599px) {
  .nav-right li {
    line-height: 1;
  }
}
.nav-right li a {
  padding: 10px 8px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .nav-right li a {
    padding: 0px;
    font-size: 0px;
  }
}
.nav-right li a img {
  margin: 0px 6px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  height: 17px;
}
@media (max-width: 599px) {
  .nav-right li a img {
    margin: 0px;
    height: unset;
    width: 16px;
  }
}
.nav-right li a img.shake {
  animation: shake 0.6s;
  animation-iteration-count: 2;
  animation-delay: 2s;
}
.nav-right .alertarea {
  position: relative;
}
.nav-right .alertarea:hover .alertsmsg {
  display: block;
}
.nav-right .alertarea .alertsmsg {
  display: none;
  position: absolute;
  top: 54px;
  right: 0px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  min-width: 450px;
  font-size: 14px;
  z-index: 1;
  border-radius: 4px;
}
.nav-right .alertarea .alertsmsg::before {
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -25px;
  content: "";
}
.nav-right .alertarea .alertsmsg p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.nav-right .alertarea .alertsmsg ul {
  padding-left: 0;
}
.nav-right .alertarea .alertsmsg li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  padding-left: 4px;
  list-style-position: inside;
}
.nav-right .alertarea .alertsmsg li:last-child {
  border-bottom: 0;
}
.nav-right .alertarea .alertsmsg li::marker {
  color: #d4291c;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  /*.btn-cta {
  	padding: 15px 30px !important;
  	color: $white;
  	border: 1px solid $primary-colour;
  	background-color: $primary-colour;
  	border-radius: 0px;

  	&:hover {
  		border-color: $black !important;
  		background-color: $black !important;
  	}
  }*/
}
.search-form .search-form-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 24px solid #da291c;
  background-color: #ffffff;
  padding: 24px 32px 32px 32px;
  border-radius: 0 0 20px 20px;
  width: 700px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .search-form .search-form-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 16px solid #da291c;
    padding: 16px;
    border-radius: 0;
    width: 100%;
    transform: none;
  }
}
.search-form .search-form-inner h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30.8px;
}
@media (max-width: 1023px) {
  .search-form .search-form-inner h5 {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .search-form {
    width: 100%;
    left: 0px;
    top: 60px;
    padding: 24px;
    background-color: #f0f0f0;
  }
}
.search-form .close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  .search-form .close {
    order: -1;
    margin-bottom: 32px;
    display: block;
    margin-left: auto;
  }
}
.search-form .close:before, .search-form .close:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #000000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.search-form .close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.search-form .form-title {
  margin-bottom: 24px;
  align-items: center;
}
@media (max-width: 1023px) {
  .search-form .form-title {
    margin-bottom: 48px;
    align-items: center;
    flex-wrap: wrap;
  }
}
.search-form form, .search-form .form-title {
  display: flex;
  justify-content: space-between;
}
.search-form form {
  gap: 40px;
  align-items: end;
}
@media (max-width: 1023px) {
  .search-form form {
    gap: 32px;
    flex-wrap: wrap;
    justify-content: end;
  }
}
.search-form .field-with-icon {
  width: 100%;
  position: relative;
}
.search-form .field-with-icon .fa-magnifying-glass {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
}
.search-form .form-control {
  padding: 10px 24px;
  border: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  border-bottom: 0.5px solid #666664;
}
.search-form .form-control.search-required {
  border-color: #d4291c;
}
.search-form.active {
  visibility: visible;
  opacity: 1;
}

.top-navigation {
  height: 104px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .top-navigation {
    height: 64px;
    padding: 13px 0px;
  }
}
.top-navigation-inner {
  display: flex;
  align-items: center;
  padding: 0 36px;
}
@media (max-width: 599px) {
  .top-navigation-inner {
    column-gap: 16px;
    padding: 0 20px;
  }
}
.top-navigation #nav-button--menu-open {
  display: none;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .top-navigation #nav-button--menu-open {
    display: flex;
    cursor: pointer;
    color: #000000;
    align-items: center;
  }
}
.top-navigation #nav-button--menu-open.hide-icon {
  display: none;
}
.top-navigation #nav-button--menu-close {
  color: #000000;
  cursor: pointer;
  display: none;
  font-size: 28px;
  width: 40px;
  height: 40px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .top-navigation #nav-button--menu-close {
    cursor: pointer;
    color: #000000;
    align-items: center;
    display: flex;
  }
}
.top-navigation #nav-button--menu-close.hide-icon {
  display: none;
}

.main-navigation {
  padding: 0px 0px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 72px;
}
@media (max-width: 1023px) {
  .main-navigation {
    height: 0;
  }
}
.main-navigation .customer-support-btn {
  width: 100%;
  padding: 16px 16px;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-navigation .customer-support-btn {
    display: none;
  }
}
.main-navigation .customer-support-btn .btn-cta {
  padding: 10px 10px !important;
  color: #000000;
  border: 2px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  width: auto;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-6deg);
  }
  20% {
    transform: rotate(6deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
/* Background Styles */
/*body {
    background-color: $primary-black;
}*/
.bg-center {
  background-position: center;
}

.bg-left {
  background-position: center left;
}

.bg-right {
  background-position: center right;
}

.bg-top {
  background-position: top center;
}

.bg-bottom {
  background-position: bottom center;
}

.bg-topleft {
  background-position: top left;
}

.bg-topright {
  background-position: top right;
}

.bg-bottomleft {
  background-position: bottom left;
}

.bg-bottomright {
  background-position: bottom right;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-original {
  background-size: 100%;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-repeatx {
  background-repeat: repeat-x;
}

.bg-repeaty {
  background-repeat: repeat-y;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-video {
  border: none;
  overflow: hidden;
  /*@media (min-aspect-ratio: 16/9) {
      .video-youtube {
          height: 56.25vw;
      }
  }

  @media (max-aspect-ratio: 16/9) {
      .video-youtube {
          width: 177.78vh;
      }
  }*/
}
.background-video .video-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video .video-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.background-video .play-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
}
.background-video .play-pause i {
  color: rgba(255, 255, 255, 0.95);
  font-size: 100px;
}
.background-video .play-pause .pause-button {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.background-video .play-pause:hover .pause-button {
  opacity: 1;
}
.background-embed {
  display: flex;
}
.background-embed iframe {
  width: 100%;
  height: 100%;
}
.background.display-on-hover {
  opacity: 0;
  transition: opacity 0.3s;
}

.sub-component .background {
  z-index: -1;
}

.wavy-top {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

.wavy-bottom {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 15;
}

@media (min-width: 1280px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 599px) {
  .hide-on-mobile {
    display: none;
  }
}

.btn-cta {
  padding: 12px 16px;
  transition: 0.2s;
  white-space: nowrap;
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 768px) / (1600 - 768), 16px);
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  border-radius: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 599px) {
  .btn-cta {
    padding: 12px 20px;
  }
}
.btn-cta:hover, .btn-cta.hover {
  text-decoration: none;
}
.btn-cta.cta-style-button-with-icon, .btn-cta.cta-style-button-with-download-icon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 7px 20px;
}
.btn-cta.cta-style-button-with-icon i, .btn-cta.cta-style-button-with-download-icon i {
  font-size: 30px;
}
.btn-cta.cta-style-text-with-icon, .btn-cta.cta-style-text, .btn-cta.cta-style-text-with-download-icon, .btn-cta.cta-style-icon-only, .btn-cta.cta-style-text-only {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 7px 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.btn-cta.cta-style-text-with-icon i, .btn-cta.cta-style-text i, .btn-cta.cta-style-text-with-download-icon i, .btn-cta.cta-style-icon-only i, .btn-cta.cta-style-text-only i {
  font-size: 16px;
}
.btn-cta.cta-style-icon-only i {
  font-size: 24px;
}
.btn-cta.btn-outline {
  border: 2px solid #000000;
  display: inline-block;
  color: black;
  background: transparent;
}
.btn-cta.btn-outline:hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}
.btn-cta.btn-outline:disabled, .btn-cta.btn-outline:disabled:hover {
  border: 2px solid #959595;
  background-color: transparent;
  color: #959595;
  cursor: not-allowed;
}

.btn-large {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-overlay-bottom-right {
  position: absolute;
  z-index: 25;
  bottom: 16px;
  right: 0;
}
.btn-overlay-bottom-left {
  position: absolute;
  z-index: 25;
  bottom: 16px;
  left: 0;
}
.btn-overlay-top-right {
  position: absolute;
  z-index: 25;
  top: 16px;
  right: 0;
}
.btn-overlay-top-left {
  position: absolute;
  z-index: 25;
  top: 16px;
  left: 0;
}

.btn-red {
  border: 2px solid #ffffff;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-red:hover, .btn-red.hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}

.btn-black {
  border: 2px solid #ffffff;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-black:hover, .btn-black.hover {
  border: 2px solid #BA1929;
  background-color: #d4291c;
  color: #ffffff;
}

.btn-dark-grey {
  border: 2px solid #f0f0f0;
  background-color: #666664;
  color: #ffffff;
}
.btn-dark-grey:hover, .btn-dark-grey.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-light-grey {
  border: 2px solid #666664;
  background-color: #f0f0f0;
  color: #000000;
}
.btn-light-grey:hover, .btn-light-grey.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-white {
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  color: #000000;
}
.btn-white:hover, .btn-white.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-secondary-red {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-secondary-red:hover, .btn-secondary-red.hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}

.btn-red.light {
  border: 2px solid #d4291c;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-red.light:hover, .btn-red.light.hover {
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-black.light {
  border: 2px solid #BA1929;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-black.light:hover, .btn-black.light.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-dark-grey.light {
  border: 2px solid #BA1929;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-dark-grey.light:hover, .btn-dark-grey.light.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-light-grey.light {
  border: 2px solid #BA1929;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-light-grey.light:hover, .btn-light-grey.light.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-white.light {
  border: 2px solid #BA1929;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-white.light:hover, .btn-white.light.hover {
  border: 2px solid #666664;
  background-color: #000000;
  color: #ffffff;
}

.btn-secondary-red.light {
  border: 2px solid #d4291c;
  background-color: #d4291c;
  color: #ffffff;
}
.btn-secondary-red.light:hover, .btn-secondary-red.light.hover {
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-cta.cta-style-text-with-icon, .btn-cta.cta-style-text, .btn-cta.cta-style-text-with-download-icon, .btn-cta.cta-style-icon-only, .btn-cta.cta-style-text-only {
  color: #ffffff;
}
.btn-cta.cta-style-text-with-icon:hover, .btn-cta.cta-style-text-with-icon.hover, .btn-cta.cta-style-text:hover, .btn-cta.cta-style-text.hover, .btn-cta.cta-style-text-with-download-icon:hover, .btn-cta.cta-style-text-with-download-icon.hover, .btn-cta.cta-style-icon-only:hover, .btn-cta.cta-style-icon-only.hover, .btn-cta.cta-style-text-only:hover, .btn-cta.cta-style-text-only.hover {
  color: #d4291c;
}
.btn-cta.cta-style-text-with-icon.light, .btn-cta.cta-style-text.light, .btn-cta.cta-style-text-with-download-icon.light, .btn-cta.cta-style-icon-only.light, .btn-cta.cta-style-text-only.light {
  color: #000000;
}
.btn-cta.cta-style-text-with-icon.light:hover, .btn-cta.cta-style-text-with-icon.light.hover, .btn-cta.cta-style-text.light:hover, .btn-cta.cta-style-text.light.hover, .btn-cta.cta-style-text-with-download-icon.light:hover, .btn-cta.cta-style-text-with-download-icon.light.hover, .btn-cta.cta-style-icon-only.light:hover, .btn-cta.cta-style-icon-only.light.hover, .btn-cta.cta-style-text-only.light:hover, .btn-cta.cta-style-text-only.light.hover {
  color: #d4291c;
}

.bg-red .btn-cta.cta-style-text-with-icon, .bg-red .btn-cta.cta-style-text, .bg-red .btn-cta.cta-style-text-with-download-icon, .bg-red .btn-cta.cta-style-icon-only, .bg-red .btn-cta.cta-style-text-only, .bg-secondary-red .btn-cta.cta-style-text-with-icon, .bg-secondary-red .btn-cta.cta-style-text, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon, .bg-secondary-red .btn-cta.cta-style-icon-only, .bg-secondary-red .btn-cta.cta-style-text-only {
  color: #ffffff;
}
.bg-red .btn-cta.cta-style-text-with-icon:hover, .bg-red .btn-cta.cta-style-text-with-icon.hover, .bg-red .btn-cta.cta-style-text:hover, .bg-red .btn-cta.cta-style-text.hover, .bg-red .btn-cta.cta-style-text-with-download-icon:hover, .bg-red .btn-cta.cta-style-text-with-download-icon.hover, .bg-red .btn-cta.cta-style-icon-only:hover, .bg-red .btn-cta.cta-style-icon-only.hover, .bg-red .btn-cta.cta-style-text-only:hover, .bg-red .btn-cta.cta-style-text-only.hover, .bg-secondary-red .btn-cta.cta-style-text-with-icon:hover, .bg-secondary-red .btn-cta.cta-style-text-with-icon.hover, .bg-secondary-red .btn-cta.cta-style-text:hover, .bg-secondary-red .btn-cta.cta-style-text.hover, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon:hover, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon.hover, .bg-secondary-red .btn-cta.cta-style-icon-only:hover, .bg-secondary-red .btn-cta.cta-style-icon-only.hover, .bg-secondary-red .btn-cta.cta-style-text-only:hover, .bg-secondary-red .btn-cta.cta-style-text-only.hover {
  color: #000000;
}
.bg-red .btn-cta.cta-style-text-with-icon.light, .bg-red .btn-cta.cta-style-text.light, .bg-red .btn-cta.cta-style-text-with-download-icon.light, .bg-red .btn-cta.cta-style-icon-only.light, .bg-red .btn-cta.cta-style-text-only.light, .bg-secondary-red .btn-cta.cta-style-text-with-icon.light, .bg-secondary-red .btn-cta.cta-style-text.light, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon.light, .bg-secondary-red .btn-cta.cta-style-icon-only.light, .bg-secondary-red .btn-cta.cta-style-text-only.light {
  color: #000000;
}
.bg-red .btn-cta.cta-style-text-with-icon.light:hover, .bg-red .btn-cta.cta-style-text-with-icon.light.hover, .bg-red .btn-cta.cta-style-text.light:hover, .bg-red .btn-cta.cta-style-text.light.hover, .bg-red .btn-cta.cta-style-text-with-download-icon.light:hover, .bg-red .btn-cta.cta-style-text-with-download-icon.light.hover, .bg-red .btn-cta.cta-style-icon-only.light:hover, .bg-red .btn-cta.cta-style-icon-only.light.hover, .bg-red .btn-cta.cta-style-text-only.light:hover, .bg-red .btn-cta.cta-style-text-only.light.hover, .bg-secondary-red .btn-cta.cta-style-text-with-icon.light:hover, .bg-secondary-red .btn-cta.cta-style-text-with-icon.light.hover, .bg-secondary-red .btn-cta.cta-style-text.light:hover, .bg-secondary-red .btn-cta.cta-style-text.light.hover, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon.light:hover, .bg-secondary-red .btn-cta.cta-style-text-with-download-icon.light.hover, .bg-secondary-red .btn-cta.cta-style-icon-only.light:hover, .bg-secondary-red .btn-cta.cta-style-icon-only.light.hover, .bg-secondary-red .btn-cta.cta-style-text-only.light:hover, .bg-secondary-red .btn-cta.cta-style-text-only.light.hover {
  color: #d4291c;
}

.btn-travel-help {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 8px 16px;
}
.btn-travel-help i {
  color: #d4291c;
  font-size: 22px;
}
.btn-travel-help:hover, .btn-travel-help.hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-travel-help:hover i, .btn-travel-help.hover i {
  color: #000000;
}

.bg-light-grey .btn-cta.cta-style-text-with-icon, .bg-light-grey .btn-cta.cta-style-text, .bg-light-grey .btn-cta.cta-style-text-with-download-icon, .bg-light-grey .btn-cta.cta-style-icon-only, .bg-light-grey .btn-cta.cta-style-text-only {
  color: #000000;
}
.bg-light-grey .btn-cta.cta-style-text-with-icon:hover, .bg-light-grey .btn-cta.cta-style-text-with-icon.hover, .bg-light-grey .btn-cta.cta-style-text:hover, .bg-light-grey .btn-cta.cta-style-text.hover, .bg-light-grey .btn-cta.cta-style-text-with-download-icon:hover, .bg-light-grey .btn-cta.cta-style-text-with-download-icon.hover, .bg-light-grey .btn-cta.cta-style-icon-only:hover, .bg-light-grey .btn-cta.cta-style-icon-only.hover, .bg-light-grey .btn-cta.cta-style-text-only:hover, .bg-light-grey .btn-cta.cta-style-text-only.hover {
  color: #d4291c;
}
.bg-light-grey .btn-cta.cta-style-text-with-icon.light, .bg-light-grey .btn-cta.cta-style-text.light, .bg-light-grey .btn-cta.cta-style-text-with-download-icon.light, .bg-light-grey .btn-cta.cta-style-icon-only.light, .bg-light-grey .btn-cta.cta-style-text-only.light {
  color: #000000;
}
.bg-light-grey .btn-cta.cta-style-text-with-icon.light:hover, .bg-light-grey .btn-cta.cta-style-text-with-icon.light.hover, .bg-light-grey .btn-cta.cta-style-text.light:hover, .bg-light-grey .btn-cta.cta-style-text.light.hover, .bg-light-grey .btn-cta.cta-style-text-with-download-icon.light:hover, .bg-light-grey .btn-cta.cta-style-text-with-download-icon.light.hover, .bg-light-grey .btn-cta.cta-style-icon-only.light:hover, .bg-light-grey .btn-cta.cta-style-icon-only.light.hover, .bg-light-grey .btn-cta.cta-style-text-only.light:hover, .bg-light-grey .btn-cta.cta-style-text-only.light.hover {
  color: #d4291c;
}

.btn-cta.border-red {
  border: solid 2px #d4291c;
}

.btn-cta.border-black {
  border: solid 2px #d4291c;
}

.btn-cta.border-dark-grey {
  border: solid 2px #d4291c;
}

.btn-cta.border-light-grey {
  border: solid 2px #d4291c;
}

.btn-cta.border-white {
  border: solid 2px #d4291c;
}

.btn-cta.border-secondary-red {
  border: solid 2px #d4291c;
}

.btn-transparent.dark {
  border: none;
  color: white;
  background-color: transparent;
}
.btn-transparent.dark:hover, .btn-transparent.dark.hover {
  background-color: #ffffff;
  color: #d4291c;
}
.btn-transparent.light {
  color: #ffffff;
  background-color: transparent;
}
.btn-transparent.light:hover, .btn-transparent.light.hover {
  background-color: #d4291c;
  color: #ffffff;
}

.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding: 15px 20px !important;
  background-color: #d4291c !important;
  border: none !important;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.hover {
  color: #ffffff;
  background-color: #000000 !important;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only:focus {
  background-color: #000000 !important;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon i, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon i, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text i, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only i, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only i {
  font-size: 18px;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style {
  background-color: #d4291c !important;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style.hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style:hover, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style.hover {
  color: #ffffff;
  background-color: #000000 !important;
}
.whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-icon.secondary-style:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-with-download-icon.secondary-style:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text.secondary-style:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-text-only.secondary-style:focus, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style:active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style.active, .whole-component-as-cta.image-sub-component .cta-container .cta-style-icon-only.secondary-style:focus {
  background-color: #000000 !important;
}

footer {
  background-color: #ffffff;
  color: #000000;
}
footer .list-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
footer .list-link:hover {
  text-decoration: underline;
}
footer p {
  font-size: 12px;
  line-height: 15px;
}
footer .social-and-app-store {
  border-top: #f0f0f0 solid 2px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 30px;
  align-items: center;
}
@media (max-width: 1279px) {
  footer .social-and-app-store {
    margin: 5px 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  footer .social-and-app-store {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
@media (max-width: 599px) {
  footer .social-and-app-store {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
}
footer .social-and-app-store .social-links {
  display: flex;
  column-gap: 20px;
  align-items: center;
  font-size: 32px;
  cursor: pointer;
}
footer .social-and-app-store .social-links a:hover {
  color: #d4291c;
}
footer .social-and-app-store .app-store-links {
  display: flex;
  column-gap: 10px;
  justify-content: end;
}
@media (max-width: 1023px) {
  footer .social-and-app-store .app-store-links {
    justify-content: start;
  }
}
footer .social-and-app-store .app-store-links .app-store-link img {
  height: 32px;
  width: auto;
}
footer .copyright {
  background-color: #d4291c;
  color: #ffffff;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  font-size: 12px;
  padding: 10px 0;
  box-sizing: border-box;
  align-content: center;
}
footer .copyright .copyright-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .copyright .copyright-message p {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
footer .copyright .credit {
  align-self: center;
  justify-self: end;
}
@media (max-width: 599px) {
  footer .copyright .credit {
    justify-self: start;
  }
}
footer .copyright .credit a {
  text-decoration: none;
  font-weight: 600;
}
footer .copyright .credit a:hover {
  text-decoration: underline;
}
footer .award-logos {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
footer .award-logos .footer-award-logo {
  max-height: 50px;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.search-page {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  grid-row-gap: 40px;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .search-page {
    grid-row-gap: 16px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.search-page .search-results {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
}
.search-page .search-result {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  justify-content: start;
  padding: 24px 0;
  position: relative;
  row-gap: 16px;
  border-bottom: 0.5px solid #666664;
}
.search-page .search-result:last-child {
  border-bottom: 0;
}
.search-page .search-result h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.search-page .search-result .search-result-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
}
.search-page .search-result .search-result-description:empty {
  display: none;
}
.search-page .search-result .btn-cta {
  padding: 0;
}
.search-page .search-result .btn-cta:hover span:after {
  width: 100%;
}
.search-page .search-result .btn-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.search-page .search-result .btn-cta span {
  padding-bottom: 2px;
  position: relative;
}
.search-page .search-result .btn-cta span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000000;
}
.search-page .search-form-on-page {
  width: 644px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.search-page .search-form-on-page .form-title {
  margin-bottom: 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title {
    flex-wrap: wrap;
  }
}
.search-page .search-form-on-page .form-title h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30.8px;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title h5 {
    font-size: 24px;
    width: 100%;
  }
}
.search-page .search-form-on-page .form-title .close-search-btn {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .form-title .close-search-btn {
    order: -1;
    margin-left: auto;
    margin-bottom: 32px;
  }
}
.search-page .search-form-on-page .search-form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  z-index: 0;
  background: none;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .search-form {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 32px;
    padding: 0;
  }
}
.search-page .search-form-on-page .search-form input[type=text] {
  border: none;
  border-bottom: solid 1px hsla(0, 0%, 0%, 0.5);
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 14px 0;
  width: calc(100% - 102px);
}
@media (max-width: 599px) {
  .search-page .search-form-on-page .search-form input[type=text] {
    width: 100%;
  }
}
.search-page .search-form-on-page .search-form .btn-search {
  padding: 14px 16px;
  transition: 0.2s;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  background-color: #d4291c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #BA1929;
  width: 78px;
  justify-content: center;
}
.search-page .result-text .search-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 16px;
}
.search-page .result-text h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
  margin-bottom: 8px;
}
.search-page .result-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 17.6px;
  text-align: left;
}
.search-page .result-text p strong {
  font-weight: 500;
}

.paging {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  gap: 8px;
}
.paging > * {
  grid-row-start: 1;
}
.paging .page-numbers {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
}
.paging .page-numbers > * {
  grid-row-start: 1;
}
.paging .page-forward, .paging .page-back, .paging .page-link {
  white-space: nowrap;
  width: 40px;
  height: 40px;
  padding: 11px 0px 10px 0px;
  gap: 0px;
  border-radius: 5.31px;
  border: 1px solid #f0f0f0;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  text-decoration: none;
}
.paging .page-forward.page-link-current, .paging .page-back.page-link-current, .paging .page-link.page-link-current {
  background: #da291c;
  color: #ffffff;
  border-color: #da291c;
}

/* Flight search form styles */
/* Standard Umbraco Form styles */
.umbraco-forms-form {
  width: 100%;
}

.umbraco-forms-fieldset {
  border: none;
  border-radius: 10px;
  margin: 10px 0 20px;
  padding: 5px 0px;
  box-sizing: border-box;
}
.umbraco-forms-fieldset legend {
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
}
.umbraco-forms-fieldset .row-fluid {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 599px) {
  .umbraco-forms-fieldset .row-fluid {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.umbraco-forms-fieldset .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
  width: 49%;
}
@media (max-width: 599px) {
  .umbraco-forms-fieldset .umbraco-forms-container.col-md-6 {
    width: 100%;
  }
}
.umbraco-forms-fieldset .umbraco-forms-container.col-md-12 {
  width: 100%;
}

.umbraco-forms-field {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
@media (max-width: 599px) {
  .umbraco-forms-field {
    grid-template-columns: 1fr;
  }
}
.umbraco-forms-field .umbraco-forms-field-wrapper {
  font-size: 16px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper label {
  font-size: 16px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper h5 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
}
.umbraco-forms-field.richtext {
  grid-template-columns: 1fr;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper {
  grid-column-start: 1;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div {
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div {
  grid-row-gap: 16px;
}
.umbraco-forms-field.richtext .umbraco-forms-field-wrapper > div p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}
.umbraco-forms-field .umbraco-forms-label {
  font-weight: 600;
  font-size: 16px;
  /*text-transform: uppercase;*/
}
.umbraco-forms-field .umbraco-forms-label.subheading {
  margin: 0;
}
.umbraco-forms-field .umbraco-forms-tooltip {
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 768px) / (1600 - 768), 14px);
  line-height: 1.25;
}
.umbraco-forms-field .umbraco-forms-field-wrapper {
  grid-column-start: 1;
  align-self: center;
  justify-self: start;
  width: 100%;
}
@media (max-width: 599px) {
  .umbraco-forms-field .umbraco-forms-field-wrapper {
    grid-column-start: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.umbraco-forms-field span.checkboxlist {
  display: block;
  columns: 2;
}
@media (max-width: 599px) {
  .umbraco-forms-field span.checkboxlist {
    columns: 1;
  }
}
.umbraco-forms-field input[type=text], .umbraco-forms-field input[type=url], .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=email], .umbraco-forms-field input[type=tel], .umbraco-forms-field textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03px;
  background-color: transparent;
  color: inherit;
  display: block;
}
.umbraco-forms-field input[type=text].datepickerfield, .umbraco-forms-field input[type=number], .umbraco-forms-field input[type=tel] {
  /*width: auto;
  min-width: 300px;
  color: inherit;*/
}
.umbraco-forms-field select {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.03px;
  background-color: transparent;
  color: inherit;
}
.umbraco-forms-field option {
  color: #000000;
}
.umbraco-forms-field input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.umbraco-forms-field input[type=radio] {
  width: 15px;
  height: 15px;
}
.umbraco-forms-field .dark input[type=text], .umbraco-forms-field .dark input[type=number], .umbraco-forms-field .dark input[type=url], .umbraco-forms-field .dark input[type=email], .umbraco-forms-field .dark input[type=tel], .umbraco-forms-field .dark select, .umbraco-forms-field .dark textarea {
  border-color: #ffffff;
}
.umbraco-forms-field .light input[type=text], .umbraco-forms-field .light input[type=number], .umbraco-forms-field .light input[type=url], .umbraco-forms-field .light input[type=email], .umbraco-forms-field .light input[type=tel], .umbraco-forms-field .light select, .umbraco-forms-field .light textarea {
  border-color: #898989;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  padding: 5px;
  border: 0 !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #da291c !important;
  padding: 8px 0 0 0;
}

.meta-field {
  position: absolute;
  top: -200000px;
  width: 10px !important;
  height: 10px !important;
}

button.btn-cta {
  cursor: pointer;
}

/* Custom Umbraco Forms theme styles */
/* -- Competition theme styles */
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-caption {
  font-size: 2em !important;
  line-height: 2em !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container {
  position: relative;
  margin-bottom: 0 !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container-last {
  background-color: white;
  border-radius: 0;
  margin-bottom: 20px !important;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-field {
  clear: both;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-field div label {
  display: inline-block;
}
.umbraco-forms-form.umbraco-forms-competition label.umbraco-forms-label {
  font-weight: bold;
  display: block;
  background-color: white;
  padding: 30px;
  border-radius: 0;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container:before {
  content: "";
  background-image: url("/images/loganair-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: -90px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form fieldset {
  padding: 0 1em 0em 0em;
  margin: 0 0 1.5em 0;
  border: none !important;
  background-color: white;
  border-radius: 0 0 20px 0;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-navigation {
  padding: 1em 0em;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-form legend {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
}
.umbraco-forms-form.umbraco-forms-competition input.text, .umbraco-forms-form.umbraco-forms-competition input.title, .umbraco-forms-form.umbraco-forms-competition textarea, .umbraco-forms-form.umbraco-forms-competition select {
  margin: 0.5em 30px;
  border: 1px solid #757575;
}
.umbraco-forms-form.umbraco-forms-competition input.text:focus, .umbraco-forms-form.umbraco-forms-competition input.title:focus, .umbraco-forms-form.umbraco-forms-competition textarea:focus, .umbraco-forms-form.umbraco-forms-competition select:focus {
  border: 1px solid #757575;
}
.umbraco-forms-form.umbraco-forms-competition input.text, .umbraco-forms-form.umbraco-forms-competition textarea {
  padding: 5px;
  display: block;
  width: calc(100% - 60px) !important;
}
.umbraco-forms-form.umbraco-forms-competition textarea {
  height: 250px;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent {
  margin: 0 30px;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent .umbraco-forms-field-wrapper {
  column-gap: 10px;
  align-items: flex-start;
}
.umbraco-forms-form.umbraco-forms-competition .dataconsent input[type=checkbox] {
  order: 1 !important;
  padding-left: 24px;
}
.umbraco-forms-form.umbraco-forms-competition input.fileupload {
  height: auto !important;
}
.umbraco-forms-form.umbraco-forms-competition span.checkboxlist, .umbraco-forms-form.umbraco-forms-competition span.radiobuttonlist, .umbraco-forms-form.umbraco-forms-competition span.checkbox {
  display: block;
  float: left;
  padding: 10px;
}
.umbraco-forms-form.umbraco-forms-competition .checkboxlist label {
  float: left;
  clear: left;
}
.umbraco-forms-form.umbraco-forms-competition .checkboxlist input, .umbraco-forms-form.umbraco-forms-competition .radiobuttonlist input, .umbraco-forms-form.umbraco-forms-competition .checkbox input {
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline !important;
}
.umbraco-forms-form.umbraco-forms-competition .hiddenfield {
  display: none;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-button {
  margin-right: 10px;
  padding: 2px 10px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-error-message {
  padding: 0.8em;
  margin-bottom: 0.5em;
  border: 2px solid #FBC2C4;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-error-message {
  background: color14;
  color: #8a1f11;
}
.umbraco-forms-form.umbraco-forms-competition input.contourError, .umbraco-forms-form.umbraco-forms-competition textarea.contourError, .umbraco-forms-form.umbraco-forms-competition input.input-validation-error, .umbraco-forms-form.umbraco-forms-competition textarea.input-validation-error {
  background: color14;
  border-color: #FBC2C4;
}
.umbraco-forms-form.umbraco-forms-competition span.contourError, .umbraco-forms-form.umbraco-forms-competition span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important;
}
.umbraco-forms-form.umbraco-forms-competition #recaptcha_widget_div {
  margin-left: 200px;
}
.umbraco-forms-form.umbraco-forms-competition .field-validation-error {
  padding-left: 5px;
}
.umbraco-forms-form.umbraco-forms-competition .radiobuttonlist {
  background-color: #ffffff;
  padding: 30px;
  margin: 30px 0 30px 30px;
  border-radius: 0;
}
.umbraco-forms-form.umbraco-forms-competition .btn {
  width: 100%;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-color: #da291c;
  background-color: #da291c;
  font-size: 18px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-dot {
  background-image: url("/images/progress-white-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-tick {
  background-image: url("/images/progress-red-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-connector-white {
  height: 4px;
  width: 30px;
  background-color: white;
}
.umbraco-forms-form.umbraco-forms-competition .page-progress-connector-red {
  height: 4px;
  width: 30px;
  background-color: #da291c;
}
.umbraco-forms-form.umbraco-forms-competition .titleanddescription {
  padding: 30px 30px 0 30px;
}
.umbraco-forms-form.umbraco-forms-competition .titleanddescription p {
  font-size: 18px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox {
  padding: 30px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox label {
  max-width: 500px;
  padding-top: 0;
  width: 100% !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-field-wrapper {
  align-items: flex-start !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span {
  text-align: left;
  color: #333;
  font-size: 17px;
  line-height: 20px;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-field-wrapper label {
  width: 100% !important;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span a {
  fill: #333;
  stroke: #333;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: bold;
}
.umbraco-forms-form.umbraco-forms-competition .checkbox .umbraco-forms-label span a:hover {
  fill: #B71313;
  stroke: #B71313;
  color: #B71313;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-navigation .col-md-12 {
  width: 100%;
}
@media (max-width: 599px) {
  .umbraco-forms-form.umbraco-forms-competition .umbraco-forms-container {
    margin-left: 70px;
  }
  .umbraco-forms-form.umbraco-forms-competition .radiobuttonlist label {
    width: calc(100% - 25px);
  }
}

.umbraco-forms-form .fileupload .umbraco-forms-field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.umbraco-forms-form .fileupload .umbraco-forms-field-wrapper .field-validation-error {
  order: 2;
  width: 100%;
}
.umbraco-forms-form .fileupload .umbraco-forms-label {
  font-weight: 600;
}
.umbraco-forms-form .fileupload input[type=file] {
  width: 100px;
  position: relative;
}
.umbraco-forms-form .fileupload input[type=file]:before {
  content: "Upload";
  border: 1px solid #898989;
  border-radius: 4px;
  width: 98px;
  height: 33px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
  line-height: 32px;
  cursor: pointer;
  font-size: 18px;
}
.umbraco-forms-form .fileupload .image-file {
  display: inline-block;
  vertical-align: 14px;
  margin-left: 7px;
  font-weight: 500;
  line-height: 36px;
}
.umbraco-forms-form .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 32px;
  position: relative;
  flex-wrap: wrap;
}
.umbraco-forms-form .checkbox input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  cursor: pointer;
  appearance: none;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.umbraco-forms-form .checkbox input[type=checkbox]:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9d9d9d;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  margin-top: 0px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
.umbraco-forms-form .checkbox input[type=checkbox]:checked:before {
  background-color: #000000;
  border-color: #000000;
}
.umbraco-forms-form .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.umbraco-forms-form .checkbox .umbraco-forms-label {
  /*order: 2;*/
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}
.umbraco-forms-form .checkbox .umbraco-forms-field-wrapper {
  width: auto;
}
.umbraco-forms-form .dataconsent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding-left: 30px;
  position: relative;
}
.umbraco-forms-form .dataconsent .subheading {
  margin: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}
.umbraco-forms-form .dataconsent .umbraco-forms-field-wrapper label {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.154px;
  align-items: center;
  gap: 5px;
  display: block;
  margin-bottom: 0;
  position: relative;
}
.umbraco-forms-form .dataconsent input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  cursor: pointer;
  appearance: none;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.umbraco-forms-form .dataconsent input[type=checkbox]:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9d9d9d;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  margin-top: 0px;
}
.umbraco-forms-form .dataconsent input[type=checkbox]:checked:before {
  background-color: #000000;
  border-color: #000000;
}
.umbraco-forms-form .dataconsent input[type=checkbox]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) {
  position: relative;
  /*margin-bottom: 16px;*/
  gap: 0;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).value-added .umbraco-forms-label, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date .umbraco-forms-label {
  transform: translateY(-33px);
  background-color: #ffffff !important;
  padding: 2px 4px;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.011em;
  text-align: left;
  color: #000000;
  left: 10px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).value-added select.form-field,
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).value-added input.datepicker, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date select.form-field,
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date input.datepicker {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).value-added select.form-field + .field-label,
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).value-added input.datepicker + .field-label, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date select.form-field + .field-label,
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date input.datepicker + .field-label {
  top: 24px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .umbraco-forms-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  position: absolute;
  top: 24px;
  left: 13px;
  color: #757575;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  text-transform: capitalize;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  height: 48px;
  padding: 10px 13px;
  border-radius: 4px;
  border: 1px solid #757575;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text:hover, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield:hover, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea:hover, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select:hover {
  border-color: #000000;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text:focus, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield:focus, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea:focus, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select:focus {
  box-shadow: none;
  border-color: #000000;
  outline: none;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text:focus-visible, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield:focus-visible, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea:focus-visible, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select:focus-visible {
  outline: 1px solid #000000 !important;
  outline-offset: 0px !important;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text:disabled, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield:disabled, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea:disabled, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select:disabled {
  opacity: 0.5;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .text:disabled + .field-label, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield:disabled + .field-label, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea:disabled + .field-label, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select:disabled + .field-label {
  opacity: 0.5;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .datepickerfield {
  background-image: url("/images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) textarea {
  height: auto;
  width: 100% !important;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select.form-field {
  height: 42px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) select.form-field + .field-label {
  top: 20px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) input.datepicker {
  height: 42px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) input.datepicker + .field-label {
  top: 20px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .error {
  border-color: #da291c;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .error-msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #da291c;
  padding: 8px 0 0 0;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .error-msg i {
  font-size: 16px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).titleanddescription .umbraco-forms-field-wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: -0.011em;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.154px;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  position: relative;
  margin-bottom: 5px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio] {
  width: 24px !important;
  padding: 0;
  height: 24px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio]:checked + label:before {
  background-color: #d4291c;
  border-color: #d4291c;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio] + label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio] + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #d4291c;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 15px;
  margin-top: 0px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 10px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist.radiobuttonlist-vertical {
  flex-direction: column;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist.radiobuttonlist-vertical > div {
  clear: both;
  overflow: hidden;
  line-height: 1;
  display: flex;
  align-items: center;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.154px;
  align-items: center;
  gap: 5px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox] {
  width: 24px;
  height: 24px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox]:checked + label:before {
  background-color: #000000;
  border-color: #000000;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox] + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9d9d9d;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  margin-top: 3px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) legend {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  margin-bottom: 16px;
  padding-top: 10px;
  display: block;
  width: 100%;
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).multiplechoice .umbraco-forms-label {
  position: static;
  transform: none;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).multiplechoice .umbraco-forms-label + .umbraco-forms-tooltip {
  margin-bottom: 10px;
}
.umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons).date {
  gap: 8px;
}
.umbraco-forms-form .umbraco-forms-field.umbraco-forms-hidden {
  display: none;
}
.umbraco-forms-form .umbraco-forms-field.longanswer .umbraco-forms-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
}
.umbraco-forms-form .umbraco-forms-field.longanswer .umbraco-forms-tooltip {
  font-size: 16px;
  font-weight: 700;
}
.umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus {
  display: flex;
  display: inline-flex;
  align-items: center;
}
.umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus .qty-sub, .umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus .qty-add {
  border: 0;
  padding: 0 !important;
  margin: 0;
  font-size: 24px;
  color: #000000;
  padding: 0 8px;
  cursor: pointer;
  background: transparent;
}
.umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus .qty-sub:disabled, .umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus .qty-add:disabled {
  opacity: 0.2;
}
.umbraco-forms-form .umbraco-forms-field.plusminusbuttons .umbraco-forms-field-wrapper .quantity-plus-minus .qty-count {
  width: 51px;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-navigation {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
.umbraco-forms-form .umbraco-forms-navigation .btn {
  padding: 14px 16px;
  transition: 0.2s;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
}
.umbraco-forms-form .umbraco-forms-navigation .btn.primary {
  border: 2px solid #f0f0f0;
  background-color: #666664;
  color: #ffffff;
}
.umbraco-forms-form .umbraco-forms-navigation .btn.primary:hover {
  border-color: #666664;
  background-color: #000000;
  color: #ffffff;
}
.umbraco-forms-form.form-spacing-0 .umbraco-forms-container {
  gap: 0;
}

.likertscale-container {
  display: grid;
  grid-column-gap: 10px;
}

.likertscale .umbraco-forms-label {
  text-transform: none;
  font-size: 18px;
  justify-self: start;
  position: relative;
}

.likertscale-container input {
  opacity: 0;
  position: absolute;
}
.likertscale-container input:focus-visible + .rating-box {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}

.likertscale-container .rating {
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.likertscale-container .rating-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.011em;
  padding-top: 12px;
}

.likertscale-container .rating .rating-box {
  color: #000000;
  border: solid 1px #000000;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
}

.likertscale-container .rating:has(input[type=radio]:checked) .rating-box {
  background-color: #000000;
  border: solid 2px #000000;
  color: white;
}

.likertscale-container .hide-on-mobile {
  display: none;
}

@media (max-width: 600px) and (min-width: 1px) {
  .likertscale-container .hide-on-mobile {
    display: none;
  }
}
/*.application-form {
    border-width: 1px;
    border-style: solid;
    border-color: $light-grey;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    max-width: 526px;
    margin-left: auto;
    margin-right: auto;
}*/
.head-title {
  /*border-bottom: 1px solid $light-grey;
  padding: 18px 0;*/
}
.head-title h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .head-title h1 {
    font-size: 32px;
  }
}

.check-in-cards .check-in-grey-bg {
  padding: 32px 24px 32px 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .check-in-cards .check-in-grey-bg {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .check-in-cards .check-in-grey-bg {
    margin-bottom: 16px;
  }
}
.check-in-cards .check-in-grey-bg h2 {
  z-index: 10;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.check-in-cards .check-in-grey-bg .grid-component {
  gap: 24px;
}
.check-in-cards .check-in-grey-bg .open-close-card {
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .check-in-cards .check-in-grey-bg .open-close-card {
    padding: 24px 16px;
  }
}
.check-in-cards .check-in-grey-bg .subtitle-heading {
  line-height: 21px;
  padding-bottom: 11px;
  border-bottom: 1px solid #000000;
  margin-bottom: 22px;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.check-in-cards .check-in-grey-bg h5, .check-in-cards .check-in-grey-bg p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-align: left;
  margin-bottom: 15px;
  color: #000000;
}
.check-in-cards .check-in-grey-bg h5 a, .check-in-cards .check-in-grey-bg p a {
  text-decoration: underline;
  color: #000000;
}
.check-in-cards .check-in-grey-bg h5 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .check-in-cards .check-in-grey-bg p {
    font-size: 16px;
  }
}
.check-in-cards .check-in-grey-bg p.text-sm {
  font-size: 16px;
}

#check-in-now {
  height: auto !important;
}
#check-in-now fieldset legend {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}

.umbraco-forms-form .umbraco-forms-field.singlechoice .umbraco-forms-label {
  position: static;
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  transform: none;
}
.umbraco-forms-form h4.umbraco-forms-caption {
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 20px;
  margin-bottom: 16px;
}
.umbraco-forms-form.feedback-form {
  /*.umbraco-forms-fieldset {
      .row-fluid {
          display: block;
          margin-left: -16px;
          margin-right: -16px;

          .col-md-6 {
              width: 50%;
              padding-left: 16px;
              padding-right: 16px;
              float: left;
          }
      }
  }*/
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice {
  padding-bottom: 22px;
  position: relative;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice:before {
  content: "Poor";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.011em;
  padding-top: 12px;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice:after {
  content: "Great";
  position: absolute;
  left: 210px;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.011em;
  padding-top: 12px;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice label:not(.umbraco-forms-label) {
  width: 42px;
  height: 42px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice label:not(.umbraco-forms-label)::before, .umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice label:not(.umbraco-forms-label)::after {
  display: none !important;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field.singlechoice input[type=radio]:checked + label {
  background-color: #000000;
  color: #ffffff;
}
.umbraco-forms-form.feedback-form .row-fluid {
  column-gap: 40px;
  row-gap: 20px;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field-wrapper h5 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
}
.umbraco-forms-form.feedback-form .umbraco-forms-field-wrapper p {
  margin-bottom: 0 !important;
}
.umbraco-forms-form.feedback-form .umbraco-forms-navigation .btn-cta {
  display: inline-flex;
}
.umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio]:checked + label {
  background: #585858;
  color: #ffffff;
  border-color: transparent;
}
.umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio]:checked + label:hover {
  outline-color: #585858 !important;
  border-color: #585858 !important;
  color: #ffffff !important;
}
.umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio] + label {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #949494;
  outline: 1px solid transparent;
  color: #757575;
  text-align: center;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio] + label:hover {
  outline-color: #585858;
  border-color: #585858;
  color: #000000;
}
.umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio] + label:after, .umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio] + label::before {
  display: none;
}

#modal-promocode.custom-modal.centered-modal .custom-modal-content .custom-modal-header h3 {
  font-size: 18px;
}

.form-head-text {
  color: #000000;
}
.form-head-text p, .form-head-text .required-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .form-head-text p, .form-head-text .required-text {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.form-head-text p.text-large, .form-head-text .required-text.text-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 1023px) {
  .form-head-text p.text-large, .form-head-text .required-text.text-large {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media (max-width: 1023px) {
  .form-head-text .required-text {
    display: none;
  }
}
.form-head-text ul {
  padding-left: 20px;
}
.form-head-text h5, .form-head-text li {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .form-head-text h5, .form-head-text li {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.pika-lendar .pika-button {
  color: #000000;
  text-align: center;
  background: #f0f0f0;
}
.pika-lendar .pika-button:hover {
  color: #ffffff;
  background: #d4291c;
  box-shadow: none;
}
.pika-lendar .has-event .pika-button, .pika-lendar .is-selected .pika-button {
  color: #ffffff;
  background: #d4291c;
  box-shadow: none;
}
.pika-lendar .is-today .pika-button {
  color: #d4291c;
}
.pika-lendar .is-today .pika-button:hover {
  color: #ffffff;
}
.pika-lendar .is-today.is-selected .pika-button {
  color: #ffffff;
}
.pika-lendar .pika-table th {
  color: #000000;
}

.check-in-confirmation-form .btn-cta {
  display: none;
}

.check-in-iframe {
  pointer-events: none;
  opacity: 0.5;
}

input:focus-visible {
  outline: 0;
}

img, picture {
  max-width: 100%;
}

.label-top {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 16px;
}

#modal-adslogin .label-top {
  font-weight: 500;
}

.check-item {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.154px;
  align-items: center;
  gap: 5px;
  display: block;
  margin-bottom: 19px;
  position: relative;
}
.check-item input[type=checkbox] {
  width: 24px;
  height: 24px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.check-item input[type=checkbox]:checked + label:before, .check-item input[type=checkbox]:checked + .ads-tc-label > label:before {
  background-color: #000000;
  border-color: #000000;
}
.check-item input[type=checkbox]:checked + label:after, .check-item input[type=checkbox]:checked + .ads-tc-label > label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-item input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}
.check-item input[type=checkbox]:disabled + label {
  opacity: 0.4;
  pointer-events: none;
}
.check-item label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}
.check-item label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9d9d9d;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  margin-top: 2px;
}

.form-group-animated {
  position: relative;
  margin-bottom: 16px;
}
.form-group-animated .field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  position: absolute;
  top: 13px;
  left: 8px;
  color: #757575;
  transition: all 0.2s ease;
}
.form-group-animated .form-field {
  height: 42px;
  padding: 14px 8px;
  border-radius: 4px;
  border: 1px solid #949494;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-family: "Lato", Helvetica, sans-serif;
}
.form-group-animated .form-field:focus {
  box-shadow: none;
  border-color: #000000;
  outline: none;
}
.form-group-animated .form-field:focus + .field-label, .form-group-animated .form-field:valid + .field-label {
  transform: translateY(-20px);
  background-color: #ffffff;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.011em;
  text-align: left;
  color: #000000;
}
.form-group-animated .form-field:disabled {
  opacity: 0.5;
}
.form-group-animated .form-field:disabled + .field-label {
  opacity: 0.5;
}
.form-group-animated .error {
  border-color: #da291c;
}
.form-group-animated .error-msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #da291c;
  padding: 8px 0 0 0;
}
.form-group-animated .error-msg i {
  font-size: 16px;
}
.form-group-animated.error-showing .form-field {
  border-color: #d4291c;
}

.agree-text .text-red {
  color: #da291c;
}

.require-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: -0.011em;
  text-align: left;
}
.require-text span {
  color: #da291c;
}

.form-group {
  width: 100%;
  margin-bottom: 16px;
}
.form-group.group-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0px;
}
.form-group.group-btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}
.form-group .btn-dark {
  border: 2px solid #757575;
  display: inline-block;
  color: #959595;
  background: #ffffff;
}
.form-group .btn-dark:hover {
  background: #000000;
  color: #ffffff;
}
.form-group .field-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-group .form-field {
  width: 100%;
  height: 40.67px;
  border: 1px solid #949494;
  padding: 0 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .form-group .form-field {
    height: 38px;
  }
}
.form-group .form-field:focus {
  border-color: #000000;
}
.form-group .form-field.error {
  border-color: #da291c;
}
.form-group .password-field {
  width: 100%;
  position: relative;
}
.form-group .password-field .form-field {
  padding-right: 45px;
}
.form-group .password-field .pass-eye {
  width: 40.67px;
  height: 40.67px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/images/eye.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  background-size: 25px auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-group .password-field .pass-eye {
    width: 38px;
    height: 38px;
    background-size: 20px auto;
  }
}
.form-group .password-field .pass-eye.showpaswrd {
  background-image: url("/images/eye-hide.png");
}

.get-in-touch-content p, .get-in-touch-content li {
  font-weight: 400;
}
.get-in-touch-content .color-black {
  color: #000000 !important;
}

.site-body-container {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 1279px) {
  .site-body-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767px) {
  .site-body-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.site-body-container > .layout-width-full-screen {
  width: auto !important;
  max-width: initial !important;
  margin-left: -40px !important;
  margin-right: -40px !important;
}
@media (max-width: 1279px) {
  .site-body-container > .layout-width-full-screen {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
@media (max-width: 767px) {
  .site-body-container > .layout-width-full-screen {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

body.overflow-hidden {
  overflow: hidden;
}

.modal-button {
  position: relative;
}
.modal-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  /* The Close Button */
}
.custom-modal .custom-modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 0 0 0 auto;
  padding: 0 32px 32px;
  width: 640px;
  max-width: 100%;
  -webkit-animation-name: animateRight;
  -webkit-animation-duration: 0.4s;
  animation-name: animateRight;
  animation-duration: 0.4s;
  height: 100%;
  overflow: auto;
}
@media (max-width: 599px) {
  .custom-modal .custom-modal-content {
    padding: 0 24px 24px;
  }
}
.custom-modal .custom-modal-content .custom-modal-body .calendar-area img {
  width: 100%;
}
.custom-modal .custom-modal-content .custom-modal-body .sub-title {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}
.custom-modal .custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.custom-modal .custom-modal-header h3 {
  color: #d4291c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0;
}
.custom-modal .custom-modal-header h3 .title-icon {
  margin-right: 24px;
}
.custom-modal .custom-modal-header h3 span {
  margin-right: 5px;
  margin-left: 5px;
}
.custom-modal .close, .custom-modal .close-btn-dedault {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  background: transparent;
  border: 0;
}
.custom-modal .close:hover, .custom-modal .close:focus, .custom-modal .close-btn-dedault:hover, .custom-modal .close-btn-dedault:focus {
  transform: scale(1);
  text-decoration: none;
  cursor: pointer;
}
.custom-modal.centered-modal .custom-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 410px;
  height: auto;
  -webkit-animation-name: none;
  animation-name: none;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  padding: 0;
}
@media (max-width: 599px) {
  .custom-modal.centered-modal .custom-modal-content {
    width: calc(100% - 48px);
  }
}
.custom-modal.centered-modal .custom-modal-content .custom-modal-header {
  padding: 16px 32px;
  margin: 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 599px) {
  .custom-modal.centered-modal .custom-modal-content .custom-modal-header {
    padding: 16px;
  }
}
.custom-modal.centered-modal .custom-modal-content .custom-modal-header h3 {
  font-size: 20px;
}
@media (max-width: 599px) {
  .custom-modal.centered-modal .custom-modal-content .custom-modal-header h3 {
    font-size: 18px;
  }
}
.custom-modal.centered-modal .custom-modal-content .custom-modal-body {
  padding: 32px;
}
@media (max-width: 599px) {
  .custom-modal.centered-modal .custom-modal-content .custom-modal-body {
    padding: 32px 16px;
  }
}
.custom-modal.centered-modal .custom-modal-content .custom-modal-body .check-item {
  font-size: 13px;
}
.custom-modal.centered-modal.modal-lg {
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-modal.centered-modal.modal-lg > .close {
  position: absolute;
  color: #ffffff;
  top: 25px;
  right: 24px;
  z-index: 2;
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.modal-lg > .close {
    color: #000000;
    top: 37px;
    right: 18px;
  }
}
.custom-modal.centered-modal.modal-lg .custom-modal-content {
  width: 1054px;
  transform: none;
  left: 0px;
  top: 0;
  position: static;
  margin-top: 102px;
  margin-bottom: 75px;
  border-radius: 0 0 16px 16px;
  border-top: 16px solid #da291c;
}
@media (max-width: 1099px) {
  .custom-modal.centered-modal.modal-lg .custom-modal-content {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .custom-modal.centered-modal.modal-lg .custom-modal-content {
    width: 730px;
    margin-top: 75px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.modal-lg .custom-modal-content {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }
}
.custom-modal.centered-modal.modal-lg .custom-modal-content .custom-modal-body {
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .custom-modal.centered-modal.modal-lg .custom-modal-content .custom-modal-body {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.modal-lg .custom-modal-content .custom-modal-body {
    padding: 16px 24px 32px;
  }
}
.custom-modal.centered-modal.modal-lg.modal-sm .custom-modal-content {
  width: 647px;
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.modal-lg.modal-sm .custom-modal-content {
    width: 100%;
    min-height: 100%;
  }
}
.custom-modal.centered-modal.modal-lg.modal-sm .custom-modal-content .left-pop-content {
  width: 100%;
}
.custom-modal.centered-modal.modal-lg.modal-sm .custom-modal-content .left-pop-content h2 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.modal-lg.modal-sm .custom-modal-content .left-pop-content h2 {
    margin: 16px 0 32px 0;
  }
}
.custom-modal.centered-modal#modal-adslogin .custom-modal-header {
  padding: 16px 24px;
}
.custom-modal.centered-modal#modal-adslogin .custom-modal-body {
  padding: 24px;
}
.custom-modal .left-pop-content {
  width: 54%;
}
@media (max-width: 991px) {
  .custom-modal .left-pop-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custom-modal .left-pop-content {
    width: 100%;
  }
}
.custom-modal .left-pop-content img {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .custom-modal .left-pop-content img {
    margin-top: 0px;
  }
}
.custom-modal .left-pop-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin: 64px 0 24px 0;
}
@media (max-width: 991px) {
  .custom-modal .left-pop-content h2 {
    margin: 40px 0 24px 0;
  }
}
@media (max-width: 767px) {
  .custom-modal .left-pop-content h2 {
    margin: 16px 0 16px 0;
    font-size: 28px;
    line-height: 36.4px;
  }
}
.custom-modal .left-pop-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.011em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .custom-modal .left-pop-content p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.custom-modal .left-pop-content .btn-cta {
  border: 2px solid #757575;
  display: inline-block;
}
.custom-modal .right-pop-content {
  width: 39.145%;
  border: 1px solid #9c9c9c;
  padding: 32px 24px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .custom-modal .right-pop-content {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .custom-modal .right-pop-content {
    width: 100%;
    padding: 16px;
  }
}
.custom-modal .right-pop-content .term-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: -0.011em;
}
.custom-modal .right-pop-content .term-text a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}

/* Add Animation */
@-webkit-keyframes animateRight {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateRight {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.body-no-scroll .widgetscomponent {
  z-index: 9999;
}

#horizontal-split {
  position: relative !important;
  z-index: 1 !important;
}

.page-component-modal {
  height: 100vh !important;
  overflow: auto !important;
  padding: 40px 0 !important;
}

.popup-bottom {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  /*letter-spacing: -0.011em;*/
  padding: 24px;
  /*border-top: 4px solid $color10;*/
  background: #d4291c;
  position: fixed;
  top: 186px;
  z-index: 999;
  width: 100%;
  text-align: center;
}
@media (max-width: 1023px) {
  .popup-bottom {
    padding: 24px 24px 60px 24px;
    top: 72px;
  }
}
.popup-bottom .layout-width-site-width {
  width: 100%;
}
.popup-bottom .alert-content {
  display: flex;
  justify-content: center;
  align-items: center !important;
  color: white;
  position: relative;
}
.popup-bottom .alert-content.h-content-align-center {
  justify-content: center;
}
.popup-bottom .close-pop {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  /* order: 2;
   width: 20px;
   height: 20px;
   display: inline-block;
   position: relative;*/
}
.popup-bottom p, .popup-bottom li {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.popup-bottom p + p, .popup-bottom p + li, .popup-bottom li + p, .popup-bottom li + li {
  margin-top: 15px;
}
.popup-bottom ul {
  padding-left: 0;
}
.popup-bottom ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.011em;
}
.popup-bottom ul li a {
  text-decoration: underline;
  padding-bottom: 1px;
  margin-left: 4px;
}

body:has(.reduced-height) .popup-bottom {
  top: 156px;
}
@media (max-width: 1023px) {
  body:has(.reduced-height) .popup-bottom {
    top: 72px;
  }
}

.success-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  /* The Close Button */
}
.success-modal .custom-modal-content {
  background-color: #ffffff;
  animation-duration: 0.4s;
  top: 50%;
  left: 50%;
  margin: auto;
  height: auto;
  -webkit-animation-name: none;
  animation-name: none;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 360px;
  max-width: calc(100% - 16px);
  border-radius: 0 0 8px 8px;
  border-top: 4px solid #da291c;
  position: absolute;
  margin-top: 40px;
  margin-bottom: 40px;
}
.success-modal .custom-modal-content .custom-modal-body {
  padding: 0 24px 24px 24px;
}
.success-modal .custom-modal-content .custom-modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.011em;
  margin-bottom: 16px;
}
.success-modal .custom-modal-content .custom-modal-body .confirmation-btns .btn-cta.btn-outline {
  border: 2px solid #000000;
  display: inline-block;
  color: black;
  background: transparent;
  margin-right: 6px;
}
.success-modal .custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 16px;
  border-bottom: 0;
  margin: 0;
}
.success-modal .custom-modal-header h3 {
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 20px;
  color: #000000;
}
.success-modal .close, .success-modal .close-btn-dedault {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  background: transparent;
  border: 0;
  padding: 0px;
}
.success-modal .close:hover, .success-modal .close:focus, .success-modal .close-btn-dedault:hover, .success-modal .close-btn-dedault:focus {
  transform: scale(1);
  text-decoration: none;
  cursor: pointer;
}
.success-modal#newsletter-pop .custom-modal-content {
  width: 640px;
  max-width: calc(100% - 16px);
  border-radius: 0 0 24px 24px;
  border-top: 16px solid #da291c;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .custom-modal-content {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
    height: 100%;
    border-radius: 0;
    transform: none;
  }
}
.success-modal#newsletter-pop .custom-modal-header {
  flex-wrap: wrap;
  padding: 48px 48px 16px;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .custom-modal-header {
    padding: 24px 24px 16px;
  }
}
.success-modal#newsletter-pop .custom-modal-header > img {
  margin-bottom: 24px;
  height: 35px;
}
.success-modal#newsletter-pop .custom-modal-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .custom-modal-header h2 {
    font-size: 28px;
  }
}
.success-modal#newsletter-pop .custom-modal-body {
  padding: 0 48px 48px 48px;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .custom-modal-body {
    padding: 0 24px 24px 24px;
  }
}
.success-modal#newsletter-pop .custom-modal-body p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.011em;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .custom-modal-body p {
    font-size: 16px;
  }
}
.success-modal#newsletter-pop .custom-modal-body .confirmation-btns .btn-cta.btn-outline {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 14px 20px;
}
.success-modal#newsletter-pop .close-btn-dedault {
  position: absolute;
  color: #ffffff;
  top: 25px;
  right: 24px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .success-modal#newsletter-pop .close-btn-dedault {
    color: #000000;
  }
}

.sitemap li {
  list-style: none;
}
.sitemap li:before {
  content: "-";
}

.site-body-container {
  display: flex;
  flex-direction: column;
  margin-top: 186px;
}
@media (max-width: 1279px) {
  .site-body-container {
    /*margin-top: calc($secondary-menu-height + $top-menu-height);*/
  }
}
@media (max-width: 1023px) {
  .site-body-container {
    margin-top: 96px;
  }
}

body:not(:has(.nav)) .site-body-container {
  margin-top: 0;
}

.container,
.container-inner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.container-inner {
  height: 100%;
  display: block;
}

.component {
  width: 100%;
}

.sub-component {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.component-inner:hover > .background.display-on-hover, .sub-component:hover > .background.display-on-hover {
  opacity: 1;
}

a.component,
a.sub-component {
  text-decoration: none;
}
a.component .background,
a.sub-component .background {
  transition: 0.3s;
}
a.component > *,
a.sub-component > * {
  text-decoration: none;
}
a.component:hover .background,
a.sub-component:hover .background {
  filter: brightness(1.1);
}

.preview {
  -moz-transform: scale(0.5);
  zoom: 0.5;
  border: 4px solid white;
  margin: 4px 0;
  min-height: 50px;
  overflow: hidden;
}
.preview:hover {
  border: 4px solid #2bc37c;
}
.preview a {
  pointer-events: none;
}
.preview > .sub-component {
  max-width: 500px;
}

.clip-path-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.cta-container {
  display: grid;
  display: -ms-grid;
  grid-gap: 20px;
  grid-auto-columns: min-content;
  grid-auto-rows: auto;
  z-index: 18;
  width: 100%;
}
.cta-container > * {
  grid-row-start: 1;
}

.whole-component-as-cta.image-sub-component .cta-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: inherit;
  box-sizing: border-box;
  display: flex;
}

.page-component-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.page-component-modal .page-component-modal-inner {
  /*position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  display: flex;
  width: 100%;
  /*height:100%;*/
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.page-component-modal .page-component-modal-inner .modal-close {
  position: absolute;
  top: 22px;
  right: 58px;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 599px) {
  .page-component-modal .page-component-modal-inner .modal-close {
    color: #b9b9b9;
    top: 38px;
    right: 20px;
    z-index: 999;
  }
}
@media (max-width: 599px) {
  .page-component-modal .page-component-modal-inner {
    align-items: flex-start;
    overflow-y: auto;
  }
}
.page-component-modal.show {
  display: block;
}

.darksite .component:not(.darksite-component), .darksite .sub-component, .darksite .page-component-modal, .darksite footer {
  filter: grayscale(1);
}

.grid-component .sub-component, .widgets-component .sub-component {
  height: 100%;
}

.accordion-component {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.accordion-panel {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-title {
  padding: 20px 40px;
  box-sizing: border-box;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
}
@media (max-width: 1279px) {
  .accordion-title {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .accordion-title {
    padding: 10px;
  }
}
.accordion-title .heading-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-title .hide-accordion {
  display: none;
}
.accordion-title.show .hide-accordion {
  display: inline-block;
}
.accordion-title.show .show-accordion {
  display: none;
}
.accordion-title.dark {
  border: 1px solid #ffffff;
}
.accordion-title.light {
  border: 1px solid #d4291c;
}

.accordion-body {
  display: none;
  box-sizing: border-box;
}

.carousel-component {
  display: flex;
  flex-direction: column;
}

.gallery-component .image-sub-component {
  width: auto !important;
}
.gallery-component .image-overlay {
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.gallery-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-component .image-overlay p {
  margin: 10px 0;
}
.gallery-component-inner:not(.flickity-enabled) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.gallery-component-inner:not(.flickity-enabled) .image-sub-component img {
  max-width: unset;
}

.gallery-grid-component {
  display: grid;
  display: -ms-grid;
}
.gallery-grid-component .vertical-split-widget {
  grid-template-rows: 250px 200px;
}
@media (max-width: 1279px) {
  .gallery-grid-component .vertical-split-widget {
    grid-template-rows: 250px 150px;
  }
}
.gallery-grid-component .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  padding: 25px 25px 25px 25px;
}
.gallery-grid-component .image-overlay .h4 {
  font-weight: 700;
}
.gallery-grid-component .image-overlay p {
  margin: 10px 0;
}

.image-filters {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 1279px) {
  .image-filters {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.image-filters .image-filter {
  cursor: pointer;
}
.image-filters > * {
  grid-row-start: 1;
}
@media (max-width: 1279px) {
  .image-filters > * {
    grid-row-start: auto;
  }
}

.preview .gallery-component-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.horizontal-split-component {
  display: grid;
  display: -ms-grid;
}
.horizontal-split-component .component-inner {
  display: grid;
}
@media (max-width: 599px) {
  .horizontal-split-component {
    grid-template-columns: 1fr;
  }
  .horizontal-split-component .image-sub-component {
    grid-row-start: 1;
  }
}
.horizontal-split-component .sub-component-left {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component-left {
    height: auto;
  }
}
.horizontal-split-component .sub-component-right {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component-right {
    height: auto;
  }
}
.horizontal-split-component.circular-image .image-sub-component img {
  clip-path: circle(closest-side);
}
.horizontal-split-component.loganair-frame .image-sub-component img {
  clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
  border-radius: 0 0 0 40px;
}
.horizontal-split-component .sub-component.overlapping-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  position: relative;
  left: 0px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-left {
    width: 100%;
    margin: 0;
  }
}
.horizontal-split-component .sub-component.overlapping-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  position: relative;
  left: -60px;
  width: calc(100% + 60px);
  z-index: 20;
  margin: 10% 0;
}
@media (max-width: 599px) {
  .horizontal-split-component .sub-component.overlapping-right {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

.grid-component {
  display: grid;
  display: -ms-grid;
}
.grid-component .height-auto {
  height: 100%;
}
@media (max-width: 1279px) {
  .grid-component .tablet-height-auto {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .grid-component .mobile-height-auto {
    height: auto;
    min-height: initial;
  }
}

.tabs-component {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto 1fr;
}

.tab-title {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 2px;
  margin-right: 0;
  grid-row-start: 1;
  min-width: 120px;
  border: 1px solid white;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}
.tab-title:not(.tab-active) {
  background-color: #d4291c;
  border-color: transparent;
  color: #ffffff;
  z-index: 0;
}
.tab-title.tab-active {
  z-index: 2;
}
.tab-title.light {
  border-color: #d4291c;
}

.tab-body {
  display: none;
  box-sizing: border-box;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 100;
}
.tab-body.tab-active {
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 0 10px 10px 10px;
}
.tab-body.tab-active > .sub-component {
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.tab-body.light {
  border-color: #d4291c;
}

.vertical-split-component {
  display: flex;
  flex-direction: column;
}

.top-section-clip-path {
  top: 5%;
  z-index: 11;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

.angled-top .bottom-section-clip-path, .angled-bottom .bottom-section-clip-path {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  height: 100%;
  outline: 1px solid transparent;
}

.widgets-component {
  display: grid;
  display: -ms-grid;
}

/* #home-page-header { */
.pageheader:has(.flight-search-form-sub-component) {
  min-height: 600px;
  position: relative;
}
.pageheader:has(.flight-search-form-sub-component) .background {
  z-index: 0 !important;
}

.page-header-component {
  display: flex;
  flex-direction: column;
  /*z-index: 8;*/
}
.page-header-component .hero {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 5;
}
.page-header-component .flight-search-form-sub-component {
  border-radius: 16px 16px 0 0;
  z-index: initial;
}
.page-header-component .header-logo {
  height: 400px;
  width: auto;
}
@media (max-width: 1279px) {
  .page-header-component .header-logo {
    height: 350px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .page-header-component .header-logo {
    height: 200px;
    width: auto;
  }
}

.video-height {
  min-height: clamp(200px, 56.25vw, 100vh - 72px);
}
@media (max-width: 1279px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 148px);
  }
}
@media (max-width: 767px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 104px);
  }
}

.pageheader-introduction .text-component {
  display: grid;
  display: -m-grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1279px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .pageheader-introduction .text-component {
    grid-template-columns: 1fr;
  }
}

.header-carousel {
  overflow: hidden;
}
.header-carousel .background-image {
  display: none;
}
.header-carousel .background-image:first-of-type {
  display: inline-block;
}

#PassengerExceedMsg {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: #000000;
}

.warning-message-flight {
  color: #d4291c;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-flex;
  align-items: self-start;
  gap: 5px;
  line-height: 16.8px;
}

.marquee {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.marquee-text {
  white-space: nowrap;
  display: inline;
  width: auto;
}
.marquee-text span {
  padding: 0 5px;
}

a.marquee:hover span {
  text-decoration: underline;
}

.map-component {
  display: flex;
  flex-direction: column;
}

.text-component {
  display: flex;
  flex-direction: column;
}

.information-cards-component {
  display: grid;
  display: -ms-grid;
}
.information-cards-component .vertical-split-widget {
  grid-template-rows: 250px 1fr;
}
.information-cards-component .cta-container .btn-cta {
  margin-top: 20px;
}

.timeline-component {
  display: grid;
  display: -ms-grid;
  grid-row-gap: 40px;
}

.timeline-grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 42px 1fr 42px;
  position: relative;
  box-sizing: border-box;
  align-items: end;
  column-gap: 10px;
}
.timeline-grid-inner {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  grid-row-start: 1;
}
.timeline-grid .timeline-carousel {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: 12.5%;
  padding: 12px 0 26px 0;
  position: relative;
  box-sizing: border-box;
  left: 0px;
  transition: left 0.5s;
}
.timeline-grid .timeline-carousel-less-than-8 {
  grid-auto-columns: 1fr;
}
@media (max-width: 1279px) {
  .timeline-grid .timeline-carousel {
    grid-auto-columns: 16.6666666667%;
  }
  .timeline-grid .timeline-carousel-less-than-6 {
    grid-auto-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .timeline-grid .timeline-carousel {
    grid-auto-columns: 33.3333333333%;
  }
  .timeline-grid .timeline-carousel-less-than-3 {
    grid-auto-columns: 1fr;
  }
}
.timeline-grid .nav-arrow {
  font-size: 40px;
  cursor: pointer;
  grid-row-start: 1;
}

.timeline-year {
  padding: 10px 5px 30px 5px;
  box-sizing: border-box;
  grid-row-start: 1;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  cursor: pointer;
  position: relative;
}
.timeline-year i {
  position: absolute;
  font-size: 26px;
  bottom: -13px;
  left: calc(50% - 13px);
}
.timeline-year.year-active i {
  color: #d4291c;
}
.timeline-year.border-primary-black {
  border-bottom-color: #ffffff;
}
.timeline-year.border-secondary-black {
  border-bottom-color: #ffffff;
}
.timeline-year.border-white {
  border-bottom-color: #000000;
}
.timeline-year.border-red {
  border-bottom-color: #ffffff;
}

.timeline-information {
  padding: 0 60px;
  box-sizing: border-box;
}

.timeline-body {
  display: none;
  box-sizing: border-box;
}
.timeline-body .subheading {
  margin: 5px 0;
}
.timeline-body.year-active {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.flight-status-component form {
  display: grid;
  grid-template-columns: 1fr auto auto auto 1fr auto;
  grid-gap: 10px;
  margin-bottom: 40px;
  align-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .flight-status-component form {
    grid-template-columns: 1fr auto 1fr;
  }
}
.flight-status-component form > * {
  grid-row-start: 2;
}
@media (max-width: 599px) {
  .flight-status-component form > * {
    grid-row-start: 3;
  }
}
.flight-status-component form span {
  font-weight: 400;
}
.flight-status-component form label {
  font-weight: 500;
  font-size: 20px;
}
.flight-status-component form hr {
  width: 30px;
  border: none;
  border-top: solid 2px #000000;
  height: 1px;
}
@media (max-width: 599px) {
  .flight-status-component form hr {
    width: 100%;
  }
}
.flight-status-component form #airport-label {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 599px) {
  .flight-status-component form #airport-label {
    grid-column-end: 4;
  }
}
.flight-status-component form #flight-number-label {
  grid-column-start: 5;
  grid-row-start: 1;
}
@media (max-width: 599px) {
  .flight-status-component form #flight-number-label {
    grid-column-start: 1;
    grid-row-start: 4;
    grid-column-end: 4;
  }
}
@media (max-width: 599px) {
  .flight-status-component form .btn-cta {
    grid-row-start: auto;
    justify-self: start;
  }
}
.flight-status-component form .validation-summary-valid {
  display: none;
}
.flight-status-component form .validation-summary-errors {
  color: #d4291c;
  font-weight: 400;
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: 6;
}
.flight-status-component form .validation-summary-errors li {
  list-style-image: url("/images/error-validation.svg");
  font-weight: 400;
}
@media (max-width: 599px) {
  .flight-status-component form .validation-summary-errors {
    grid-column-end: 4;
    grid-row-start: auto;
  }
}
@media (max-width: 599px) {
  .flight-status-component form #Airport {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: 4;
  }
}
@media (max-width: 599px) {
  .flight-status-component form #FlightNumber {
    grid-column-start: 1;
    grid-row-start: 5;
    grid-column-end: 4;
  }
}
.flight-status-component form input, .flight-status-component form select {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  height: 48px;
  padding: 10px 13px;
  border-radius: 4px;
  border: 1px solid #757575;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
.flight-status-component form input:hover, .flight-status-component form select:hover {
  border-color: #000000;
}
.flight-status-component form input:focus, .flight-status-component form select:focus {
  box-shadow: none;
  border-color: #000000;
  outline: none;
}
.flight-status-component .tabs-component .flight-status-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .flight-status-component .tabs-component .flight-status-results-grid {
    grid-template-columns: repeat(4, auto);
  }
}
.flight-status-component .tabs-component .flight-status-results-grid .column-header, .flight-status-component .tabs-component .flight-status-results-grid .column-data {
  padding: 15px 20px;
  font-weight: 400;
}
@media (max-width: 599px) {
  .flight-status-component .tabs-component .flight-status-results-grid .column-header, .flight-status-component .tabs-component .flight-status-results-grid .column-data {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.flight-status-component .tabs-component.light .tab-title {
  background-color: #f0f0f0;
  color: #666664;
}
.flight-status-component .tabs-component.light .tab-title.tab-active {
  background-color: #000000;
  color: #ffffff;
}
.flight-status-component .tabs-component.light .flight-status-results-grid .column-header {
  color: #ffffff;
  background-color: #000000;
}
.flight-status-component .tabs-component.light .flight-status-results-grid .column-data {
  color: #000000;
  background-color: #f0f0f0;
  border-bottom: 1px solid transparent;
}
.flight-status-component .tabs-component.dark .tab-title {
  background-color: #f0f0f0;
  color: #666664;
}
.flight-status-component .tabs-component.dark .tab-title.tab-active {
  background-color: #ffffff;
  color: #000000;
}
.flight-status-component .tabs-component.dark .flight-status-results-grid .column-header {
  color: #000000;
  background-color: #ffffff;
}
.flight-status-component .tabs-component.dark .flight-status-results-grid .column-data {
  color: #000000;
  background-color: #f0f0f0;
  border-bottom: 1px solid transparent;
}

.horizontal-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .horizontal-split-widget .image-sub-component {
    grid-row-start: 1;
  }
}
.horizontal-split-widget.whole-component-as-cta:hover .image-sub-component img {
  filter: brightness(1.1);
}
.horizontal-split-widget .sub-component-left {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget .sub-component-left {
    height: auto;
  }
}
.horizontal-split-widget .sub-component-right {
  height: 100%;
}
@media (max-width: 599px) {
  .horizontal-split-widget .sub-component-right {
    height: auto;
  }
}
.horizontal-split-widget.angled-left > .sub-component:first-child {
  clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  position: relative;
  width: calc(100% + 10px);
  left: 0;
  z-index: 20;
}
.horizontal-split-widget.angled-left .image-sub-component {
  clip-path: polygon(0% 0%, calc(100% + 1px) 0%, calc(100% + 1px) 100%, 40px 100%);
  position: relative;
  width: 100%;
  left: 0;
  z-index: 20;
}

.icon-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}
.icon-sub-component img {
  max-width: 100%;
  box-sizing: border-box;
}
.icon-sub-component p {
  margin: 10px 0;
}
.icon-sub-component .icon-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.icon-sub-component.label-position-below {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-above {
  grid-template-columns: 1fr;
}
.icon-sub-component.label-position-left {
  grid-template-columns: auto auto;
}
.icon-sub-component.label-position-right {
  grid-template-columns: auto auto;
}

.image-sub-component img {
  transition: 0.2s;
  max-width: 100%;
}
.image-sub-component.whole-component-as-cta:hover img {
  filter: brightness(1.1);
}

.list-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}

.map-sub-component {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.map-sub-component:has(.filter-header) {
  grid-template-rows: min-content 1fr;
}
.map-sub-component .filter-header {
  min-height: 65px;
  max-height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
}
.map-sub-component .filter-header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 65px;
}
.map-sub-component .filter-header .filter-open-button {
  cursor: pointer;
}
.map-sub-component .filter-container {
  display: none;
}
.map-sub-component .filter-container-display {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 90;
  background-color: #d4291c;
  padding: 20px 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.map-sub-component .filter-container .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
}
.map-sub-component .filter-container .filter-group {
  margin: 10px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option, .map-sub-component .filter-container .region-select-checkbox-option {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.map-sub-component .filter-container .locationtype-select-checkbox-option label, .map-sub-component .filter-container .region-select-checkbox-option label {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.map-sub-component .filter-container .map-selection-icon {
  width: 30px;
  height: auto;
  margin: 0 8px 0 0;
}
.map-sub-component .map-container, .map-sub-component .map-locations {
  width: 100%;
  height: 100%;
}
.map-sub-component .mapinfowindow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.map-sub-component .mapinfowindow-container-inner {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
}
.map-sub-component #mapinfowindow {
  display: none;
  max-width: 350px;
}
.map-sub-component #mapinfowindow .map-info-window {
  border-radius: 0 0 8px 8px;
  pointer-events: all;
  position: relative;
  top: 65px;
}
.map-sub-component #mapinfowindow #map-info-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  padding: 2px 4px;
}
.map-sub-component #mapinfowindow .map-info-image {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
}
.map-sub-component #mapinfowindow .map-info-content {
  padding: 40px;
}
.map-sub-component #mapinfowindow .map-info-content .location-name {
  text-transform: capitalize;
}
.map-sub-component #mapinfowindow .map-info-content .address {
  white-space: pre-wrap;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 15px 0;
}
.map-sub-component #mapinfowindow .map-info-content .icon-item img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

.vertical-split-widget {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  /*&.angled-top .image-sub-component {
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 0 100%);
      position: relative;
      height: calc(100% + 20px);
      top: 0;
      z-index: 20;
  }

  &.angled-bottom .image-sub-component {
      clip-path: polygon(0% 0%,100% 40px,100% 100%,0% 100%);
      position: relative;
      height: calc(100% + 19px);
      top: -19px;
      z-index: 20;
  }*/
}
.vertical-split-widget.whole-component-as-cta:hover .image-sub-component img {
  filter: brightness(1.1);
}
.vertical-split-widget > .sub-component {
  height: 100%;
}
.vertical-split-widget.text-above {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.text-below {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.angled-top > .sub-component:first-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 30px));
  position: relative;
  height: calc(100% + 20px);
  top: 0px;
  z-index: 20;
}
.vertical-split-widget.verticalsplit-layout-auto.text-above {
  grid-template-rows: 1fr 250px;
}
.vertical-split-widget.verticalsplit-layout-auto.text-below {
  grid-template-rows: 250px 1fr;
}
.vertical-split-widget.verticalsplit-layout-5050 {
  grid-template-rows: 1fr 1fr;
}
.vertical-split-widget.verticalsplit-layout-imagefillsspace.text-above {
  grid-template-rows: auto 1fr;
}
.vertical-split-widget.verticalsplit-layout-imagefillsspace.text-below {
  grid-template-rows: 1fr auto;
}

.video-sub-component .video-youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.video-sub-component .video-vimeo {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}
.video-sub-component .video-media {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 599px) {
  .video-sub-component .video-media {
    height: auto;
  }
}
.video-sub-component .cover-image {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-sub-component .cover-image picture {
  height: auto !important;
}
.video-sub-component .cover-image img {
  height: auto !important;
  aspect-ratio: 16/9.2;
}
.video-sub-component .cover-image .play-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-sub-component .cover-image .play-button i {
  font-size: 100px;
  color: #ffffff;
}

.text-sub-component {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.text-sub-component h1, .text-sub-component h2, .text-sub-component h3, .text-sub-component h4, .text-sub-component h5, .text-sub-component h6, .text-sub-component .h1, .text-sub-component .h2, .text-sub-component .h3, .text-sub-component .h4, .text-sub-component .h5, .text-sub-component .h6 {
  z-index: 10;
}
.text-sub-component .eyebrow {
  position: relative;
  background-color: #d4291c;
  padding: 8px;
  z-index: 11;
  color: #ffffff;
  /*&.show-border {
      border-top: 1px solid $red;
  }*/
}
.text-sub-component .eyebrow.pin-to-corner {
  position: absolute;
  top: 0;
  left: 0;
}
.text-sub-component.bg-red .eyebrow {
  background-color: #000000;
  /*&.show-border {
      border-top: 1px solid $white;
  }*/
}
.text-sub-component .bodytext {
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.text-sub-component .bodytext.columns-2 {
  columns: 2;
  display: block;
}
.text-sub-component .bodytext.columns-2 p, .text-sub-component .bodytext.columns-2 ul, .text-sub-component .bodytext.columns-2 h1, .text-sub-component .bodytext.columns-2 h2, .text-sub-component .bodytext.columns-2 h3, .text-sub-component .bodytext.columns-2 h4, .text-sub-component .bodytext.columns-2 h5, .text-sub-component .bodytext.columns-2 h6 {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-2 p:last-of-type, .text-sub-component .bodytext.columns-2 ul:last-of-type {
  margin: 0;
}
@media (max-width: 599px) {
  .text-sub-component .bodytext.columns-2 {
    columns: 1;
  }
}
.text-sub-component .bodytext.columns-3 {
  columns: 3;
  display: block;
}
.text-sub-component .bodytext.columns-3 p, .text-sub-component .bodytext.columns-3 ul, .text-sub-component .bodytext.columns-3 h1, .text-sub-component .bodytext.columns-3 h2, .text-sub-component .bodytext.columns-3 h3, .text-sub-component .bodytext.columns-3 h4, .text-sub-component .bodytext.columns-3 h5, .text-sub-component .bodytext.columns-3 h6 {
  margin: 0 0 20px 0;
}
.text-sub-component .bodytext.columns-3 p:last-of-type, .text-sub-component .bodytext.columns-3 ul:last-of-type {
  margin: 0;
}
@media (max-width: 599px) {
  .text-sub-component .bodytext.columns-3 {
    columns: 1;
  }
}
.text-sub-component .bodytext a {
  color: #d4291c;
  text-decoration: none;
}
.text-sub-component .bodytext a:hover {
  text-decoration: underline;
}
.text-sub-component.reveal-on-hover .bodytext, .text-sub-component.reveal-on-hover .subheading {
  opacity: 0;
  transition: opacity 0.3s;
}
.text-sub-component.reveal-on-hover:hover .bodytext, .text-sub-component.reveal-on-hover:hover .subheading, .text-sub-component.reveal-on-hover.hover .bodytext, .text-sub-component.reveal-on-hover.hover .subheading {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

.transition, .field-group-animated-label .button-field .button-field-value, .field-group-animated-label .button-field .button-field-label, .search-bootom-links ul li a, .flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio] + label, .flight-search-panel .search-area .search-title-with-radios .way-selection .way-item a, .select-one ul li a, .primary-nav-inner .menuitem:hover > .cta-menu:before, .primary-nav-inner .menuitem .mega-menu-container .links-sub-component .list-link:after, .top-navigation, .search-page .search-result .btn-cta span:after, .umbraco-forms-form .dataconsent input[type=checkbox]:before, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .radiobuttonlist [type=radio] + label:before, .umbraco-forms-form .umbraco-forms-field:not(.dataconsent, .fileupload, .checkbox, .likertscale, .longanswer, .plusminusbuttons) .checkboxlist [type=checkbox] + label:before, .umbraco-forms-form.radios-convert-into-button-style .umbraco-forms-fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist [type=radio] + label, .custom-modal.centered-modal .custom-modal-content {
  transition: all 0.2s ease-in;
}

.select-one ul {
  padding: 0;
  margin: 0;
}
.select-one ul li {
  list-style: none;
  margin: 0;
  position: relative;
}
.select-one ul li a {
  position: relative;
  cursor: pointer;
  display: flex;
  border-top: 1px solid #f0f0f0;
  padding: 13.5px 30px 13.5px 55px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.select-one ul li a:before {
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 15px;
}
.select-one ul li a.active {
  background-color: #000000;
  color: #949494;
}
.select-one ul li a.active:before {
  opacity: 1;
  color: #ffffff;
}
.select-one ul li a.selected {
  background-color: #d4291c;
  color: #ffffff;
}
.select-one ul li:hover:not(:first-child) a {
  background-color: #000000;
  color: #ffffff;
}
.select-one ul li:hover:not(:first-child) a:before {
  color: #ffffff;
  opacity: 1;
}
.select-one ul li.disabled a, .select-one ul li:first-child a {
  cursor: default;
  pointer-events: none;
}
.select-one ul li.disabled a:before, .select-one ul li:first-child a:before {
  opacity: 0.3;
}

.quantity-area {
  background-color: #f0f0f0;
  padding: 24px 16px 24px 16px;
  gap: 16px;
  border-radius: 8px;
}
.quantity-area .qty-row + .qty-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.quantity-area .qty-row .passenger-cat label {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.011em;
  text-align: left;
  /*font-family: "Inter";*/
}
.quantity-area .qty-row .passenger-cat label span {
  font-weight: 500;
}
.quantity-area .qty-row .passenger-cat label i {
  font-size: 11px;
}
.quantity-area .qty-row .quantity-cal {
  text-align: right;
}
.quantity-area .qty-row .quantity-cal .qty-wrap {
  display: inline-flex;
  align-items: center;
}
.quantity-area .qty-row .quantity-cal .qty-wrap .qty-sub,
.quantity-area .qty-row .quantity-cal .qty-wrap .qty-add {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #000000;
  padding: 0 8px;
  cursor: pointer;
}
.quantity-area .qty-row .quantity-cal .qty-wrap .qty-sub:disabled,
.quantity-area .qty-row .quantity-cal .qty-wrap .qty-add:disabled {
  opacity: 0.2;
}
.quantity-area .qty-row .quantity-cal .qty-wrap .qty-count {
  width: 35px;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}

.flight-search-panel {
  padding: 35px 20px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 599px) {
  .flight-search-panel {
    padding: 16px 16px 32px;
    background-position: center bottom 280px;
    margin-top: 16px;
    border-radius: 16px 16px 0 16px;
  }
}
@media (max-width: 1279px) {
  .flight-search-panel {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 1279px) {
  .flight-search-panel .layout-width-site-width {
    width: auto;
  }
}
.flight-search-panel .flight-search-form {
  position: relative;
  z-index: 1;
}
.flight-search-panel .top-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 599px) {
  .flight-search-panel .top-title {
    padding: 0 8px 0 4px;
  }
}
.flight-search-panel .top-title h1 {
  color: #ffffff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: "Lato", Helvetica, sans-serif;
}
@media (max-width: 599px) {
  .flight-search-panel .top-title h1 {
    font-size: 32px;
    padding-top: 8px;
  }
}
.flight-search-panel .top-title .btn-cta {
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border-color: #d9d9d9;
  border-width: 2px;
}
.flight-search-panel .top-title .btn-cta i {
  font-size: 13px;
}
.flight-search-panel .search-area {
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
}
.flight-search-panel .search-area .search-title-with-radios {
  display: flex;
  gap: 56px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .flight-search-panel .search-area .search-title-with-radios {
    gap: 16px;
    flex-direction: column;
  }
}
.flight-search-panel .search-area .search-title-with-radios h2 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 599px) {
  .flight-search-panel .search-area .search-title-with-radios h2 {
    font-size: 24px;
  }
}
.flight-search-panel .search-area .search-title-with-radios .way-selection {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item {
  position: relative;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item a {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #949494;
  outline: 1px solid transparent;
  color: #757575;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
  cursor: pointer;
  text-decoration: none;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item a:hover {
  outline-color: #585858;
  border-color: #585858;
  color: #000000;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item a:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio] {
  opacity: 0;
  position: absolute;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio] + label {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #949494;
  outline: 1px solid transparent;
  color: #757575;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio] + label:hover {
  outline-color: #585858;
  border-color: #585858;
  color: #000000;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio]:checked + label {
  background: #585858;
  color: #ffffff;
  border-color: transparent;
}
.flight-search-panel .search-area .search-title-with-radios .way-selection .way-item input[type=radio]:focus-visible + label {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner {
  gap: 40px;
  display: flex;
}
@media (max-width: 1279px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .from-parent {
  width: calc(100% - 340px);
}
@media (max-width: 1279px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner .from-parent {
    width: 100%;
  }
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .from-parent .grid-component {
  column-gap: 16px;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 {
  width: 340px;
  padding-left: 0;
}
@media (min-width: 600px) and (max-width: 1279px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 {
    grid-column: 1/4;
  }
}
@media (max-width: 1279px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 {
    padding-left: 0;
    width: 100%;
  }
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component {
  column-gap: 24px;
}
@media (max-width: 599px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component {
    column-gap: 4px;
  }
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-1 .btn-cta {
  display: inline-flex;
  white-space: normal;
  padding: 0;
  gap: 6px;
  line-height: 1.4;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: -0.154px;
  position: relative;
  text-align: left;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-1 .btn-cta:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-1 .btn-cta[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-1 .btn-cta svg {
  width: 12px;
}
@media (max-width: 599px) {
  .flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-2 {
    margin-top: 10px;
  }
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-2 .flight-search-btn .btn-cta {
  padding: 15px 16px;
}
.flight-search-panel .search-area .main-form-area .main-form-area-inner .search-col-3 .grid-component .promo-col-2 .flight-search-btn .btn-cta:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.search-bootom-links {
  width: 100%;
}
.search-bootom-links ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1px;
}
@media (max-width: 991px) {
  .search-bootom-links ul {
    flex-direction: column;
  }
}
.search-bootom-links ul li {
  flex-grow: 1;
  margin: 0;
}
.search-bootom-links ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  padding: 10px 16px;
  background-color: #d4291c;
  border-radius: 0 0 0 16px;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid #d4291c;
  border-left: 2px solid #d4291c;
  /*&:after {
      content: "";
      width: 24px;
      height: 24px;
      background-image: url("/images/chevron-white.svg");
      position: absolute;
      right: 0;
      top: 0;
  }*/
}
@media (max-width: 599px) {
  .search-bootom-links ul li a {
    padding: 17px 22px;
  }
}
.search-bootom-links ul li a:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  /*&:after {
      background-image: url("/images/chevron-red.svg");
  }*/
}
.search-bootom-links ul li a i {
  margin-left: 3px;
}

.field-group-animated-label {
  position: relative;
  margin-bottom: 8px;
}
.field-group-animated-label .button-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  height: 48px;
  padding: 16px 0;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  text-align: left;
  display: block;
  padding-right: 45px !important;
}
.field-group-animated-label .button-field:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}
.field-group-animated-label .button-field.flight-icon {
  background-image: url("/images/plane-icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.field-group-animated-label .button-field.date-icon {
  background-image: url("/images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.field-group-animated-label .button-field.user-icon {
  background-image: url("/images/user.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.field-group-animated-label .button-field.disabled, .field-group-animated-label .button-field[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.field-group-animated-label .button-field .button-field-label {
  display: block;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 20px;
}
.field-group-animated-label .button-field .button-field-value {
  display: block;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 20px;
}
.field-group-animated-label .button-field .button-field-value strong {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000000;
  line-height: 1;
}
.field-group-animated-label .button-field.value-added .button-field-label {
  top: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.gc-calendar {
  background: #f0f0f0;
  padding: 16px;
  border-radius: 8px;
}
.gc-calendar .gc-calendar-header {
  position: relative;
  margin-bottom: 24px;
}
.gc-calendar .gc-calendar-header button {
  width: 24px;
  height: 28px;
  padding: 0px;
  border: none;
  cursor: pointer;
  background-image: url("/images/arrow-left-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0px;
}
.gc-calendar .gc-calendar-header button.next {
  background-image: url("/images/arrow-right-black.svg");
  right: 0px;
  left: auto;
}
.gc-calendar .gc-calendar-month-year {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: block;
  text-align: center;
  padding: 3.7px 0;
}
.gc-calendar table.calendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.gc-calendar table.calendar th {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 8px 0;
}
.gc-calendar table.calendar td {
  background: #f0f0f0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  border: 1px solid #f0f0f0;
  padding: 0px;
  height: 34px;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.gc-calendar table.calendar td.event {
  opacity: 1;
}
.gc-calendar table.calendar td a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 15.4px;
}
.gc-calendar table.calendar td a.today {
  background: #da291c;
  color: #ffffff;
}
.gc-calendar table.calendar td a.today::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #da291c;
  content: "";
  z-index: -1;
}
.gc-calendar table.calendar td a.today + .label {
  background: #da291c;
  color: #ffffff;
}
.gc-calendar table.calendar td .label {
  font-size: 12px;
  line-height: 13.2px;
  display: block;
  font-weight: 400;
}
.gc-calendar table.calendar td .label:focus-visible {
  outline: none;
}
.gc-calendar table.calendar td .label:focus-visible::before {
  outline: 2px solid #000000;
  outline-offset: 1px;
}

/* .gc-calendar-header .prev, .gc-calendar-header .prev.disabled-prev {
                opacity: 0;
                pointer-events: none;
                cursor: not-allowed;
            } */
.gc-calendar-header .prev.enabled-prev {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}

.gc-event.label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.day.event:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #da291c;
  content: "";
  z-index: -1;
}

.day.event:hover .btn-gc-cell, .day.event:hover .label {
  color: #ffffff;
}

.calendar-area {
  position: relative;
}

.global-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.global-loader img {
  width: 100px !important;
  display: block;
  margin: 0 auto 10px;
}
.global-loader .loading-image {
  width: 56px !important;
  height: 56px !important;
  display: block;
  margin: 0 auto;
  animation: spinloader 1.5s linear infinite;
}
@keyframes spinloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.global-loader p {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
  text-align: left;
  margin-top: 16px;
}
.global-loader.site-preloader {
  position: fixed;
  top: 0px;
  z-index: 9999;
  margin: 0;
  display: none;
}

.warning-message-flight.error-msg {
  font-weight: 400;
  font-size: 16px;
  color: #da291c;
}
.warning-message-flight p {
  font-weight: 400;
  font-size: 16px;
  color: #da291c;
}

.warning-message-flight {
  position: relative;
  padding-left: 20px;
}
.warning-message-flight:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/error-validation.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}

#modal-adslogin .custom-modal-body .text-right .btn-cta, #modal-passengers .custom-modal-body .text-right .btn-cta, #modal-datepicker .custom-modal-body .text-right .btn-cta {
  display: inline-flex;
}
#modal-adslogin .custom-modal-body .ads-tc-label, #modal-passengers .custom-modal-body .ads-tc-label, #modal-datepicker .custom-modal-body .ads-tc-label {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4px;
  align-items: center;
}
#modal-adslogin .custom-modal-body .check-item label, #modal-passengers .custom-modal-body .check-item label, #modal-datepicker .custom-modal-body .check-item label {
  align-items: center;
}

.sub-grid-sub-component .sub-grid {
  display: grid;
  width: 100%;
}

.links-sub-component {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
}
.links-sub-component .subheading {
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 768px) / (1600 - 768), 16px);
  padding-bottom: 10px;
  border-bottom: 1px #f0f0f0 solid;
  width: 100%;
  margin-bottom: 10px;
}
.links-sub-component a {
  text-decoration: none;
}
.links-sub-component a:hover {
  text-decoration: underline;
}

.mega-menu-container .links-sub-component .subheading {
  border-bottom: none;
  padding-bottom: 0;
}

.sticky-feedback-btn {
  transform: translateX(40px) rotate(-90deg);
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 99;
}
.sticky-feedback-btn .sticky-btn {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  border-radius: 4px 4px 0px 0px;
  border: 2px solid #898989;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: -0.011em;
  text-align: left;
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.custom-modal.centered-modal.feedback-confirmation {
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content {
  width: 360px;
  max-width: calc(100% - 16px);
  border-radius: 0 0 8px 8px;
  border-top: 4px solid #da291c;
  position: static;
  margin-top: 40px;
  margin-bottom: 40px;
  transform: none;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-header {
  padding: 24px 24px 16px;
  border-bottom: 0;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-header h3 {
  color: #000000;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-header .close {
  padding: 0px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body {
  padding: 0 24px 24px 24px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.011em;
  margin-bottom: 16px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .btn-cta.btn-outline {
  border-width: 2px;
  margin-right: 6px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .required {
  font-weight: 500;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.011em;
  margin-bottom: 16px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .rating-group {
  width: 100%;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .rating-group .rate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .rating-group .rate a {
  width: 42px;
  height: 42px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .rating-group .rate a.active {
  background-color: #000000;
  color: #ffffff;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .rating-group .rate-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.011em;
  padding-top: 12px;
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .feedback-left {
  width: 47%;
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .feedback-left {
    width: 100%;
  }
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .feedback-right {
  width: 47%;
}
@media (max-width: 767px) {
  .custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body .feedback-right {
    width: 100%;
  }
}
.custom-modal.centered-modal.feedback-confirmation .custom-modal-content .custom-modal-body textarea.form-field {
  border-radius: 4px !important;
}
.custom-modal.centered-modal.feedback-confirmation.experience-feedback .custom-modal-content {
  width: 686px;
}
.custom-modal.centered-modal.feedback-confirmation.experience-feedback .custom-modal-content .custom-modal-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.instagramtile-sub-component {
  aspect-ratio: 1/1;
  position: relative;
}
.instagramtile-sub-component img {
  transition: 0.2s;
  max-width: 100%;
}
.instagramtile-sub-component .instagram-icon {
  color: white;
  font-size: 16px;
}
.instagramtile-sub-component .instagram-icon i {
  font-size: 16px;
}
.instagramtile-sub-component.whole-component-as-cta:hover img {
  filter: brightness(1.1);
}

.embed-sub-component .embed-code-container {
  width: 100%;
}
.embed-sub-component .embed-iframe-body {
  width: 100%;
  height: 400px;
  border: none;
}

.product-comparison-table-sub-component table {
  width: 100%;
}
.product-comparison-table-sub-component thead {
  color: #ffffff;
  background-color: #000000;
}
.product-comparison-table-sub-component tbody {
  color: #000000;
  background-color: #f0f0f0;
}
.product-comparison-table-sub-component th, .product-comparison-table-sub-component td {
  padding: 20px;
}
@media (max-width: 599px) {
  .product-comparison-table-sub-component th, .product-comparison-table-sub-component td {
    padding: 10px;
  }
}
.product-comparison-table-sub-component th i, .product-comparison-table-sub-component td i {
  font-size: 24px;
}

/* Nav Styles */
.header.header--iframe {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.header--iframe .header__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #F3F3F3;
}
.header--iframe .header__container .header__section {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header--iframe .header__container .header__section .header__logo {
  position: relative;
  z-index: 1;
  border: none;
  padding: 1.333rem 1.5rem;
}
.header--iframe .header__container .header__section .header__logo .header__home {
  display: block;
}
.header--iframe .header__container .header__section .header__logo .header__home .screen-reader {
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.header--iframe .header__container .header__section .header__logo .header__home .logo {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 161.94px;
  height: auto;
  stroke: none;
}
.header--iframe .header__container .header__navigation {
  flex: 1 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header--iframe .header__container .header__navigation a:hover {
  color: #da291c;
}
.header--iframe .header__container .navigation {
  position: absolute;
  z-index: 9;
  overflow-y: scroll;
  opacity: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  background-color: #ffffff;
  transition: opacity 150ms ease-out, height 150ms ease-out;
}
.header--iframe .header__container .navigation[data-navigation-active=false] {
  opacity: 0;
  height: 0 !important;
}
.header--iframe .header__container .header__navigation, .header--iframe .header__container .header__utility, .header--iframe .header__container .header__logo {
  border-width: 0px 0;
  border-style: solid;
  border-color: #F3F3F3;
}
.header--iframe .header__container .navigation__item {
  flex: 0 0 auto;
  position: static;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75rem 1.618rem 0.5rem;
  margin: 0px;
  padding: 0 1.618rem;
}
.header--iframe .header__container .navigation__active, .header--iframe .header__container .navigation__link {
  font-size: 17.96px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  text-decoration: none;
  padding: 1.88888rem 0.35rem;
}
.header--iframe .header__container .navigation__link, .header--iframe .header__container .navigation__link:visited {
  fill: #333;
  stroke: #333;
}
.header--iframe .header__container header__navigation .navigation__sublink .navigation__subtext {
  color: #333;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .header--iframe .header__container .navigation__active, .header--iframe .header__container .navigation__link {
    font-size: calc(17.9998px + 0 * (100vw - 1366px) / 554);
  }
  .header--iframe .header__container .navigation__subtext, .header--iframe .header__container .navigation__subactive .navigation__subtext {
    font-size: calc(17.9998px + 0 * (100vw - 1366px) / 554);
  }
}
@media (min-width: 1920px) and (max-width: 2160px) {
  .header--iframe .header__container .navigation__active, .header--iframe .header__container .navigation__link {
    font-size: calc(17.9998px + 3.0002 * (100vw - 1920px) / 240);
  }
  .header--iframe .header__container .navigation__subtext, .header--iframe .header__container .navigation__subactive .navigation__subtext {
    font-size: calc(17.9998px + 3.0002 * (100vw - 1920px) / 240);
  }
}
.header--iframe .header__container .navigation__sublist {
  flex: 0 0 auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  overflow: hidden;
  top: calc(100% + 1px);
  left: auto;
  width: 100%;
  padding: 1.5rem 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-width: 1px 0;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: #ffffff;
  transition: opacity 150ms ease-out, height 300ms ease-out;
  margin: 1rem 0;
}
.header--iframe .header__container .header--iframe .header__container .navigation__item a:hover ul.navigation__sublist {
  display: flex;
}
.header--iframe .header__container .navigation__subitem {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
  padding-bottom: 1rem;
  border-width: 0;
  border-style: solid;
  border-color: #E6E6E6;
  list-style: none;
  margin: 0px;
}
.header--iframe .header__container .navigation__subitem:nth-child(2n+1) {
  border-width: 0;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
}
.header--iframe .header__container .navigation__sublink {
  position: relative;
  display: block;
  transition: color 150ms ease-out;
  text-decoration: none;
}
.header--iframe .header__container .navigation__subtext, .header--iframe .header__container .navigation__subactive .navigation__subtext {
  font-size: 17.96px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  text-decoration: none;
}
.header--iframe .header__container .header__utility {
  padding: 1.833rem 1rem;
}
.header--iframe .header__container .header__utility.header__utility--search {
  display: none;
}
.header--iframe .header__container .header__button {
  display: block;
  transition: fill 600ms linear, stroke 600ms linear, color 600ms linear;
}
.header--iframe .header__container .header__button i {
  font-size: 30px;
}
.header--iframe .header__container .header__search {
  position: absolute;
  z-index: -2;
  display: none;
  left: 25%;
  width: 50%;
  transition: top 150ms ease-in-out, opacity 199.8ms ease-in-out;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: #ffffff;
  top: 100%;
}
.header--iframe .header__container .header__button, .header--iframe .header__container .header__button:visited {
  fill: #da291c;
  stroke: #da291c;
  color: #da291c;
}
@media (min-width: 64em) {
  .header--iframe .header__container .navigation__sublist {
    position: absolute;
    width: 400px;
    margin: 0;
    border-width: 0 1px 1px 1px;
  }
  .header--iframe .header__container .navigation__subitem {
    width: 50%;
    border-width: 0 2px 0 0;
    border-style: solid;
    border-color: #E6E6E6;
  }
  .header--iframe .header__container .navigation__subitem--mobile {
    display: none;
  }
}
@media (min-width: 80em) {
  .header--iframe .header__container .navigation__sublist {
    width: 480px;
  }
  .header--iframe .header__container .header__utility.header__utility--search {
    display: block;
  }
  .header--iframe .header__container .navigation {
    overflow: visible;
    position: static;
    opacity: 1;
    height: 100% !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
  }
  .header--iframe .header__container .navigation[data-navigation-active=false] {
    opacity: 1;
    height: 100% !important;
    padding-top: 0;
    position: relative;
  }
  .header--iframe .header__container .header__utility.header__utility--burger {
    display: none;
  }
}
@media (min-width: 120em) {
  .header--iframe .header__container .navigation__sublist {
    width: 500px;
  }
}
.header--iframe .warning_banner {
  padding: 0.25rem 1.3rem;
  background-color: white;
  border: solid 2px #333;
  color: #333;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transition: top 1s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header--iframe .warning_banner .warning_banner--inner {
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.header--iframe .warning_banner svg {
  /*fill: #e2251d;*/
  width: 28px;
}
.header--iframe .rte {
  width: 100%;
  text-align: left;
}
.header--iframe .warning_banner .warning_banner--inner p, .header--iframe .warning_banner .warning_banner--inner a {
  font-size: 12px;
  line-height: 1.2;
}
.header--iframe .header__button {
  display: block;
  transition: fill 600ms linear, stroke 600ms linear, color 600ms linear;
}
.header--iframe .header__button, .header--iframe .header__button:visited {
  fill: #da291c;
  stroke: #da291c;
  color: #da291c;
}
.header--iframe .navigation__link:focus, .header--iframe .navigation__link:hover {
  fill: #da291c;
  stroke: #da291c;
  color: #da291c;
}
.header--iframe .cta {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.618rem 0.813rem;
  text-align: center;
  transition: background-color 300ms ease-in, border-color 300ms ease-in;
  text-decoration: none;
  font-weight: 700;
}
.header--iframe .cta:hover {
  text-decoration: none;
}
.header--iframe .cta, .header--iframe .cta:visited, .header--iframe .theme-primary .cta, .header--iframe .theme-primary .cta:visited {
  fill: #ffffff;
  stroke: #ffffff;
  color: #ffffff;
  border-color: #da291c;
  background-color: #da291c;
}
.header--iframe .notifications {
  display: none;
}
.header--iframe .header__utility--notifications:hover .notifications {
  display: block;
  position: absolute;
  top: 100%;
  width: 33%;
  right: auto;
  left: 58%;
  padding-top: 1rem;
}
.header--iframe .notifications__chevron {
  position: absolute;
  top: 0.5rem;
  right: 3.25rem;
  width: 1rem;
  height: 1rem;
  transform: rotateZ(45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: #ffffff;
}
.header--iframe .notifications__container {
  border-width: 1px;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: #ffffff;
  padding: 0.5rem;
}
.header--iframe .header__search {
  position: absolute;
  z-index: -2;
  display: block;
  left: 25%;
  width: 50%;
  transition: top 150ms ease-in-out, opacity 199.8ms ease-in-out;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header--iframe .header__close {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent;
  border: none;
  padding: 0px;
  color: #d4291c;
  font-size: 34px;
  cursor: pointer;
}
.header--iframe .header__form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.header--iframe .header__label {
  font-size: calc(20.5712px + 3.0538 * (100vw - 1920px) / 240);
  padding-bottom: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.618;
  text-decoration: none;
  display: block;
  width: 100%;
}
.header--iframe .input-text {
  position: relative;
  display: inline-block;
  min-width: 240px;
  padding: 1rem 0;
}
.header--iframe .header__search .input-text {
  flex: 1 1 auto;
  width: 75%;
  padding: 0;
}
.header--iframe .cta.cta--submit {
  padding: 0.5rem 0.5rem;
}
.header--iframe .cta__text {
  flex: 1 1 auto;
  font-size: 17.96px;
  padding-bottom: 0;
  font-weight: bold;
}
.header--iframe .header__search .cta {
  flex: 0 0 auto;
  width: 25%;
}
.header--iframe .cta:focus, .header--iframe .cta:hover, .header--iframe .theme-primary .cta:focus, .header--iframe .theme-primary .cta:hover {
  fill: #ffffff;
  stroke: #ffffff;
  color: #ffffff;
  border-color: #B71313;
  background-color: #B71313;
}
.header--iframe .header__search .input-text .input-text__element {
  height: 100%;
  width: 100%;
  padding: 0.25rem 0;
  border: none;
  border-bottom: 1px solid #666664;
  font-size: 20px;
}
.header--iframe .header__search .input-text .input-text__element:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 0px;
  border-radius: 4px;
}
.header--iframe .input-text__element:focus + .input-text__label, .header--iframe .input-text__element:valid + .input-text__label {
  display: none;
}
.header--iframe .cta.cta--submit {
  padding: 1rem 0.5rem;
  border: 0px;
}
.header--iframe .header__utility.header__utility--search .header__icon {
  stroke: none;
  width: 1.75rem;
  height: 1.75rem;
}
.header--iframe .header__container .navigation {
  position: relative;
}
.header--iframe .screen-reader {
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.header--iframe .header__container .navigation__item:hover ul.navigation__sublist {
  display: flex;
}
.header--iframe .navigation__sublink::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  right: 0;
  transform: translateY(-50%);
  display: block;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/images/right-arrow.svg");
  background-size: 1rem 1rem;
  transition: opacity 150ms ease-out;
}
.header--iframe .navigation__sublink:hover::after {
  opacity: 1;
}
@media (min-width: 80em) {
  .header--iframe .navigation__item.navigation__item--mobile {
    display: none;
  }
}
.header--iframe .header__utility.header__utility--burger {
  display: none;
}
.header--iframe .burger {
  position: relative;
  top: 0rem;
  display: block;
  width: 36px;
  height: 21.6px;
}
.header--iframe .burger__stripe {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #da291c;
  opacity: 1;
  transform: rotateZ(0deg);
  transform-origin: center;
}
.header--iframe .header__login {
  flex: 0 0 auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 13.499rem;
  padding-left: 18px;
}
.header--iframe .burger__stripe:nth-of-type(1) {
  top: 0;
  transform: rotateZ(0);
  transition: top 0.2s ease-in-out, transform 0.4s ease-in-out;
}
.header--iframe .burger__stripe:nth-of-type(2) {
  top: 9px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.header--iframe .burger__stripe:nth-of-type(3) {
  top: 18px;
  transform: rotateZ(0);
  transition: top 0.2s ease-in-out, transform 0.4s ease-in-out;
}
.header--iframe .burger[data-navigation-active=true] .burger__stripe:nth-of-type(1) {
  top: 46%;
  transform: rotateZ(45deg);
}
.header--iframe .burger[data-navigation-active=true] .burger__stripe:nth-of-type(2) {
  opacity: 0.01;
}
.header--iframe .burger[data-navigation-active=true] .burger__stripe:nth-of-type(3) {
  top: 46%;
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 1280.5px) {
  .header--iframe .header__utility.header__utility--burger {
    display: block;
  }
  .header--iframe .header__container .navigation {
    position: absolute;
    padding-left: 0px;
  }
  .header--iframe .header__container .navigation__sublist {
    top: 0px;
  }
  .header--iframe .header__container .navigation__link {
    padding: 0.75rem 0rem 0.5rem;
  }
  .header--iframe .header__container .navigation__link {
    font-size: calc(17.96px + -1.0158 * (100vw - 1px) / 1023);
  }
  .header--iframe .header__login {
    display: none;
  }
  .header--iframe .header__container .navigation__item.navigation__item--mobile {
    display: block;
    padding: 0.9rem 1.618rem 0rem;
  }
  .header--iframe .header__container .navigation__item:hover ul.navigation__sublist {
    top: 0px;
  }
  .header--iframe .cta.cta--min-width {
    min-width: 240px;
    font-size: calc(17.96px + -1.0158 * (100vw - 1px) / 1023);
    line-height: 1.618;
  }
  .header--iframe .header__container .header__section {
    padding-right: 1rem;
    padding: 4px 0px 4px;
  }
  .header--iframe .search__container {
    display: flex;
  }
  .header--iframe .input-text {
    padding: 0.25rem 0;
    min-width: auto;
  }
  .header--iframe .input-text__element {
    width: 100%;
    text-align: left;
    color: #333;
    padding: 0.25rem 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F3F3F3;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #F3F3F3;
    font-size: 16px;
    min-width: 240px;
    font-weight: 400;
    line-height: 1.618;
  }
  .header--iframe .search__submit button {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    font-size: 18px;
  }
  .header--iframe .search__submit button i {
    color: #da291c;
  }
  .header--iframe .search {
    padding-top: 2rem;
  }
  .header--iframe .header__container .header__section .header__logo {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header--iframe .header__container .header__section {
    padding-right: 0rem;
  }
  .header--iframe .header__container .navigation {
    top: calc(100% + 1px);
  }
  .header--iframe .header__container .header__utility {
    padding: 1rem 1rem;
  }
  .header--iframe .header__container .navigation__item:hover ul.navigation__sublist {
    display: none;
  }
  .header--iframe .input-text__element:focus-visible {
    outline: 2px solid #000000;
    outline-offset: -1px;
    border-radius: 4px;
  }
  .header--iframe .search__submit {
    padding: 0.5rem 0.5rem;
  }
}

.footerBox {
  width: 100%;
}
.footerBox .footer-content {
  padding-bottom: 2rem;
  background-color: #F3F3F3;
}
@media (min-width: 768px) {
  .footerBox .footer-content {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .footerBox .footer-content {
    padding-top: 3.25rem;
  }
}
@media (min-width: 1680px) {
  .footerBox .footer-content {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}
.footerBox .footer-content .footer-content__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 95vw;
}
@media (min-width: 768px) {
  .footerBox .footer-content .footer-content__container {
    width: 90vw;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item {
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  /*.accordion-trigger.active + * {
      opacity: 1;
      max-height: 9999px;
  }*/
}
@media (min-width: 1024px) {
  .footerBox .footer-content .footer-content__container .footer-content__item {
    width: 33.333%;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item:not(:last-child) {
  border-bottom: 2px solid #F3F3F3;
}
@media (min-width: 1024px) {
  .footerBox .footer-content .footer-content__container .footer-content__item:not(:last-child) {
    border-right: 1px solid #E6E6E6;
    border-bottom: none;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item:not(:first-child) {
  padding: 0 5%;
}
@media (max-width: 599px) {
  .footerBox .footer-content .footer-content__container .footer-content__item:not(:first-child) {
    padding: 0px;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__title {
  padding-bottom: 1rem;
  font-size: 22.68011px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
  flex: 1 1 auto;
  display: none;
}
@media (min-width: 1024px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .footer-content__title {
    display: block;
  }
}
@media (min-width: 1280px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .footer-content__title {
    font-size: 34.0047px;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 0;
  /*.theme-surface*/
  fill: #333;
  stroke: #333;
  color: #333;
  background-color: #F3F3F3;
  /*button*/
  cursor: pointer;
  appearance: none;
  font-family: unset;
  border: none;
  border-radius: 0;
  background: none;
}
@media (min-width: 1024px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger {
    display: none;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .accordion-trigger__text {
  flex: 1 1 auto;
  display: inline-block;
  text-align: left;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-bottom: 1rem;
  font-size: 22.68011px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .accordion-trigger__text {
    font-size: 34.0047px;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  transform: rotateZ(0deg);
  transition: transform 300ms ease-in-out;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus.active {
  transform: rotateZ(90deg);
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus.active .plus__line--horizontal {
  opacity: 0 !important;
  transform: translateY(-50%) scaleX(1) !important;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus .plus__line {
  position: absolute;
  display: block;
  background-color: #da291c;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus .plus__line.plus__line--horizontal {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 20px;
  height: 4px;
  transform: translateY(-50%) scaleX(1);
  transition: opacity 300ms ease-in-out, transform 120ms ease-in-out;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger .accordion-trigger__container .plus .plus__line.plus__line--vertical {
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 2px);
  width: 4px;
  height: 20px;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content {
  max-height: 2000px;
  opacity: 1;
  overflow: hidden;
  /*transition: opacity 240ms linear, max-height 60ms linear, padding 150ms linear;*/
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte {
  width: 100%;
  text-align: left;
  color: inherit;
  stroke: inherit;
  fill: inherit;
}
@media (min-width: 1280px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte {
    padding-bottom: 0;
  }
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte p {
  padding-bottom: 0.667rem;
  font-size: 17.96px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  text-decoration: none;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte li {
  position: relative;
  margin-left: 0.75rem;
  padding-top: 0.375rem;
  padding-left: 2.25rem;
  padding-bottom: 0rem;
  margin-bottom: 0.5rem;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte .no-bullet {
  margin-left: 0;
  margin-inline-start: 0;
  list-style-type: none !important;
  padding: 0 0 1.5rem 0;
  list-style-type: none !important;
  list-style-position: outside;
  font-size: 16px;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte .no-bullet li {
  margin-left: 0;
  padding-left: 0;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte .no-bullet li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte *:last-child {
  padding-bottom: 0;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte a {
  fill: #333;
  stroke: #333;
  color: #333;
  text-decoration: underline;
  transition-property: color;
  transition-duration: 300ms;
  font-size: 17.99px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.618;
}
.footerBox .footer-content .footer-content__container .footer-content__item .footer-content__content .rte a:hover {
  fill: #B71313;
  stroke: #B71313;
  color: #B71313;
  text-decoration: underline;
}
.footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger + * {
  /*max-height: 0px;
  opacity: 0;*/
  transition: opacity 240ms linear, max-height 60ms linear, padding 150ms linear;
  display: none;
  /*@include respond-to(mobile-screens) {
      padding-top: 0px;
      padding-bottom: 0px;
  }*/
}
@media (min-width: 1280px) {
  .footerBox .footer-content .footer-content__container .footer-content__item .accordion-trigger + * {
    /*opacity: 1;
    max-height: 2000px;*/
    display: block;
  }
}
.footerBox .footer--iframe {
  padding: 1.333rem 1.5rem;
  fill: #333;
  stroke: #333;
  color: #333;
  background-color: #E6E6E6;
  min-height: 140px;
  align-items: center;
  display: flex;
}
.footerBox .footer--iframe .footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: inherit;
  stroke: inherit;
  fill: inherit;
}
@media (min-width: 1024px) {
  .footerBox .footer--iframe .footer__container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .footerBox .footer--iframe .footer__container {
    justify-content: center;
  }
}
.footerBox .footer--iframe .footer__container .footer__logo {
  position: relative;
  z-index: 1;
  border: none;
  flex: 1 1 auto;
  padding-top: 0;
  text-align: left;
  order: 1;
}
@media (min-width: 1024px) {
  .footerBox .footer--iframe .footer__container .footer__logo {
    flex: 0 0 auto;
    width: 33%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .footer__logo {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footerBox .footer--iframe .footer__container .footer__logo .footer__home {
  display: block;
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .footer__logo .footer__home {
    width: 100%;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
  }
}
.footerBox .footer--iframe .footer__container .footer__logo .footer__home .screen-reader {
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.footerBox .footer--iframe .footer__container .footer__logo .footer__home .logo {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 160px;
  height: auto;
  stroke: none;
}
.footerBox .footer--iframe .footer__container .app-icons__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .app-icons__container {
    margin-left: 0px;
    padding: 15px 10px;
  }
}
.footerBox .footer--iframe .footer__container .app-icons__container li {
  margin: 0;
}
.footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .screen-reader {
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .app-icons__badge {
  display: block;
  width: 100%;
  height: 100%;
  fill: initial;
  stroke: initial;
  color: initial;
  max-height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .app-icons__badge {
    max-height: 75px;
  }
}
.footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .footer-static-icons {
  max-height: 140px;
  max-width: 180px;
  width: auto;
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .footer-static-icons {
    max-width: 100%;
  }
}
.footerBox .footer--iframe .footer__container .footer__extra {
  width: 33%;
  margin-left: auto;
  text-align: left;
  flex: 0 0 auto;
  order: 3;
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .footerBox .footer--iframe .footer__container .footer__extra {
    order: 1;
    flex: 0 0 auto;
    width: 220px;
    text-align: right;
  }
}
@media (max-width: 599px) {
  .footerBox .footer--iframe .footer__container .footer__extra {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .footer__extra {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.footerBox .footer--iframe .footer__container .footer__extra .footer__copyright {
  font-size: 16px;
  font-weight: bold;
}
.footerBox .footer--iframe .footer__container .footer__apps {
  order: 0;
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .footerBox .footer--iframe .footer__container .footer__apps {
    order: 1;
    flex: 1 1 auto;
  }
}
.footerBox .footer--iframe .footer__container .footer__apps .app-icons__title {
  display: none;
  width: 33%;
}
@media (min-width: 1680px) {
  .footerBox .footer--iframe .footer__container .footer__apps .app-icons__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .footer__apps .app-icons__title {
    display: block;
    width: 100%;
  }
}
.footerBox .footer--iframe .footer__container .footer__apps .app-icons__icon--apple {
  margin: 0 1rem;
  width: 122px;
  height: 42px;
}
.footerBox .footer--iframe .footer__container .footer__apps .app-icons__link {
  display: block;
  width: 100%;
  height: 100%;
}
.footerBox .footer--iframe .footer__container .footer__apps .app-icons__icon--google {
  width: 137px;
  height: 42px;
}
.footerBox .footer--iframe .footer__container .footer__apps .app-icons__text {
  font-size: calc(34.0047px + 6.69306 * (100vw - 1920px) / 240);
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
}
.footerBox .footer--iframe .footer__container .footer__social {
  order: 2;
  flex: 1 1 auto;
  width: 33%;
  text-align: right;
}
@media (min-width: 1024px) {
  .footerBox .footer--iframe .footer__container .footer__social {
    flex: 0 0 auto;
    width: calc(33% - 220px);
    order: 1;
    text-align: right;
  }
}
.footerBox .footer--iframe .footer__container .footer__social .footer__social .social-icons {
  display: inline-block;
  padding-bottom: 0;
}
.footerBox .footer--iframe .footer__container .footer__social .social-icons__content {
  text-align: right;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .footerBox .footer--iframe .footer__container .footer__social .social-icons__content {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding-left: 0px;
  }
}
.footerBox .footer--iframe .footer__container .footer__social .social-icons__item, .footerBox .footer--iframe .footer__container .footer__social .social-icons__logo {
  color: inherit;
  stroke: inherit;
  fill: inherit;
  list-style: none;
  font-size: 30px;
  margin: 0px 12px;
}
.footerBox .footer--iframe .footer__container .footer__social .screen-reader {
  position: absolute !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.footerBox .footer--iframe .footer__container .footer__social .social-icons__logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.334rem;
  height: 1.334rem;
}
.footerBox .footer--iframe .footer__logo-mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .footerBox .footer--iframe .footer__container .footer__logo .footer__home .logo {
    min-width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .footerBox .footer--iframe .footer__container .footer__social {
    width: calc(33% - 170px);
  }
  .footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .footer-static-icons {
    max-height: 70px;
    max-width: 160px;
    width: auto;
  }
}
@media only screen and (max-width: 769px) {
  .footerBox .footer--iframe .footer__container {
    justify-content: center;
  }
  .footerBox .footer--iframe .footer__container .footer__logo {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerBox .footer--iframe .footer__container .footer__logo .footer__home {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
  }
  .footerBox .footer--iframe .footer__container .app-icons__container {
    margin-left: 0px;
    padding: 15px 10px;
  }
  .footerBox .footer--iframe .footer__container .footer__apps .app-icons__title {
    display: block;
    width: 100%;
  }
  .footerBox .footer--iframe .footer__container .footer__extra {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .footerBox .footer--iframe .footer__container .footer__apps .app-icons__text {
    font-size: calc(22.68011px + 5.68595 * (100vw - 1px) / 1023);
    text-align: center;
    padding-bottom: 0.813rem;
  }
  .footerBox .footer--iframe .footer__logo .app-icons__container {
    display: none;
  }
  .footerBox .footer--iframe .footer__logo .app-icons__container {
    display: none;
  }
  .footerBox .footer--iframe .footer__logo-mobile {
    display: block;
    width: 100%;
  }
  .footerBox .footer--iframe .footer__container .app-icons__container .app-icons__icon .footer-static-icons {
    max-width: 170px;
    width: auto;
    max-height: 95px;
  }
  .footerBox .footer--iframe .footer__container .footer__logo .footer__home .logo {
    display: block;
    text-align: left;
  }
  .footerBox .footer--iframe .footer__container .footer__extra .footer__copyright {
    text-align: left;
  }
  .footerBox .footer--iframe .footer__container .footer__social .social-icons__item {
    margin: 0px 8px;
  }
}
