/*
$lbic-green: #bbd037;
$lbic-purple: #ba95c5;
$lbic-purpleDark: #662483;
$lbic-blue: #009ab2;
$lbic-grey: #d5d5d5;
$lbic-greyLight: #e6e6e4;
*/
body {
  --back-color: rgba (255, 255, 255, 0);
  --back-color-80: rgba(0, 154, 178, 0.8);
  --front-color: rgb(0, 154, 178);
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-top-mobile: 0px;
  --padding-bottom-mobile: 0px;
  overflow-x: hidden;
}

.backgroundWhite {
  background-color: rgb(255, 255, 255);
  --background-color: rgb(255, 255, 255);
}

.backgroundPurple {
  background-color: rgb(186, 149, 197);
  --background-color: rgb(186, 149, 197);
}

.backgroundPurpleDark {
  background-color: rgb(102, 36, 131);
  --background-color: rgb(102, 36, 131);
}

.backgroundGreen {
  background-color: rgb(187, 208, 55);
  --background-color: rgb(187, 208, 55);
}

.backgroundBlue {
  background-color: rgb(0, 154, 178);
  --background-color: rgb(0, 154, 178);
}

.backgroundGrey {
  background-color: rgb(213, 213, 213);
  --background-color: rgb(213, 213, 213);
}

.backgroundGreyLight {
  background-color: rgb(230, 230, 228);
  --background-color: rgb(230, 230, 228);
}

.backWhite {
  --back-color: rgb(255, 255, 255);
}

.backPurple {
  --back-color: rgb(186, 149, 197);
  color: white;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backPurpleDark {
  --back-color: rgb(102, 36, 131);
  color: white;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backGreen {
  --back-color: rgb(187, 208, 55);
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backBlue {
  --back-color: rgb(0, 154, 178);
  color: white;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backGrey {
  --back-color: rgb(213, 213, 213);
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backGreyLight {
  --back-color: rgb(230, 230, 228);
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-top-mobile: 20px;
  --padding-bottom-mobile: 0px;
}

.backWhite80 {
  --back-color-80: rgba(255, 255, 255, 0.8);
}

.backGreen80 {
  --back-color-80: rgba(187, 208, 55, 0.8);
}

.backPurple80 {
  --back-color-80: rgba(186, 149, 197, 0.8);
  color: white !important;
}

.backPurpleDark80 {
  --back-color-80: rgba(102, 36, 131, 0.8);
}
.backPurpleDark80 h2,
.backPurpleDark80 p,
.backPurpleDark80 .pre-heading {
  color: white;
}

.backBlue80 {
  --back-color-80: rgba(0, 154, 178, 0.8);
}

.backGrey80 {
  --back-color-80: rgba(213, 213, 213, 0.8);
}

.backGreyLight80 {
  --back-color-80: rgba(230, 230, 228, 0.8);
}

.frontPurple {
  --front-color: rgb(186, 149, 197);
}

.frontPurpleDark {
  --front-color: rgb(102, 36, 131);
}

.frontGreen {
  --front-color: rgb(187, 208, 55);
}

.frontBlue {
  --front-color: rgb(0, 154, 178);
}

.frontGrey {
  --front-color: rgb(213, 213, 213);
}

.frontGreyLight {
  --front-color: rgb(230, 230, 228);
}

.spacer25 {
  display: block;
  height: 50px;
  width: 100%;
}

.spacer50 {
  display: block;
  height: 50px;
  width: 100%;
}

.spacer75 {
  display: block;
  height: 75px;
  width: 100%;
}

.spacer100 {
  display: block;
  height: 100px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .margin-top-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-75 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-125 {
    margin-top: 125px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-150 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-175 {
    margin-top: 175px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-200 {
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-225 {
    margin-top: 225px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-250 {
    margin-top: 250px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-275 {
    margin-top: 275px;
  }
}

@media screen and (min-width: 768px) {
  .margin-top-300 {
    margin-top: 300px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-25 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-125 {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-150 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-175 {
    margin-bottom: 175px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-200 {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-225 {
    margin-bottom: 225px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-250 {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-275 {
    margin-bottom: 275px;
  }
}

@media screen and (min-width: 768px) {
  .margin-bottom-300 {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-125 {
    margin-top: 125px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-175 {
    margin-top: 175px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-225 {
    margin-top: 225px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-250 {
    margin-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-275 {
    margin-top: 275px;
  }
}

@media screen and (max-width: 768px) {
  .margin-top-mobile-300 {
    margin-top: 300px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-125 {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-175 {
    margin-bottom: 175px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-225 {
    margin-bottom: 225px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-250 {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-275 {
    margin-bottom: 275px;
  }
}

@media screen and (max-width: 768px) {
  .margin-bottom-mobile-300 {
    margin-bottom: 300px;
  }
}

body {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
a {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  a {
    font-size: 18px;
  }
}

p,
ul,
li,
ol {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  p,
  ul,
  li,
  ol {
    font-size: 18px;
    line-height: 26px;
  }
}

.navbar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: white;
}
.navbar .navbar-brand {
  padding: 15px;
  padding-left: 8.3vw;
}
.navbar .navbar-brand img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 50px;
  }
}
.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-size: clamp(0.5rem, 1.3vw, 1.5rem) !important;
  height: 110px;
  letter-spacing: 0rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: all 0.3s ease;
  text-underline-offset: 8px;
}
@media screen and (max-width: 768px) {
  .navbar .nav-item .nav-link {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .navbar .nav-item .nav-link {
    height: unset;
    display: flex !important;
    align-items: left;
    justify-content: left;
    font-size: 18px !important;
  }
}
.navbar .nav-item .nav-link:hover {
  text-decoration: underline;
  transition: -webkit-text-decoration 0.3s ease-in-out !important;
  transition: text-decoration 0.3s ease-in-out !important;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link.availability {
  background: rgb(187, 208, 55);
}
.navbar .nav-item .nav-link.availability:hover {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  background: rgb(102, 36, 131);
  color: white;
  transition: all 0.3s ease-in-out !important;
}
.navbar .nav-item .nav-link.active {
  text-decoration: underline;
  font-weight: bold;
}

/* Ensure dropdown appears directly below the menu item */
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 25px;
  transform: translateY(0);
  z-index: 1000;
  transition: display 0.3s ease-in-out;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  transition: display 0.3s ease-in-out;
}

/* Center dropdown under the parent menu item */
.navbar-nav .dropdown-menu {
  display: none;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: unset;
}
.navbar-nav .dropdown-menu .dropdown-item {
  display: block;
  font-size: 24px;
  color: white;
  text-transform: none;
  letter-spacing: 0.05rem;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    display: block !important;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.8) !important;
    padding-left: 50px;
    font-size: 18px;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* Responsive styles */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    display: none !important;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: none;
    box-shadow: none;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 3px 60px 3px 30px;
    margin: 0;
    font-size: 16px;
  }
  .navbar-nav .dropdown .dropdown-menu.show {
    display: block !important;
  }
}
/* Optional custom styling for accessibility focus */
/*
.nav-link:focus,
.dropdown-item:focus {
    outline: 2px solid #0056b3;
}
*/
footer {
  margin-top: 50px;
}
footer .fa-brands {
  color: rgb(0, 154, 178);
}
footer .fa-brands:hover {
  color: rgb(102, 36, 131);
}
footer .logo {
  width: 125px;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 768px) {
  footer ul {
    -moz-columns: 1;
         columns: 1;
  }
}
footer ul li a {
  letter-spacing: 0.1rem;
  font-size: 18px;
  color: black;
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 16px;
  }
}
footer ul li a:hover {
  color: rgb(0, 154, 178);
}
footer p.copywrite {
  font-size: 16px;
  color: black;
  margin-top: 20px;
}

a.link-button {
  background: rgb(0, 154, 178);
  letter-spacing: 0.2rem;
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Ensure the button text is above the pseudo-element */
}
@media screen and (max-width: 768px) {
  a.link-button {
    font-size: 16px;
    padding: 5px 12px;
  }
}
a.link-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(102, 36, 131);
  transition: left 0.2s ease-in-out;
  z-index: -1; /* Ensure the pseudo-element is below the button text */
}
a.link-button:hover:before {
  left: 0;
}
a.link-button:hover {
  color: white !important; /* Ensure text color remains white on hover */
}

a.link-button.white {
  background: white;
  color: rgb(0, 154, 178); /* Text color for white background */
}

a.link-button.white.outline {
  background: white;
  color: rgb(0, 154, 178); /* Text color for white background */
  border: 1px solid white;
}

a.link-button.green {
  background-color: rgb(187, 208, 55);
}

a.link-button.purple {
  background-color: rgb(102, 36, 131);
}
a.link-button.purple:before {
  background: rgb(187, 208, 55);
}

a.link-button.outline {
  background-color: transparent;
  border: 1px solid white;
}

a.link-button.outline.selected {
  background: white;
  color: rgb(0, 154, 178); /* Text color for white background */
}

a.link-button.outlined {
  background-color: transparent;
  border: 1px solid rgb(0, 154, 178);
  color: rgb(0, 154, 178);
}

a.link-button.outlined.selected {
  background: rgb(0, 154, 178);
  color: white; /* Text color for white background */
}

a.link-button.outline.blue {
  background-color: transparent;
  border: 1px solid rgb(0, 154, 178);
  color: black;
}

a.link-button.outline.blue.selected {
  background-color: rgb(0, 154, 178) !important;
  border: 1px solid rgb(0, 154, 178);
  color: white;
}

a.link-button.email {
  position: relative;
  padding-right: 45px; /* Adjust padding to make space for the icon */
}
a.link-button.email:after {
  content: "\f0e0"; /* FontAwesome envelope icon */
  font-family: "FontAwesome";
  position: absolute;
  right: 15px; /* Adjust position as needed */
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px; /* Adjust icon size as needed */
  color: white;
}
@media screen and (max-width: 768px) {
  a.link-button.email:after {
    font-size: 18px;
  }
}

a.link-button.website {
  position: relative;
  padding-right: 45px; /* Adjust padding to make space for the icon */
}
a.link-button.website:after {
  content: "\f0ac"; /* FontAwesome website icon */
  font-family: "FontAwesome";
  position: absolute;
  right: 15px; /* Adjust position as needed */
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px; /* Adjust icon size as needed */
  color: white;
}
@media screen and (max-width: 768px) {
  a.link-button.website:after {
    font-size: 18px;
  }
}

a.link-button.connect {
  position: relative;
  padding-right: 45px; /* Adjust padding to make space for the icon */
}
a.link-button.connect:after {
  content: "\f0e1"; /* FontAwesome envelope icon */
  font-family: "FontAwesome";
  position: absolute;
  right: 15px; /* Adjust position as needed */
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px; /* Adjust icon size as needed */
  color: white;
}
@media screen and (max-width: 768px) {
  a.link-button.connect:after {
    font-size: 18px;
  }
}

a.link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-right: 45px;
  /* Adjust based on the width of the SVG */
  padding: 0px 50px 0px 0px;
  text-transform: uppercase;
  color: rgb(0, 154, 178);
  letter-spacing: 0.1rem;
  font-size: 26px;
  transition: background-color 0.35s ease;
}
@media screen and (max-width: 768px) {
  a.link {
    font-size: 16px;
  }
}
a.link::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32.239" height="31.976" viewBox="0 0 32.239 31.976"><g id="Group_869" data-name="Group 869" transform="translate(0 0.707)"><path id="Path_6" data-name="Path 6" d="M0,0H21.611V21.611" transform="translate(15.544 0) rotate(45)" fill="none" stroke="%23009ab2" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="30.795" transform="translate(0 15.213)" fill="none" stroke="%23009ab2" stroke-width="2"/></g></svg>') no-repeat center center;
  position: absolute;
  right: 0;
  top: 15%;
  transition: transform 0.3s ease-in-out; /* Animation properties */
}
a.link:hover::after {
  transform: translateX(10%); /* Move 10% to the right on hover */
}
a.link:not(:hover)::after {
  transform: translateX(-15%); /* Move back to -15% on hover out */
}

.submit-button {
  /* Class for your button */
  background: rgb(0, 154, 178);
  letter-spacing: 0.2rem;
  color: white;
  padding: 8px 16px;
  border-radius: 0px;
  border: unset;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Ensure button text is above content */
  /* Add hover effect if desired (optional) */
}
@media screen and (max-width: 768px) {
  .submit-button {
    font-size: 16px;
    padding: 5px 12px;
  }
}
.submit-button:hover {
  background-color: rgb(102, 36, 131); /* Change background on hover */
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 50px;
  }
}
.hero .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .bg-image {
  height: 60vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero .bg-image {
    height: 80vh;
  }
}

.masked {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6); /* 50% opacity */
  display: block;
  padding: 2rem;
  padding-left: 8.3vw;
  z-index: 100;
}
.masked h1,
.masked p {
  color: white;
}
.masked h1 {
  font-size: 90px;
  padding-bottom: 15px;
  text-transform: unset;
  letter-spacing: unset;
}
.masked p {
  font-size: 26px;
}

@media (max-width: 768px) {
  /* Adjust breakpoint as needed */
  .masked {
    width: 100%; /* Full width on mobile */
    padding: 2rem;
  }
  .masked h1 {
    font-size: 60px;
  }
  .masked p {
    font-size: 18px;
  }
}
.mask h1 {
  font-size: 90px;
}

.text-image-overlay {
  position: relative;
  height: 100vh;
}
.text-image-overlay .image-row {
  position: absolute;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .image-row {
    height: 40vh;
    bottom: 0;
  }
}
.text-image-overlay .image-row .image-container {
  position: relative;
  height: 75vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .image-row .image-container {
    height: 40vh;
  }
}
.text-image-overlay .image-row .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.text-image-overlay .image-row .image-container.left {
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .image-row .image-container.left {
    height: 40vh;
  }
}
.text-image-overlay .underlay-row {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .underlay-row {
    bottom: 40vh;
  }
}
.text-image-overlay .underlay-row .underlay-colour {
  height: 75vh;
  background-color: var(--back-color);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .underlay-row .underlay-colour {
    height: 10vh;
  }
}
.text-image-overlay .underlay-row.left {
  margin-top: 3rem;
  height: 80vh !important;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .underlay-row.left {
    margin-top: unset;
  }
}
.text-image-overlay .content-row {
  position: absolute;
  width: 100%;
  display: flex;
  color: white;
}
.text-image-overlay .content-row .content {
  background-color: var(--back-color);
  mix-blend-mode: multiply;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .content-row .content {
    height: 55vh;
    display: block;
  }
}
.text-image-overlay .content-row .content .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.text-image-overlay .content-row .content h2 {
  font-size: 70px;
  text-transform: unset;
  letter-spacing: normal;
}
.text-image-overlay .content-row .content-overlay {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .content-row .content-overlay {
    height: 55vh;
    display: block;
    padding: 30px;
  }
}
.text-image-overlay .content-row .content-overlay .pre-heading {
  font-size: calc(2ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .content-row .content-overlay .pre-heading {
    font-size: 16px;
  }
}
.text-image-overlay .content-row .content-overlay h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .text-image-overlay .content-row .content-overlay h2 {
    font-size: 34px;
  }
}
.text-image-overlay .content-row .content-overlay p {
  font-size: calc(0.7ch + 1vw);
}
@media screen and (max-width: 768px) {
  .text-image-overlay .content-row .content-overlay p {
    font-size: 18px;
  }
}
.text-image-overlay .content-row .content-overlay.background-graphic {
  background-image: url("/img/image-overlay-background-1.svg");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-image-overlay-template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--back-color);
}
.text-image-overlay-template-2 .back-image {
  position: relative;
  top: 0;
  max-height: 200vh;
}
.text-image-overlay-template-2 .back-image .image-holder {
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .back-image .image-holder {
    max-height: 180vh;
  }
}
.text-image-overlay-template-2 .back-image .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image-overlay-template-2 .back-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .back-image .image-overlay {
    position: absolute;
    bottom: 0;
    background-color: var(--back-color-80);
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 90%;
  }
}
.text-image-overlay-template-2 .back-image .image-holder-top {
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .back-image .image-holder-top {
    height: 30vh;
    bottom: 0;
  }
}
.text-image-overlay-template-2 .back-image .image-holder-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .text-image-overlay-template-2 .mask {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: left;
  }
}
.text-image-overlay-template-2 .content-mask {
  width: 90%;
  display: block;
  background: var(--back-color-80);
  color: white;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .content-mask {
    width: 100%;
  }
}
.text-image-overlay-template-2 .content-mask .pre-heading {
  font-size: calc(2ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .content-mask .pre-heading {
    font-size: 16px;
  }
}
.text-image-overlay-template-2 .content-mask h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .content-mask h2 {
    font-size: 40px;
  }
}
.text-image-overlay-template-2 .content-mask p {
  font-size: calc(0.7ch + 1vw);
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .content-mask p {
    font-size: 18px;
  }
}
.text-image-overlay-template-2 .content-mask p.caption {
  padding-top: 10px;
  font-size: calc(0.15ch + 1vw);
  line-height: 22px;
  color: white;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-template-2 .content-mask p.caption {
    font-size: 14px;
    padding: 10px;
    padding-left: 30px;
  }
}

.text-image-overlay-content-cards {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--back-color);
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards {
    height: 275vh;
  }
}
.text-image-overlay-content-cards .back-image {
  position: relative;
  top: 0;
  max-height: 200vh;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .back-image {
    position: unset;
  }
  .text-image-overlay-content-cards .back-image img.background-image {
    height: 300vh;
    width: 300vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.text-image-overlay-content-cards .back-image .image-holder {
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .back-image .image-holder {
    max-height: 180vh;
  }
}
.text-image-overlay-content-cards .back-image .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .back-image .image-holder img {
    height: 300vh;
  }
}
.text-image-overlay-content-cards .back-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .back-image .image-overlay {
    position: absolute;
    bottom: 0;
    background-color: var(--back-color-80);
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 90%;
  }
}
.text-image-overlay-content-cards .back-image .image-holder-top {
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .back-image .image-holder-top {
    height: 30vh;
    bottom: 0;
  }
}
.text-image-overlay-content-cards .back-image .image-holder-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .text-image-overlay-content-cards .mask {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    overflow: visible !important;
  }
}
.text-image-overlay-content-cards .content-mask {
  width: 90%;
  display: block;
  background: var(--back-color-80);
  color: white;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .content-mask {
    width: 100%;
  }
}
.text-image-overlay-content-cards .content-mask .pre-heading {
  font-size: calc(2ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .content-mask .pre-heading {
    font-size: 16px;
  }
}
.text-image-overlay-content-cards .content-mask h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .content-mask h2 {
    font-size: 40px;
  }
}
.text-image-overlay-content-cards .content-mask p {
  font-size: calc(0.7ch + 1vw);
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .content-mask p {
    font-size: 18px;
  }
}
.text-image-overlay-content-cards .cards h5 {
  font-size: 50px;
}
.text-image-overlay-content-cards .cards h5::after {
  top: calc(0% + 20px);
  left: 40%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0);
  background-color: white;
}
.text-image-overlay-content-cards .cards .card {
  background-color: transparent;
  box-shadow: none;
  border-radius: unset;
}
.text-image-overlay-content-cards .cards .card img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
}
.text-image-overlay-content-cards .cards .card .card-body {
  padding: 0;
  padding-top: 20px;
  background-color: transparent;
}
.text-image-overlay-content-cards .cards .card .card-body p {
  font-size: calc(1ch + 0.75vw);
}
@media screen and (max-width: 768px) {
  .text-image-overlay-content-cards .cards .card .card-body p {
    font-size: 18px;
  }
}

.stats {
  /* Add vertical separator lines */
  /* Add horizontal separator lines on mobile */
}
.stats .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 75px;
}
.stats .stat .number,
.stats .stat .heading,
.stats .stat .body {
  text-align: center;
}
.stats .stat .number {
  font-size: 110px;
  font-weight: 400;
  color: var(--front-color);
  line-height: 110px;
}
.stats .stat .heading {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--front-color);
  letter-spacing: 0.3rem;
}
.stats .stat .body {
  font-size: 26px;
}
.stats .stat img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .stats .row > .stat:not(:first-child) {
    border-left: 1px solid var(--front-color); /* Adjust color and style as needed */
  }
}
@media (max-width: 767px) {
  .stats .stat:not(:first-child) {
    border-top: 1px solid var(--front-color); /* Adjust color and style as needed */
  }
}

.text-image {
  position: relative;
  background-color: var(--back-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 768px) {
  .text-image {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
}
.text-image .content {
  z-index: 2;
}
.text-image .content .pre-heading {
  font-size: calc(1.75ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text-image .content .pre-heading {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.text-image .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text-image .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.text-image .content p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .text-image .content p {
    font-size: 18px;
  }
}
.text-image .image-holder-top {
  position: relative;
  z-index: 20;
}

.text-image-collage {
  position: relative;
  background-color: var(--back-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 768px) {
  .text-image-collage {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
}
.text-image-collage .content {
  z-index: 2;
}
.text-image-collage .content .pre-heading {
  font-size: calc(1.75ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text-image-collage .content .pre-heading {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.text-image-collage .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text-image-collage .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.text-image-collage .content p {
  font-size: clamp(0.3rem, 2vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .text-image-collage .content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .text-image-collage .image-section {
    height: 125vh;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .text-image-collage .image-section {
    height: unset;
  }
}
@media screen and (min-width: 768px) {
  .text-image-collage .image-section .image-holder-top-1 {
    position: absolute;
    z-index: 20;
    top: 50px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
  }
  .text-image-collage .image-section .image-holder-top-1 img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(30%, 5vh);
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .text-image-collage .image-section .image-holder-top-1 img {
    transform: translate(30%, 15vh);
  }
}
@media screen and (min-width: 768px) {
  .text-image-collage .image-section .image-holder-top-2 {
    position: absolute;
    z-index: 19;
    top: 50px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
  }
  .text-image-collage .image-section .image-holder-top-2 img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(0%, 35vh);
    z-index: 19;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .text-image-collage .image-section .image-holder-top-2 img {
    transform: translate(0%, 35vh);
  }
}
@media screen and (min-width: 768px) {
  .text-image-collage .image-section .image-holder-top-1:hover,
  .text-image-collage .image-section .image-holder-top-2:hover {
    transform: scale(1.2) translateZ(0); /* Ensure z-index for layering */
    z-index: 20;
  }
}
@media screen and (max-width: 768px) {
  .text-image-collage {
    height: unset;
  }
  .text-image-collage .image-holder-top-1,
  .text-image-collage .image-holder-top-2 {
    width: 100vw;
    height: 35vh;
    overflow: hidden;
    z-index: 200;
  }
  .text-image-collage .image-holder-top-1 img,
  .text-image-collage .image-holder-top-2 img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.team-members {
  background-image: url("/img/team-background-image.jpg");
  background-repeat: no-repeat;
  background-color: #009ab2; /* The color to blend with */
  background-blend-mode: multiply; /* Apply the multiply blend mode */
  background-size: cover; /* Adjust background image sizing */
  /*
      .background-filter {
          background-color:rgb(0, 154, 178);
          display:block;
          mix-blend-mode: multiply;
      }
  */
}
.team-members h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
  color: white;
}
@media screen and (max-width: 768px) {
  .team-members h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.team-members p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .team-members p {
    font-size: 18px;
  }
}
.team-members .background-filter {
  padding-top: 100px;
}
.team-members .card {
  border-radius: unset;
}
.team-members .card img {
  border-radius: unset;
}
.team-members .card .card-title,
.team-members .card .card-text {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 26px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .team-members .card .card-title,
  .team-members .card .card-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.team-members .card .card-text {
  font-size: 22px;
}

.team-member {
  position: relative; /* Make the .team-member the reference for the absolute positioning */
  margin-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .team-member {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
.team-member h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .team-member h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.team-member p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .team-member p {
    font-size: 18px;
  }
}
.team-member::before {
  /* Overlay using the SVG as background image */
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="427.612" height="381.973" viewBox="0 0 427.612 381.973"><defs><clipPath id="clip-path"><rect id="Rectangle_142" data-name="Rectangle 142" width="109.109" height="381.809" fill="%23662483"/></clipPath></defs><g id="Group_870" data-name="Group 870" transform="translate(-1321 -1566.327)" opacity="0.095"><g id="Group_860" data-name="Group 860" transform="translate(1480.252 1566.327)"><g id="Group_859" data-name="Group 859" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_768" data-name="Path 768" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_769" data-name="Path 769" d="M6,6.858V153.792H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_770" data-name="Path 770" d="M36.37,6.858V153.792H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_141" data-name="Rectangle 141" width="36.37" height="151.734" transform="translate(36.37 230.075)" fill="%23662483"/></g></g><g id="Group_862" data-name="Group 862" transform="translate(1321 1566.327)"><g id="Group_861" data-name="Group 861" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_771" data-name="Path 771" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_772" data-name="Path 772" d="M6,6.858V226.531H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_773" data-name="Path 773" d="M36.37,6.858V226.531H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_143" data-name="Rectangle 143" width="36.37" height="78.995" transform="translate(36.37 302.814)" fill="%23662483"/></g></g><g id="Group_863" data-name="Group 863" transform="translate(1639.503 1566.491)"><g id="Group_861-2" data-name="Group 861" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_771-2" data-name="Path 771" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_772-2" data-name="Path 772" d="M6,6.858V226.531H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_773-2" data-name="Path 773" d="M36.37,6.858V226.531H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_143-2" data-name="Rectangle 143" width="36.37" height="78.995" transform="translate(36.37 302.814)" fill="%23662483"/></g></g></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0; /* Align to the bottom of .team-member */
  right: 0; /* Align to the right of .team-member */
  width: 17vw;
  height: 15vw;
  z-index: -1; /* Behind the content */
}
@media screen and (max-width: 768px) {
  .team-member::before {
    width: 50vw;
    height: 50vw;
  }
}

ol.breadcrumb li {
  font-size: 16px !important;
}
ol.breadcrumb li a {
  font-size: 16px !important;
  text-transform: none;
  letter-spacing: normal;
}
ol.breadcrumb li a:hover {
  text-decoration: underline;
}

.vacancies {
  position: relative;
}
.vacancies h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .vacancies h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.vacancies p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .vacancies p {
    font-size: 18px;
  }
}
.vacancies .card {
  border-radius: unset;
  box-shadow: unset;
  border: 1px solid #070707;
  background-color: white;
  z-index: 20;
  position: relative;
}
.vacancies .card img {
  border-radius: unset;
}
.vacancies .card .card-title,
.vacancies .card .card-text,
.vacancies .card .card-closing {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
  margin-bottom: unset;
}
@media screen and (max-width: 768px) {
  .vacancies .card .card-title,
  .vacancies .card .card-text,
  .vacancies .card .card-closing {
    font-size: 18px;
    line-height: 26px;
  }
}
.vacancies .card .card-title {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 1.5rem;
}

.vacancies,
.vacancies-summary,
.occupier-logos {
  position: relative;
}
.vacancies h2,
.vacancies-summary h2,
.occupier-logos h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .vacancies h2,
  .vacancies-summary h2,
  .occupier-logos h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.vacancies p,
.vacancies-summary p,
.occupier-logos p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .vacancies p,
  .vacancies-summary p,
  .occupier-logos p {
    font-size: 18px;
  }
}
.vacancies .card,
.vacancies-summary .card,
.occupier-logos .card {
  border-radius: unset;
  box-shadow: unset;
  border: 1px solid #070707;
  background-color: white;
  z-index: 20;
  position: relative;
}
.vacancies .card img,
.vacancies-summary .card img,
.occupier-logos .card img {
  border-radius: unset;
}
.vacancies .card .card-title,
.vacancies .card .card-text,
.vacancies .card .card-closing,
.vacancies-summary .card .card-title,
.vacancies-summary .card .card-text,
.vacancies-summary .card .card-closing,
.occupier-logos .card .card-title,
.occupier-logos .card .card-text,
.occupier-logos .card .card-closing {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
  margin-bottom: unset;
}
@media screen and (max-width: 768px) {
  .vacancies .card .card-title,
  .vacancies .card .card-text,
  .vacancies .card .card-closing,
  .vacancies-summary .card .card-title,
  .vacancies-summary .card .card-text,
  .vacancies-summary .card .card-closing,
  .occupier-logos .card .card-title,
  .occupier-logos .card .card-text,
  .occupier-logos .card .card-closing {
    font-size: 18px;
    line-height: 26px;
  }
}
.vacancies .card .card-title,
.vacancies-summary .card .card-title,
.occupier-logos .card .card-title {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 1.5rem;
}

.occupier-logos .occupier-logo {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.occupier-logos .occupier-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  height: 200px; /* Adjust height as needed */
  border: 1px solid #cccccc;
}
.occupier-logos .occupier-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.occupier-logos .occupier-logo.hidden {
  opacity: 0;
}
.occupier-logos .visible {
  opacity: 1;
  display: block; /* Ensures elements reflow correctly */
}
.occupier-logos .fadeOut {
  animation: fadeOut 0.3s ease-in-out;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.occupier-logos .fadeIn {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.spinner {
  display: none;
  width: 80px;
  height: 80px;
  border: 20px solid #f3f3f3;
  border-top: 20px solid rgb(0, 154, 178);
  border-radius: 50%;
  animation: spin 1s infinite linear;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.space-accordion {
  position: relative;
}
.space-accordion h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .space-accordion h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.space-accordion p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .space-accordion p {
    font-size: 18px;
  }
}
.space-accordion .accordion .accordion-button {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: black;
  box-shadow: none;
}
.space-accordion .accordion .accordion-button::after {
  display: none;
}
.space-accordion .accordion .accordion-item {
  border: unset;
  padding: 0px;
  border-radius: unset;
}
.space-accordion .accordion .accordion-item .accordion-button {
  border-top: 1px solid #e6e6e4;
  border-radius: unset;
  padding-left: 0px;
}
.space-accordion .accordion .accordion-body {
  padding: 0px;
  padding-bottom: 10px;
}
.space-accordion .accordion .accordion-button::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31.976" height="32.239" viewBox="0 0 31.976 32.239"><g id="Group_872" data-name="Group 872" transform="translate(0.707 32.239) rotate(-90)"><path id="Path_6" data-name="Path 6" d="M0,0H21.611V21.611" transform="translate(15.544 0) rotate(45)" fill="none" stroke="%23009ab2" stroke-width="2"/><line id="Line_1" data-name="Line 1" x1="30" transform="translate(0 15.213)" fill="none" stroke="%23009ab2" stroke-width="2"/></g></svg>');
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px; /* Adjust spacing as needed */
  transform: rotate(0deg);
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.space-accordion .accordion .accordion-button.collapsed::before {
  transform: rotate(180deg); /* Rotate arrow for collapsed state in the opposite direction */
}
.space-accordion .accordion .accordion-button {
  padding-left: 30px; /* Adjust padding to make space for the arrow */
  text-align: left;
}
.space-accordion .card {
  border-radius: unset;
  box-shadow: unset;
  border: 1px solid #070707;
  background-color: white;
  z-index: 20;
  position: relative;
}
.space-accordion .card img {
  border-radius: unset;
}
.space-accordion .card .card-title,
.space-accordion .card .card-text {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 26px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
  margin-bottom: unset;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .space-accordion .card .card-title,
  .space-accordion .card .card-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.space-accordion .card .card-title {
  padding-bottom: 0px;
}
.space-accordion .card .card-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.space-accordion .card .card-body {
  padding-bottom: 20px;
}
.space-accordion .card .card-body a {
  position: absolute;
  bottom: 20px;
  margin-top: 20px;
}

.enquiry-form {
  background-color: var(--back-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 768px) {
  .enquiry-form {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
}
.enquiry-form .card {
  background-color: transparent;
  border-radius: unset;
  box-shadow: unset;
  z-index: 20;
  position: relative;
  overflow: hidden; /* Keeps the image within the borders */
}
.enquiry-form .card img {
  border-radius: unset;
}
.enquiry-form .card .card-body {
  padding: 10px 0px 10px 0px;
}
.enquiry-form .card-img-top {
  transition: transform 0.3s ease; /* Smooth zoom transition */
  overflow: hidden; /* Prevents the image from overflowing the card */
  position: relative; /* Allows the image to be positioned within the card */
  border-radius: unset;
}
.enquiry-form .card:hover .card-img-top {
  transform: scale(1.1); /* Zooms in the image slightly on hover */
}
.enquiry-form h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .enquiry-form h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.enquiry-form h5.card-title {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 26px;
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .enquiry-form h5.card-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-form h5.card-title {
    font-size: 22px;
  }
}
.enquiry-form p.card-text {
  font-size: 20px;
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .enquiry-form p.card-text {
    font-size: 18px;
  }
}
.enquiry-form p,
.enquiry-form label,
.enquiry-form input,
.enquiry-form select {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .enquiry-form p,
  .enquiry-form label,
  .enquiry-form input,
  .enquiry-form select {
    font-size: 18px;
  }
}
.enquiry-form label,
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .enquiry-form label,
  .enquiry-form input,
  .enquiry-form select,
  .enquiry-form textarea {
    font-size: 18px;
  }
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  background-color: rgb(230, 230, 228);
}

.contact-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-block a {
  color: white;
}
@media screen and (max-width: 768px) {
  .contact-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-block .card {
  border-radius: unset;
  box-shadow: unset;
  background-color: white;
  z-index: 20;
  position: relative;
}
.contact-block .card img {
  border-radius: unset;
}
.contact-block .card .card-body {
  padding: 10px 0px 10px 0px;
}
.contact-block h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-block h2 {
    font-size: 40px;
    padding-bottom: 0px;
  }
}
.contact-block .fa-brands {
  color: white;
}
.contact-block p {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .contact-block p {
    font-size: 16px;
  }
}

.text-image-half-overlay .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.text-image-half-overlay .bg-image {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .bg-image {
    height: 100vh;
  }
}
.text-image-half-overlay .masking {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: var(--back-color-80);
  display: block;
  padding: 2rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .masking {
    width: 100%;
  }
}
.text-image-half-overlay .masking .content .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .masking .content .pre-heading {
    font-size: 18px;
  }
}
.text-image-half-overlay .masking .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .masking .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.text-image-half-overlay .masking .overlay-a::before {
  /* Overlay using the SVG as background image */
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="512.211" height="283.111" viewBox="0 0 512.211 283.111"><g id="Group_1544" data-name="Group 1544" transform="translate(0)"><path id="Path_819" data-name="Path 819" d="M33.893-53.8H24.858V-1.775h9.035Z" transform="translate(30.19 217.776)" fill="%23fff"/><path id="Path_820" data-name="Path 820" d="M24.858,28.531H33.9V-23.492H24.858Z" transform="translate(30.19 254.58)" fill="%23fff"/><path id="Path_821" data-name="Path 821" d="M0-19.9H52.023v-9.037H0Z" transform="translate(0 247.965)" fill="%23fff"/><path id="Path_822" data-name="Path 822" d="M30.3-19.9H82.328v-9.035H30.3Z" transform="translate(36.806 247.966)" fill="%23fff"/><g id="Group_907" data-name="Group 907" transform="translate(73.819 119.2)"><path id="Path_823" data-name="Path 823" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_908" data-name="Group 908" transform="translate(121.272 166.654)"><path id="Path_824" data-name="Path 824" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_909" data-name="Group 909" transform="translate(73.818 166.654)"><path id="Path_825" data-name="Path 825" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_910" data-name="Group 910" transform="translate(121.272 119.2)"><path id="Path_826" data-name="Path 826" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_827" data-name="Path 827" d="M85.453-53.8H76.418V-1.775h9.035Z" transform="translate(92.81 217.776)" fill="%23fff"/><path id="Path_828" data-name="Path 828" d="M76.418,28.531h9.035V-23.492H76.418Z" transform="translate(92.81 254.58)" fill="%23fff"/><path id="Path_829" data-name="Path 829" d="M51.56-19.9h52.023v-9.035H51.56Z" transform="translate(62.62 247.966)" fill="%23fff"/><path id="Path_830" data-name="Path 830" d="M81.864-19.9h52.023v-9.035H81.864Z" transform="translate(99.424 247.966)" fill="%23fff"/><g id="Group_911" data-name="Group 911" transform="translate(187.997 118.13)"><path id="Path_831" data-name="Path 831" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_912" data-name="Group 912" transform="translate(235.451 165.584)"><path id="Path_832" data-name="Path 832" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_913" data-name="Group 913" transform="translate(187.997 165.584)"><path id="Path_833" data-name="Path 833" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_914" data-name="Group 914" transform="translate(235.451 118.13)"><path id="Path_834" data-name="Path 834" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_835" data-name="Path 835" d="M139.373-53.8h-9.035V-1.775h9.035Z" transform="translate(158.296 217.776)" fill="%23fff"/><path id="Path_836" data-name="Path 836" d="M130.339,28.531h9.035V-23.492h-9.035Z" transform="translate(158.297 254.58)" fill="%23fff"/><path id="Path_837" data-name="Path 837" d="M105.48-19.9H157.5v-9.035H105.48Z" transform="translate(128.106 247.966)" fill="%23fff"/><path id="Path_838" data-name="Path 838" d="M135.785-19.9h52.023v-9.035H135.785Z" transform="translate(164.911 247.966)" fill="%23fff"/><g id="Group_915" data-name="Group 915" transform="translate(307.405 119.2)"><path id="Path_839" data-name="Path 839" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_916" data-name="Group 916" transform="translate(354.859 166.654)"><path id="Path_840" data-name="Path 840" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_917" data-name="Group 917" transform="translate(307.405 166.654)"><path id="Path_841" data-name="Path 841" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_918" data-name="Group 918" transform="translate(354.859 119.2)"><path id="Path_842" data-name="Path 842" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_843" data-name="Path 843" d="M190.933-53.8H181.9V-1.775h9.035Z" transform="translate(220.916 217.776)" fill="%23fff"/><path id="Path_844" data-name="Path 844" d="M181.9,28.531h9.035V-23.492H181.9Z" transform="translate(220.916 254.58)" fill="%23fff"/><path id="Path_845" data-name="Path 845" d="M157.04-19.9h52.023v-9.035H157.04Z" transform="translate(190.725 247.966)" fill="%23fff"/><path id="Path_846" data-name="Path 846" d="M187.345-19.9h52.021v-9.035H187.345Z" transform="translate(227.531 247.966)" fill="%23fff"/><g id="Group_919" data-name="Group 919" transform="translate(421.583 118.13)"><path id="Path_847" data-name="Path 847" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_920" data-name="Group 920" transform="translate(469.037 165.586)"><path id="Path_848" data-name="Path 848" d="M0,3.5,36.785,40.288,43.174,33.9,6.389-2.884Z" transform="translate(0 2.884)" fill="%23fff"/></g><g id="Group_921" data-name="Group 921" transform="translate(421.584 165.584)"><path id="Path_849" data-name="Path 849" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_922" data-name="Group 922" transform="translate(469.037 118.131)"><path id="Path_850" data-name="Path 850" d="M0,20.174l6.389,6.389L43.174-10.224l-6.389-6.387Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_851" data-name="Path 851" d="M33.893-107.14H24.858v52.023h9.035Z" transform="translate(30.19 152.989)" fill="%23fff"/><path id="Path_852" data-name="Path 852" d="M33.893-76.835H24.858v52.023h9.035Z" transform="translate(30.19 189.795)" fill="%23fff"/><path id="Path_853" data-name="Path 853" d="M0-73.247H52.023v-9.035H0Z" transform="translate(0 183.179)" fill="%23fff"/><path id="Path_854" data-name="Path 854" d="M30.3-73.247H82.328v-9.035H30.3Z" transform="translate(36.806 183.179)" fill="%23fff"/><g id="Group_923" data-name="Group 923" transform="translate(73.819 1.071)"><path id="Path_855" data-name="Path 855" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23fff"/></g><g id="Group_924" data-name="Group 924" transform="translate(121.272 48.525)"><path id="Path_856" data-name="Path 856" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_925" data-name="Group 925" transform="translate(73.818 48.525)"><path id="Path_857" data-name="Path 857" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_926" data-name="Group 926" transform="translate(121.273 1.071)"><path id="Path_858" data-name="Path 858" d="M0,20.174l6.389,6.387L43.174-10.222l-6.391-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_859" data-name="Path 859" d="M85.453-107.14H76.418v52.023h9.035Z" transform="translate(92.81 152.989)" fill="%23fff"/><path id="Path_860" data-name="Path 860" d="M85.453-76.835H76.418v52.023h9.035Z" transform="translate(92.81 189.795)" fill="%23fff"/><path id="Path_861" data-name="Path 861" d="M51.56-73.247h52.023v-9.035H51.56Z" transform="translate(62.62 183.179)" fill="%23fff"/><path id="Path_862" data-name="Path 862" d="M81.864-73.247h52.023v-9.035H81.864Z" transform="translate(99.424 183.179)" fill="%23fff"/><g id="Group_927" data-name="Group 927" transform="translate(187.998)"><path id="Path_863" data-name="Path 863" d="M3.5,0-2.885,6.389,33.9,43.176l6.387-6.391Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_928" data-name="Group 928" transform="translate(235.451 47.454)"><path id="Path_864" data-name="Path 864" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_929" data-name="Group 929" transform="translate(187.997 47.455)"><path id="Path_865" data-name="Path 865" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_930" data-name="Group 930" transform="translate(235.452)"><path id="Path_866" data-name="Path 866" d="M20.174,0-16.611,36.785l6.387,6.391L26.563,6.389Z" transform="translate(16.611)" fill="%23fff"/></g><path id="Path_867" data-name="Path 867" d="M139.373-107.14h-9.035v52.023h9.035Z" transform="translate(158.296 152.989)" fill="%23fff"/><path id="Path_868" data-name="Path 868" d="M139.373-76.835h-9.035v52.023h9.035Z" transform="translate(158.296 189.795)" fill="%23fff"/><path id="Path_869" data-name="Path 869" d="M105.48-73.247H157.5v-9.035H105.48Z" transform="translate(128.106 183.179)" fill="%23fff"/><path id="Path_870" data-name="Path 870" d="M135.785-73.247h52.023v-9.035H135.785Z" transform="translate(164.911 183.179)" fill="%23fff"/><g id="Group_931" data-name="Group 931" transform="translate(307.404 1.071)"><path id="Path_871" data-name="Path 871" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23fff"/></g><g id="Group_932" data-name="Group 932" transform="translate(354.859 48.525)"><path id="Path_872" data-name="Path 872" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_933" data-name="Group 933" transform="translate(307.405 48.525)"><path id="Path_873" data-name="Path 873" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_934" data-name="Group 934" transform="translate(354.859 1.071)"><path id="Path_874" data-name="Path 874" d="M0,20.174l6.389,6.387L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><path id="Path_875" data-name="Path 875" d="M190.933-107.14H181.9v52.023h9.035Z" transform="translate(220.916 152.989)" fill="%23fff"/><path id="Path_876" data-name="Path 876" d="M190.933-76.835H181.9v52.023h9.035Z" transform="translate(220.916 189.795)" fill="%23fff"/><path id="Path_877" data-name="Path 877" d="M157.04-73.247h52.023v-9.035H157.04Z" transform="translate(190.725 183.179)" fill="%23fff"/><path id="Path_878" data-name="Path 878" d="M187.345-73.247h52.021v-9.035H187.345Z" transform="translate(227.531 183.179)" fill="%23fff"/><g id="Group_935" data-name="Group 935" transform="translate(421.583)"><path id="Path_879" data-name="Path 879" d="M3.5,0-2.885,6.389,33.9,43.176l6.389-6.391Z" transform="translate(2.885)" fill="%23fff"/></g><g id="Group_936" data-name="Group 936" transform="translate(469.037 47.456)"><path id="Path_880" data-name="Path 880" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23fff"/></g><g id="Group_937" data-name="Group 937" transform="translate(421.584 47.455)"><path id="Path_881" data-name="Path 881" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23fff"/></g><g id="Group_938" data-name="Group 938" transform="translate(469.038)"><path id="Path_882" data-name="Path 882" d="M20.174,0-16.611,36.785l6.389,6.391L26.563,6.389Z" transform="translate(16.611)" fill="%23fff"/></g></g></svg>');
  background-repeat: no-repeat; /* Prevent tiling */
  background-size: cover; /* Stretch image to fill container (adjusted below) */
  position: absolute;
  bottom: 0;
  right: 0; /* Align to left edge */
  width: 25vw; /* Fill the entire width of the div */
  height: 14vw; /* 100% height + 50% overflow */
  z-index: -1; /* Place the overlay behind the content */
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .masking .overlay-a::before {
    width: 86vw; /* Fill the entire width of the div */
    height: 47vw; /* 100% height + 50% overflow */
  }
}
.text-image-half-overlay .masking .overlay-b::before {
  /* Overlay using the SVG as background image */
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="512.211" height="283.111" viewBox="0 0 512.211 283.111"><g id="Group_1544" data-name="Group 1544" transform="translate(0)"><path id="Path_819" data-name="Path 819" d="M33.893-53.8H24.858V-1.775h9.035Z" transform="translate(30.19 217.776)" fill="%23ba95c5"/><path id="Path_820" data-name="Path 820" d="M24.858,28.531H33.9V-23.492H24.858Z" transform="translate(30.19 254.58)" fill="%23ba95c5"/><path id="Path_821" data-name="Path 821" d="M0-19.9H52.023v-9.037H0Z" transform="translate(0 247.965)" fill="%23ba95c5"/><path id="Path_822" data-name="Path 822" d="M30.3-19.9H82.328v-9.035H30.3Z" transform="translate(36.806 247.966)" fill="%23ba95c5"/><g id="Group_907" data-name="Group 907" transform="translate(73.819 119.2)"><path id="Path_823" data-name="Path 823" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_908" data-name="Group 908" transform="translate(121.272 166.654)"><path id="Path_824" data-name="Path 824" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_909" data-name="Group 909" transform="translate(73.818 166.654)"><path id="Path_825" data-name="Path 825" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_910" data-name="Group 910" transform="translate(121.272 119.2)"><path id="Path_826" data-name="Path 826" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_827" data-name="Path 827" d="M85.453-53.8H76.418V-1.775h9.035Z" transform="translate(92.81 217.776)" fill="%23ba95c5"/><path id="Path_828" data-name="Path 828" d="M76.418,28.531h9.035V-23.492H76.418Z" transform="translate(92.81 254.58)" fill="%23ba95c5"/><path id="Path_829" data-name="Path 829" d="M51.56-19.9h52.023v-9.035H51.56Z" transform="translate(62.62 247.966)" fill="%23ba95c5"/><path id="Path_830" data-name="Path 830" d="M81.864-19.9h52.023v-9.035H81.864Z" transform="translate(99.424 247.966)" fill="%23ba95c5"/><g id="Group_911" data-name="Group 911" transform="translate(187.997 118.13)"><path id="Path_831" data-name="Path 831" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_912" data-name="Group 912" transform="translate(235.451 165.584)"><path id="Path_832" data-name="Path 832" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_913" data-name="Group 913" transform="translate(187.997 165.584)"><path id="Path_833" data-name="Path 833" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_914" data-name="Group 914" transform="translate(235.451 118.13)"><path id="Path_834" data-name="Path 834" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_835" data-name="Path 835" d="M139.373-53.8h-9.035V-1.775h9.035Z" transform="translate(158.296 217.776)" fill="%23ba95c5"/><path id="Path_836" data-name="Path 836" d="M130.339,28.531h9.035V-23.492h-9.035Z" transform="translate(158.297 254.58)" fill="%23ba95c5"/><path id="Path_837" data-name="Path 837" d="M105.48-19.9H157.5v-9.035H105.48Z" transform="translate(128.106 247.966)" fill="%23ba95c5"/><path id="Path_838" data-name="Path 838" d="M135.785-19.9h52.023v-9.035H135.785Z" transform="translate(164.911 247.966)" fill="%23ba95c5"/><g id="Group_915" data-name="Group 915" transform="translate(307.405 119.2)"><path id="Path_839" data-name="Path 839" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_916" data-name="Group 916" transform="translate(354.859 166.654)"><path id="Path_840" data-name="Path 840" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_917" data-name="Group 917" transform="translate(307.405 166.654)"><path id="Path_841" data-name="Path 841" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_918" data-name="Group 918" transform="translate(354.859 119.2)"><path id="Path_842" data-name="Path 842" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_843" data-name="Path 843" d="M190.933-53.8H181.9V-1.775h9.035Z" transform="translate(220.916 217.776)" fill="%23ba95c5"/><path id="Path_844" data-name="Path 844" d="M181.9,28.531h9.035V-23.492H181.9Z" transform="translate(220.916 254.58)" fill="%23ba95c5"/><path id="Path_845" data-name="Path 845" d="M157.04-19.9h52.023v-9.035H157.04Z" transform="translate(190.725 247.966)" fill="%23ba95c5"/><path id="Path_846" data-name="Path 846" d="M187.345-19.9h52.021v-9.035H187.345Z" transform="translate(227.531 247.966)" fill="%23ba95c5"/><g id="Group_919" data-name="Group 919" transform="translate(421.583 118.13)"><path id="Path_847" data-name="Path 847" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_920" data-name="Group 920" transform="translate(469.037 165.586)"><path id="Path_848" data-name="Path 848" d="M0,3.5,36.785,40.288,43.174,33.9,6.389-2.884Z" transform="translate(0 2.884)" fill="%23ba95c5"/></g><g id="Group_921" data-name="Group 921" transform="translate(421.584 165.584)"><path id="Path_849" data-name="Path 849" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_922" data-name="Group 922" transform="translate(469.037 118.131)"><path id="Path_850" data-name="Path 850" d="M0,20.174l6.389,6.389L43.174-10.224l-6.389-6.387Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_851" data-name="Path 851" d="M33.893-107.14H24.858v52.023h9.035Z" transform="translate(30.19 152.989)" fill="%23ba95c5"/><path id="Path_852" data-name="Path 852" d="M33.893-76.835H24.858v52.023h9.035Z" transform="translate(30.19 189.795)" fill="%23ba95c5"/><path id="Path_853" data-name="Path 853" d="M0-73.247H52.023v-9.035H0Z" transform="translate(0 183.179)" fill="%23ba95c5"/><path id="Path_854" data-name="Path 854" d="M30.3-73.247H82.328v-9.035H30.3Z" transform="translate(36.806 183.179)" fill="%23ba95c5"/><g id="Group_923" data-name="Group 923" transform="translate(73.819 1.071)"><path id="Path_855" data-name="Path 855" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23ba95c5"/></g><g id="Group_924" data-name="Group 924" transform="translate(121.272 48.525)"><path id="Path_856" data-name="Path 856" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_925" data-name="Group 925" transform="translate(73.818 48.525)"><path id="Path_857" data-name="Path 857" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_926" data-name="Group 926" transform="translate(121.273 1.071)"><path id="Path_858" data-name="Path 858" d="M0,20.174l6.389,6.387L43.174-10.222l-6.391-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_859" data-name="Path 859" d="M85.453-107.14H76.418v52.023h9.035Z" transform="translate(92.81 152.989)" fill="%23ba95c5"/><path id="Path_860" data-name="Path 860" d="M85.453-76.835H76.418v52.023h9.035Z" transform="translate(92.81 189.795)" fill="%23ba95c5"/><path id="Path_861" data-name="Path 861" d="M51.56-73.247h52.023v-9.035H51.56Z" transform="translate(62.62 183.179)" fill="%23ba95c5"/><path id="Path_862" data-name="Path 862" d="M81.864-73.247h52.023v-9.035H81.864Z" transform="translate(99.424 183.179)" fill="%23ba95c5"/><g id="Group_927" data-name="Group 927" transform="translate(187.998)"><path id="Path_863" data-name="Path 863" d="M3.5,0-2.885,6.389,33.9,43.176l6.387-6.391Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_928" data-name="Group 928" transform="translate(235.451 47.454)"><path id="Path_864" data-name="Path 864" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_929" data-name="Group 929" transform="translate(187.997 47.455)"><path id="Path_865" data-name="Path 865" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_930" data-name="Group 930" transform="translate(235.452)"><path id="Path_866" data-name="Path 866" d="M20.174,0-16.611,36.785l6.387,6.391L26.563,6.389Z" transform="translate(16.611)" fill="%23ba95c5"/></g><path id="Path_867" data-name="Path 867" d="M139.373-107.14h-9.035v52.023h9.035Z" transform="translate(158.296 152.989)" fill="%23ba95c5"/><path id="Path_868" data-name="Path 868" d="M139.373-76.835h-9.035v52.023h9.035Z" transform="translate(158.296 189.795)" fill="%23ba95c5"/><path id="Path_869" data-name="Path 869" d="M105.48-73.247H157.5v-9.035H105.48Z" transform="translate(128.106 183.179)" fill="%23ba95c5"/><path id="Path_870" data-name="Path 870" d="M135.785-73.247h52.023v-9.035H135.785Z" transform="translate(164.911 183.179)" fill="%23ba95c5"/><g id="Group_931" data-name="Group 931" transform="translate(307.404 1.071)"><path id="Path_871" data-name="Path 871" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23ba95c5"/></g><g id="Group_932" data-name="Group 932" transform="translate(354.859 48.525)"><path id="Path_872" data-name="Path 872" d="M3.5,0-2.885,6.389,33.9,43.174l6.389-6.389Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_933" data-name="Group 933" transform="translate(307.405 48.525)"><path id="Path_873" data-name="Path 873" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_934" data-name="Group 934" transform="translate(354.859 1.071)"><path id="Path_874" data-name="Path 874" d="M0,20.174l6.389,6.387L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><path id="Path_875" data-name="Path 875" d="M190.933-107.14H181.9v52.023h9.035Z" transform="translate(220.916 152.989)" fill="%23ba95c5"/><path id="Path_876" data-name="Path 876" d="M190.933-76.835H181.9v52.023h9.035Z" transform="translate(220.916 189.795)" fill="%23ba95c5"/><path id="Path_877" data-name="Path 877" d="M157.04-73.247h52.023v-9.035H157.04Z" transform="translate(190.725 183.179)" fill="%23ba95c5"/><path id="Path_878" data-name="Path 878" d="M187.345-73.247h52.021v-9.035H187.345Z" transform="translate(227.531 183.179)" fill="%23ba95c5"/><g id="Group_935" data-name="Group 935" transform="translate(421.583)"><path id="Path_879" data-name="Path 879" d="M3.5,0-2.885,6.389,33.9,43.176l6.389-6.391Z" transform="translate(2.885)" fill="%23ba95c5"/></g><g id="Group_936" data-name="Group 936" transform="translate(469.037 47.456)"><path id="Path_880" data-name="Path 880" d="M0,3.5,36.785,40.287,43.174,33.9,6.389-2.885Z" transform="translate(0 2.885)" fill="%23ba95c5"/></g><g id="Group_937" data-name="Group 937" transform="translate(421.584 47.455)"><path id="Path_881" data-name="Path 881" d="M0,20.174l6.389,6.389L43.174-10.222l-6.389-6.389Z" transform="translate(0 16.611)" fill="%23ba95c5"/></g><g id="Group_938" data-name="Group 938" transform="translate(469.038)"><path id="Path_882" data-name="Path 882" d="M20.174,0-16.611,36.785l6.389,6.391L26.563,6.389Z" transform="translate(16.611)" fill="%23ba95c5"/></g></g></svg>');
  background-repeat: no-repeat; /* Prevent tiling */
  background-size: cover; /* Stretch image to fill container (adjusted below) */
  position: absolute;
  bottom: 0;
  right: 0; /* Align to left edge */
  width: 25vw; /* Fill the entire width of the div */
  height: 14vw; /* 100% height + 50% overflow */
  z-index: -1; /* Place the overlay behind the content */
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay .masking .overlay-b::before {
    width: 86vw; /* Fill the entire width of the div */
    height: 47vw; /* 100% height + 50% overflow */
  }
}

.community-logos {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .community-logos.background {
    background: linear-gradient(to right, #e6e6e4 50%, white 50%);
  }
}
.community-logos .content {
  z-index: 6;
  position: relative;
}
.community-logos img {
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  width: 200px;
  margin: 20px;
}
.community-logos .logo {
  width: 200px;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .text-image-half-overlay-template-2 {
    background: linear-gradient(to right, #e6e6e4 50%, white 50%);
  }
}
.text-image-half-overlay-template-2 .bg-image {
  mix-blend-mode: multiply;
}
.text-image-half-overlay-template-2 .masking {
  position: absolute;
  top: 0;
  right: 0;
  height: 90%;
  width: 75%;
  background-color: var(--back-color-80);
  display: block;
  padding: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay-template-2 .masking {
    width: 100%;
  }
}
.text-image-half-overlay-template-2 .masking .content .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay-template-2 .masking .content .pre-heading {
    font-size: 18px;
  }
}
.text-image-half-overlay-template-2 .masking .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .text-image-half-overlay-template-2 .masking .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

.icons .section-top {
  text-align: center;
}
.icons h2,
.icons h3 {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .icons h2,
  .icons h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .icons h2,
  .icons h3 {
    margin-bottom: 50px;
  }
}
.icons p {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .icons p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .icons {
    background: rgb(255, 255, 255);
  }
}
.icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Ensure vertical alignment */
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .icons .icon {
    display: unset;
  }
}
.icons .icon .icon-holder {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Ensure vertical alignment */
}
@media screen and (max-width: 768px) {
  .icons .icon .icon-holder {
    height: 100px;
  }
}
.icons .icon .icon-holder img {
  width: auto;
  height: 150px;
}
.icons .icon h4,
.icons .icon p {
  margin-top: 10px;
  text-align: center;
}
.icons .icon h4 {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .icons .icon h4 {
    font-size: 18px;
  }
}
.icons .icon p {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .icons .icon p {
    font-size: 18px;
    line-height: 26px;
  }
}
.icons .icon:not(:last-child) {
  position: relative;
}
.icons .icon:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px; /* Adjust as needed */
  width: 1px;
  height: 100%;
  background-color: black; /* Adjust color as needed */
}
@media screen and (max-width: 768px) {
  .icons .icon:not(:last-child)::after {
    width: 0px;
  }
}

.full-width-text .large p {
  font-size: 45px;
  line-height: 57px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .full-width-text .large p {
    font-size: 1.5em;
    line-height: 1.8em;
  }
}
.full-width-text .two-columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .full-width-text .two-columns {
    -moz-columns: 1;
         columns: 1;
  }
}
.full-width-text li {
  margin-bottom: 20px;
}

.full-width-video {
  position: relative;
  z-index: 50;
}
.full-width-video .video-container {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.full-width-video .vimeo-play-button {
  display: none;
}
.full-width-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-gallery-left-tools {
  display: none;
}

.gallery {
  width: 100%;
  position: relative;
  z-index: 20;
}

.timeline-vertical {
  position: relative;
}
.timeline-vertical .timeline {
  position: relative;
  margin: 50px auto;
  padding-left: 20px;
  max-width: 600px;
  border-left: 4px solid #333;
}
.timeline-vertical .timeline-item {
  position: relative;
  margin-bottom: 50px;
}
.timeline-vertical .timeline-dot {
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.timeline-vertical .timeline-content {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.timeline-vertical .timeline-date {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}
.timeline-vertical .timeline-item p {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #555;
}
@media (max-width: 768px) {
  .timeline-vertical .timeline {
    padding-left: 10px;
  }
  .timeline-vertical .timeline-dot {
    width: 15px;
    height: 15px;
    left: -22px;
  }
  .timeline-vertical .timeline-content {
    padding: 10px 15px;
  }
  .timeline-vertical .timeline-date {
    font-size: 1.25rem;
  }
  .timeline-vertical .timeline-item p {
    font-size: 0.875rem;
  }
}

.testimonials {
  position: relative;
}
@media screen and (max-width: 768px) {
  .testimonials {
    height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  .testimonials {
    background: linear-gradient(to right, #e6e6e4 50%, white 50%);
  }
  .testimonials .bg-image {
    height: 100vh;
  }
}
.testimonials .bg-image {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .testimonials .bg-image {
    position: unset;
  }
}
.testimonials .masking {
  position: absolute;
  top: 0;
  right: 0;
  height: 90%;
  width: 75%;
  background-color: var(--back-color-80);
  display: block;
  padding: 2rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .testimonials .masking {
    width: 100%;
  }
}
.testimonials .masking .carousel-controls {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.testimonials .masking .carousel-controls .indicators {
  display: none;
}
.testimonials .masking .carousel-inner .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .testimonials .masking .carousel-inner .pre-heading {
    font-size: 18px;
  }
}
.testimonials .masking .carousel-inner h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .testimonials .masking .carousel-inner h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.testimonials .masking .carousel-inner .carousel-item p {
  color: white;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .testimonials .masking .carousel-inner .carousel-item p {
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonials .masking .carousel-inner .carousel-item p.signoff {
  color: white;
  text-align: left;
  font-size: 25px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .testimonials .masking .carousel-inner .carousel-item p.signoff {
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonials .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.testimonials h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .testimonials h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.testimonials .play-pause-btn {
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.full-width-banner-text-overlay {
  position: relative;
}
@media screen and (max-width: 768px) {
  .full-width-banner-text-overlay .background-image {
    width: 100%;
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.full-width-banner-text-overlay .content {
  background-color: var(--back-color-80);
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80%;
  left: auto;
  padding: 100px;
  color: white;
}
@media screen and (max-width: 768px) {
  .full-width-banner-text-overlay .content {
    height: 70vh;
    width: 100%;
    padding: 50px;
  }
}
.full-width-banner-text-overlay .content .pre-heading {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .full-width-banner-text-overlay .content .pre-heading {
    padding-top: 50px;
  }
}
.full-width-banner-text-overlay .content h2 {
  font-size: 70px;
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .full-width-banner-text-overlay .content h2 {
    font-size: 40px;
  }
}

.placeholder {
  cursor: unset;
}
.placeholder img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .placeholder img {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.availability-section {
  background-image: url("/img/availability-back.jpg");
  background-position: 0px 300px; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover; /* Adjust background image sizing */
  padding-bottom: 100px;
  /*
      .background-filter {
          background-color:rgb(0, 154, 178);
          display:block;
          mix-blend-mode: multiply;
      }
  */
}
.availability-section h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .availability-section h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.availability-section p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .availability-section p {
    font-size: 18px;
  }
}
.availability-section .background-filter {
  padding-top: 100px;
}
.availability-section .card {
  border-radius: unset;
}
.availability-section .card img {
  border-radius: unset;
}
.availability-section .card .card-title,
.availability-section .card .card-text {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .availability-section .card .card-title,
  .availability-section .card .card-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.two-column-content-cards {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--back-color-80);
}
.two-column-content-cards .content-mask {
  width: 100%;
  display: block;
  color: white;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .two-column-content-cards .content-mask {
    width: 100%;
  }
}
.two-column-content-cards .content-mask .pre-heading {
  font-size: calc(2ch + 1vw);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .two-column-content-cards .content-mask .pre-heading {
    font-size: 16px;
  }
}
.two-column-content-cards .content-mask h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .two-column-content-cards .content-mask h2 {
    font-size: 40px;
  }
}
.two-column-content-cards .content-mask p {
  font-size: calc(0.7ch + 1vw);
}
@media screen and (max-width: 768px) {
  .two-column-content-cards .content-mask p {
    font-size: 18px;
  }
}
.two-column-content-cards .cards {
  padding-top: 25px;
  padding-bottom: 25px;
}
.two-column-content-cards .cards h5 {
  font-size: 50px;
  text-transform: none;
  letter-spacing: unset;
}
.two-column-content-cards .cards h5::after {
  top: calc(0% + 20px);
  left: 40%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0);
  background-color: white;
}
.two-column-content-cards .cards .card {
  box-shadow: none;
  border-radius: unset;
  color: black;
}
.two-column-content-cards .cards .card img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
}
.two-column-content-cards .cards .card .card-body p {
  font-size: calc(1ch + 0.75vw);
}
@media screen and (max-width: 768px) {
  .two-column-content-cards .cards .card .card-body p {
    font-size: 18px;
  }
}

.services {
  background-repeat: no-repeat;
  background-color: rgb(230, 230, 228); /* The color to blend with */
  /*
      .background-filter {
          background-color:rgb(0, 154, 178);
          display:block;
          mix-blend-mode: multiply;
      }
  */
}
@media screen and (min-width: 768px) {
  .services {
    padding-bottom: 25px;
  }
}
.services h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .services h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.services p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .services p {
    font-size: 18px;
  }
}
.services .card {
  border-radius: unset;
}
.services .card img {
  border-radius: unset;
}
.services .card .card-title,
.services .card p {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .services .card .card-title,
  .services .card p {
    font-size: 18px;
    line-height: 26px;
  }
}
.services .card h5.card-title {
  font-weight: 400;
  font-size: 32px;
  color: rgb(0, 154, 178);
}

.modal-form {
  background-color: var(--back-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media screen and (max-width: 768px) {
  .modal-form {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
}
.modal-form .image-holder {
  height: 50vh;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal-form .image-holder {
    max-height: 25vh;
  }
}
.modal-form .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-form .card {
  border-radius: unset;
  box-shadow: unset;
  background-color: white;
  z-index: 20;
  position: relative;
}
.modal-form .card img {
  border-radius: unset;
}
.modal-form .card .card-body {
  padding: 10px 0px 10px 0px;
}
.modal-form h2 {
  font-size: clamp(0.5rem, 2vw, 2.1em);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal-form h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.modal-form p {
  font-size: clamp(0.5rem, 2vw, 1.1em);
}
@media screen and (max-width: 768px) {
  .modal-form p {
    font-size: 18px;
  }
}
.modal-form h5.card-title {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 26px;
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .modal-form h5.card-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .modal-form h5.card-title {
    font-size: 22px;
  }
}
.modal-form p.card-text {
  font-size: 18px;
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .modal-form p.card-text {
    font-size: 18px;
  }
}
.modal-form p,
.modal-form label,
.modal-form input,
.modal-form select {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .modal-form p,
  .modal-form label,
  .modal-form input,
  .modal-form select {
    font-size: 18px;
  }
}
.modal-form label,
.modal-form input,
.modal-form select,
.modal-form textarea {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .modal-form label,
  .modal-form input,
  .modal-form select,
  .modal-form textarea {
    font-size: 18px;
  }
}
.modal-form input,
.modal-form select,
.modal-form textarea {
  background-color: rgb(230, 230, 228);
}

.article {
  position: relative; /* Make the .team-member the reference for the absolute positioning */
  margin-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .article {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
.article h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .article h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.article p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .article p {
    font-size: 18px;
  }
}
.article::before {
  /* Overlay using the SVG as background image */
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="427.612" height="381.973" viewBox="0 0 427.612 381.973"><defs><clipPath id="clip-path"><rect id="Rectangle_142" data-name="Rectangle 142" width="109.109" height="381.809" fill="%23662483"/></clipPath></defs><g id="Group_870" data-name="Group 870" transform="translate(-1321 -1566.327)" opacity="0.095"><g id="Group_860" data-name="Group 860" transform="translate(1480.252 1566.327)"><g id="Group_859" data-name="Group 859" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_768" data-name="Path 768" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_769" data-name="Path 769" d="M6,6.858V153.792H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_770" data-name="Path 770" d="M36.37,6.858V153.792H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_141" data-name="Rectangle 141" width="36.37" height="151.734" transform="translate(36.37 230.075)" fill="%23662483"/></g></g><g id="Group_862" data-name="Group 862" transform="translate(1321 1566.327)"><g id="Group_861" data-name="Group 861" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_771" data-name="Path 771" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_772" data-name="Path 772" d="M6,6.858V226.531H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_773" data-name="Path 773" d="M36.37,6.858V226.531H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_143" data-name="Rectangle 143" width="36.37" height="78.995" transform="translate(36.37 302.814)" fill="%23662483"/></g></g><g id="Group_863" data-name="Group 863" transform="translate(1639.503 1566.491)"><g id="Group_861-2" data-name="Group 861" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Path_771-2" data-name="Path 771" d="M68.916,33.593A33.593,33.593,0,1,1,35.322,0,33.6,33.6,0,0,1,68.916,33.593" transform="translate(19.232 -0.001)" fill="%23662483"/><path id="Path_772-2" data-name="Path 772" d="M6,6.858V226.531H42.37V43.228Z" transform="translate(66.739 76.286)" fill="%23662483"/><path id="Path_773-2" data-name="Path 773" d="M36.37,6.858V226.531H0V43.228Z" transform="translate(0 76.286)" fill="%23662483"/><rect id="Rectangle_143-2" data-name="Rectangle 143" width="36.37" height="78.995" transform="translate(36.37 302.814)" fill="%23662483"/></g></g></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0; /* Align to the bottom of .team-member */
  right: 0; /* Align to the right of .team-member */
  width: 17vw;
  height: 15vw;
  z-index: -1; /* Behind the content */
}
@media screen and (max-width: 768px) {
  .article::before {
    width: 50vw;
    height: 50vw;
  }
}

.news {
  background-repeat: no-repeat;
  background-color: rgb(230, 230, 228); /* The color to blend with */
  /*
      .background-filter {
          background-color:rgb(0, 154, 178);
          display:block;
          mix-blend-mode: multiply;
      }
  */
  padding-bottom: 100px;
}
.news h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.news p {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .news p {
    font-size: 18px;
  }
}
.news .card {
  border-radius: unset;
}
.news .card img {
  border-radius: unset;
}
.news .card .card-title,
.news .card p {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .news .card .card-title,
  .news .card p {
    font-size: 18px;
    line-height: 26px;
  }
}
.news .card h5.card-title {
  font-weight: 400;
  font-size: 32px;
  color: rgb(0, 154, 178);
  line-height: 36px;
}

.newsletter {
  background-image: url(/img/newsletter-background.jpg);
  background-repeat: none;
  background-size: cover;
}
.newsletter .content {
  background-color: var(--back-color-80);
  padding: 50px;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .newsletter .content {
    padding: 20px;
    padding-top: 10px;
  }
}
.newsletter .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 20px;
  color: white;
}
@media screen and (max-width: 768px) {
  .newsletter .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.newsletter .content p,
.newsletter .content label,
.newsletter .content input,
.newsletter .content select {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
  color: white;
}
@media screen and (max-width: 768px) {
  .newsletter .content p,
  .newsletter .content label,
  .newsletter .content input,
  .newsletter .content select {
    font-size: 18px;
  }
}
.newsletter .content label,
.newsletter .content input,
.newsletter .content select,
.newsletter .content textarea {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .newsletter .content label,
  .newsletter .content input,
  .newsletter .content select,
  .newsletter .content textarea {
    font-size: 18px;
  }
}
.newsletter .content input,
.newsletter .content select,
.newsletter .content textarea {
  background-color: rgb(230, 230, 228);
}

.newsEventsSummary {
  background-image: url(/img/news-events-summary-background.jpg);
  background-repeat: none;
  background-size: cover;
}
.newsEventsSummary .content {
  background-color: var(--back-color-80);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .newsEventsSummary .content {
    padding: 20px;
    padding-top: 10px;
  }
}
.newsEventsSummary .content h2 {
  font-size: calc(5.5ch + 1vw);
  text-transform: unset;
  letter-spacing: normal;
  padding-bottom: 20px;
  color: white;
}
@media screen and (max-width: 768px) {
  .newsEventsSummary .content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.newsEventsSummary .content .card {
  border-radius: unset;
}
.newsEventsSummary .content .card img {
  border-radius: unset;
}
.newsEventsSummary .content .card .card-title,
.newsEventsSummary .content .card p {
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .newsEventsSummary .content .card .card-title,
  .newsEventsSummary .content .card p {
    font-size: 18px;
    line-height: 26px;
  }
}
.newsEventsSummary .content .card p.date {
  color: black;
}
.newsEventsSummary .content .card h5.card-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}/*# sourceMappingURL=styles.css.map */