:root {
  --blue: #d6e0e2;
  --white\<deleted\|variable-dd8fc350-a3d8-4ba5-00e2-b7171f0b250f\>: whitesmoke;
  --dark-blue: #6f8684;
  --grey: #555f5f;
  --off-white: #fdfcf7;
  --dark-white: #e1dbd3;
  --body-white: whitesmoke;
  --black: #162a2b;
  --grad-blue: #9dc0c0;
  --green: #585938;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
  --grad-sand: #cfcbbd;
  --waves-library--white: white;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-hero {
  background-image: url('../images/looking_over_the_water.webp');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #bebebe;
  height: 97vh;
  padding-left: 40px;
  padding-right: 40px;
}

.info-bar {
  background-color: var(--blue);
  color: var(--white\<deleted\|variable-dd8fc350-a3d8-4ba5-00e2-b7171f0b250f\>);
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  font-family: swear-display, sans-serif;
  font-size: 40px;
  display: flex;
}

.section-support {
  position: relative;
}

.section-approach {
  z-index: 20;
  background-image: linear-gradient(#555f5f4d, #555f5f4d), url('../images/under-water.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.section-what-to-expect {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-serrving {
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.section-contact {
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.section-footer {
  z-index: 0;
  padding: 75px 40px;
  position: relative;
}

.navbar {
  z-index: 50;
  border-bottom: .5px solid var(--dark-blue);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  margin-left: -39px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 230px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--dark-blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .9rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--grey);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 40px;
}

.button-primary {
  background-color: var(--dark-blue);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--grey);
  color: #fff;
  box-shadow: 0 2px 20px #162a2b33;
}

.button-primary:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.button-primary.light {
  background-color: var(--off-white);
  color: var(--dark-blue);
}

.button-primary.light:hover {
  background-color: var(--dark-blue);
  color: var(--off-white);
}

.button-primary.light:active {
  transform: scale(.95);
}

.blur {
  filter: blur(9px);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrappepr {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 10%;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--grey);
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6f868400;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--grey);
  color: #fff;
  box-shadow: 0 2px 20px #162a2b33;
}

.button-secondary:active {
  background-color: #43464d;
  transform: scale(.95);
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 15px;
  display: flex;
}

.hero-subtext {
  color: var(--grey);
  vertical-align: middle;
  font-size: .8rem;
  display: block;
}

.text-block-2 {
  color: var(--grey);
  width: 75%;
  margin-top: 11px;
  font-size: .7rem;
  font-style: italic;
  line-height: 19px;
}

.hero-p {
  color: var(--grey);
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.hero-heading-h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 11%;
  font-family: swear-display, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 4.1rem;
}

.hero-heading-span-h1 {
  -webkit-text-stroke-width: 2px;
  font-family: canora-frente, sans-serif;
  font-size: 5.4rem;
}

.info-bar-wrapper {
  z-index: 20;
  color: var(--dark-blue);
  text-align: center;
  max-width: 940px;
  font-size: 42px;
  line-height: 60px;
  position: relative;
}

.body {
  background-color: var(--off-white);
}

.support {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.support-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 150px 0;
  display: flex;
  position: relative;
}

.support-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
  margin-bottom: 100px;
  display: flex;
}

.cta {
  background-image: linear-gradient(to bottom, #eeede84d, #eeede84d), linear-gradient(310deg, #9dc0c080, var(--dark-white) 82%);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 50px;
  padding: 66px 40px;
  transition: all .2s;
  display: flex;
}

.cta:hover {
  box-shadow: 0 0 70px 5px var(--dark-white);
}

.shadow-wrapper {
  z-index: 1;
  opacity: .22;
  mix-blend-mode: multiply;
  background-image: url('../images/shadow-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: 0%;
}

.support-h3 {
  color: var(--dark-blue);
  font-family: swear-display, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.heading-span-h2 {
  -webkit-text-stroke-width: 1px;
  font-family: canora-frente, sans-serif;
  font-size: 4rem;
}

.support-card {
  border: 1px solid var(--blue);
  background-color: var(--off-white);
  border-radius: 20px;
  width: 100%;
  padding: 30px;
  transition: all .2s;
}

.support-card:hover {
  box-shadow: 0 2px 30px 0 var(--dark-white);
  transform: translate(0, -5px);
}

.support-card-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.card-p {
  color: var(--grey);
  cursor: default;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card-h3 {
  color: var(--dark-blue);
  letter-spacing: 0;
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  font-family: swear-display, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
}

.support-card-icon {
  background-color: var(--blue);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 50px;
  display: flex;
}

.cta-p {
  color: var(--grey);
  letter-spacing: .5px;
  cursor: default;
  font-family: swear-display, sans-serif;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.button-cta {
  background-color: var(--off-white);
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  min-width: 230px;
  margin-left: 21px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-cta:hover {
  background-color: var(--dark-blue);
  color: var(--off-white);
  box-shadow: 0 2px 20px #162a2b33;
}

.button-cta:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.approach-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.approach-left-col {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.approach-right-col {
  width: 100%;
  height: 100%;
}

.approach-img {
  background-color: var(--body-white);
  background-image: url('../images/2026-leah-beach-2-DJC_9628.webp');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  height: 700px;
  box-shadow: 0 2px 70px 10px #0006;
}

.approach-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  display: grid;
}

.approach-card {
  background-color: var(--off-white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.approach-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px 10px #162a2b4d;
}

.approach-p {
  color: var(--off-white);
  margin-top: 26px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.heading-h2 {
  color: var(--dark-blue);
  text-align: center;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: swear-display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2.light {
  color: var(--off-white);
  text-align: left;
  line-height: 3.5rem;
}

.text-block-3 {
  color: var(--dark-blue);
  cursor: default;
  margin-bottom: 16px;
  padding-right: 44px;
  font-size: .9rem;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--grey);
  cursor: default;
  font-size: .9rem;
}

.button-secondary-light {
  border: 1px solid var(--off-white);
  color: var(--body-white);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--off-white);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 25px;
  padding: 14px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary-light:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--off-white);
}

.button-secondary-light:active {
  background-color: #f3f2ef29;
  transform: scale(.95);
}

.what-to-expect-wrapper {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding: 120px 40px 59px;
}

.approach-h2 {
  color: var(--off-white);
  padding-right: 218px;
  font-family: swear-display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 50px;
}

.what-to-expect-h2 {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 30px;
  font-family: swear-display, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 50px;
}

.support-h2-copy {
  color: var(--dark-blue);
  text-align: center;
  font-family: swear-display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.heading-subtext {
  color: var(--grey);
  text-align: center;
  cursor: default;
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 2rem;
}

.heading-subtext.contact {
  margin-top: 0;
}

.what-to-expect-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.what-to-expect-card {
  border: .5px solid var(--blue);
  background-color: var(--off-white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 300px;
  padding: 35px;
  transition: all .2s;
  display: flex;
}

.what-to-expect-card:hover {
  box-shadow: 0 2px 70px 5px var(--dark-white);
}

.what-to-expect-card.gradient {
  background-image: linear-gradient(to bottom, #f3f2ef4d, #f3f2ef4d), linear-gradient(320deg, #9dc0c080, var(--dark-white) 89%);
  border-style: none;
  padding: 35px;
}

.list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: default;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.dot {
  background-color: var(--black);
  border-radius: 25px;
  width: 10px;
  height: 10px;
}

.dot.dark-blue {
  cursor: default;
  min-width: 10px;
  min-height: 10px;
}

.dot.light-blue {
  background-color: var(--dark-blue);
  min-width: 10px;
  min-height: 10px;
}

.dot.green {
  background-color: #1cb645;
  position: absolute;
}

.text-block-4 {
  font-size: 17px;
  font-weight: 200;
}

.what-to-expect-card-list {
  color: var(--grey);
  cursor: default;
  font-size: 1.1rem;
  font-weight: 200;
}

.what-to-expect-card-h4 {
  color: var(--grey);
  cursor: default;
  margin-bottom: 25px;
  font-family: swear-display, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}

.what-to-expect-card-p {
  color: var(--grey);
  cursor: default;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 30px;
}

.wte-button {
  background-color: var(--off-white);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  width: 100%;
  margin-top: 39px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.wte-button:hover {
  background-color: var(--dark-blue);
  color: var(--off-white);
  box-shadow: 0 2px 20px #162a2b33;
}

.wte-button:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.link {
  color: var(--grey);
  text-align: center;
  border-bottom: .5px #000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-style: italic;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  border-bottom-style: solid;
}

.serving-block {
  background-image: linear-gradient(to bottom, #f3f2ef4d, #f3f2ef4d), linear-gradient(310deg, var(--grad-blue), #d9d8d1 46%, #cec7be);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 45px 245px;
  line-height: 30px;
  transition: all .2s;
  display: flex;
}

.serving-block:hover {
  box-shadow: 0 0 70px 5px #162a2b0d;
}

.paragraph-3 {
  color: var(--grey);
  text-align: center;
  width: 60%;
  font-size: 18px;
  font-weight: 200;
  line-height: 29px;
}

.serving-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 50px;
  display: flex;
}

.serving-h4 {
  color: var(--grey);
  letter-spacing: .5px;
  font-family: swear-display, sans-serif;
  font-size: 40px;
}

.background-footer-img {
  z-index: 0;
  background-image: linear-gradient(#fdfcf700 18%, #fdfcf7cc), linear-gradient(#f2f3ec 47%, #fff0 77%), url('../images/beach_footer.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 3000px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-light {
  z-index: 40;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  border-right: 1px solid var(--green);
  margin-right: 30px;
}

.footer-block-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 81%;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--green);
  font-size: 15px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: var(--green);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--green);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  margin-right: 70px;
}

.main-container {
  max-width: 1140px;
  position: relative;
}

.paragraph-small {
  color: var(--grey);
  font-size: .9rem;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 64px;
  position: relative;
}

.top-footer {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.brand-link-footer {
  width: 270px;
  height: 68px;
}

.top-right-footer {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-footer {
  color: var(--grey);
  font-size: 1rem;
  text-decoration: none;
}

.divider-footer {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.bottom-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #131313e6;
}

.cta-dark.wide-cta {
  background-color: var(--grey);
  color: var(--off-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  width: 100%;
  padding: 15px 25px;
  font-size: .75rem;
  font-weight: 400;
}

.cta-dark.wide-cta:active {
  transform: scale(.95);
}

.text-field-background {
  border: 1px solid var(--dark-blue);
  color: var(--grey);
  background-color: #e1dbd300;
  border-radius: 10px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--grey);
}

.text-field-background::placeholder {
  color: var(--dark-blue);
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-h2 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: swear-display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.contact-p {
  color: var(--grey);
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.contact-header {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.master-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.form-block-contact {
  width: 100%;
  margin-top: 40px;
}

.form-contact {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-label {
  color: var(--grey);
}

.select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.select-background:focus {
  border-color: var(--waves-library--black);
}

.submit-wrap-contact {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.checkbox-label {
  font-size: 16px;
}

.success-mesaage {
  background-color: var(--off-white);
  color: var(--grey);
  border-radius: 10px;
  font-size: 16px;
}

.contact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #fdfcf766;
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 684px;
  padding: 50px;
  display: flex;
  box-shadow: 0 2px 30px #162a2b1a;
}

.booking-block {
  background-color: var(--grey);
  background-image: url('../images/under-water.webp');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 30px;
  transition: all .2s;
  display: flex;
}

.booking-block:hover {
  box-shadow: 0 0 70px 5px #162a2b14;
}

.textarea {
  border: 1px solid var(--dark-blue);
  color: var(--grey);
  background-color: #e1dbd300;
  border-radius: 10px;
  min-height: 190px;
}

.textarea:focus {
  color: var(--grey);
  font-size: 16px;
}

.textarea::placeholder {
  color: var(--dark-blue);
  font-size: 16px;
}

.error-message {
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

.text-block-5 {
  font-size: 15px;
}

.new-clients-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--grey);
  text-transform: uppercase;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  padding: 5px 16px;
  font-size: 12px;
  display: flex;
}

.new-clients {
  color: var(--grey);
  vertical-align: middle;
  font-size: .6rem;
  display: block;
}

.div-block-2 {
  background-color: #4faf4f;
  border-radius: 25px;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-card-p {
  color: var(--off-white);
  cursor: default;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 30px;
}

.contact-card-h4 {
  color: var(--off-white);
  cursor: default;
  margin-bottom: 25px;
  font-family: swear-display, sans-serif;
  font-size: 2.1rem;
  line-height: 2.1rem;
  font-weight: 400;
}

.link-2 {
  color: var(--body-white);
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.div-block-3 {
  border-top: 1px solid var(--body-white);
  padding-top: 10px;
}

.contact-card-button {
  background-color: var(--off-white);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  width: 100%;
  margin-top: 39px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.contact-card-button:hover {
  background-color: var(--dark-blue);
  color: #fff;
  box-shadow: 0 2px 30px #162a2b33;
}

.contact-card-button:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.icon-embed-xxsmall {
  color: var(--body-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 16px;
  display: flex;
}

.contact-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: var(--off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 16px;
  display: flex;
}

.hero-wrappepr-land {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 20vw;
}

.info-block-p {
  font-size: 2.2rem;
  line-height: 3.1rem;
}

.icon {
  width: 55px;
}

.liquid-glass {
  height: 136px;
  position: absolute;
  inset: 0% 0% auto;
}

.liquid-glass.glass-effect {
  display: none;
}

.liquid-glass-desktop {
  height: 136px;
  position: absolute;
  inset: 0% 0% auto;
}

.liquid-glass-desktop.glass-effect {
  z-index: 50;
  display: block;
  position: fixed;
}

.button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 15px;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 97vh;
  margin-left: -39px;
  position: absolute;
}

.button-cta-copy {
  background-color: var(--off-white);
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-cta-copy:hover {
  background-color: var(--dark-blue);
  color: var(--off-white);
  box-shadow: 0 2px 20px #162a2b33;
}

.button-cta-copy:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.button-primary-copy {
  background-color: var(--dark-blue);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: .75rem;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  background-color: var(--grey);
  color: #fff;
  box-shadow: 0 2px 20px #162a2b33;
}

.button-primary-copy:active {
  background-color: var(--grey);
  transform: scale(.95);
}

.padding-25 {
  width: 100%;
}

.nav-button-mobile {
  margin-left: 40px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .info-bar {
    padding-left: 171px;
    padding-right: 171px;
  }

  .section-approach {
    background-image: linear-gradient(#555f5f4d, #555f5f4d), url('../images/under-water.webp');
    background-size: auto, cover;
  }

  .hero {
    margin-top: 10%;
  }

  .button-cta {
    width: auto;
  }

  .liquid-glass-desktop.glass-effect {
    z-index: 50;
    height: 135px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }

  .button-primary {
    font-size: .8rem;
  }

  .button-primary.light {
    background-color: var(--off-white);
    color: var(--dark-blue);
  }

  .button-primary.light:hover {
    background-color: var(--dark-blue);
    color: var(--off-white);
  }

  .hero-wrappepr {
    z-index: 1;
    position: relative;
  }

  .button-secondary {
    font-size: .8rem;
  }

  .hero-subtext {
    font-size: .9rem;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .hero-p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .hero-heading-h1 {
    font-size: 6rem;
    line-height: 4.7rem;
  }

  .hero-heading-span-h1 {
    font-size: 6.6rem;
  }

  .info-bar-wrapper {
    max-width: 1140px;
  }

  .button-cta {
    width: auto;
    font-size: .8rem;
  }

  .heading-h2 {
    font-size: 3.2rem;
  }

  .button-secondary-light {
    font-size: .8rem;
  }

  .button-secondary-light:hover {
    background-color: var(--off-white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--dark-blue);
  }

  .heading-subtext {
    font-size: 1.2rem;
  }

  .wte-button {
    font-size: .8rem;
  }

  .serving-block {
    background-image: linear-gradient(#f3f2ef4d, #f3f2ef4d), linear-gradient(310deg, #9dc0c0b3, #bec5bf 46%, #cec7beb3);
    padding-left: 154px;
    padding-right: 154px;
  }

  .contact-wrapper {
    background-color: #fdfcf74d;
  }

  .booking-block {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-card-p {
    font-size: 1.1rem;
  }

  .info-block-p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }

  .liquid-glass-desktop.glass-effect {
    z-index: 50;
    width: 100vw;
    height: 136px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .video {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .background-video {
    z-index: 1;
    width: 100%;
    height: 97vh;
    margin-left: -40px;
    position: absolute;
  }

  .button-cta-copy, .button-primary-copy {
    font-size: .8rem;
  }

  .button-primary-copy:hover {
    background-color: var(--grey);
  }

  .button-primary-copy.light {
    background-color: var(--off-white);
    color: var(--dark-blue);
  }

  .button-primary-copy.light:hover {
    background-color: var(--dark-blue);
    color: var(--off-white);
  }

  .padding-25 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    background-position: 60%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    overflow: hidden;
  }

  .info-bar {
    padding: 65px 137px;
  }

  .section-support {
    overflow: hidden;
  }

  .section-approach {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-serrving {
    padding: 0 60px 50px;
  }

  .section-contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-footer {
    padding-top: 0;
    padding-bottom: 149px;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom-style: none;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
  }

  .navbar-no-shadow-container, .navbar-brand {
    position: static;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fdfcf799;
    border-radius: 90px;
    width: 100%;
    height: 75px;
    padding: 13px;
    display: flex;
    position: relative;
    top: -44px;
  }

  .nav-link {
    text-align: center;
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    text-align: center;
    width: 180px;
    display: none;
  }

  .button-primary.light {
    width: 100%;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero {
    width: 68%;
  }

  .button-secondary {
    text-align: center;
    width: 220px;
  }

  .button-wrapper {
    width: 100%;
    margin-top: 15px;
  }

  .text-block-2 {
    margin-top: -1px;
  }

  .support {
    padding-left: 60px;
    padding-right: 60px;
  }

  .support-wrapper {
    padding-top: 125px;
    padding-bottom: 125px;
    overflow: visible;
  }

  .support-card-wrapper {
    flex-flow: wrap;
    margin-bottom: 27px;
  }

  .cta {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shadow-wrapper {
    padding-left: 59px;
    padding-right: 59px;
  }

  .support-card {
    flex: 1;
    width: 48%;
  }

  .cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .cta-p {
    text-align: center;
    margin-bottom: 27px;
    padding-right: 25px;
    line-height: 2rem;
  }

  .button-cta {
    text-align: center;
    width: 100%;
  }

  .approach-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -90px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .approach-left-col {
    justify-content: flex-start;
    align-items: center;
  }

  .approach-right-col {
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .approach-img {
    box-shadow: none;
    background-position: 50% 58%;
    border-radius: 0;
    width: 100%;
    height: 860px;
  }

  .approach-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .approach-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .approach-p, .heading-h2.light {
    text-align: center;
  }

  .button-secondary-light {
    text-align: center;
    width: 100%;
  }

  .button-secondary-light:hover {
    background-color: #fff3;
  }

  .what-to-expect-wrapper {
    padding: 100px 60px;
  }

  .what-to-expect-card-wrapper {
    align-items: stretch;
    height: 450px;
  }

  .what-to-expect-card {
    width: 100%;
    height: 100%;
    padding: 35px;
  }

  .what-to-expect-card.gradient {
    height: 100%;
  }

  .list-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .dot.light-blue {
    min-width: 10px;
    min-height: 10px;
  }

  .what-to-expect-card-h4 {
    line-height: 2.2rem;
  }

  .serving-block {
    padding-left: 51px;
    padding-right: 51px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .top-footer {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .divider-footer {
    margin-top: 82px;
    margin-bottom: 22px;
  }

  .bottom-footer {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .master-contact {
    width: 100%;
  }

  .contact-wrapper {
    flex-flow: column;
    height: 100%;
  }

  .booking-block {
    background-size: auto 260%;
    width: 100%;
    height: auto;
    display: none;
  }

  .contact-card-button {
    margin-bottom: 0;
  }

  .image-2 {
    width: 30vw;
  }

  .glass {
    position: absolute;
  }

  .liquid-glass {
    width: 100%;
    height: 75px;
    position: relative;
    top: -55px;
  }

  .liquid-glass.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 90px;
    display: block;
    top: 30px;
  }

  .liquid-glass-desktop {
    width: 100%;
    height: 75px;
    position: relative;
    top: -55px;
  }

  .liquid-glass-desktop.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 90px;
    display: none;
    top: 30px;
  }

  .button-wrapper-2 {
    width: 100%;
  }

  .background-video {
    width: 200%;
    margin-left: auto;
    margin-right: 206px;
  }

  .button-cta-copy {
    text-align: center;
    width: 100%;
  }

  .button-primary-copy {
    text-align: center;
    width: 180px;
  }

  .button-primary-copy.light {
    width: 100%;
  }

  .nav-button-mobile {
    width: 100%;
    margin-left: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-position: 54%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-bar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-serrving {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-footer {
    padding: 25px 25px 160px;
  }

  .navbar {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-bottom: 17px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }

  .nav-link {
    letter-spacing: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    width: 100%;
    margin-top: 37px;
  }

  .button-primary {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: .7rem;
    display: block;
    position: static;
    top: 71px;
  }

  .button-primary.light {
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrappepr {
    position: static;
  }

  .hero {
    width: 71%;
    margin-top: 0%;
  }

  .button-secondary {
    width: 100%;
    font-size: .7rem;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .hero-subtext {
    font-size: .7rem;
  }

  .text-block-2 {
    width: 100%;
    margin-top: 0;
    line-height: 1rem;
  }

  .hero-p {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .hero-heading-h1 {
    margin-bottom: 25px;
    padding-right: 0%;
    font-size: 3.1rem;
    line-height: 3.4rem;
  }

  .support {
    padding-left: 25px;
    padding-right: 25px;
  }

  .support-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .support-card-wrapper {
    flex-flow: wrap;
    margin-bottom: 50px;
  }

  .cta {
    margin-top: 0;
    margin-bottom: 59px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shadow-wrapper {
    padding: 0;
  }

  .heading-span-h2 {
    font-size: 2.7rem;
  }

  .support-card {
    flex: 1;
    width: 48%;
  }

  .cta-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cta-p {
    margin-bottom: 0;
  }

  .button-cta {
    margin-top: 17px;
    display: block;
  }

  .approach-right-col {
    padding-left: 25px;
    padding-right: 25px;
  }

  .approach-img {
    box-shadow: none;
    background-image: url('../images/2026-leah-beach-2-DJC_9628.webp');
    background-position: 50% 44%;
    background-size: auto;
    height: 820px;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .what-to-expect-wrapper {
    padding: 60px 25px;
  }

  .heading-subtext {
    padding-left: 87px;
    padding-right: 87px;
  }

  .heading-subtext.contact {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .what-to-expect-card-wrapper {
    flex-flow: column;
    height: 100%;
  }

  .what-to-expect-card {
    padding: 25px;
  }

  .wte-button {
    display: block;
  }

  .link {
    display: none;
  }

  .serving-block {
    border-radius: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-right-footer {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .cta-dark.wide-cta {
    background-color: var(--dark-blue);
  }

  .contact-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-h2 {
    font-size: 44px;
    line-height: 125%;
  }

  .contact-wrapper {
    padding: 25px;
  }

  .booking-block {
    display: block;
  }

  .new-clients-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding: 3px 11px;
    position: absolute;
    inset: 40px 25px auto auto;
  }

  .new-clients {
    font-size: .6rem;
  }

  .image-2 {
    width: 40vw;
  }

  .info-block-p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .list-item {
    flex: 0 auto;
  }

  .liquid-glass.glass-effect {
    height: 60px;
    top: 16px;
  }

  .button-wrapper-2, .background-video {
    display: none;
  }

  .button-primary-copy {
    width: 100%;
    margin-left: -40px;
    font-size: .7rem;
    display: none;
    position: absolute;
    top: 71px;
  }

  .nav-button-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: linear-gradient(190deg, #fdfcf766 53%, #fdfcf700), url('../images/looking_over_the_water.webp');
    background-position: 0 0, 62%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-approach {
    padding-bottom: 0;
  }

  .section-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand {
    width: 210px;
  }

  .nav-menu-wrapper {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    height: 120px;
    margin-bottom: 0;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fdfcf700;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: .9rem;
    display: flex;
  }

  .nav-link.w--current, .mobile-margin-top-10 {
    margin-top: 0;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .button-primary {
    display: none;
  }

  .button-primary.light {
    background-color: var(--off-white);
    color: var(--dark-blue);
  }

  .button-primary.light:hover {
    background-color: var(--dark-blue);
    color: var(--off-white);
  }

  .menu-button {
    display: none;
  }

  .container {
    max-width: none;
  }

  .hero {
    width: 85%;
  }

  .button-secondary {
    width: 220px;
  }

  .button-wrapper {
    display: flex;
  }

  .hero-subtext {
    font-size: .8rem;
  }

  .text-block-2 {
    margin-top: 5px;
    font-size: .7rem;
    line-height: 1rem;
  }

  .hero-p {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .hero-heading-h1 {
    font-size: 3rem;
    line-height: 2.6rem;
  }

  .hero-heading-span-h1 {
    -webkit-text-stroke-width: 1px;
    font-size: 3.5rem;
    line-height: 2.5rem;
  }

  .support {
    padding-left: 0;
    padding-right: 0;
  }

  .support-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .support-card-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-top: 10px;
    padding: 25px;
    overflow: hidden;
  }

  .cta {
    padding: 25px;
  }

  .heading-span-h2 {
    -webkit-text-stroke-width: 1px;
    font-size: 2.5rem;
  }

  .support-card {
    flex: none;
    width: 80vw;
    height: 350px;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-p {
    letter-spacing: 0;
    padding-right: 0;
  }

  .button-cta {
    display: block;
  }

  .approach-card-wrapper {
    grid-template-columns: 1fr;
  }

  .approach-card {
    width: 100%;
  }

  .approach-p {
    text-align: left;
  }

  .heading-h2, .heading-h2.light {
    text-align: left;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .heading-h2.support-h2 {
    padding-left: 25px;
    font-size: 2.1rem;
  }

  .heading-h2.center {
    text-align: center;
  }

  .button-secondary-light {
    color: var(--off-white);
    display: none;
  }

  .button-secondary-light:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--dark-blue);
    background-color: #fffc;
  }

  .what-to-expect-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-subtext {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5rem;
  }

  .heading-subtext.center {
    text-align: center;
  }

  .what-to-expect-card-wrapper {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
  }

  .what-to-expect-card-h4 {
    line-height: 2.3rem;
  }

  .wte-button {
    display: block;
  }

  .serving-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .serving-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .paragraph-small {
    width: 230px;
    line-height: 1.3rem;
  }

  .top-right-footer {
    grid-column-gap: 20px;
    grid-row-gap: 3px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .link-footer {
    font-size: 1rem;
  }

  .divider-footer {
    margin-top: 25px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-h2 {
    font-size: 34px;
  }

  ._2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    box-shadow: none;
    background-color: #fdfcf700;
    border-radius: 0;
  }

  .new-clients-wrapper {
    margin-bottom: 15px;
    position: static;
  }

  .new-clients {
    font-size: .6rem;
  }

  .contact-card-h4 {
    line-height: 2.3rem;
  }

  .hero-wrappepr-land {
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
  }

  .image-2 {
    width: 60vw;
  }

  .info-block-p {
    text-align: left;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .list-item {
    width: 100%;
    height: 100%;
    display: block;
  }

  .liquid-glass.glass-effect {
    border-radius: 0;
    height: 120px;
    transition: opacity .2s;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .button-primary-copy {
    margin-left: 0;
    font-size: .9rem;
    display: block;
    position: relative;
    top: 0;
  }

  .padding-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-button-mobile {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: fixed;
    inset: auto 0% 3%;
  }
}

#w-node-_9c682c0e-4c01-5d90-25f5-45073fd077f1-04a0e2ff, #w-node-_9c682c0e-4c01-5d90-25f5-45073fd077f5-04a0e2ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_89b2e0c0-1517-92b4-6a1b-e90a4d504bc4-04a0e2ff, #w-node-_89b2e0c0-1517-92b4-6a1b-e90a4d504bc7-04a0e2ff {
    place-self: center;
  }
}


