:root {
  --primary: #ffdeaf;
  --white-smoke-dark: #b5b5b5;
  --white-smoke: #dbdbdb;
  --text: #3a3a3a;
  --secondary: #413626;
  --gray-bg: #202020;
  --primary-light: #f5e2c8;
  --text-paragraph: #646464;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  padding: 0;
  font-family: raleway;
  font-size: 1.2vw;
  line-height: 1.3;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons;
  font-size: 10vw;
  font-weight: 400;
  line-height: .9;
}

h2 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: .9;
}

h3 {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: the-seasons;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: .9;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--white-smoke-dark);
  margin-top: .8rem;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-regular {
  color: var(--white-smoke);
  font-family: raleway;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular.vertical-heading {
  text-transform: uppercase;
  font-size: .8vw;
  font-weight: 500;
}

.text-size-regular._100 {
  width: 100%;
}

.text-size-regular.color-text {
  color: var(--text);
}

.text-size-regular.cap {
  text-transform: uppercase;
  font-size: .8vw;
  font-weight: 500;
}

.text-size-regular.cap.color-text {
  font-size: 1vw;
  line-height: 1;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.padding-section-large {
  width: 100%;
  padding-top: 40vh;
  padding-bottom: 40vh;
}

.text-size-large {
  color: var(--white-smoke);
  font-family: raleway;
  font-size: 2vw;
}

.text-size-large.color-text {
  color: var(--text);
}

.heading-style-h2 {
  color: var(--primary);
  letter-spacing: 1px;
  font-family: the-seasons;
  font-size: 2.6vw;
  font-weight: 400;
}

.heading-style-h2.no-wrap {
  text-transform: uppercase;
  white-space: nowrap;
}

.page-wrapper {
  position: relative;
}

.container-large {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.hide {
  display: none;
}

.body {
  background-color: #fff;
  background-image: none;
}

.navbar {
  z-index: 999;
  background-image: linear-gradient(#000000b3, #fff0);
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.claim_text {
  color: #fff;
  white-space: nowrap;
  font-family: Fort Foundry Rift;
  font-size: 5rem;
  font-weight: 700;
  line-height: .9;
}

.course_wrapper {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 8rem;
  display: flex;
  position: relative;
}

.course_wrapper:hover {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.program-part_item {
  grid-column-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.about-text_1-person {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.navigation-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: raleway;
  font-size: .8vw;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.hide {
  display: none;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown {
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

.navigation-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navlogo {
  width: 8vw;
}

.nav-button {
  z-index: 1;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  transition: all .25s;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav-button:hover {
  background-color: #bbb;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation-container-mobile {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-nav-link.w--current {
  color: var(--primary);
}

.nav_button-text {
  z-index: 3;
  color: #000;
  white-space: nowrap;
  border-radius: 900rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.section-hero {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.hero_wrapper {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-intro {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.hero-video {
  filter: brightness(80%) saturate(0%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-main-claim-text {
  color: var(--primary);
  text-align: right;
  font-family: the-seasons;
  font-size: 8.6vw;
}

.vertical-heading_wrapper {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-heading_wrapper.hero {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  inset: auto auto 10% 0;
}

.vertical-heading_wrapper.gap-bigger {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.button-3 {
  border: 2px solid var(--white-smoke);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100rem;
  padding: 1.2rem 3rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.container-horizontal {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-horizontal.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.intro-right-side {
  width: 60%;
}

.hero-content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.hero-move-text {
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-text-italic {
  text-transform: lowercase;
  margin-right: -1vw;
  font-family: the-seasons;
  font-size: 6vw;
  font-style: italic;
  font-weight: 400;
}

.section-benefits {
  z-index: 2;
  background-color: #000;
  height: 400vh;
  padding-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
}

.benefits_content_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-content._2 {
  position: absolute;
}

.benefits-content._3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  position: absolute;
}

.benefits-sticky {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-bottom {
  z-index: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 15vw;
  margin-top: auto;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.benefits-image_wrapper {
  object-fit: cover;
  max-width: none;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-shadow {
  z-index: 2;
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 30vh;
  position: absolute;
  inset: auto 0% 0%;
}

.vertical-heading_column {
  border-right: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: .6vw;
  display: flex;
}

.vertical-heading_column.hero, .vertical-heading_column.no-line {
  border-right-style: none;
  padding-right: 0;
}

.vertical-heading_column.no-line.footer {
  background-color: #fff0;
}

.vertical-heading_column.line-black {
  border-right-color: #0000004d;
}

.vertical-heading_column.line-black.footer {
  background-color: #fff0;
}

.hero-line_wrapper {
  flex: 1;
  align-self: stretch;
  height: 7vw;
  position: relative;
  overflow: hidden;
}

.hero-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.hero-line.absolute {
  z-index: 1;
  background-color: var(--white-smoke);
  height: 50%;
  position: absolute;
  inset: 0%;
}

.image-noise {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/Noise-min.webp');
  background-position: 50%;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.section-gallery {
  z-index: 2;
  background-color: #000;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefits-image {
  max-width: none;
  height: 101%;
  position: relative;
}

.benefits-dot_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% auto auto 38%;
}

.benefits-dot_wrapper._2 {
  inset: auto 20% 50% auto;
}

.benefits-dot_wrapper._3 {
  inset: auto auto 13% 21%;
}

.benefit-dot {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 999rem;
  width: 1.2vw;
  height: 1.2vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.benefit-dot_pulse {
  border: 3px solid var(--primary);
  border-radius: 999rem;
  width: 1.2vw;
  height: 1.2vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.button-main {
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: relative;
}

.button-fish-circle {
  z-index: 1;
  background-image: url('../images/fish-final_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9999rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  animation: slowRotate 30s linear infinite;
  transform-origin: center center;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button-dot-wrapper {
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 8.6vw;
  height: 8.6vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.button-ring {
  border: 2px solid #fff6;
  border-radius: 999rem;
  width: 12vw;
  height: 12vw;
  position: absolute;
  inset: auto;
}

.button-dot-text {
  z-index: 4;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 500;
  position: relative;
}

.button-dot {
  z-index: 3;
  background-color: var(--primary);
  border-radius: 999rem;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: auto;
}

.nav-link {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: column;
  display: flex;
}

.navlink-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 500;
}

.navlink-link {
  background-color: #fffc;
  height: 1px;
}

.arrow {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 3.6vw;
  height: 3.6vw;
  display: flex;
  position: relative;
}

.section-tomezo {
  z-index: 2;
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.tomezo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tomezo-right {
  background-color: var(--gray-bg);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.tiles_image {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.tiles_image.sticky {
  height: 100vh;
  position: sticky;
  top: 1rem;
}

.intuitive-headline {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-location {
  z-index: 2;
  background-color: #000;
  width: 100%;
  padding: 1rem;
  position: relative;
}

.location-wrapper {
  background-color: var(--primary-light);
  padding: 5vw;
}

.location-content {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-right {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.location_name {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.location-icon {
  background-color: var(--text);
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon-1x1-small-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4vw;
  height: 1vw;
  display: flex;
  overflow: hidden;
}

.location-item {
  border-bottom: 1px solid #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1vw;
  display: flex;
}

.location_detail {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  overflow: hidden;
}

.section-footer {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 2.9rem 30px 16px #0000004d;
}

.footer-right {
  background-color: var(--primary-light);
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2vw 4vw 3vw;
  display: flex;
}

.footer-left {
  background-color: var(--primary);
  justify-content: center;
  align-items: flex-start;
  width: 14%;
  height: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.text-footer {
  color: var(--text);
  text-transform: uppercase;
  font-family: the-seasons;
  font-size: 4vw;
  line-height: 1;
}

.footer-sitemap_wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footlink-link {
  background-color: #000;
  height: 2px;
}

.bottom-text {
  opacity: .7;
  color: var(--text-paragraph);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: auto;
  font-family: the-seasons;
  font-size: 21.5vw;
  line-height: .8;
}

.section-tiles {
  z-index: 2;
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.section-tiles.sticky {
  height: auto;
}

.tiles_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tiles-right {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--gray-bg);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 10vw 5vw 5vw;
  display: flex;
}

.tiles-text-section {
  z-index: 2;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.heading {
  text-align: center;
}

.heading.locations {
  color: var(--secondary);
  margin-bottom: 1rem;
  font-size: 2.5vw;
}

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

.cta-square-button {
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  font-size: 25px;
}

.image, .image-2, .image-3 {
  border-radius: 5px;
}

.location-photo {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-image {
  border-radius: 5px;
}

.contact-info-wrap-2 {
  display: none;
  position: relative;
}

.contact-back-image {
  background-image: linear-gradient(#0009, #0009), url('../images/brooke-cagle-X4RJG4aNi8o-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7% 20rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.underline-button {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 5px;
  display: flex;
}

.button-icon-2 {
  width: 17px;
}

.button-icon-outline-2 {
  border: 1px solid var(--gray-bg);
  color: var(--text);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button-text {
  color: var(--text);
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.bottom-line {
  background-color: #000;
  border-radius: 5px;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9 {
  margin-left: 0;
  padding-left: 0;
}

.success-message {
  background-color: #0000;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: white white var(--gray-bg);
  color: #3a3a3a;
  background-color: #0000;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::placeholder {
  color: var(--text);
  background-color: #0000;
  font-weight: 300;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1rem;
  display: flex;
}

.section-header {
  margin-bottom: 3.7rem;
  font-weight: 700;
}

.section-header.contact {
  color: var(--text);
  margin-bottom: .4rem;
  font-size: 2.5vw;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.icon-button-2.rotate-icon {
  margin-right: 25px;
  font-size: 1rem;
}

.top-line {
  direction: rtl;
  background-color: #000;
  justify-content: flex-end;
  height: 1px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.form {
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message {
  width: 100%;
  font-weight: 400;
}

.icon-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.3rem;
  display: flex;
}

.contact-section {
  z-index: 1;
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sandwich-button-text {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.large-slide-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 4rem;
}

.submit-button {
  background-color: var(--gray-bg);
  color: #fff;
  transform-style: preserve-3d;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .2s;
  display: block;
}

.submit-button:hover {
  transform: scale3d(1, 1.1, 1);
}

.small-slide-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 4rem;
}

.text-block-8 {
  color: var(--text);
  letter-spacing: 3px;
  background-color: #0000;
  font-size: 20px;
  font-weight: 700;
}

.top-line-wrap {
  color: #000;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sandwich-button {
  filter: invert();
  color: #000;
  text-decoration: none;
  position: relative;
}

.div-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-size-regular {
    font-size: 1.25rem;
  }

  .text-size-regular.vertical-heading, .text-size-regular._100, .text-size-regular.cap {
    font-size: 1rem;
  }

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

  .padding-section-large.np-padding-bottom {
    padding-bottom: 0;
  }

  .text-size-large {
    text-align: center;
    font-size: 1.25rem;
  }

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

  .navbar {
    background-color: #000;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-menu, .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .navigation-mobile {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navlogo {
    width: 250px;
  }

  .nav-button {
    background-color: #5c99ff;
    display: flex;
  }

  .nav-button.mobile {
    background-color: var(--primary);
    border-radius: 999rem;
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }

  .mobile-nav {
    z-index: 3;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff14;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 1.2rem;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-container-mobile {
    justify-content: space-between;
  }

  .menu-mob {
    color: #fff;
    border-radius: 100px;
    width: 1.8rem;
    padding: 0;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #fff0;
  }

  .mobile-nav-link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    font-size: 40px;
    font-weight: 500;
    text-decoration-color: #fff;
  }

  .nav_button-text {
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: raleway;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .hero_wrapper {
    justify-content: center;
    align-items: center;
  }

  .vertical-heading_wrapper.hero {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    bottom: 5%;
    left: auto;
    right: auto;
  }

  .section-benefits {
    flex-flow: column;
    height: auto;
    margin-bottom: -2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits_content_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .benefits-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-content._2, .benefits-content._3 {
    position: static;
  }

  .benefits-sticky {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
    display: flex;
    position: static;
  }

  .section-bottom {
    position: static;
  }

  .benefits-image_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .hero-line_wrapper {
    height: auto;
  }

  .benefits-image {
    height: 40rem;
  }

  .benefit-dot, .benefit-dot_pulse {
    width: 1rem;
    height: 1rem;
  }

  .button-fish-circle {
    display: none;
  }

  .button-dot-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .button-ring {
    display: none;
  }

  .button-dot-text {
    color: #fff;
    font-size: 1rem;
  }

  .button-dot {
    background-color: #fff0;
  }

  .arrow {
    width: 3rem;
    height: 3rem;
  }

  .section-tomezo {
    height: auto;
  }

  .tomezo-wrapper {
    flex-flow: column;
  }

  .tomezo-right {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 2rem;
  }

  .tiles_image {
    width: 100%;
  }

  .tiles_image.sticky {
    height: 100%;
    position: static;
  }

  .location-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .location-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .location-item:hover {
    box-shadow: none;
  }

  .text-footer {
    font-size: 2rem;
  }

  .mobile-nav-link_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 20vh;
    display: flex;
  }

  .section-tiles {
    height: auto;
    margin-top: 5rem;
  }

  .section-tiles.sticky {
    height: auto;
  }

  .tiles_wrapper {
    flex-flow: column;
  }

  .tiles-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 4rem 2rem;
  }

  .tiles-text-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-back-image {
    padding-left: 11%;
    padding-right: 11%;
  }

  .form {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sandwich-button-text {
    font-size: 14px;
  }

  .large-slide-header {
    font-size: 2.8rem;
  }

  .top-line-wrap {
    font-size: 12px;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-regular, .text-size-regular.cap, .text-size-regular.cap.color-text {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2.no-wrap {
    white-space: normal;
  }

  .navbar {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .claim_text {
    font-size: 3.7rem;
  }

  .footer {
    z-index: 4;
    padding-top: 2rem;
    padding-bottom: 10rem;
  }

  .program-part_item {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .navlogo {
    width: 250px;
  }

  .nav-button.mobile {
    margin-top: 1px;
  }

  .mobile-nav {
    margin-top: 0;
  }

  .menu-mob {
    width: 2.6rem;
    padding: 10px;
  }

  .mobile-nav-link {
    color: #fff;
  }

  .hero-main-claim-text {
    font-size: 5rem;
  }

  .vertical-heading_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vertical-heading_wrapper.gap-bigger {
    flex-flow: column;
  }

  .container-horizontal.space-between {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .intro-right-side {
    width: 100%;
  }

  .hero-content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-sticky {
    height: auto;
    position: static;
  }

  .benefits-image_wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .vertical-heading_column.no-line.footer {
    background-color: #fff0;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-heading_column.line-black.footer {
    background-color: #fff0;
    border-bottom: 1px solid #0000004d;
    border-right-style: none;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-gallery {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
  }

  .gallery-grid-image, .benefits-image {
    height: 30rem;
  }

  .button-main {
    order: 1;
    width: 6rem;
    height: 6rem;
  }

  .button-fish-circle {
    display: none;
  }

  .button-dot-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .button-ring {
    display: none;
  }

  .button-dot-text {
    font-size: 1rem;
  }

  .button-dot {
    background-color: #dcba8800;
  }

  .section-tomezo {
    height: auto;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tomezo-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .tomezo-right {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 2rem;
  }

  .tiles_image {
    width: 100%;
  }

  .section-location {
    padding: .5rem;
  }

  .location-wrapper {
    padding: 4rem 2rem;
  }

  .location-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .location-right {
    width: 100%;
  }

  .location_name {
    padding: 1rem 0;
  }

  .location-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .icon-1x1-small-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .location-item {
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 4rem 2rem;
  }

  .footer-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 2rem;
  }

  .text-footer {
    font-size: 1.6rem;
  }

  .footer-sitemap_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bottom-text {
    font-size: 21vw;
  }

  .mobile-nav-link_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-tiles {
    height: auto;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tiles_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .tiles-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 4rem 2rem;
  }

  .button-icon-outline-2 {
    width: 35px;
    height: 35px;
  }

  .form {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-slide-header {
    font-size: 2rem;
    line-height: 3rem;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-slide-header {
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular {
    font-size: 1.2rem;
  }

  .text-size-regular.vertical-heading {
    font-size: .8rem;
  }

  .text-size-regular._100 {
    text-align: center;
    font-size: 1.2rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .claim_text {
    font-size: 2.4rem;
  }

  .program-part_item {
    grid-row-gap: 1rem;
  }

  .navlogo {
    width: 225px;
  }

  .hero-main-claim-text {
    font-size: 4rem;
  }

  .hero-content-right {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .benefits-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .intuitive-headline {
    justify-content: center;
    align-items: center;
  }

  .location_name {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-right, .footer-sitemap_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bottom-text {
    font-size: 20.6vw;
  }

  .tiles-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-button-wrap {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .contact-back-image {
    padding-left: 4%;
    padding-right: 4%;
  }

  .underline-button {
    inset: 4% 5% auto auto;
  }

  .button-icon-outline-2 {
    margin-right: 6px;
  }

  .text-field {
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .section-header.contact {
    margin-bottom: 1.4rem;
    font-size: 4rem;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .form {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sandwich-button-text {
    font-weight: 400;
  }

  .large-slide-header {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }

  .submit-button {
    margin-top: 75px;
    padding-bottom: 9px;
  }

  .small-slide-header {
    font-size: 1rem;
  }
}

#w-node-c82e6700-9ce1-2a29-d4f9-18b0afa01940-acd8fbec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b927e4dd-d858-ee23-8aea-4e31d2cb7277-acd8fbec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88cc9548-561b-cec4-09aa-4c6f442e1252-acd8fbec, #w-node-a5038609-36b4-b19f-e075-89aab6c949a8-acd8fbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf5ca972-711b-0ff4-f259-c6b399ba1cfe-acd8fbec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b0be1f-9a4e-8959-1b34-fed8c2c562ca-f241425b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-b927e4dd-d858-ee23-8aea-4e31d2cb7277-acd8fbec, #w-node-cf5ca972-711b-0ff4-f259-c6b399ba1cfe-acd8fbec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48025bef-2728-7779-56cc-651c084bb14c-f241425b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0b0be1f-9a4e-8959-1b34-fed8c2c562ca-f241425b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


