@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abhaya Libre;
  src: url('../fonts/AbhayaLibre-ExtraBold.ttf') format("truetype"), url('../fonts/AbhayaLibre-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abhaya Libre;
  src: url('../fonts/AbhayaLibre-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abhaya Libre;
  src: url('../fonts/AbhayaLibre-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abhaya Libre;
  src: url('../fonts/AbhayaLibre-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-light: #fefefb;
  --sans-serif: Geist, Arial, sans-serif;
  --palette-1a: #0f3d1c;
  --serif: "Abhaya Libre", Georgia, sans-serif;
  --h2-letter-spacing: -.51px;
  --neutral-mid: #eeede4;
  --palette-1c: #035047;
  --neutral-dark: #dfddcc;
  --palette-3b: #c4d6b0;
  --palette-3c: #a4c085;
  --palette-3a: #d8e4ca;
  --palette-1b: #4e8d86;
  --h1-letter-spacing: .68px;
  --h3-letter-spacing: -.38px;
  --red: #a81c00;
  --palette-2a: #bd5844;
  --white: white;
  --navbar-border-mobile: #ffffffbf;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--neutral-light);
  font-family: var(--sans-serif);
  color: var(--palette-1a);
  font-variation-settings: "wght" 350;
  font-size: 1rem;
  line-height: 1.4em;
}

h1 {
  font-family: var(--sans-serif);
  font-variation-settings: "wght" 100;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1.1em;
}

h2 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

h3 {
  font-family: var(--sans-serif);
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1em;
}

a {
  font-family: var(--sans-serif);
  color: var(--palette-1a);
  font-variation-settings: "wght" 450;
  font-weight: 400;
  text-decoration: none;
}

.section-template {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-template.utilty-title-section {
  color: #fefefb;
  background-color: #035047;
  padding-top: 144px;
  padding-bottom: 48px;
}

.section-template.hero {
  color: #fefefb;
  background-color: #035047;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-template.cta-2 {
  background-color: #eeede4;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container---main {
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.selectable-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.heading-two {
  font-variation-settings: "wght" 100;
  letter-spacing: -.51px;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-two.serif {
  font-family: var(--serif);
  letter-spacing: var(--h2-letter-spacing);
  font-weight: 200;
}

.large-text {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.3em;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container---l {
  width: 100%;
  max-width: 920px;
}

.container---xs {
  width: 100%;
  max-width: 436px;
}

.form-success {
  color: #fefefb;
  background-color: #0f3d1c;
  border-radius: 9px;
}

.select-wrapper {
  background-color: #fefefb;
  border: 1px solid #eeede4;
  border-radius: 9px;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.heading-four {
  font-variation-settings: "wght" 100;
  letter-spacing: -.01em;
  font-size: 29px;
  font-weight: 100;
  line-height: 1.2em;
}

.heading-four.serif {
  font-variation-settings: "wght" 400, "opsz" 72;
  letter-spacing: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
}

.form-error {
  border-radius: 9px;
  padding: 24px;
}

.container---xl {
  width: 100%;
  max-width: 1162px;
}

.form-input {
  background-color: #fefefb;
  border: 1px solid #eeede4;
  border-radius: 9px;
  align-self: stretch;
  height: 42px;
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #dfddcc;
}

.form-input.text-area {
  min-height: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.bg-palette-2a {
  background-color: #bd5844;
}

.style-guide-swatch.bg-neutral-mid {
  background-color: var(--neutral-mid);
}

.style-guide-swatch.bg-palette-4c {
  background-color: #5673c2;
}

.style-guide-swatch.bg-palette-1c {
  background-color: var(--palette-1c);
}

.style-guide-swatch.bg-palette-2b {
  background-color: #994636;
}

.style-guide-swatch.bg-palette-1a {
  background-color: var(--palette-1a);
}

.style-guide-swatch.bg-palette-4b {
  background-color: #7f95d1;
}

.style-guide-swatch.bg-palette-4a {
  background-color: #9fb0dd;
}

.style-guide-swatch.bg-neutral-dark {
  background-color: var(--neutral-dark);
}

.style-guide-swatch.bg-palette-3b {
  background-color: var(--palette-3b);
}

.style-guide-swatch.bg-palette-3c {
  background-color: var(--palette-3c);
}

.style-guide-swatch.bg-palette-3a {
  background-color: var(--palette-3a);
}

.style-guide-swatch.bg-palette-2c {
  background-color: #662f24;
}

.style-guide-swatch.bg-neutral-light {
  background-color: var(--neutral-light);
}

.style-guide-swatch.bg-palette-1b {
  background-color: var(--palette-1b);
}

.selectable-label {
  font-variation-settings: "wght" 400;
  margin-bottom: 0;
  margin-left: 14px;
  font-weight: 100;
}

.select-field {
  color: #4e8d86;
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
}

.small-text {
  font-variation-settings: "wght" 400;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4em;
}

.small-text.small-link {
  font-variation-settings: "wght" 400;
}

.small-text.muted {
  opacity: .6;
}

.container---s {
  width: 100%;
  max-width: 557px;
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.heading-one {
  font-variation-settings: "wght" 100;
  letter-spacing: var(--h1-letter-spacing);
  font-size: 58px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-one.serif {
  font-family: var(--serif);
  font-size: 77px;
}

.checkbox {
  cursor: pointer;
  background-color: #fefefb;
  border-color: #4e8d86;
  border-radius: 3px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #4e8d86;
  background-size: 14px 14px;
}

.checkbox.w--redirected-focus {
  border: 1px solid #4e8d86;
  box-shadow: 0 0 0 1px #035047;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start;
}

.style-guide-section-contents.form {
  justify-items: stretch;
}

.radio {
  cursor: pointer;
  background-color: #fefefb;
  border-color: #4e8d86;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: #1a744e;
}

.container---m {
  width: 100%;
  max-width: 678px;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.heading-three {
  font-variation-settings: "wght" 100;
  letter-spacing: var(--h3-letter-spacing);
  font-size: 38px;
  font-weight: 100;
  line-height: 45px;
  position: relative;
}

.heading-three.serif {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 200;
}

.button {
  background-color: var(--palette-1c);
  color: #fff;
  font-variation-settings: "wght" 500;
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #4e8d86;
}

.button.large {
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
}

.button.large.bg-red {
  background-color: var(--red);
}

.button.large.bg-red:hover {
  background-color: var(--palette-2a);
}

.button.white, .button.alternate-light {
  background-color: var(--white);
  color: var(--palette-1c);
}

.button.alternate-light:hover {
  background-color: var(--palette-1b);
  color: var(--white);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.overlay.hero {
  background-image: linear-gradient(#00000026, #00000026);
}

.regular-text {
  font-variation-settings: "wght" 400;
  line-height: 22px;
}

.img-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-absolute.align-right {
  object-position: 100% 50%;
}

.bg-wrapper {
  position: absolute;
  inset: 0%;
}

.heading-one-2 {
  font-variation-settings: "wght" 100;
  letter-spacing: -.68px;
  font-size: 58px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-one-2.serif {
  font-family: Abhaya Libre, Georgia, sans-serif;
  font-size: 77px;
  font-weight: 400;
}

.star-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a81c00;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.hero-contents {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stars-with-score {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  font-variation-settings: "wght" 500;
  text-align: center;
  background-color: #035047;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #4e8d86;
}

.button-2.large {
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
}

.button-2.large.bg-red {
  background-color: #a81c00;
}

.button-2.large.bg-red:hover {
  background-color: #bd5844;
}

.button-2.white {
  color: #035047;
  background-color: #fff;
}

.button-2.white:hover {
  color: #fff;
  background-color: #4e8d86;
}

.button-2.alternate-light {
  color: #035047;
  white-space: nowrap;
  background-color: #fff;
}

.button-2.alternate-light:hover {
  color: #fff;
  background-color: #4e8d86;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-1-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fefefb;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 100;
}

.nav-link.w--current {
  color: #fefefb;
  font-variation-settings: "wght" 600;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.menu-button-horizontal-line {
  background-color: #fefefb;
  width: 100%;
  height: 2px;
}

.nav-link-wrapper {
  flex: none;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  z-index: 999;
  color: #fefefb;
  background-color: #035047;
  border-bottom: 1px solid #0f3d1c;
  width: 100%;
  position: fixed;
}

.nav-logo-link {
  transition: opacity .4s;
}

.nav-logo-link:hover {
  opacity: .75;
}

.menu-button-cross-line {
  background-color: #fefefb;
  width: 75%;
  height: 2px;
  position: absolute;
}

.logo {
  flex: none;
  width: 100%;
  max-width: 10rem;
}

.mobile-logo {
  display: none;
}

.menu-button {
  padding: 0;
}

.navbar {
  background-color: #0000;
}

.image-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 557px;
  height: 100%;
  display: flex;
  position: relative;
}

.horizontal-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-weight-500 {
  font-variation-settings: "wght" 500;
}

.check-cricle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #035047;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.small-vertical-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-variation-settings: "wght" 200;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.horizontal-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.serif {
  font-variation-settings: "wght" 400;
  font-family: Abhaya Libre, Georgia, sans-serif;
  font-weight: 200;
}

.serif.heading-three-2.no-italics {
  font-size: 46px;
  font-style: normal;
}

.serif.heading-two {
  letter-spacing: -.51px;
  font-size: 62px;
  font-weight: 400;
}

.serif.heading-two.no-wrap-desktop-tablet {
  white-space: nowrap;
}

.checklist-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checklist-item.center {
  justify-content: flex-start;
  align-items: center;
}

.checklist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checklist.small-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.heading-three-2 {
  font-variation-settings: "wght" 100;
  letter-spacing: -.38px;
  font-size: 38px;
  font-weight: 100;
  line-height: 45px;
  position: relative;
}

.section.padding-top-large {
  padding-top: 6rem;
}

.section.padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.padding-large.background-green {
  background-color: #d8e4ca;
}

.unwrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.check-circle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.align-center-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title.max-width {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.title.max-width.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.team-member-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.avatar {
  width: 72px;
  display: block;
}

.avatar.large {
  width: 100%;
}

.team-title {
  font-variation-settings: "wght" 200;
  font-family: Geist, Arial, sans-serif;
  font-style: italic;
}

.team-name {
  font-family: Abhaya Libre, Georgia, sans-serif;
  font-size: 1.75rem;
}

.team-member-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-img-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-quote {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-quotes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-quote-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-portrait {
  z-index: 1;
  border-radius: 12px;
  max-height: 420px;
  margin-bottom: -192px;
  display: block;
  position: relative;
}

.image-box-portrait.cta-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
}

.button-and-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.cta-1-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-box-small {
  background-color: #d8e4ca;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 420px;
  padding: 12px;
  display: flex;
  position: relative;
}

.image-box-small.bg-neutral-dark {
  background-color: #dfddcc;
  justify-content: flex-start;
  align-items: center;
}

.image-box-small.bg-neutral-dark.align-center {
  justify-content: center;
  align-items: center;
}

.footer-subscribe-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.company-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.footer-slogan {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-social-link {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity .4s;
}

.footer-social-link:hover {
  opacity: .5;
}

.footer-logo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .9;
  color: #fefefb;
  font-variation-settings: "wght" 300;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: .5;
}

.subscribe-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #4e8d86;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 799px;
  padding: 12px;
  display: grid;
}

.footer-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-links, .template-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subscribe-text {
  font-variation-settings: "wght" 100;
  font-size: 1.3125rem;
  line-height: 1.2em;
}

.horizontal-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.subscribe-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.footer {
  color: #fefefb;
  background-color: #035047;
  padding-top: 120px;
  padding-bottom: 96px;
}

.footer-category-title {
  font-family: Abhaya Libre, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22px;
}

.footer-subscribe-image {
  border-radius: 100%;
  height: 100%;
  max-height: 191px;
}

.error-message {
  background-color: #bd5844;
  border-radius: 12px;
  margin-top: 12px;
  padding: 20px;
}

.footer-logo {
  width: 10rem;
}

.footer-link-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.subscribe-input-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-line {
  background-color: #4e8d86;
  width: 100%;
  height: 1px;
}

.footer-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 51px;
  }

  .container---main {
    max-width: 678px;
  }

  .container---main.nav-container {
    max-width: 100%;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .heading-two {
    font-size: 42px;
  }

  .heading-one {
    font-size: 51px;
    line-height: 1.1em;
  }

  .heading-one.serif {
    font-size: 64px;
    line-height: 1em;
  }

  .heading-one-2 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .heading-one-2.serif {
    font-size: 64px;
    line-height: 1em;
  }

  .nav-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .nav-menu {
    z-index: 999;
    background-color: #035047;
    position: fixed;
    inset: 0;
    overflow: scroll;
  }

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

  .nav-link {
    border-bottom: 1px #ffffffbf;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-menu-close {
    pointer-events: auto;
  }

  .mobile-logo {
    margin-bottom: 48px;
    display: block;
  }

  .mobile-logo.w--current {
    min-width: 10rem;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

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

  .horizontal-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .horizontal-section.reverse-tablet {
    flex-flow: column-reverse;
  }

  .horizontal-section.cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .serif.heading-two {
    font-size: 54px;
  }

  .align-center-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .team-member-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-quote {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
    max-width: none;
  }

  .grid-quotes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .vertical-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .image-box-portrait {
    z-index: 1;
    max-width: 60%;
  }

  .image-box-portrait.cta-1-image {
    max-width: none;
  }

  .image-box-small.bg-neutral-dark.align-center {
    min-height: 0;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-bottom-section {
    flex-flow: column-reverse;
  }

  .subscribe-section {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .footer-links-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .section-template {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-two {
    font-size: 38px;
    line-height: 1.1em;
  }

  .heading-one {
    font-size: 38px;
  }

  .heading-one.serif {
    font-size: 48px;
  }

  .button {
    flex: none;
  }

  .heading-one-2 {
    font-size: 38px;
  }

  .heading-one-2.serif {
    font-size: 48px;
  }

  .star-circle {
    flex: none;
  }

  .stars-with-score {
    justify-content: flex-start;
    align-items: center;
  }

  .button-2 {
    flex: none;
  }

  .horizontal-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .horizontal-section-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .serif.heading-two {
    font-size: 48px;
  }

  .serif.heading-two.no-wrap-desktop-tablet {
    white-space: normal;
  }

  .section.padding-top-large {
    padding-top: 4.5rem;
  }

  .section.padding-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .title {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .team-member-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .avatar.large {
    width: 200px;
  }

  .team-name {
    font-size: 1.5rem;
  }

  .grid-quotes {
    flex-flow: column;
  }

  .vertical-section.align-center-on-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .image-box-portrait {
    border-radius: 7px;
  }

  .image-box-portrait.cta-1-image {
    height: 100%;
  }

  .image-box-small {
    border-radius: 12px;
    min-height: 0;
  }

  .image-box-small.bg-neutral-dark.align-center {
    min-height: 0;
  }

  .footer-subscribe-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .subscribe-section {
    border-radius: 12px;
    flex-flow: column;
    display: flex;
  }

  .footer-links-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .875rem;
  }

  .section-template.utilty-title-section {
    padding-top: 96px;
  }

  .section-template.hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .heading-two {
    font-size: 29px;
    line-height: 1.2em;
  }

  .large-text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .heading-four {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .form-input {
    border-radius: 6px;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .heading-one {
    line-height: 1.1em;
  }

  .checkbox {
    flex: none;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .heading-three {
    font-size: 29px;
    line-height: 1.2em;
  }

  .heading-three.serif {
    font-size: 34px;
  }

  .button.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-one-2 {
    line-height: 1.1em;
  }

  .hero-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .button-2.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navbar-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .serif.heading-three-2.no-italics {
    font-size: 34px;
  }

  .serif.heading-two {
    font-size: 38px;
    line-height: 1em;
  }

  .serif.heading-two.no-wrap-desktop-tablet {
    white-space: normal;
  }

  .checklist-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .heading-three-2 {
    font-size: 29px;
    line-height: 1.2em;
  }

  .align-center-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .team-member-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .team-member-title {
    justify-content: flex-start;
    align-items: center;
  }

  .avatar.large {
    width: 120px;
  }

  .team-member-text {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-quote {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-quotes {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-quote-text {
    padding: 12px;
  }

  .vertical-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-box-portrait {
    width: 60%;
    margin-bottom: -40%;
  }

  .cta-1-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    height: auto;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 0;
  }

  .footer-slogan {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subscribe-section {
    padding: 18px;
  }

  .horizontal-form {
    flex-flow: column;
  }

  .footer-links-section {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 96px;
  }
}

#w-node-_3c4950dd-2c9f-29d6-06bd-d9d74c221db3-be5b0888, #w-node-_3c4950dd-2c9f-29d6-06bd-d9d74c221db8-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab475809-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab47580e-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab475818-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab47581e-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab475824-be5b0888, #w-node-_22ab7825-c46d-5766-757c-eeb0ab475829-be5b0888, #w-node-d84bef4f-a5d7-9e88-efbc-b9e4d1ece503-be5b0888, #w-node-d84bef4f-a5d7-9e88-efbc-b9e4d1ece508-be5b0888, #w-node-d84bef4f-a5d7-9e88-efbc-b9e4d1ece50d-be5b0888, #w-node-_1124fc59-4215-0a8c-95f1-6f32388813b0-be5b0888, #w-node-_44432ab1-cdc5-d6ea-e464-ef2135ae7796-be5b0888, #w-node-_44432ab1-cdc5-d6ea-e464-ef2135ae7798-be5b0888, #w-node-_44432ab1-cdc5-d6ea-e464-ef2135ae779a-be5b0888, #w-node-_8e4719ea-5ac5-2f2a-df39-6c4ff41d7420-be5b0888, #w-node-_8e4719ea-5ac5-2f2a-df39-6c4ff41d7422-be5b0888, #w-node-_8e4719ea-5ac5-2f2a-df39-6c4ff41d7424-be5b0888, #w-node-_9c120c10-9c8f-b240-303e-3fde531eaf74-be5b0888, #w-node-_9c120c10-9c8f-b240-303e-3fde531eaf76-be5b0888, #w-node-_9c120c10-9c8f-b240-303e-3fde531eaf78-be5b0888, #w-node-_7e0dc995-1185-12f8-877e-77a9abd159b4-be5b0888, #w-node-_7e0dc995-1185-12f8-877e-77a9abd159b6-be5b0888, #w-node-_7e0dc995-1185-12f8-877e-77a9abd159b8-be5b0888, #w-node-_60f1783b-b48b-cc10-5ae8-93593e47ac9a-be5b0888, #w-node-_60f1783b-b48b-cc10-5ae8-93593e47ac9c-be5b0888, #w-node-_60f1783b-b48b-cc10-5ae8-93593e47ac9e-be5b0888, #w-node-_021e6f4f-4a38-b47b-e05b-ef801200e68c-be5b0888, #w-node-_021e6f4f-4a38-b47b-e05b-ef801200e68e-be5b0888, #w-node-_1124fc59-4215-0a8c-95f1-6f32388813c0-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd898933-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd898935-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd89893a-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd89893c-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd898941-be5b0888, #w-node-f77d21f3-9274-3047-92b7-9f83fd898943-be5b0888, #w-node-d07f77ab-e8b8-dc26-ca8a-a97c6e98de3a-be5b0888, #w-node-d07f77ab-e8b8-dc26-ca8a-a97c6e98de40-be5b0888, #w-node-d07f77ab-e8b8-dc26-ca8a-a97c6e98de45-be5b0888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1857ec9a-bca3-a3ec-cdb2-ba5a0781c08a-be5b0888 {
  align-self: stretch;
}

#w-node-_1857ec9a-bca3-a3ec-cdb2-ba5a0781c097-be5b0888, #w-node-_1857ec9a-bca3-a3ec-cdb2-ba5a0781c09a-be5b0888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1857ec9a-bca3-a3ec-cdb2-ba5a0781c09c-be5b0888 {
  align-self: stretch;
}

#w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a55d0-be5b0888, #w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a55db-be5b0888, #w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a55e4-be5b0888, #w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a55f2-be5b0888, #w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a5601-be5b0888, #w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a5605-be5b0888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a5613-be5b0888 {
  justify-self: end;
}

#w-node-_16e010d1-06cb-70d2-c9ee-7e2ba71a5615-be5b0888, #w-node-a392698c-f4f5-47bb-eefe-d0f17c4778bc-e3f0bc3e, #w-node-a392698c-f4f5-47bb-eefe-d0f17c4778c0-e3f0bc3e, #w-node-a392698c-f4f5-47bb-eefe-d0f17c4778c4-e3f0bc3e, #w-node-a392698c-f4f5-47bb-eefe-d0f17c4778c8-e3f0bc3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a392698c-f4f5-47bb-eefe-d0f17c477918-e3f0bc3e {
  justify-self: stretch;
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhaya Libre';
  src: url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype'), url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhaya Libre';
  src: url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhaya Libre';
  src: url('../fonts/AbhayaLibre-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abhaya Libre';
  src: url('../fonts/AbhayaLibre-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}