@charset "UTF-8";
/* Foreground and background colour styles */
.color-lime-green {
  color: #95c23d;
}

.bg-lime-green {
  background-color: #95c23d;
  fill: #95c23d;
}

.border-lime-green {
  border-color: #95c23d;
}

.bg-hover-lime-green:hover, .bg-hover-lime-green.hover {
  background-color: #95c23d;
}

.color-hover-lime-green:hover, .color-hover-lime-green.hover {
  color: #95c23d;
}

.border-hover-lime-green:hover, .border-hover-lime-green.hover {
  border-color: #95c23d;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
  fill: #000000;
}

.border-black {
  border-color: #000000;
}

.bg-hover-black:hover, .bg-hover-black.hover {
  background-color: #000000;
}

.color-hover-black:hover, .color-hover-black.hover {
  color: #000000;
}

.border-hover-black:hover, .border-hover-black.hover {
  border-color: #000000;
}

.color-dark-grey {
  color: #323e48;
}

.bg-dark-grey {
  background-color: #323e48;
  fill: #323e48;
}

.border-dark-grey {
  border-color: #323e48;
}

.bg-hover-dark-grey:hover, .bg-hover-dark-grey.hover {
  background-color: #323e48;
}

.color-hover-dark-grey:hover, .color-hover-dark-grey.hover {
  color: #323e48;
}

.border-hover-dark-grey:hover, .border-hover-dark-grey.hover {
  border-color: #323e48;
}

.color-mid-grey {
  color: #d4d4d4;
}

.bg-mid-grey {
  background-color: #d4d4d4;
  fill: #d4d4d4;
}

.border-mid-grey {
  border-color: #d4d4d4;
}

.bg-hover-mid-grey:hover, .bg-hover-mid-grey.hover {
  background-color: #d4d4d4;
}

.color-hover-mid-grey:hover, .color-hover-mid-grey.hover {
  color: #d4d4d4;
}

.border-hover-mid-grey:hover, .border-hover-mid-grey.hover {
  border-color: #d4d4d4;
}

.color-light-grey {
  color: #f0f0f0;
}

.bg-light-grey {
  background-color: #f0f0f0;
  fill: #f0f0f0;
}

.border-light-grey {
  border-color: #f0f0f0;
}

.bg-hover-light-grey:hover, .bg-hover-light-grey.hover {
  background-color: #f0f0f0;
}

.color-hover-light-grey:hover, .color-hover-light-grey.hover {
  color: #f0f0f0;
}

.border-hover-light-grey:hover, .border-hover-light-grey.hover {
  border-color: #f0f0f0;
}

.color-dark-green {
  color: #567028;
}

.bg-dark-green {
  background-color: #567028;
  fill: #567028;
}

.border-dark-green {
  border-color: #567028;
}

.bg-hover-dark-green:hover, .bg-hover-dark-green.hover {
  background-color: #567028;
}

.color-hover-dark-green:hover, .color-hover-dark-green.hover {
  color: #567028;
}

.border-hover-dark-green:hover, .border-hover-dark-green.hover {
  border-color: #567028;
}

.color-teal {
  color: #009389;
}

.bg-teal {
  background-color: #009389;
  fill: #009389;
}

.border-teal {
  border-color: #009389;
}

.bg-hover-teal:hover, .bg-hover-teal.hover {
  background-color: #009389;
}

.color-hover-teal:hover, .color-hover-teal.hover {
  color: #009389;
}

.border-hover-teal:hover, .border-hover-teal.hover {
  border-color: #009389;
}

.color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
  fill: #ffffff;
}

.border-white {
  border-color: #ffffff;
}

.bg-hover-white:hover, .bg-hover-white.hover {
  background-color: #ffffff;
}

.color-hover-white:hover, .color-hover-white.hover {
  color: #ffffff;
}

.border-hover-white:hover, .border-hover-white.hover {
  border-color: #ffffff;
}

.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 - 200px);
  height: calc(5vh - 200px);
  /*&.pageheader {
      min-height: calc(5vh);
  }*/
}
.height-max-percent-5 {
  max-height: calc(5vh - 200px);
  /*&.pageheader {
      max-height: calc(5vh);
  }*/
}
.height-percent-10 {
  min-height: calc(10vh - 200px);
  height: calc(10vh - 200px);
  /*&.pageheader {
      min-height: calc(10vh);
  }*/
}
.height-max-percent-10 {
  max-height: calc(10vh - 200px);
  /*&.pageheader {
      max-height: calc(10vh);
  }*/
}
.height-percent-15 {
  min-height: calc(15vh - 200px);
  height: calc(15vh - 200px);
  /*&.pageheader {
      min-height: calc(15vh);
  }*/
}
.height-max-percent-15 {
  max-height: calc(15vh - 200px);
  /*&.pageheader {
      max-height: calc(15vh);
  }*/
}
.height-percent-20 {
  min-height: calc(20vh - 200px);
  height: calc(20vh - 200px);
  /*&.pageheader {
      min-height: calc(20vh);
  }*/
}
.height-max-percent-20 {
  max-height: calc(20vh - 200px);
  /*&.pageheader {
      max-height: calc(20vh);
  }*/
}
.height-percent-25 {
  min-height: calc(25vh - 200px);
  height: calc(25vh - 200px);
  /*&.pageheader {
      min-height: calc(25vh);
  }*/
}
.height-max-percent-25 {
  max-height: calc(25vh - 200px);
  /*&.pageheader {
      max-height: calc(25vh);
  }*/
}
.height-percent-30 {
  min-height: calc(30vh - 200px);
  height: calc(30vh - 200px);
  /*&.pageheader {
      min-height: calc(30vh);
  }*/
}
.height-max-percent-30 {
  max-height: calc(30vh - 200px);
  /*&.pageheader {
      max-height: calc(30vh);
  }*/
}
.height-percent-35 {
  min-height: calc(35vh - 200px);
  height: calc(35vh - 200px);
  /*&.pageheader {
      min-height: calc(35vh);
  }*/
}
.height-max-percent-35 {
  max-height: calc(35vh - 200px);
  /*&.pageheader {
      max-height: calc(35vh);
  }*/
}
.height-percent-40 {
  min-height: calc(40vh - 200px);
  height: calc(40vh - 200px);
  /*&.pageheader {
      min-height: calc(40vh);
  }*/
}
.height-max-percent-40 {
  max-height: calc(40vh - 200px);
  /*&.pageheader {
      max-height: calc(40vh);
  }*/
}
.height-percent-45 {
  min-height: calc(45vh - 200px);
  height: calc(45vh - 200px);
  /*&.pageheader {
      min-height: calc(45vh);
  }*/
}
.height-max-percent-45 {
  max-height: calc(45vh - 200px);
  /*&.pageheader {
      max-height: calc(45vh);
  }*/
}
.height-percent-50 {
  min-height: calc(50vh - 200px);
  height: calc(50vh - 200px);
  /*&.pageheader {
      min-height: calc(50vh);
  }*/
}
.height-max-percent-50 {
  max-height: calc(50vh - 200px);
  /*&.pageheader {
      max-height: calc(50vh);
  }*/
}
.height-percent-55 {
  min-height: calc(55vh - 200px);
  height: calc(55vh - 200px);
  /*&.pageheader {
      min-height: calc(55vh);
  }*/
}
.height-max-percent-55 {
  max-height: calc(55vh - 200px);
  /*&.pageheader {
      max-height: calc(55vh);
  }*/
}
.height-percent-60 {
  min-height: calc(60vh - 200px);
  height: calc(60vh - 200px);
  /*&.pageheader {
      min-height: calc(60vh);
  }*/
}
.height-max-percent-60 {
  max-height: calc(60vh - 200px);
  /*&.pageheader {
      max-height: calc(60vh);
  }*/
}
.height-percent-65 {
  min-height: calc(65vh - 200px);
  height: calc(65vh - 200px);
  /*&.pageheader {
      min-height: calc(65vh);
  }*/
}
.height-max-percent-65 {
  max-height: calc(65vh - 200px);
  /*&.pageheader {
      max-height: calc(65vh);
  }*/
}
.height-percent-70 {
  min-height: calc(70vh - 200px);
  height: calc(70vh - 200px);
  /*&.pageheader {
      min-height: calc(70vh);
  }*/
}
.height-max-percent-70 {
  max-height: calc(70vh - 200px);
  /*&.pageheader {
      max-height: calc(70vh);
  }*/
}
.height-percent-75 {
  min-height: calc(75vh - 200px);
  height: calc(75vh - 200px);
  /*&.pageheader {
      min-height: calc(75vh);
  }*/
}
.height-max-percent-75 {
  max-height: calc(75vh - 200px);
  /*&.pageheader {
      max-height: calc(75vh);
  }*/
}
.height-percent-80 {
  min-height: calc(80vh - 200px);
  height: calc(80vh - 200px);
  /*&.pageheader {
      min-height: calc(80vh);
  }*/
}
.height-max-percent-80 {
  max-height: calc(80vh - 200px);
  /*&.pageheader {
      max-height: calc(80vh);
  }*/
}
.height-percent-85 {
  min-height: calc(85vh - 200px);
  height: calc(85vh - 200px);
  /*&.pageheader {
      min-height: calc(85vh);
  }*/
}
.height-max-percent-85 {
  max-height: calc(85vh - 200px);
  /*&.pageheader {
      max-height: calc(85vh);
  }*/
}
.height-percent-90 {
  min-height: calc(90vh - 200px);
  height: calc(90vh - 200px);
  /*&.pageheader {
      min-height: calc(90vh);
  }*/
}
.height-max-percent-90 {
  max-height: calc(90vh - 200px);
  /*&.pageheader {
      max-height: calc(90vh);
  }*/
}
.height-percent-95 {
  min-height: calc(95vh - 200px);
  height: calc(95vh - 200px);
  /*&.pageheader {
      min-height: calc(95vh);
  }*/
}
.height-max-percent-95 {
  max-height: calc(95vh - 200px);
  /*&.pageheader {
      max-height: calc(95vh);
  }*/
}
.height-percent-100 {
  min-height: calc(100vh - 200px);
  height: calc(100vh - 200px);
  /*&.pageheader {
      min-height: calc(100vh);
  }*/
}
.height-max-percent-100 {
  max-height: calc(100vh - 200px);
  /*&.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 - 200px);
    height: calc(5vh - 200px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .tablet-height-max-percent-5 {
    max-height: calc(5vh - 200px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .tablet-height-percent-10 {
    min-height: calc(10vh - 200px);
    height: calc(10vh - 200px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .tablet-height-max-percent-10 {
    max-height: calc(10vh - 200px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .tablet-height-percent-15 {
    min-height: calc(15vh - 200px);
    height: calc(15vh - 200px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .tablet-height-max-percent-15 {
    max-height: calc(15vh - 200px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .tablet-height-percent-20 {
    min-height: calc(20vh - 200px);
    height: calc(20vh - 200px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .tablet-height-max-percent-20 {
    max-height: calc(20vh - 200px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .tablet-height-percent-25 {
    min-height: calc(25vh - 200px);
    height: calc(25vh - 200px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .tablet-height-max-percent-25 {
    max-height: calc(25vh - 200px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .tablet-height-percent-30 {
    min-height: calc(30vh - 200px);
    height: calc(30vh - 200px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .tablet-height-max-percent-30 {
    max-height: calc(30vh - 200px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .tablet-height-percent-35 {
    min-height: calc(35vh - 200px);
    height: calc(35vh - 200px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .tablet-height-max-percent-35 {
    max-height: calc(35vh - 200px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .tablet-height-percent-40 {
    min-height: calc(40vh - 200px);
    height: calc(40vh - 200px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .tablet-height-max-percent-40 {
    max-height: calc(40vh - 200px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .tablet-height-percent-45 {
    min-height: calc(45vh - 200px);
    height: calc(45vh - 200px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .tablet-height-max-percent-45 {
    max-height: calc(45vh - 200px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .tablet-height-percent-50 {
    min-height: calc(50vh - 200px);
    height: calc(50vh - 200px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .tablet-height-max-percent-50 {
    max-height: calc(50vh - 200px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .tablet-height-percent-55 {
    min-height: calc(55vh - 200px);
    height: calc(55vh - 200px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .tablet-height-max-percent-55 {
    max-height: calc(55vh - 200px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .tablet-height-percent-60 {
    min-height: calc(60vh - 200px);
    height: calc(60vh - 200px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .tablet-height-max-percent-60 {
    max-height: calc(60vh - 200px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .tablet-height-percent-65 {
    min-height: calc(65vh - 200px);
    height: calc(65vh - 200px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .tablet-height-max-percent-65 {
    max-height: calc(65vh - 200px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .tablet-height-percent-70 {
    min-height: calc(70vh - 200px);
    height: calc(70vh - 200px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .tablet-height-max-percent-70 {
    max-height: calc(70vh - 200px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .tablet-height-percent-75 {
    min-height: calc(75vh - 200px);
    height: calc(75vh - 200px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .tablet-height-max-percent-75 {
    max-height: calc(75vh - 200px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .tablet-height-percent-80 {
    min-height: calc(80vh - 200px);
    height: calc(80vh - 200px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .tablet-height-max-percent-80 {
    max-height: calc(80vh - 200px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .tablet-height-percent-85 {
    min-height: calc(85vh - 200px);
    height: calc(85vh - 200px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .tablet-height-max-percent-85 {
    max-height: calc(85vh - 200px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .tablet-height-percent-90 {
    min-height: calc(90vh - 200px);
    height: calc(90vh - 200px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .tablet-height-max-percent-90 {
    max-height: calc(90vh - 200px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .tablet-height-percent-95 {
    min-height: calc(95vh - 200px);
    height: calc(95vh - 200px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .tablet-height-max-percent-95 {
    max-height: calc(95vh - 200px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .tablet-height-percent-100 {
    min-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .tablet-height-max-percent-100 {
    max-height: calc(100vh - 200px);
    /*&.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 - 200px);
    height: calc(5vh - 200px);
    /*&.pageheader {
        min-height: calc(5vh);
    }*/
  }
  .mobile-height-max-percent-5 {
    max-height: calc(5vh - 200px);
    /*&.pageheader {
        max-height: calc(5vh);
    }*/
  }
  .mobile-height-percent-10 {
    min-height: calc(10vh - 200px);
    height: calc(10vh - 200px);
    /*&.pageheader {
        min-height: calc(10vh);
    }*/
  }
  .mobile-height-max-percent-10 {
    max-height: calc(10vh - 200px);
    /*&.pageheader {
        max-height: calc(10vh);
    }*/
  }
  .mobile-height-percent-15 {
    min-height: calc(15vh - 200px);
    height: calc(15vh - 200px);
    /*&.pageheader {
        min-height: calc(15vh);
    }*/
  }
  .mobile-height-max-percent-15 {
    max-height: calc(15vh - 200px);
    /*&.pageheader {
        max-height: calc(15vh);
    }*/
  }
  .mobile-height-percent-20 {
    min-height: calc(20vh - 200px);
    height: calc(20vh - 200px);
    /*&.pageheader {
        min-height: calc(20vh);
    }*/
  }
  .mobile-height-max-percent-20 {
    max-height: calc(20vh - 200px);
    /*&.pageheader {
        max-height: calc(20vh);
    }*/
  }
  .mobile-height-percent-25 {
    min-height: calc(25vh - 200px);
    height: calc(25vh - 200px);
    /*&.pageheader {
        min-height: calc(25vh);
    }*/
  }
  .mobile-height-max-percent-25 {
    max-height: calc(25vh - 200px);
    /*&.pageheader {
        max-height: calc(25vh);
    }*/
  }
  .mobile-height-percent-30 {
    min-height: calc(30vh - 200px);
    height: calc(30vh - 200px);
    /*&.pageheader {
        min-height: calc(30vh);
    }*/
  }
  .mobile-height-max-percent-30 {
    max-height: calc(30vh - 200px);
    /*&.pageheader {
        max-height: calc(30vh);
    }*/
  }
  .mobile-height-percent-35 {
    min-height: calc(35vh - 200px);
    height: calc(35vh - 200px);
    /*&.pageheader {
        min-height: calc(35vh);
    }*/
  }
  .mobile-height-max-percent-35 {
    max-height: calc(35vh - 200px);
    /*&.pageheader {
        max-height: calc(35vh);
    }*/
  }
  .mobile-height-percent-40 {
    min-height: calc(40vh - 200px);
    height: calc(40vh - 200px);
    /*&.pageheader {
        min-height: calc(40vh);
    }*/
  }
  .mobile-height-max-percent-40 {
    max-height: calc(40vh - 200px);
    /*&.pageheader {
        max-height: calc(40vh);
    }*/
  }
  .mobile-height-percent-45 {
    min-height: calc(45vh - 200px);
    height: calc(45vh - 200px);
    /*&.pageheader {
        min-height: calc(45vh);
    }*/
  }
  .mobile-height-max-percent-45 {
    max-height: calc(45vh - 200px);
    /*&.pageheader {
        max-height: calc(45vh);
    }*/
  }
  .mobile-height-percent-50 {
    min-height: calc(50vh - 200px);
    height: calc(50vh - 200px);
    /*&.pageheader {
        min-height: calc(50vh);
    }*/
  }
  .mobile-height-max-percent-50 {
    max-height: calc(50vh - 200px);
    /*&.pageheader {
        max-height: calc(50vh);
    }*/
  }
  .mobile-height-percent-55 {
    min-height: calc(55vh - 200px);
    height: calc(55vh - 200px);
    /*&.pageheader {
        min-height: calc(55vh);
    }*/
  }
  .mobile-height-max-percent-55 {
    max-height: calc(55vh - 200px);
    /*&.pageheader {
        max-height: calc(55vh);
    }*/
  }
  .mobile-height-percent-60 {
    min-height: calc(60vh - 200px);
    height: calc(60vh - 200px);
    /*&.pageheader {
        min-height: calc(60vh);
    }*/
  }
  .mobile-height-max-percent-60 {
    max-height: calc(60vh - 200px);
    /*&.pageheader {
        max-height: calc(60vh);
    }*/
  }
  .mobile-height-percent-65 {
    min-height: calc(65vh - 200px);
    height: calc(65vh - 200px);
    /*&.pageheader {
        min-height: calc(65vh);
    }*/
  }
  .mobile-height-max-percent-65 {
    max-height: calc(65vh - 200px);
    /*&.pageheader {
        max-height: calc(65vh);
    }*/
  }
  .mobile-height-percent-70 {
    min-height: calc(70vh - 200px);
    height: calc(70vh - 200px);
    /*&.pageheader {
        min-height: calc(70vh);
    }*/
  }
  .mobile-height-max-percent-70 {
    max-height: calc(70vh - 200px);
    /*&.pageheader {
        max-height: calc(70vh);
    }*/
  }
  .mobile-height-percent-75 {
    min-height: calc(75vh - 200px);
    height: calc(75vh - 200px);
    /*&.pageheader {
        min-height: calc(75vh);
    }*/
  }
  .mobile-height-max-percent-75 {
    max-height: calc(75vh - 200px);
    /*&.pageheader {
        max-height: calc(75vh);
    }*/
  }
  .mobile-height-percent-80 {
    min-height: calc(80vh - 200px);
    height: calc(80vh - 200px);
    /*&.pageheader {
        min-height: calc(80vh);
    }*/
  }
  .mobile-height-max-percent-80 {
    max-height: calc(80vh - 200px);
    /*&.pageheader {
        max-height: calc(80vh);
    }*/
  }
  .mobile-height-percent-85 {
    min-height: calc(85vh - 200px);
    height: calc(85vh - 200px);
    /*&.pageheader {
        min-height: calc(85vh);
    }*/
  }
  .mobile-height-max-percent-85 {
    max-height: calc(85vh - 200px);
    /*&.pageheader {
        max-height: calc(85vh);
    }*/
  }
  .mobile-height-percent-90 {
    min-height: calc(90vh - 200px);
    height: calc(90vh - 200px);
    /*&.pageheader {
        min-height: calc(90vh);
    }*/
  }
  .mobile-height-max-percent-90 {
    max-height: calc(90vh - 200px);
    /*&.pageheader {
        max-height: calc(90vh);
    }*/
  }
  .mobile-height-percent-95 {
    min-height: calc(95vh - 200px);
    height: calc(95vh - 200px);
    /*&.pageheader {
        min-height: calc(95vh);
    }*/
  }
  .mobile-height-max-percent-95 {
    max-height: calc(95vh - 200px);
    /*&.pageheader {
        max-height: calc(95vh);
    }*/
  }
  .mobile-height-percent-100 {
    min-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    /*&.pageheader {
        min-height: calc(100vh);
    }*/
  }
  .mobile-height-max-percent-100 {
    max-height: calc(100vh - 200px);
    /*&.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: 50% 50%;
}
@media (max-width: 599px) {
  .split-50-50 {
    grid-template-columns: 1fr;
  }
}
.split-60-40 {
  grid-template-columns: 60% 40%;
}
@media (max-width: 599px) {
  .split-60-40 {
    grid-template-columns: 1fr;
  }
}
.split-40-60 {
  grid-template-columns: 40% 60%;
}
@media (max-width: 599px) {
  .split-40-60 {
    grid-template-columns: 1fr;
  }
}
.split-70-30 {
  grid-template-columns: 70% 30%;
}
@media (max-width: 599px) {
  .split-70-30 {
    grid-template-columns: 1fr;
  }
}
.split-30-70 {
  grid-template-columns: 30% 70%;
}
@media (max-width: 599px) {
  .split-30-70 {
    grid-template-columns: 1fr;
  }
}
.split-75-25 {
  grid-template-columns: 75% 25%;
}
@media (max-width: 599px) {
  .split-75-25 {
    grid-template-columns: 1fr;
  }
}
.split-25-75 {
  grid-template-columns: 25% 75%;
}
@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;
  }
}

/* Text Styles */
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body, p, ul {
  font-family: poppins, sans-serif;
  font-weight: 500;
  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;
  line-height: 96px;
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 60px;
  line-height: 76px;
}
@media (max-width: 599px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 50px;
  line-height: 62px;
}
@media (max-width: 599px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 50px;
  line-height: 46px;
}
@media (max-width: 599px) {
  h4, .h4 {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 599px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 32px;
  line-height: 28px;
}
@media (max-width: 599px) {
  h6, .h6 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: poppins, sans-serif;
  position: relative;
  margin: 0;
  transition: all 0.2s;
  font-weight: 700;
  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: poppins, 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: poppins, 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: poppins, sans-serif;
  font-size: 22px;
  font-size: clamp(24px, 24px + (30 - 24) * (100vw - 768px) / (1600 - 768), 30px);
  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: #95c23d;
}
.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-wavy-edges {
  mask-image: url("/images/wavy-edge-square-mask.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.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: 50px;
}

#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;
  box-sizing: border-box;
}
.nav-classic {
  justify-content: flex-start;
}
.nav-center {
  justify-content: center;
}
.nav-logo {
  margin: 0 auto;
}
.nav-logo img {
  height: 120px;
  width: auto;
}
@media (max-width: 599px) {
  .nav-logo {
    margin: 0 auto 0 0;
  }
  .nav-logo img {
    height: 50px;
  }
  .nav-logo a {
    display: flex;
  }
}

.nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.top-navigation {
  background-color: #ffffff;
  height: 150px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .top-navigation {
    height: 74px;
  }
}
.top-navigation-inner {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .top-navigation-inner {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .top-navigation-inner {
    height: 74px;
    grid-template-columns: 1fr 1fr;
  }
  .top-navigation-inner .top-navigation--left {
    display: none;
  }
}
.top-navigation-inner .top-navigation--right {
  justify-self: end;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .top-navigation-inner .top-navigation--right {
    align-items: center;
  }
}
.top-navigation-inner .top-navigation--right .social-links {
  display: grid;
  grid-column-gap: 5px;
}
.top-navigation-inner .top-navigation--right .social-links .sociallink {
  grid-row-start: 1;
  color: #567028;
}
.top-navigation-inner .top-navigation--right .social-links i {
  font-size: 30px;
}
.top-navigation-inner .nav-button {
  display: none;
  font-size: 22px;
}
.top-navigation-inner #nav-button--menu-open {
  color: #567028;
}
@media (max-width: 767px) {
  .top-navigation-inner #nav-button--menu-open {
    display: initial;
  }
}
.top-navigation-inner #nav-button--menu-close {
  color: #567028;
}

.primary-nav {
  height: 58px;
  width: 100%;
  background: url("/images/nav-menu-texture.svg"), linear-gradient(#fff, transparent);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .primary-nav {
    display: none;
  }
}
.primary-nav-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.primary-nav-inner .cta-menu:hover {
  text-decoration: underline;
}
.primary-nav.display {
  display: flex;
  height: calc(100vh - 150px);
  background: url("/images/nav-menu-texture-mobile.svg");
  background-size: cover;
}
.primary-nav.display .primary-nav-inner {
  flex-direction: column;
  padding-top: 40px;
}
@media (max-width: 599px) {
  .primary-nav.display {
    height: calc(100vh - 74px);
  }
}

/* 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;
  }
}

.custom-background svg {
  width: 100%;
  height: 100%;
  background-color: white;
}
.custom-background.bg-lime-green .cls-2 {
  fill: #83aa37;
  background-color: #95c23d;
}

.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: 8px;
  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;
  font-size: clamp(22px, 22px + (18 - 22) * (100vw - 768px) / (1600 - 768), 18px);
  white-space: normal;
}
.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 #323e48;
  background-color: #000000;
  color: #ffffff;
}
.btn-cta.btn-outline:disabled, .btn-cta.btn-outline:disabled:hover {
  border: 2px solid #f0f0f0;
  background-color: transparent;
  color: #000000;
  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-transparent.dark {
  border: none;
  color: white;
  background-color: transparent;
}
.btn-transparent.dark:hover, .btn-transparent.dark.hover {
  background-color: #95c23d;
  color: #ffffff;
}
.btn-transparent.light {
  color: #ffffff;
  background-color: transparent;
}
.btn-transparent.light:hover, .btn-transparent.light.hover {
  background-color: #95c23d;
  color: #ffffff;
}

footer {
  background-color: #ffffff;
  color: #000000;
  background: url("/images/footer-background.svg");
  background-repeat: no-repeat;
  background-size: 100% calc(100% + 30px);
}
footer .list-link {
  text-decoration: none;
}
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: #95c23d;
}
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: transparent;
  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 #323e48;
}
.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: poppins, 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: #95c23d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #009389;
  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: poppins, 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: #d4d4d4;
  color: #ffffff;
  border-color: #d4d4d4;
}

/* 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: poppins, 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: poppins, 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: #d4d4d4;
}
.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: #d00 !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 #d4d4d4;
}
.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 #d4d4d4;
}
.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 #d00;
}
.umbraco-forms-form.umbraco-forms-competition .umbraco-forms-error-message {
  background: #d00;
  color: #ffffff;
}
.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: #d00;
  border-color: #ffffff;
}
.umbraco-forms-form.umbraco-forms-competition span.contourError, .umbraco-forms-form.umbraco-forms-competition span.field-validation-error {
  color: #d00 !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: #d4d4d4;
  background-color: #d4d4d4;
  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: #009389;
}
.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: #95c23d;
  stroke: #95c23d;
  color: #95c23d;
}
.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 #d4d4d4;
  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 #d4d4d4;
  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 #d4d4d4;
  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: #000000;
  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 #f0f0f0;
  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: #d00;
}
.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: #d00;
  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: #95c23d;
  border-color: #95c23d;
}
.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 #009389;
  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 #d4d4d4;
  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: poppins, sans-serif;
}
.umbraco-forms-form .umbraco-forms-navigation .btn.primary {
  border: 2px solid #f0f0f0;
  background-color: #323e48;
  color: #ffffff;
}
.umbraco-forms-form .umbraco-forms-navigation .btn.primary:hover {
  border-color: #323e48;
  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: #d4d4d4;
}
@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: poppins, 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: #d4d4d4;
  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: #d4d4d4 !important;
  border-color: #d4d4d4 !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 #d4d4d4;
  outline: 1px solid transparent;
  color: #ffffff;
  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: #d4d4d4;
  border-color: #d4d4d4;
  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: #009389;
  box-shadow: none;
}
.pika-lendar .has-event .pika-button, .pika-lendar .is-selected .pika-button {
  color: #ffffff;
  background: #009389;
  box-shadow: none;
}
.pika-lendar .is-today .pika-button {
  color: #009389;
}
.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;
}

.site-body-container {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}
@media (max-width: 1279px) {
  .site-body-container {
    margin-top: 150px;
  }
}
@media (max-width: 599px) {
  .site-body-container {
    margin-top: 74px;
  }
}

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:has(.cta-style-text) {
  grid-auto-columns: auto;
}
.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 #009389;
}

.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: #009389;
  border-color: transparent;
  color: #ffffff;
  z-index: 0;
}
.tab-title.tab-active {
  z-index: 2;
}
.tab-title.light {
  border-color: #009389;
}

.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: #009389;
}

.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 {
  margin-top: 60px;
  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 - 50px);
}
@media (max-width: 1279px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 150px);
  }
}
@media (max-width: 767px) {
  .video-height {
    min-height: clamp(200px, 56.25vw, 100vh - 50px);
  }
}

.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: #009389;
}
.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;
}

.account-profile-component {
  display: flex;
  flex-direction: column;
}
.account-profile-component .account-profile-container {
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  .account-profile-component .account-profile-container {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.account-profile-component .account-profile-title {
  width: 100%;
}
@media (max-width: 1279px) {
  .account-profile-component .account-profile-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account-profile-component .cta-row {
  min-height: 40px;
  display: flex;
  align-items: center;
}
.account-profile-component .account-menu {
  width: 320px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu {
    width: 220px;
  }
}
@media (max-width: 599px) {
  .account-profile-component .account-menu {
    width: 100%;
  }
}
.account-profile-component .account-menu .menu-option {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 2px #f0f0f0;
  padding: 12px 30px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-menu .menu-option {
    white-space: nowrap;
    border-top: 2px solid #f0f0f0;
  }
}
.account-profile-component .account-menu .menu-option:first-of-type {
  border-top: 2px solid #f0f0f0;
}
.account-profile-component .account-menu .menu-option.active {
  background-color: #009389;
  color: white;
}
.account-profile-component .account-menu .menu-option:hover, .account-profile-component .account-menu .menu-option.hover {
  background-color: #009389;
  color: white;
  text-decoration: none;
}
.account-profile-component .account-details {
  width: calc(100% - 320px);
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details {
    width: calc(100% - 220px);
  }
}
@media (max-width: 599px) {
  .account-profile-component .account-details {
    width: 100%;
  }
}
.account-profile-component .account-details .account-profile-panel {
  border: 2px solid #f0f0f0;
  padding: 40px 80px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 1279px) {
  .account-profile-component .account-details .account-profile-panel {
    padding: 10px;
  }
}
.account-profile-component .account-details .account-profile-panel.active {
  display: block;
}
@media (max-width: 1023px) {
  .account-profile-component .account-details .account-profile-panel .umbraco-forms-field {
    grid-template-columns: 1fr;
  }
  .account-profile-component .account-details .account-profile-panel .umbraco-forms-field .umbraco-forms-field-wrapper {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: auto;
  }
}
.account-profile-component .account-details .feedback-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #f0f0f0;
}
.account-profile-component .account-details .feedback-row .my-feedback-title {
  font-size: 16px;
  display: block;
  margin: 10px 0;
}
.account-profile-component .account-details .feedback-row .btn-small {
  align-self: flex-start;
  margin-top: 10px;
}
.account-profile-component .account-details .form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .account-profile-component .account-details .form-row {
    flex-direction: column;
  }
}
.account-profile-component .account-details .data-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-weight: 700;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  border-bottom: solid 2px #f0f0f0;
  /*input[type=text], input[type=password] {
      width: 300px;
      padding: 10px 0;
      border: none;
      border-bottom: 2px solid $light-grey;
  }*/
}
.account-profile-component .account-details .data-row .field-name {
  width: 250px;
}
.account-profile-component .account-details .data-row .field-value {
  width: 250px;
}
.account-profile-component .account-details .data-row .edit-link {
  margin-left: auto;
  cursor: pointer;
}
.account-profile-component .account-details .data-row .edit-link:hover, .account-profile-component .account-details .data-row .edit-link.hover {
  text-decoration: none;
}
.account-profile-component .account-details .data-row .edit-block {
  display: none;
  flex-direction: column;
}
.account-profile-component .account-details .data-row .edit-block form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account-profile-component .account-details .data-row .edit-block .field-validation-error span {
  height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #d00;
}
.account-profile-component .account-details .data-row .edit-block label {
  height: 22px;
  font-weight: 600;
  font-size: 14px;
}
.account-profile-component .account-details .data-row .edit-block label .btn-small {
  height: 40px;
  min-height: 40px;
}
.account-profile-component .account-details .tab {
  display: none;
}
.account-profile-component .account-details .tab-active {
  display: block;
}
.account-profile-component .account-details .tab-buttons {
  display: flex;
  justify-content: flex-start;
}
.account-profile-component .account-details .tab-buttons .tab-button {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #d4d4d4;
  cursor: pointer;
}
.account-profile-component .account-details .tab-buttons .tab-active {
  background-color: #009389;
}
.account-profile-component .account-details .image-preview-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.account-profile-component .account-details .image-preview-pane {
  position: relative;
  width: 140px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.account-profile-component .account-details .image-preview-pane .remove-image {
  display: none;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.account-profile-component .account-details .image-preview-pane:hover .remove-image a {
  width: 100%;
  height: 100%;
  background-color: #95c23d;
  cursor: pointer;
}
.account-profile-component .account-details .image-preview {
  width: 140px;
  height: 120px;
  object-fit: contain;
}
.account-profile-component .account-details .ms-container {
  margin: 10px 0;
}
.account-profile-component .account-details .field-helper {
  font-size: 16px;
  line-height: 20px;
  max-width: 220px;
  display: inline-block;
  margin-top: 10px;
}
.account-profile-component .account-details .image-functions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.account-profile-component .account-details .image-functions i {
  color: #009389;
  cursor: pointer;
  font-size: 18px;
}
.account-profile-component .account-details .image-functions i:hover {
  color: #95c23d;
}
.account-profile-component .account-details .field-validation-error {
  color: #d00;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  max-width: 220px;
  margin: 10px 0;
}
.account-profile-component .success-message {
  color: #2fd511;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .success-message i {
  color: #2fd511;
  margin-right: 5px;
}
.account-profile-component .failed-message {
  color: #d00;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.account-profile-component .failed-message i {
  color: #d00;
  margin-right: 5px;
}

/* Style for confirmation dialogs */
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jconfirm .container {
  background: #009389;
  color: white;
  padding: 20px;
  border: 2px white solid;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.jconfirm .jconfirm-box {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.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: #009389;
  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: #009389;
  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;
}
.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;
}
.text-sub-component .bodytext a {
  color: #95c23d;
  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;
}

.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;
}

.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;
}

.sociallinks-sub-component .sociallinks-inner {
  display: grid;
  display: -ms-grid;
  grid-auto-columns: 1fr;
}
.sociallinks-sub-component .sociallink {
  grid-row-start: 1;
}
.sociallinks-sub-component .sociallink.facebook {
  color: #1877F2;
}
.sociallinks-sub-component .sociallink.instagram {
  color: #E4405F;
}
.sociallinks-sub-component .sociallink.linkedin {
  color: #0077B5;
}
.sociallinks-sub-component .sociallink.x {
  color: #000;
}
.sociallinks-sub-component .sociallink.tiktok {
  color: #000000;
}
.sociallinks-sub-component .sociallink.youtube {
  color: #FF0000;
}
.sociallinks-sub-component .sociallink i {
  font-size: 36px;
}

.member-login-sub-component .login-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  /*form {
          width: 100%;
      }

      fieldset {
          border: none;
          background-color: $primary-color;
          color: $primary-text;
          width: 100%;
          padding: 40px;
          box-sizing: border-box;
      }

      button {
          //border: none;
      }

      input {
          width: 100%;
          border: 1px solid $primary-color;
          font-size: 16pt;
          padding: 10px;
          box-sizing: border-box;
          margin: 10px 0 20px 0;
      }
  }*/
}
.member-login-sub-component .login-text .login-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  row-gap: 10px;
}
.member-login-sub-component .login-text .login-content p {
  text-align: left;
}
.member-login-sub-component .login-text .login-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
  width: 100%;
}
.member-login-sub-component .login-text .login-content form .form-row {
  width: 100%;
}
.member-login-sub-component .login-text .forgotten-password-link {
  cursor: pointer;
  align-self: flex-start;
}
.member-login-sub-component .login-text .forgotten-content {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 10px;
}
.member-login-sub-component .login-text .forgotten-content p {
  text-align: left;
  margin: 0 0 15px 0;
}
