﻿.backBlue {
  background-color: #8DCDE1;
}
.backBlue a {
  color: black;
}
.backBlue a:hover {
  color: white;
  text-decoration: underline;
}

.backGreen {
  background-color: #A4E311;
}
.backGreen a {
  color: black;
}
.backGreen a:hover {
  color: white;
  text-decoration: underline;
}

.backAqua {
  background-color: #9CFAED;
}
.backAqua a {
  color: black;
}
.backAqua a:hover {
  color: white;
  text-decoration: underline;
}

.backWhite {
  background-color: #FFFFFF;
}
.backWhite a {
  color: black;
}
.backWhite a:hover {
  color: white;
  text-decoration: underline;
}

/* Variables */
h5.sectionName {
  text-transform: uppercase;
  padding-left: 50px;
  letter-spacing: 0.25rem;
  font-size: clamp(1rem, 2cqw, 2rem);
}
@media screen and (max-width: 768px) {
  h5.sectionName {
    padding-left: 24px;
  }
}

#smooth-content {
  will-change: transform;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "ingra", sans-serif;
}

#menu-icon {
  cursor: pointer;
  z-index: 10000000;
}

.cover {
  position: fixed;
  top: 0vh;
  right: 0;
  width: 0%;
  height: 34vh;
  background-color: #ea4e5f;
  z-index: 100000;
}

.cover2 {
  position: fixed;
  top: 33vh;
  left: 0;
  width: 0%;
  height: 34vh;
  background-color: #ea4e5f;
  z-index: 100000;
}

.cover3 {
  position: fixed;
  top: 66vh;
  right: 0;
  width: 0%;
  height: 34vh;
  background-color: #ea4e5f;
  z-index: 5000;
}

.contentmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 200000;
  opacity: 0;
}

.contentmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.contentmenu ul li {
  margin: 10px;
  padding: 0px;
  /*border-bottom:1px solid black;*/
}

.contentmenu ul li a {
  margin: 10px;
  font-size: 4cqb;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 400;
  cursor: pointer;
  transition: transform 0.4s ease;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 768px) {
  .contentmenu ul li a {
    font-size: 3cqb;
  }
}

.contentmenu ul li a:hover {
  transform: scale(1.1);
  color: white;
}

.panel {
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .panel {
    height: unset;
  }
}

.flex {
  flex-direction: row;
}

.flex-child {
  /* align-items: center; */
  justify-content: center;
  display: flex;
  flex: 50%;
  flex-direction: column;
}

.item {
  width: 20vw;
  height: 80vh;
  background-color: lightcoral;
  margin-right: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: white;
}

.main-tool-bar {
  height: 160px;
  top: 0;
  background: none !important;
  /*background-color:rgba(141,205,225,0.3) !important;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  /*transition: transform 0.4s ease, height 0.4s ease;*/
  z-index: 10000000000;
}

.navbar {
  padding: 30px;
  background: none !important;
  background-color: transparent !important;
  position: static;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: white;
  z-index: 1000;
}

.navbar-brand img {
  height: 100px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.navbar-brand.logo-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    height: 75px;
  }
}
.navbar-toggler {
  border: none;
}

.availability-button {
  position: relative;
  background-color: rgb(234, 78, 95);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 200;
  border-radius: unset;
  border-top-right-radius: 15px;
  font-size: 14px;
  padding: 10px 15px;
  margin-right: 10px;
  margin-left: auto;
  overflow: hidden;
  z-index: 100000;
}

.availability-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 300%;
  background-color: rgb(244, 199, 13);
  z-index: -1;
  transform: translate(-100%, 100%) rotate(25deg);
  transition: transform 0.75s ease-in-out;
}

.availability-button:hover::before {
  transform: translate(0, 0) rotate(45deg);
}

.availability-button:hover {
  color: white;
}

.panel1 {
  top: 0;
}

.panel1 .background-stripe,
.panel2 .background-stripe,
.getInTouchHero .background-stripe,
.panel-gallery .background-stripe {
  background: linear-gradient(to right, #9cfaed 80%, #a4e311 20%);
  display: block;
  width: 50%;
  height: 0;
  position: relative;
  top: 0;
  margin: auto;
  position: absolute;
  transform: translate(50%, 0);
}

.panel1 .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  bottom: 0;
  right: auto;
  display: block;
  right: 0;
}

.panel1 .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}

.panel1 .background-numbers {
  position: absolute;
  z-index: 90;
  bottom: 0;
  mix-blend-mode: multiply;
}

.panel1 .home-hero,
.panel1 .home-hero-2,
.panel1 .home-hero-3 {
  position: absolute;
  z-index: 100;
  top: 5vh;
  height: 100vh;
  width: 100vw;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .panel1 .home-hero,
  .panel1 .home-hero-2,
  .panel1 .home-hero-3 {
    top: 10vh;
    height: 80vh;
  }
}

.panel1 .home-hero img,
.panel1 .home-hero-2 img,
.panel1 .home-hero-3 img {
  position: absolute;
  z-index: 100;
  width: 60vw;
  border-radius: 2cqh;
  border-bottom-right-radius: 20cqh;
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}

@media screen and (max-width: 768px) {
  .panel1 .home-hero img,
  .panel1 .home-hero-2 img,
  .panel1 .home-hero-3 img {
    width: 90vw;
    border-bottom-right-radius: 10cqh;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .panel1 .home-hero img,
  .panel1 .home-hero-2 img,
  .panel1 .home-hero-3 img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
  }
}
.panel1 .home-hero-text {
  position: absolute;
  top: 5vh;
  z-index: 100;
  height: 100vh;
  width: 100vw;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .panel1 .home-hero-text {
    position: relative;
    top: 0vh;
  }
}
.panel1 .home-hero-text .hero-text-1, .panel1 .home-hero-text .hero-text-2, .panel1 .home-hero-text .hero-text-3 {
  opacity: 0;
}

.panel1 .home-hero-text h1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
  font-size: calc(9cqw + 20px);
  color: transparent;
  /* Hide the fill color */
  -webkit-text-stroke: 2px black;
  /* Outline width and color */
  z-index: 1000;
  position: absolute;
  width: 55vw;
  padding-bottom: 4cqw;
}
@media screen and (max-width: 768px) {
  .panel1 .home-hero-text h1 {
    padding-bottom: 10cqw;
  }
}

.panel2 {
  position: relative;
}

.panel2 .intro-text {
  position: relative;
  z-index: 1000;
  padding-left: 6cqw;
  padding-right: 6cqw;
  padding-top: 10vh;
  padding-bottom: 3vh;
}

.panel2 .intro-text p {
  font-size: clamp(1rem, 2cqw, 3rem);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .panel2 .intro-text p {
    font-size: calc(0.05cqw + 18px);
  }
}

.panel2 .intro-image {
  position: relative;
  z-index: 1000;
  margin-left: 6cqw;
  margin-right: 6cqw;
  margin-bottom: 3vh;
  border-bottom-right-radius: 20cqh;
  height: 50vh;
  width: 90%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .panel2 .intro-image {
    height: 35vh;
    border-bottom-right-radius: 10cqh;
  }
}

.panel2 .intro-image img {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-size: cover;
}

.module_3_wrapper,
.module_3_wrapper_testimonials,
.module_3_wrapper_testimonials2 {
  min-height: 100vh;
  /*background-image: url(assets/images/wrapper.background);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}

.module_3,
.module_3_testimonials,
.module_3_testimonials2 {
  width: 200vw;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
}

.module_3,
.module_3_testimonials {
  width: 200%;
}

@media screen and (max-width: 768px) {
  .module_3 {
    width: 200vw;
  }
}
.module_3 .slides .linked {
  margin-left: 6cqw;
}
@media screen and (max-width: 768px) {
  .module_3 .slides .linked {
    margin-left: 2.5cqw;
  }
}

.module_3 .slides,
.module_3_testimonials .slides,
.module_3_testimonials2 .slides {
  align-items: center;
  width: 100vw;
  flex: 100%;
  background-color: #8dcde1;
}
@media screen and (max-width: 768px) {
  .module_3 .slides svg,
  .module_3_testimonials .slides svg,
  .module_3_testimonials2 .slides svg {
    width: 80vw !important;
  }
}

.module_3_testimonials .slides,
.module_3_testimonials2 .slides {
  background-color: rgb(156, 250, 237) !important;
}

.module_3 .slides h2 {
  font-size: calc(3.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 6cqw;
  letter-spacing: 0.56rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .module_3 .slides h2 {
    margin-left: 2.5cqw;
  }
}

.module_3_testimonials .slides h2,
.module_3_testimonials2 .slides h2 {
  font-size: calc(3.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 6cqw;
  letter-spacing: 0.4rem;
  color: black;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .module_3_testimonials .slides h2,
  .module_3_testimonials2 .slides h2 {
    margin-bottom: 10px;
    margin-left: 1.5cqw !important;
  }
}

.module_3 .slides p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: 6cqw;
  font-weight: 200;
  color: white;
}
@media screen and (max-width: 768px) {
  .module_3 .slides p {
    margin-left: 2.5cqw;
  }
}

.module_3 .slides a {
  font-size: calc(0.05cqw + 20px);
  line-height: calc(1.5cqw + 20px);
  font-weight: 200;
  color: white;
}

.module_3_testimonials .slides p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: 6cqw;
  font-weight: 200;
  color: black;
}
@media screen and (max-width: 768px) {
  .module_3_testimonials .slides p {
    margin-bottom: 10px;
    margin-left: 1.5cqw !important;
  }
}

.module_3_testimonials .slides p.signoff {
  font-size: calc(0.01cqw + 18px);
  margin-left: 6cqw;
  font-weight: 200;
  color: black;
  font-style: italic;
  float: right;
}

.module_3_testimonials .image-container,
.module_3_testimonials2 .image-container {
  overflow: hidden;
  display: inline-block;
  /* Optional: Keeps the image inline */
  border-bottom-right-radius: 15cqh;
}
@media screen and (max-width: 768px) {
  .module_3_testimonials .image-container,
  .module_3_testimonials2 .image-container {
    border-bottom-right-radius: 10cqh;
    height: 30vh;
  }
}

.module_3_testimonials .image-container img,
.module_3_testimonials2 .image-container img {
  transition: transform 0.5s ease;
  transform: scale(2.2);
  /* Start zoomed in */
  transform-origin: center;
  /* Zoom from the center */
  transition: transform 1s ease;
}

.module_3_testimonials .image-container img:hover,
.module_3_testimonials2 .image-container img:hover {
  transform: scale(1.1);
  /* Adjust the scale value to change zoom intensity */
}

.availabiityContentCards .heading {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.8rem !important;
  font-size: calc(1cqw + 20px);
  color: black;
  /* Hide the fill color */
  /*-webkit-text-stroke: 2px black; /* Outline width and color */
}
.availabiityContentCards .line1 {
  transform: translateX(-5vw);
  /* Start off-screen to the left */
}
.availabiityContentCards .line2 {
  transform: translateX(5vw);
  /* Start off-screen to the right */
}

.bannerFullWidth {
  height: 100vh;
  overflow: hidden;
}
.bannerFullWidth .video-container {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  z-index: 20;
}
.bannerFullWidth .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerFullWidth .image-holder {
  position: relative;
  display: block;
  height: 100vh;
  border-bottom-right-radius: 30cqh;
  background-size: cover;
  width: 100%;
  z-index: 2;
}
.bannerFullWidth .image-holder .holder {
  position: relative;
  display: block;
  height: 100vh;
  border-bottom-right-radius: 30cqh;
  background-size: cover;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .image-holder .holder {
    border-bottom-right-radius: 15cqh;
  }
}
.bannerFullWidth .image-holder .holder img {
  border-bottom-right-radius: 30cqh;
  overflow: hidden;
  object-fit: cover;
  height: 100vh;
  width: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .image-holder .holder img {
    border-bottom-right-radius: 10cqh;
  }
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .image-holder {
    border-bottom-right-radius: 10cqh;
  }
}
.bannerFullWidth .image-holder .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the color and opacity as needed */
  color: white;
  font-size: 1.5rem;
  opacity: 1;
  border-bottom-right-radius: 30cqh;
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .image-holder .overlay {
    border-bottom-right-radius: 15cqh;
  }
}
.bannerFullWidth .image-holder .content {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.bannerFullWidth .heading {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
  font-size: clamp(4rem, 8cqw, 6rem);
  color: transparent;
  /* Hide the fill color */
  -webkit-text-stroke: 2px white;
  /* Outline width and color */
  z-index: 1000;
  padding-bottom: 4cqw;
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .heading {
    padding-bottom: 0cqw;
  }
}
.bannerFullWidth .line1 {
  transform: translateX(-10vw);
  /* Start off-screen to the left */
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .line1 {
    transform: translateX(0vw);
  }
}
.bannerFullWidth .line2 {
  transform: translateX(50vw);
  /* Start off-screen to the right */
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .line2 {
    transform: translateX(30vw);
  }
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .line2 {
    padding-bottom: 2cqw;
  }
}
.bannerFullWidth p {
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
  font-weight: 200;
  font-size: clamp(1rem, 2cqw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .bannerFullWidth p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: calc(0.05cqw + 18px);
    font-weight: 200;
  }
}
.bannerFullWidth .link-container {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .bannerFullWidth .link-container {
    margin-left: 12px;
  }
}

.panel3 {
  background-color: rgba(141, 205, 225, 0.1);
  height: 100vh;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .panel3 {
    height: unset;
  }
}
.panel3 h2 {
  font-size: calc(4cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 1.05rem;
}

.panel3 .card {
  background-color: #ea4e5f;
  border: none;
  border-radius: unset;
  border-top-right-radius: 4cqh;
}

.panel3 .card p,
.panel3 .card li {
  font-size: calc(0.01rem + 18px);
  font-weight: 400;
  color: white;
}
@media (max-width: 1350px) {
  .panel3 .card p,
  .panel3 .card li {
    font-size: calc(0.01rem + 16px);
  }
}

.panel3 .card ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.card {
  color: white;
}

.card-title {
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 16px;
}

.card-size {
  font-size: calc(3cqw + 10px);
  font-weight: 200;
}
@media (max-width: 1350px) {
  .card-size {
    font-size: calc(3cqw + 6px);
  }
}

.card-size span {
  font-size: 20px;
  text-transform: uppercase;
}

.panel-testimonials {
  background-color: rgb(156, 250, 237) !important;
}

.panel-testimonials h2 {
  font-size: calc(4cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

.panel-gallery {
  height: 200vh;
  overflow: hidden;
}
.panel-gallery .content {
  column-count: 2;
  column-gap: 50px;
}
.panel-gallery .content p {
  font-size: calc(0.55cqw + 18px);
  font-weight: 200;
  line-height: calc(1.35cqw + 20px);
}
@media (max-width: 1350px) {
  .panel-gallery .content p {
    font-size: calc(0.05cqw + 18px);
  }
}
.panel-gallery .content p strong {
  font-weight: 600;
}

.gallery-large {
  height: 200vh;
}

.gallery-small {
  height: 100vh;
}

.gallery-medium {
  height: 125vh;
}

.gallery {
  height: 200vh;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  width: 30%;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .grid-item {
    width: 100%;
  }
}

.animated-image {
  opacity: 0;
  /* Start with the image invisible */
  transform: translateX(-100px);
  /* Start slightly off-screen to the left */
  width: 100%;
  /* Make sure images are responsive */
}

.grid-sizer {
  width: 100%;
}

.grid-item img {
  padding-right: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .grid-item img {
    padding-right: 0px;
  }
}

.grid-item--width2 {
  width: 30%;
}

.imageTextGroup {
  background-color: rgb(164, 227, 17) !important;
  padding: 20px 20px 20px 20px;
  height: unset;
}
@media screen and (max-width: 768px) {
  .imageTextGroup {
    min-height: unset;
    padding-top: 50px;
  }
}
.imageTextGroup h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  margin-bottom: 50px;
  font-weight: 200;
}
.imageTextGroup p {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .imageTextGroup p {
    font-size: calc(0.05cqw + 18px);
  }
}
.imageTextGroup .image-container {
  border-bottom-right-radius: 15cqh;
  height: 85vh;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
}
.imageTextGroup img {
  height: 100vh;
  width: auto;
  display: block;
}
.imageTextGroup .image-container-bottom {
  border-radius: unset;
  border-top-left-radius: 15cqh;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .park-life .image-container {
    border-bottom-right-radius: 5cqh;
  }
  .park-life .image-container-bottom {
    border-top-left-radius: 5cqh;
  }
}
.park-life .image-container img {
  position: relative;
  z-index: 1000;
  width: 100%;
}

footer {
  background-color: #000000;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    height: unset;
  }
  footer img,
  footer svg {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

footer a {
  color: white;
  text-decoration: none;
  font-weight: 200;
  text-transform: uppercase;
  padding-top: 10px;
}
footer a:hover {
  color: #ea4e5f;
}

footer ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  columns: 3;
}
@media screen and (max-width: 768px) {
  footer ul {
    columns: 2;
  }
}

p {
  font-weight: 200;
}

footer ul li {
  padding-bottom: 20px;
}

/* Container for the anchor and SVG */
.link-container {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.link-container.connected {
  margin-left: 6cqw;
}

/* SVG styling */
.link-container svg {
  margin-right: 20px;
  /* Space between SVG and text */
  transition: transform 0.3s ease;
  /* Smooth transition for the animation */
  position: relative;
  /* Positioning for the animation */
}

/* Anchor tag styling */
.link-container a {
  text-decoration: none;
  color: #000;
  font-size: clamp(1.2rem, 2cqw, 1.8rem);
}
@media (max-width: 1300px) {
  .link-container a {
    font-size: calc(0.05cqw + 18px);
  }
}

.link-container a.white {
  color: white;
}

/* Hover effect: move SVG to the right */
.link-container:hover svg {
  transform: translateX(10px);
  /* Move SVG 10px to the right */
}

.linked {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  padding-left: 90px;
  /* Adjust space for the SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.169' height='14.941' viewBox='0 0 74.169 14.941'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-203.5 -994.029)'%3E%3Cline id='Line_1' data-name='Line 1' x2='74' transform='translate(207 1001.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='19.507' y2='7' transform='translate(257.993 994.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' y1='7' x2='19.507' transform='translate(257.993 1001.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-position 0.3s ease;
  /* Smooth transition for the animation */
}
.linked.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.169' height='14.941' viewBox='0 0 74.169 14.941'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-203.5 -994.029)'%3E%3Cline id='Line_1' data-name='Line 1' x2='74' transform='translate(207 1001.5)' fill='none' stroke='%23FFF' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='19.507' y2='7' transform='translate(257.993 994.5)' fill='none' stroke='%23FFF' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' y1='7' x2='19.507' transform='translate(257.993 1001.5)' fill='none' stroke='%23FFF' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* Anchor tag styling */
.linked a {
  text-decoration: none;
  color: #000;
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
}

.linked a.white {
  color: white;
}

/* Hover effect: move SVG to the right */
.linked:hover {
  background-position: 10px center;
}

.square1 {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 1200px;
  background: transparent;
  transform: translate(0, -50%);
}

#Location1,
#Location2,
#Location3,
#Location4,
#GrantaLogo {
  opacity: 0;
}

.contentCards {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentCards {
    height: unset;
  }
}
.contentCards .card {
  transform: translateX(100vw);
  /* Start off-screen to the left */
}
.contentCards .card {
  border: unset;
  color: black;
  border-radius: unset;
  border-bottom-right-radius: 50px;
}
.contentCards .card .card-image {
  height: 40vh;
  overflow: hidden;
  width: 100%;
  border-bottom-right-radius: 50px;
}
.contentCards .card img {
  border-radius: unset;
  object-fit: cover;
  height: 55vh;
  position: relative;
  width: auto;
  display: block;
}
.contentCards .card .card-body {
  padding: 50px;
}
.contentCards .card h5.card-date {
  font-size: calc(0.05cqw + 18px);
}
.contentCards .card h5.card-title {
  font-size: calc(0.5cqw + 20px);
  font-weight: 400;
  text-transform: unset;
  color: black;
}
.contentCards .card p {
  font-weight: 200;
  font-size: calc(0.05cqw + 18px);
}

.newsSummary {
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsSummary {
    height: unset;
  }
}
.newsSummary .card {
  transform: translateX(100vw);
  /* Start off-screen to the left */
}
.newsSummary .card {
  border: unset;
  color: black;
  border-radius: unset;
  border-bottom-right-radius: 50px;
}
.newsSummary .card .card-image {
  border-bottom-right-radius: 50px;
}
.newsSummary .card .card-body {
  padding: 25px;
}
.newsSummary .card h5.card-date {
  font-size: clamp(0.6rem, 0.8cqw, 2rem);
}
.newsSummary .card h5.card-title {
  font-size: clamp(1rem, 1cqw, 2rem);
  font-weight: 400;
  text-transform: unset;
  color: black;
}
.newsSummary .card p {
  font-weight: 200;
  font-size: calc(0.05cqw + 18px);
}
.newsSummary .card a:hover {
  color: black;
}

.imageHero {
  height: unset;
}
.imageHero .image-container {
  border-bottom-right-radius: 15cqh;
  height: 50vh;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  z-index: 10000;
  position: relative;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .imageHero .image-container {
    margin-top: 120px;
    height: 40vh;
    border-bottom-right-radius: 10cqh;
  }
}
.imageHero .image-container .vimeo-play-button {
  display: none;
}
.imageHero .image-container .video-container {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  z-index: 20;
  overflow: hidden; /* Ensure content doesn't overflow */
}
.imageHero .image-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Maintain full width */
  height: auto; /* Adjust height automatically */
  height: 100%; /* Ensure it covers the full height */
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .imageHero .image-container .video-container {
    height: 500px;
    padding-top: 0;
  }
  .imageHero .image-container .video-container iframe {
    width: 200%; /* Zooms in */
    height: 100%;
    left: -50%; /* Centers the zoomed video */
  }
}
.imageHero img, .imageHero iframe {
  height: auto;
  width: 100vw;
  display: block;
  transform: translate(0, -20%);
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .imageHero img, .imageHero iframe {
    height: 100vh;
    width: auto;
    transform: translate(0, -25%);
  }
}
.imageHero .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  /* Adjust the color and opacity as needed */
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  border-bottom-right-radius: 15cqh;
  position: absolute;
  padding-left: 3%;
  padding-top: 3%;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .imageHero .overlay {
    padding-left: 10%;
    padding-top: 10%;
  }
}
.imageHero .content {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.imageHero .heading {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
  font-size: calc(10cqw + 10px);
  color: transparent;
  /* Hide the fill color */
  -webkit-text-stroke: 2px white;
  /* Outline width and color */
  z-index: 1000;
  padding-bottom: 4cqw;
}
@media screen and (max-width: 768px) {
  .imageHero .heading {
    -webkit-text-stroke: 1px white;
    /* Outline width and color */
  }
}
.imageHero .intro {
  padding: 50px;
  z-index: 1000;
  position: relative;
}
.imageHero .intro p {
  font-size: calc(0.35cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .imageHero .intro p {
    font-size: calc(0.05cqw + 18px);
  }
}
.imageHero .intro p strong {
  font-weight: 600;
}

.contentCardsHorizontal .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  right: auto;
  display: block;
  right: 0;
  z-index: 10;
}
.contentCardsHorizontal .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}
.contentCardsHorizontal h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  font-weight: 200;
}
.contentCardsHorizontal p {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .contentCardsHorizontal p {
    font-size: calc(0.05cqw + 18px);
  }
}
.contentCardsHorizontal .cards {
  z-index: 11;
  position: relative;
}
.contentCardsHorizontal .cards .card {
  border: unset;
  color: black;
  border-radius: unset;
  border-bottom-right-radius: 50px;
}
.contentCardsHorizontal .cards .card .card-image {
  height: 40vh;
  overflow: hidden;
  width: 100%;
  border-bottom-right-radius: 50px;
}
.contentCardsHorizontal .cards .card img {
  border-radius: unset;
  height: 50vh;
  width: auto;
  display: block;
}
.contentCardsHorizontal .cards .card .card-body {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .contentCardsHorizontal .cards .card .card-body {
    padding: 25px;
  }
}
.contentCardsHorizontal .cards .card h5.card-date {
  font-size: calc(0.05cqw + 18px);
}
.contentCardsHorizontal .cards .card h5.card-title {
  font-size: calc(0.5cqw + 20px);
  font-weight: 400;
  text-transform: unset;
  color: black;
}
.contentCardsHorizontal .cards .card p {
  font-weight: 200;
  font-size: calc(0.05cqw + 18px);
}

.news .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  right: auto;
  display: block;
  right: 0;
  z-index: 10;
}
.news .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}
.news h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  font-weight: 200;
}
.news p {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .news p {
    font-size: calc(0.05cqw + 18px);
  }
}
.news .cards {
  z-index: 11;
  position: relative;
}
.news .cards .card {
  border: unset;
  color: black;
  border-radius: unset;
  border-bottom-right-radius: 50px;
}
.news .cards .card .card-image {
  height: 40vh;
  overflow: hidden;
  width: 100%;
  border-bottom-right-radius: 50px;
}
.news .cards .card img {
  border-radius: unset;
}
.news .cards .card .card-body {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .news .cards .card .card-body {
    padding: 25px;
  }
}
.news .cards .card .card-body a:hover {
  color: black;
}
.news .cards .card h5.card-date {
  font-size: calc(0.1cqw + 18px);
}
.news .cards .card h5.card-title {
  font-size: calc(1cqw + 20px);
  font-weight: 400;
  text-transform: unset;
  color: black;
}
.news .cards .card p {
  font-weight: 200;
  font-size: calc(0.05cqw + 18px);
}

.rolloverCards h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  font-weight: 200;
}
.rolloverCards p, .rolloverCards ul, .rolloverCards li, .rolloverCards a {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .rolloverCards p, .rolloverCards ul, .rolloverCards li, .rolloverCards a {
    font-size: calc(0.05cqw + 18px);
  }
}
.rolloverCards .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%;
}
.rolloverCards .image-container {
  position: relative;
  width: 100%;
  height: 70vh;
  border-top-right-radius: 10cqb;
}
.rolloverCards .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10cqb;
}
.rolloverCards .rotated-heading {
  position: absolute;
  left: 10%;
  transform: rotate(-90deg) translateX(-110%);
  transform-origin: left bottom;
  font-size: 1rem;
  color: white;
  z-index: 2;
  /* Ensures the heading stays above the overlay */
  font-size: calc(1.15cqw + 20px);
  font-size: clamp(1rem, 2cqw, 3rem);
  text-transform: uppercase;
  font-weight: 200;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .rolloverCards .rotated-heading {
    left: 12%;
    padding-right: 20px;
    width: 100%;
    font-size: calc(1.15cqw + 20px);
  }
}
.rolloverCards .overlayHeading {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.rolloverCards .overlay {
  position: absolute;
  top: 0;
  left: 15%;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: width 0.35s ease;
  border-top-right-radius: 10cqb;
}
.rolloverCards .image-container:hover .overlay {
  width: 85%;
}
.rolloverCards .body-content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box;
  opacity: 0;
  /* Initially hidden */
  transition: opacity 0.5s ease;
  /* Smooth fade-in effect */
  z-index: 2;
}
.rolloverCards .body-content-overlay p, .rolloverCards .body-content-overlay ul, .rolloverCards .body-content-overlay li, .rolloverCards .body-content-overlay a {
  color: white;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width: 1350px) {
  .rolloverCards .body-content-overlay {
    padding: 25px;
  }
}
.rolloverCards .image-container:hover .body-content-overlay {
  opacity: 1;
  /* Shows when hovering */
}
.rolloverCards .body-content-overlay p {
  margin: 0;
  color: white;
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  font-weight: 200;
}
@media (max-width: 1350px) {
  .rolloverCards .body-content-overlay p {
    font-size: calc(0.05cqw + 16px);
    line-height: calc(1.5cqw + 16px);
  }
}
.rolloverCards .arrow-indicator {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 3;
  transition: transform 0.5s ease;
}
.rolloverCards .image-container:hover .arrow-indicator {
  transform: rotate(180deg);
}

.occupierLogos {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .occupierLogos {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.occupierLogos .scrolling-row {
  white-space: nowrap;
  /* Prevent wrapping of elements */
}
@media screen and (max-width: 768px) {
  .occupierLogos .scrolling-row {
    display: unset;
    /* Enable horizontal scrolling on smaller screens */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
  }
  .occupierLogos .scrolling-row .occupier-logo {
    flex: 0 0 45%; /* Adjust width to fit two per row with some spacing */
    margin: 2vw !important;
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .occupierLogos .scrolling-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.occupierLogos .occupier-logo {
  width: 220px;
  margin: 30px !important;
  border-radius: 200px;
  border: 1px solid #707070;
}

.how-to-find-us {
  min-height: 100vh;
  /*background-image: url(assets/images/wrapper.background);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}
.how-to-find-us iframe {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .how-to-find-us iframe {
    height: 400px;
  }
}
.how-to-find-us .module_4 {
  width: 200vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
}
.how-to-find-us .module_4 .slides {
  align-items: center;
  display: inline-flex;
  width: 100vw;
  flex: 100%;
  background-color: #8dcde1;
}
.how-to-find-us .module_4 .slides h2 {
  font-size: calc(3.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 6cqw;
  letter-spacing: 1.05rem;
  color: white;
}
.how-to-find-us .module_4 .slides p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: 6cqw;
  font-weight: 200;
  color: white;
}
.how-to-find-us .module_4 .slides a {
  font-size: calc(0.05cqw + 20px);
  line-height: calc(1.5cqw + 20px);
  font-weight: 200;
  color: white;
}
.how-to-find-us .module_4 .slides .stat img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 199px;
}
.how-to-find-us .module_4 .slides .stat h3 {
  margin-top: 30px;
  font-size: calc(1.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: white;
}
.how-to-find-us .module_4 .slides .stat p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: unset;
  font-weight: 200;
  color: white;
}
.how-to-find-us .module_4 .slides .stat .stat1 {
  opacity: 0;
}

.icons {
  height: unset !important;
}
.icons .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  right: auto;
  display: block;
  right: 0;
  z-index: 10;
}
.icons .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}
.icons .intro p {
  font-size: calc(0.35cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
.icons .individualIcons {
  position: relative;
  z-index: 1000;
}
.icons .individualIcons .stat img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 199px;
}
.icons .individualIcons .stat h3 {
  margin-top: 30px;
  font-size: calc(1.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.icons .individualIcons .stat p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: unset;
  font-weight: 200;
}
.icons .individualIcons .stat .stat1 {
  opacity: 0;
}

.team {
  height: unset !important;
}
.team .background-stripe {
  background: linear-gradient(to right, #9cfaed 80%, #a4e311 20%);
  display: block;
  width: 50%;
  position: relative;
  margin: auto;
  position: absolute;
  transform: translate(50%, 0);
  height: 100vh;
}
.team .members {
  position: relative;
  z-index: 1000;
}
.team .members .stat a {
  color: black;
}
.team .members .stat a:hover {
  color: #A4E311;
  text-decoration: underline;
}
.team .members .stat img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  border-radius: 50%;
}
.team .members .stat h3 {
  margin-top: 30px;
  font-size: calc(1cqw + 20px);
  font-weight: 200;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .team .members .stat h3 {
    font-size: calc(0.5cqw + 20px);
    margin-top: 10px;
  }
}
.team .members .stat p {
  font-size: calc(0.2cqw + 18px);
  margin-left: unset;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .team .members .stat p {
    margin-bottom: 0px !important;
  }
}
.team .members .stat .stat1 {
  opacity: 0;
}

.imageTextLeft {
  height: unset;
}
@media screen and (max-width: 768px) {
  .imageTextLeft {
    min-height: unset;
  }
}
.imageTextLeft h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  margin-bottom: 50px;
  font-weight: 200;
}
.imageTextLeft p, .imageTextLeft ul, .imageTextLeft li, .imageTextLeft blockquote {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .imageTextLeft p, .imageTextLeft ul, .imageTextLeft li, .imageTextLeft blockquote {
    font-size: calc(0.05cqw + 18px);
  }
}
.imageTextLeft ul, .imageTextLeft li, .imageTextLeft blockquote {
  line-height: unset;
}
.imageTextLeft blockquote {
  border-left: 2px solid black;
  padding-left: 30px;
  margin-bottom: 30px;
}
.imageTextLeft .image-container {
  border-bottom-right-radius: 15cqh;
  height: unset;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
.imageTextLeft .image-container .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;
}
.imageTextLeft .image-container .vimeo-play-button {
  display: none;
}
.imageTextLeft .image-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .imageTextLeft .image-container {
    height: unset;
    width: auto;
    border-bottom-right-radius: 10cqh;
  }
}
.imageTextLeft .image-container img {
  height: unset;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .imageTextLeft .image-container img {
    border-bottom-right-radius: 10cqh;
  }
}
.imageTextLeft .image-container-wide {
  border-bottom-right-radius: 15cqh;
  height: 50vh;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .imageTextLeft .image-container-wide {
    height: 50vh;
    width: auto;
    border-bottom-right-radius: 15cqh;
  }
}
.imageTextLeft .image-container-wide img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .imageTextLeft .image-container-wide img {
    height: 55vh;
    border-bottom-right-radius: 15cqh;
  }
}
.imageTextLeft .image-container-bottom {
  border-radius: unset;
  border-top-left-radius: 15cqh;
  overflow: hidden;
  width: 100%;
}

.imageTextRight {
  height: unset;
  /*
  img {
      height: 100vh;
      width: auto;
      display: block;

      @media screen and (max-width: 768px) {
          height: 50vh;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .imageTextRight {
    min-height: unset;
  }
}
.imageTextRight h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  margin-bottom: 50px;
  font-weight: 200;
}
.imageTextRight p, .imageTextRight ul, .imageTextRight li, .imageTextRight blockquote {
  font-size: calc(0.05cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .imageTextRight p, .imageTextRight ul, .imageTextRight li, .imageTextRight blockquote {
    font-size: calc(0.05cqw + 18px);
  }
}
.imageTextRight ul, .imageTextRight li, .imageTextRight blockquote {
  line-height: unset;
}
.imageTextRight blockquote {
  border-left: 2px solid black;
  padding-left: 30px;
  margin-bottom: 30px;
}
.imageTextRight .image-container {
  border-bottom-left-radius: 15cqh;
  height: unset;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .imageTextRight .image-container {
    height: unset;
    border-bottom-left-radius: 10cqh;
  }
}
.imageTextRight .image-container img {
  height: unset;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .imageTextRight .image-container img {
    border-bottom-right-radius: 0cqh;
  }
}

.occupierCards .backgroundStripe {
  background: linear-gradient(to right, #9cfaed 80%, #a4e311 20%);
  display: block;
  width: 50%;
  height: 50%;
  position: relative;
  opacity: 0.5;
  margin: auto;
  position: absolute;
  transform: translate(50%, 0);
}
.occupierCards .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  right: auto;
  display: block;
  right: 0;
  z-index: 10;
}
.occupierCards .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}
.occupierCards .individualIcons {
  position: relative;
  z-index: 1000;
}
.occupierCards .individualIcons .card {
  border: 1px solid #002359;
  border-bottom-right-radius: 5cqb;
  padding: 30px;
  width: 30%;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .occupierCards .individualIcons .card {
    width: 100%;
  }
}
.occupierCards .individualIcons .card img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 199px;
}
.occupierCards .individualIcons .card h3 {
  margin-top: 30px;
  font-size: calc(1.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.3rem;
}
.occupierCards .individualIcons .card p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: unset;
  color: black;
  text-align: center;
  font-weight: 200;
}
.occupierCards .individualIcons .card .stat1 {
  opacity: 0;
}

.contactForm {
  background-color: rgba(141, 205, 225, 0.15) !important;
  height: unset;
}
.contactForm .linked button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: black;
}
@media screen and (max-width: 768px) {
  .contactForm {
    min-height: unset;
  }
}
.contactForm h2 {
  font-size: calc(3.5cqw + 20px);
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  margin-top: 50px;
  font-weight: 200;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .contactForm h2 {
    padding-left: 0px;
  }
}
.contactForm p {
  font-size: calc(0.05cqw + 18px);
  padding-left: 35px;
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media screen and (max-width: 768px) {
  .contactForm p {
    padding-left: 0px;
  }
}
@media (max-width: 1350px) {
  .contactForm p {
    font-size: calc(0.05cqw + 18px);
  }
}
.contactForm form {
  padding-bottom: 150px;
  padding-top: 40px;
}
.contactForm .form-control,
.contactForm textarea,
.contactForm select {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: unset;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  font-weight: 200;
}
.contactForm .form-check-input {
  border: 1px solid #ccc !important;
  margin-right: 10px; /* Add some space between the checkbox and the label */
  vertical-align: middle; /* Align the checkbox vertically with the label */
}
.contactForm .select-control {
  color: #626262;
}
.contactForm .form-check-input {
  width: 25px;
  border: 1px;
  height: 25px;
}
.contactForm .form-check-label {
  font-weight: 200;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
}
.contactForm button {
  width: 100%;
  background: #333;
  border: 0;
  color: white;
  padding: 10px;
  cursor: pointer;
}

.getInTouchHero {
  padding-top: 180px;
}
.getInTouchHero .logo-element {
  position: absolute;
  z-index: 100;
  height: 100vh;
  width: 100%;
  right: auto;
  display: block;
  right: 0;
  z-index: 10;
  opacity: 0.2;
}
.getInTouchHero .logo-element svg {
  position: absolute;
  z-index: 100;
  height: 80vh;
  bottom: -20vh;
  right: -20vh;
  left: auto;
}
.getInTouchHero .content-get-in-touch {
  background-color: #002359;
  position: relative;
  position: relative;
}
.getInTouchHero .content-get-in-touch .background-stripe {
  height: 200px;
  opacity: 1;
}
.getInTouchHero .content-get-in-touch .heading {
  opacity: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
  font-size: calc(10cqw + 8px);
  color: transparent;
  /* Hide the fill color */
  -webkit-text-stroke: 2px white;
  /* Outline width and color */
  z-index: 1000;
  padding-bottom: 4cqw;
}
@media screen and (max-width: 768px) {
  .getInTouchHero .content-get-in-touch .heading {
    -webkit-text-stroke: 1px white;
    /* Outline width and color */
  }
}
.getInTouchHero .content-get-in-touch h3, .getInTouchHero .content-get-in-touch p {
  color: white;
}
.getInTouchHero .content-get-in-touch .left-content {
  padding-left: 50px;
}
.getInTouchHero .content-get-in-touch .left-content h3 {
  margin-top: 30px;
  font-size: calc(1.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.getInTouchHero .content-get-in-touch .individualIcons {
  position: relative;
  z-index: 1000;
}
.getInTouchHero .content-get-in-touch .individualIcons .stat img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 199px;
}
.getInTouchHero .content-get-in-touch .individualIcons .stat h3 {
  margin-top: 30px;
  font-size: calc(1.5cqw + 20px);
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
.getInTouchHero .content-get-in-touch .individualIcons .stat p {
  font-size: calc(0.05cqw + 18px);
  line-height: calc(1.5cqw + 20px);
  margin-left: unset;
  font-weight: 200;
}
.getInTouchHero .content-get-in-touch .individualIcons .stat .stat1 {
  opacity: 0;
}

.general-body {
  z-index: 1000;
  position: relative;
}
.general-body p {
  font-size: calc(0.35cqw + 18px);
  font-weight: 200;
  line-height: calc(1.5cqw + 20px);
}
@media (max-width: 1350px) {
  .general-body p {
    font-size: calc(0.05cqw + 18px);
  }
}
.general-body p strong {
  font-weight: 600;
}

.news-article {
  margin-top: 200px;
  margin-bottom: 100px;
}
.news-article h2 {
  font-size: calc(2.5cqw + 20px);
  letter-spacing: 0.1rem;
  margin-bottom: 50px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .news-article h2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news-article date {
  font-size: calc(0.05cqw + 18px);
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .news-article date {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news-article p {
  text-align: left;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .news-article p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: calc(0.05cqw + 18px);
    font-weight: 200;
  }
}
