@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main-text-color: #8ca99e;
  --background-color: #c3d6cf;
  --white-2: white;
  --button-backround-color: #a1bab0;
  --slate-grey: #5b8187;
  --seashell: #fff8f2;
  --white-smoke: #f8f8f8;
  --dim-grey: #706c6c;
}

.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-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;
}

h2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Apercu, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 41px;
}

h3 {
  color: var(--main-text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.padding-xlarge {
  padding: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-custom2 {
  padding: 2.5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-custom2 {
  margin: 2.5rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.form_component {
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.padding-global {
  padding: 60px 2.5rem;
}

.padding-global.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: block;
}

.text-size-medium {
  color: var(--white);
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-size-medium.grey {
  color: #8c8c8c;
}

.text-size-medium.grey.no-bm {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 38px;
}

.text-size-medium.hero {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 28px;
}

.padding-huge {
  padding: 6rem;
}

.icon-height-small {
  height: 1rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-0 {
  padding: 0;
}

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

.container-large.no-max-width {
  background-color: var(--background-color);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-large.no-max-width.white {
  background-color: var(--white-2);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-large {
  margin: 3rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  margin-bottom: 1.75rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.margin-small {
  margin: 1rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.hide {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-height-large {
  height: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-custom1 {
  margin: 1.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button {
  background-color: var(--button-backround-color);
  color: #fff;
  text-align: center;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.button:hover {
  background-color: var(--main-text-color);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-navbar2-button {
  letter-spacing: 3.52px;
  background-color: #5b8187;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16px 28px 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.is-navbar2-button.mobile {
  display: none;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.margin-xsmall {
  margin: .5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: gray;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-color-black {
  color: #000;
}

.padding-tiny {
  padding: .125rem;
}

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

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

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

.text-style-italic {
  font-style: italic;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.grey {
  background-color: #f8f8f8;
  padding: 125px 20px 0;
}

.padding-section-medium.grey.contact-us {
  padding-left: 125px;
  padding-right: 125px;
  position: relative;
}

.padding-section-medium.grey.signup {
  background-color: var(--background-color);
  width: 100%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-medium.grey.no-mrgn {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-medium.grey.remove-right-left-margin {
  padding: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.icon-height-medium {
  height: 2rem;
}

.heading-style-h2 {
  color: var(--background-color);
  font-family: Hkgrotesk;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

.heading-style-h2.center {
  opacity: 1;
  color: var(--main-text-color);
  text-align: center;
  max-width: 1322px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Apercu, sans-serif;
  font-weight: 300;
}

.heading-style-h2.center.offerings {
  max-width: 1322px;
  margin: 40px auto 0;
  padding-top: 20px;
}

.heading-style-h2.center.feedback {
  padding-bottom: 20px;
  line-height: 64px;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

.padding-section-large.no-bottom-margin, .padding-section-large.no-btm-mrgn {
  padding-bottom: 0;
}

.padding-section-large.hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.hidden {
  display: block;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

.margin-custom3 {
  margin: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

.text-align-right {
  text-align: right;
}

.padding-xxsmall {
  padding: .25rem;
}

.overflow-auto {
  overflow: auto;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1322px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu-button {
  padding: 0;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar2_component {
  background-color: var(--background-color);
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 75px;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_dropdwn-toggle.hidden {
  display: none;
}

.navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #000;
}

.navbar2_link {
  color: #fff;
  letter-spacing: 3.96px;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Apercu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.navbar2_link:hover {
  color: #5b8187;
}

.navbar2_link.w--current {
  color: var(--slate-grey);
}

.navbar2_link.current {
  color: var(--slate-grey);
  letter-spacing: 3.96px;
  font-family: Apercu, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.navbar2_link.current:hover {
  color: var(--slate-grey);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.body {
  background-color: var(--white-2);
  font-family: Hkgrotesk;
}

.section_header23 {
  background-image: url('../images/Group-21.svg');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 786px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section_header23._100-top-margin {
  background-color: #0000;
  background-image: url('../images/Group-21.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 75px;
  padding-top: 0;
  position: relative;
}

.heading {
  color: var(--seashell);
  letter-spacing: 21.12px;
  margin: 0 auto 20px;
  font-family: PT Serif, serif;
  font-size: 124px;
  font-weight: 400;
  line-height: 119px;
}

.div-for-down-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.down-arrow-image {
  color: var(--white);
}

.icon-embed-xsmall {
  color: var(--seashell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 26px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2px;
  font-weight: 700;
  display: block;
}

.section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.offerings {
  padding-top: 0;
}

.section.btm-mrgn.green {
  background-color: var(--background-color);
}

.section.no-top-mrg {
  padding-top: 0;
}

.section.no-top-mrg.btm-mrg {
  padding-bottom: 156px;
  position: relative;
}

.section.no-top-mrg.no-bm {
  padding-bottom: 0;
}

.main-content-wrapper {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.layout41_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.layout41_component.signup {
  padding-top: 100px;
  padding-bottom: 100px;
}

.layout41_component.signup.no-tm {
  padding-top: 0;
}

.layout41_component.signup.no-tm.white {
  background-color: var(--white-2);
  width: 1322px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 113px;
  padding-right: 113px;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.section_layout41 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout41_content-left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.layout41_content-left.contact-us {
  align-items: flex-start;
  padding-top: 42px;
}

.layout41_content-left.top {
  align-items: flex-start;
}

.padding-global-2, .padding-global-2.no-margins {
  padding-left: 0;
  padding-right: 0;
}

.h2-center {
  color: var(--background-color);
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 53px;
  display: flex;
}

.h2-center.header {
  color: var(--main-text-color);
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

.h2-center.signup {
  color: var(--main-text-color);
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
}

.layout227_item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout227_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.paragraph {
  color: #969696;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph.green {
  color: var(--main-text-color);
}

.paragraph.left {
  color: #585858;
  text-align: left;
  font-family: Apercu, sans-serif;
}

.paragraph.left.btm-mrg-20 {
  margin-bottom: 35px;
  line-height: 32px;
}

.paragraph.left.name {
  color: var(--main-text-color);
  margin-bottom: 0;
  line-height: 34px;
}

.layout169_content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 410px;
  padding: 60px;
  display: flex;
}

.layout169_content.grey {
  background-color: #f8f8f8;
  border-radius: 6px;
  align-items: flex-start;
  height: auto;
  padding: 44px 42px 45px;
}

.layout169_content.grey.feedback {
  height: 300px;
}

.section_layout169 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.layout169_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  display: grid;
}

.layout169_component.btm-mrg-100 {
  margin-bottom: 100px;
}

.layout169_component._80-top-mrgn {
  margin-top: 80px;
}

.benefits-text {
  color: var(--main-text-color);
  font-family: Apercu, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}

.benefits-text.white {
  color: var(--white-2);
}

.text-color-white {
  color: #fff;
}

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

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.cta4_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header5 {
  position: relative;
}

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

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.html-embed {
  z-index: 2000;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.divider-section {
  background-color: var(--white);
  background-image: url('../images/Group-19.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 175px;
}

.divider-section.feedback {
  background-image: url('../images/Group-22.svg');
  background-position: 50%;
  width: auto;
  margin-top: 0;
}

.divider-section.contact {
  z-index: 90;
  background-color: #0000;
  background-image: url('../images/Group-16.svg');
  margin-bottom: -40px;
  position: relative;
}

.divider-section.contact.dec-line-btm {
  transform-style: preserve-3d;
  margin-top: -78px;
  margin-bottom: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.divider-section.contact.signup {
  z-index: 90;
  transform-style: preserve-3d;
  background-color: #0000;
  margin-bottom: -66px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.divider-section.contact.home {
  z-index: 90;
  transform-style: preserve-3d;
  margin-bottom: -86px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.divider-section.team {
  transform-style: preserve-3d;
  background-color: #0000;
  margin-bottom: -60px;
  padding-bottom: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.divider-section.rotate {
  transform-style: preserve-3d;
  height: 140px;
  margin-top: 100px;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer {
  background-color: var(--background-color);
  background-image: url('../images/Group-24rotate.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.heading-2 {
  font-family: Apercu, sans-serif;
  font-weight: 300;
  line-height: 34px;
}

.on-page-button {
  background-color: var(--button-backround-color);
  border-radius: 6px;
  width: 136px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.div-block {
  background-color: var(--background-color);
}

.radio-button-label {
  color: var(--main-text-color);
  margin-bottom: 0;
  font-family: Apercu, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--main-text-color);
  color: var(--main-text-color);
  background-color: #0000;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Apercu, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.text-field:active, .text-field:focus {
  color: #5b8187;
}

.text-field.message {
  border-bottom-style: none;
}

.form-radio-button-field {
  color: var(--main-text-color);
  margin-top: 39px;
  margin-bottom: 54px;
}

.content-div {
  width: auto;
  max-width: 1322px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--seashell);
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 52px;
}

.div-for-columns {
  max-width: 1322px;
  margin-top: 217px;
  margin-left: auto;
  margin-right: auto;
}

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

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.footer-text {
  color: #fff8f2;
  text-align: center;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.footer-text.left-align {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
}

.footer-text.align-right {
  float: right;
  font-size: 14px;
  line-height: 19px;
}

.heading-3 {
  color: var(--white-2);
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  line-height: 52px;
}

.columns {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
}

.col-left-no-left-mrgn {
  padding-left: 0;
}

.col-left-no-left-mrgn.right {
  padding-right: 0;
}

.div_flex_horz_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.footer-logo-image {
  width: 114px;
  height: 114px;
  margin-bottom: 31px;
}

.main-button {
  background-color: var(--button-backround-color);
  text-align: center;
  letter-spacing: 3.52px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.button-body {
  background-color: var(--button-backround-color);
  letter-spacing: 3.52px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 16px 30px 15px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.div-nav-background {
  background-color: var(--background-color);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 76px;
  display: none;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup-section {
  position: relative;
}

.feedback {
  max-width: 1322px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  font-family: Apercu, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}

.feedback.no-tm {
  margin-top: 0;
  padding-top: 100px;
}

.header2 {
  color: var(--main-text-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

.message-area {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--main-text-color);
  color: var(--main-text-color);
  background-color: #0000;
  min-height: 140px;
  font-family: Apercu, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

.error-message {
  text-align: center;
  background-color: #fa5;
  border-radius: 4px;
  margin-top: 20px;
  padding: 16px;
  font-family: Apercu, sans-serif;
}

.text-block-2 {
  color: var(--white-2);
  font-size: 16px;
  line-height: 18px;
}

.submission-message {
  color: #969696;
  font-family: Apercu, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
}

.success-message-box {
  background-color: var(--white-smoke);
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

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

.div-block-3 {
  background-color: var(--main-text-color);
  border-radius: 1000px;
  width: 228px;
  height: 228px;
  margin-bottom: 30px;
}

.div-block-3.profile-image {
  background-image: url('../images/Rectangle-37.png');
  background-position: 50%;
  background-size: cover;
  width: 342px;
  height: 342px;
  margin: -68px auto 50px;
  position: absolute;
  inset: 0%;
}

.team-images-row {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.team-name-text {
  color: var(--main-text-color);
  text-align: center;
  margin-bottom: 10px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--dim-grey);
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
}

.profile-link {
  color: var(--main-text-color);
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

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

.div175 {
  height: 245px;
}

.div-block-5 {
  background-color: var(--white-smoke);
  border-radius: 6px;
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 156px 125px;
}

.team-profile-name {
  color: var(--main-text-color);
  text-align: center;
  margin-bottom: 15px;
  font-family: Apercu, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
}

.team-profile-name.founder {
  color: var(--dim-grey);
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 29px;
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-green {
  background-color: var(--background-color);
  width: 100%;
  height: auto;
}

.div-block-6 {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 365px;
  padding-right: 365px;
  display: flex;
}

.div-container-profile-header {
  margin-top: 75px;
  padding-top: 100px;
}

.submission-recieved-text {
  color: #969696;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 52px;
}

.success-message {
  border-radius: 6px;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.form-block-2 {
  margin-right: 100px;
}

.div-block-7 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 365px;
  padding-right: 365px;
  display: flex;
}

.container {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 10%;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.video-wrapper {
  background-color: #000;
  width: 90%;
  height: 100%;
  margin: 5% 5% 0;
  position: relative;
}

.loading {
  width: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video {
  position: absolute;
  inset: 0%;
}

.video.back {
  z-index: 0;
  filter: brightness(200%) blur(60px);
  transform: scale(1.1);
}

.video.front {
  z-index: 1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.backlight-switch {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.switch {
  background-color: #aea5d8;
  border-radius: 16px;
  width: 52px;
  height: 28px;
  padding: 2px;
}

.switch:hover {
  background-color: #fd3846;
}

.switch__handle {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  transform: translate(100%);
}

.switch__icon {
  width: 18px;
}

.switch__label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
}

._4-cars-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.grid-1 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-big {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 23px 21px;
  display: inline-block;
}

._5-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-headline {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._4 {
  z-index: 4;
}

.button-outline-circle {
  z-index: 999;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.video-card-grid-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 480px;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3:hover {
  box-shadow: none;
}

.img-grid {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid.view-river {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/river-view.png');
}

.img-grid.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.img-grid.view-waterfall {
  background-image: linear-gradient(to top, #000000ad 31%, #0000 50%), url('../images/Water-fall.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid.view-lake {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Small-Lakes.png');
}

.blur-img {
  z-index: 2;
  opacity: .41;
  width: auto;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.video-card-grid-3-opt-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 480px;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3-opt-3:hover {
  box-shadow: none;
}

.button-grid {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-wrap {
  margin-bottom: 80px;
}

.item-wrap {
  margin-bottom: 100px;
}

.img-grid-2 {
  background-image: linear-gradient(to top, #000000ad, #0006 38%, #0000 62%), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid-2.coffee-package {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/coffe-from-package.png');
  background-position: 0 0, 100%;
}

.img-grid-2.coffee-hands {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Hand-coffee.png');
}

.img-grid-2.coffee-cup {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Coffe-Cup.png');
}

.img-grid-2.coffe-beans {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Grinder.png');
}

.text-block-grid-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.headline-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.button-grid-3 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-grid-1 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-card-grid-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 340px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-2:hover {
  box-shadow: none;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.button-block-2.small {
  width: 66px;
  height: 66px;
}

.button-3 {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 23px 21px 23px 23px;
  display: inline-block;
}

.button-3.cc-gradient-pulm-copy {
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-3.cc-gradient-pulm-copy:hover {
  background-image: linear-gradient(#667eea, #764ba2);
}

.button-3.cc-gradient-pulm-copy.radius._2 {
  z-index: 2;
  display: flex;
  position: absolute;
}

.button-3.cc-gradient-pulm-copy.radius {
  border-radius: 50%;
  padding-left: 23px;
  transition: transform .2s;
  position: absolute;
}

.button-3.cc-gradient-pulm-copy.radius:hover {
  transform: scale(1.05);
}

.button-3.cc-gradient-pulm-copy.radius._2 {
  z-index: 2;
  opacity: 1;
  display: flex;
  position: absolute;
}

.button-3.cc-white {
  background-color: #fff;
  position: absolute;
}

.button-3.cc-white.circle {
  z-index: 1;
  border-radius: 50%;
  padding: 20px 18px 20px 22px;
}

.button-3.cc-gradient-pulm {
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-3.cc-gradient-pulm:hover {
  background-image: linear-gradient(#667eea, #764ba2);
}

.button-3.cc-gradient-pulm.radius {
  border-radius: 50%;
  padding-left: 25px;
  transition: transform .2s;
  position: absolute;
}

.button-3.cc-gradient-pulm.radius.outline {
  padding: 23px 21px 23px 25px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-grid-2 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.section-headline {
  flex-direction: row;
  padding-right: 8px;
  display: flex;
}

.img-grid-blur {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: -100% 0% 0%;
}

.img-grid-blur.view-waterfall {
  background-image: linear-gradient(to top, #000000ad 31%, #0000 50%), url('../images/Water-fall.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid-blur.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.video-card-grid {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 4px 24px 16px;
  display: flex;
  position: relative;
}

.video-card-grid:hover {
  box-shadow: none;
}

.button-grid-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-card-grid-3-opt-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 480px;
  padding: 24px 16px 24px 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3-opt-2:hover {
  box-shadow: none;
}

.bold-text {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.container-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.backlight-switch-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 32px;
  margin-right: 20%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.switch-2 {
  background-color: #fd3846;
  border-radius: 16px;
  width: 52px;
  height: 28px;
  padding: 2px;
}

.switch-2:hover {
  background-color: #fd3846;
}

.switch__label-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 8px;
}

.play-button-wrapper {
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding-left: .3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-mobile {
  display: none;
}

.play-button-text {
  font-size: 1.4em;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cursor-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.button-wrap {
  z-index: 99;
  flex-wrap: nowrap;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.button-wrap:hover {
  transform: scale(1.05);
}

.container-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.backlight-switch-3 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
  bottom: 32px;
  right: 32px;
}

.switch-3 {
  background-color: #fd3846;
  border-radius: 16px;
  width: 52px;
  height: 28px;
  padding: 2px;
}

.switch-3:hover {
  background-color: #fd3846;
}

.switch__label-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 8px;
}

.video-sub-dropdown-list-wrapper-2 {
  display: none;
  inset: auto 0% 0% auto;
}

.video-sub-dropdown-list-wrapper-2.w--open {
  z-index: 2;
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.htmlicon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.htmlicon._1 {
  width: 2.6rem;
  height: 2.6rem;
}

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

.video-volume-embed {
  max-width: 0;
  transition: max-width .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
  transform: rotate(0);
}

.track-grab {
  z-index: -3;
  pointer-events: none;
  background-color: #fff;
  border-radius: 100vw;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: all .45s ease-in-out;
  position: absolute;
  inset: 0% -7.5px 0% auto;
  transform: scale(0);
}

.track-grab:active {
  transform: scale(1.1);
}

.flowplay-video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #0f0f0f;
  border-radius: 1.5rem;
  width: 100%;
  transition: box-shadow .2s ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 2px 3.2px #0000000c, 0 4px 6.5px #0000000f, 0 7px 9.7px #0001, 0 9px 13.1px #00000012, 0 12px 16.6px #00000012, 0 17px 20.3px #00000013, 0 22px 24.4px #00000013, 0 31px 29.2px #00000014, 0 45px 35.5px #00000015, 0 74px 45.5px #00000017;
}

.flowplay-video-wrapper:hover {
  box-shadow: 0 0 #0000, 0 2px 3.2px #0000000c, 0 4px 6.5px #0000000f, 0 7px 9.7px #0001, 0 9px 13.1px #00000012, 0 12px 16.6px #00000012, 0 17px 20.3px #00000013, 0 22px 24.4px #00000013, 0 31px 29.2px #00000014, 0 45px 35.5px #00000015, 0 74px 45.5px #00000017;
}

.vimeo-video-loading-wrapper {
  z-index: 20;
  color: #fff;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-sub-dropdown-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.track.video-element {
  border-radius: 40px;
  height: 6px;
  position: relative;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.vimeo-player-styling {
  object-fit: cover;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  position: static;
  top: 7%;
  right: 3%;
}

.videos-sub-dropdown-toggle-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.video-controls.hide-mobile-landscape {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.section_player-1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.content-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-dropdown {
  position: relative;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.control-button.is-padding {
  padding: 0;
  display: block;
}

.video-loading-track {
  background-color: #ffffff36;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fullscreen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-4 {
  letter-spacing: -1px;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.vimeo-loading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 30px;
  display: flex;
}

.video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  opacity: 0;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-title-wrapper.show {
  opacity: 1;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.loading-lottie {
  z-index: -1;
  width: 10%;
  margin-bottom: 0;
  position: absolute;
}

.video-controls-wrapper {
  z-index: 5;
  opacity: 0;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper.show {
  opacity: 1;
}

.trackinner {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.video-element {
  color: #fff9f9;
}

.video-poster-play {
  z-index: 0;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-player-wrapper {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.volume-control-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.tag-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.video-controls-wrapper-alt {
  z-index: 5;
  opacity: 0;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper-alt.show {
  opacity: 1;
}

.video-controls-alt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.video-controls-alt.player_1 {
  z-index: 0;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  opacity: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.video-controls-alt.player_1.show {
  opacity: 1;
}

.html-video-player {
  z-index: 0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  letter-spacing: -1px;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.video-title-wrapper-alt {
  z-index: 2;
  grid-row-gap: 5px;
  opacity: 0;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-title-wrapper-alt.show {
  opacity: 1;
}

.section-3 {
  background-color: var(--background-color);
  flex-flow: row;
  width: 100%;
  height: 70vh;
  padding-top: 220px;
  padding-bottom: 400px;
  display: flex;
}

.c-menu-close {
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-menu-item {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.b-overlay-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.copyright {
  opacity: .25;
  color: #aaa;
  white-space: nowrap;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

._w-overlay-menu {
  z-index: 1100;
  background-color: #131313;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 100px;
  display: flex;
  position: relative;
  box-shadow: -5px 0 15px #13131380;
}

.link-menu-item {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.ci-overlay-menu {
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bi-close-menu {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  transform: rotate(-45deg);
}

._w-overlay-menu-bg {
  z-index: 1099;
  background-color: #13131380;
  position: absolute;
  inset: 0%;
}

.c-copyright {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.link-menu {
  letter-spacing: 2px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  transition: all .25s;
}

.link-menu:hover {
  text-shadow: 0 7px 3px #333;
  transform: translate(0, -3px);
}

._w-menu-close {
  cursor: pointer;
}

.c-overlay-menu {
  z-index: 1001;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-stripe {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.close-stripe._2 {
  transform: rotate(90deg);
}

._w-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  background-color: #131313;
  width: 100%;
  height: 100%;
}

.logo-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

._w-main-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.c-logo-content {
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-main-nav {
  z-index: 999;
  padding: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.c-logo-text {
  padding-left: 10px;
  padding-right: 10px;
}

.logo-icon {
  height: 25px;
}

.c-menu-btn {
  cursor: pointer;
}

.menu-stripe {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.menu-stripe.short {
  width: 15px;
}

.slider-trigger-right, .slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.main-slider-nav-arrow {
  display: none;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-mask {
  overflow: visible;
}

._w-slide-btn {
  position: relative;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/4.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/2.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/5.jpg');
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/2.jpg');
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/3.jpg');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/5.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/4.jpg');
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.c-created {
  z-index: 999999;
  opacity: .7;
  transform-origin: 100% 100%;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  transition: all .25s;
  position: fixed;
  inset: 40% 0% auto auto;
  transform: rotate(-90deg);
}

.c-created:hover {
  background-color: #324155;
}

.ci-created {
  display: inline-block;
}

._w-created {
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.created-text {
  color: #fff;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
}

.section-4 {
  background-color: gray;
}

.container-4 {
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content {
  text-align: left;
  max-width: 100%;
  margin-top: 220px;
  margin-left: 100px;
  margin-right: 100px;
}

.text-md {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-md.mb-16 {
  margin-bottom: 16px;
}

.signature {
  height: 72px;
  margin-top: 32px;
}

.paragraph-3, .paragraph-4 {
  font-size: 18px;
}

.bio {
  align-items: center;
  margin-top: 6vw;
  margin-bottom: 6vw;
  padding-bottom: 80px;
  padding-left: 10vw;
  padding-right: 5vw;
  display: flex;
}

.aboutlfwrapper {
  text-align: left;
  flex: none;
  width: 271px;
  font-size: 32px;
  position: relative;
}

.aboutlightfallheader {
  opacity: .8;
  color: #f3f1e3;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.pseudoblock {
  background-color: #f3f1e326;
  width: 6em;
  height: .2em;
  position: absolute;
  inset: 32% auto auto 0%;
  transform: translate(0, -300%);
}

.headshot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.headshot._1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/headshot.jpeg');
  background-clip: border-box;
  margin-top: 60px;
}

.lightfallbio {
  color: #333;
  padding-left: 4vw;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.logocontainer {
  width: 160px;
  position: absolute;
  inset: 24px auto auto 48px;
}

.heading-6 {
  color: #333;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading-6.productions {
  color: #e77474;
  text-align: center;
  margin-top: -20px;
  font-size: 16px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gallery_block {
  width: 20%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 7px 20px -1px #86838399;
}

.gallery_block.bg-image-3 {
  background-image: url('../images/willow.jpeg');
  background-position: 60%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-1 {
  background-image: url('../images/Screenshot-2025-02-04-at-10.26.05-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-5 {
  background-image: url('../images/kay-and-rach.jpeg');
  background-position: 80% 60%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-4 {
  background-image: url('../images/Screenshot-2025-04-09-at-7.27.05-PM.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-2 {
  background-image: url('../images/Screenshot-2025-04-05-at-2.10.34-AM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-66 {
  color: #dfcfcf;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}

.gallery_position {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery_content {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 30rem;
  display: flex;
}

.vertical-padding {
  padding-top: 8rem;
}

.credits {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.team-image-video_wrapper {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-mental-health-america-mha-5543421.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 25rem;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}

.team-image-video_wrapper:hover {
  transform: scale(1.025);
}

.team-image-video_wrapper.chance-armstrong {
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-fauxels-3228927.jpg');
}

.team-image-video_wrapper.martha-tanner {
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-artem-podrez-5440054.jpg');
}

.gradient-heading {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% -75%, #0000 47%, #f4cad2bf 73%), radial-gradient(circle at 50% 0, #f8a3ffb3 14%, #0000 36%), radial-gradient(circle at 100% 90%, #a4e8ff 43%, #0000 79%), radial-gradient(circle at 0%, #f8ff86 21%, #0000 54%), linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.team_item {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-top-2 {
  margin: 0;
}

.margin-top-2.margin-small {
  margin-top: 1rem;
}

.margin-top-2.margin-large {
  margin-top: 3rem;
}

.team-member_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-team {
  padding-bottom: 4rem;
}

.heading-wrapper {
  position: relative;
}

.container-large-5 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.employee-name {
  color: #06554c;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.team-background-video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.job-title {
  color: #216a62;
  font-size: 1.5rem;
  font-weight: 700;
}

.team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.custom-styles {
  display: none;
}

.polaroid-frame {
  background-color: #fcfcfc;
  border-radius: .25rem;
  width: 22.5rem;
  height: 27.5rem;
  padding: 1.25rem;
  position: absolute;
  box-shadow: inset 0 0 1px -1px #0013611a, 0 0 4px 2px #0013611a;
}

.polaroid-frame._4 {
  z-index: 4;
  transform: rotate(0);
}

.polaroid-frame._2 {
  z-index: 2;
  transform: rotate(3deg);
}

.polaroid-frame._3 {
  z-index: 3;
  transform: rotate(-3deg);
}

.polaroid-frame._5 {
  z-index: 5;
}

.polaroid-frame._1 {
  z-index: 1;
  transform: rotate(13deg);
}

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

.main-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.polaroid-image-wrapper {
  border-radius: .125rem;
  width: 20rem;
  height: 22.5rem;
  overflow: hidden;
}

.polaroids-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 32rem;
  display: flex;
  position: relative;
}

.polaroid-text {
  text-align: center;
  padding-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

.badge-author---brix {
  color: #fff;
  background-color: #17411e;
  border-radius: 100px;
  padding: 15px 18px;
  font-family: Apercu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: auto auto 40px 40px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cloneable-container-default.center.bg-transparent {
  background-color: #0000;
}

.container-865px-center {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.social-icon-square {
  background-color: #f3f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

.mg-bottom-8px {
  margin-bottom: 8px;
  font-family: Apercu, sans-serif;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.card-author---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix.right {
  z-index: 1;
  min-width: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.author-image-square---brix {
  background-image: url('../images/placeholder-author-bio-image-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 55%;
}

.author-image-square---brix.float-image {
  background-image: url('../images/headshot.jpeg');
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mg-bottom-32ps {
  margin-bottom: 32px;
  font-family: Apercu, sans-serif;
  font-size: 15px;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  place-content: stretch start;
  place-items: stretch start;
}

.position-relative {
  position: relative;
}

.right-content-v2---brix {
  max-width: 580px;
  padding: 60px 48px;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large.no-max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-navbar2-button {
    display: none;
  }

  .button.is-navbar2-button.mobile {
    margin-top: 5px;
    display: flex;
  }

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

  .padding-section-medium.grey {
    padding: 100px 20px;
  }

  .padding-section-medium.grey.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-style-h2.center {
    margin-top: 0;
    padding-top: 20px;
  }

  .heading-style-h2.center.offerings {
    padding-top: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-section-large.no-btm-mrgn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--background-color);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 11.3rem;
    padding-bottom: 15rem;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_component {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .section_header23 {
    min-height: 0;
    margin-top: 75px;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 75px;
    line-height: 80px;
  }

  .section.offerings {
    padding-top: 0;
  }

  .section.no-top-mrg.btm-mrg {
    padding-bottom: 60px;
  }

  .layout41_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout41_component.signup.no-tm.white {
    width: auto;
  }

  .layout227_component {
    grid-column-gap: 2rem;
    place-content: center;
    align-items: center;
  }

  .layout169_content.grey {
    height: auto;
    padding: 25px;
  }

  .layout169_content.grey.feedback {
    height: 425px;
  }

  .layout169_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .divider-section.contact {
    margin-bottom: -101px;
  }

  .div-for-columns {
    margin-top: 159px;
  }

  .div-block-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .form-block-2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    padding-left: 100px;
    padding-right: 100px;
  }

  ._4-cars-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1.5fr;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .cursor-area {
    display: none;
  }

  .flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .video-title {
    font-size: 1.2rem;
  }

  .video-title-wrapper, .video-title-wrapper-alt {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .c-overlay-menu {
    display: none;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .c-funtext, .second-slider-container {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bio {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutlightfallheader {
    margin-bottom: 40px;
  }

  .lightfallbio {
    padding-left: 0;
  }

  .gallery_block {
    width: 100%;
    height: 20%;
  }

  .gallery_block.bg-image-5 {
    background-position: 50% 40%;
  }

  .gallery_block.bg-image-4 {
    background-position: 50%;
  }

  .gallery_content {
    flex-direction: column;
    height: 40rem;
  }

  .gradient-heading {
    font-size: 6rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team_list {
    grid-template-columns: 1fr 1fr;
  }

  .polaroid-frame._4 {
    transform: translate(-25vw)rotate(-6deg);
  }

  .polaroid-frame._2 {
    transform: translate(54vw)rotate(3deg);
  }

  .polaroid-frame._3 {
    transform: translate(40vw, -1vh)rotate(14deg);
  }

  .polaroid-frame._1 {
    transform: translate(-48vw)rotate(13deg);
  }

  .polaroids-wrapper {
    transform: scale(.8);
  }

  .flex-horizontal.end.tablet-vertical {
    flex-direction: column;
  }

  .card-author---brix.right {
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .author-image-square---brix.float-image {
    width: 100%;
    min-height: 500px;
    position: static;
  }

  .right-content-v2---brix {
    max-width: none;
  }
}

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium.grey {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-size-medium.grey.no-bm {
    margin-bottom: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .container-large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-section-medium.grey.contact-us {
    padding: 20px 60px;
  }

  .padding-section-medium.grey.team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .navbar2_component {
    min-height: 4rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }

  .section.offerings {
    padding-top: 0;
  }

  .section.offerings.no-top-margin.btm-mrg {
    padding-bottom: 40px;
  }

  .layout41_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h2-center {
    align-items: center;
  }

  .h2-center.header {
    margin-top: 0;
  }

  .layout227_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout169_content.grey {
    height: auto;
  }

  .layout169_content.grey.feedback {
    height: auto;
    margin-top: 0;
  }

  .layout169_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout169_component.top-margin-margin {
    margin-top: 40px;
  }

  .layout169_component._80-top-mrgn {
    margin-top: 50px;
  }

  .divider-section.contact {
    margin-bottom: -123px;
  }

  .divider-section.contact.dec-line-btm {
    margin-top: -18px;
  }

  .divider-section.rotate {
    margin-top: 40px;
  }

  .footer {
    background-position: 50% 41%;
  }

  .div-for-columns {
    margin-top: 123px;
  }

  .footer-text.left-align {
    text-align: center;
  }

  .footer-text.align-right {
    float: none;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-3.profile-image {
    width: 250px;
    height: 250px;
    margin-top: -14px;
  }

  .team-images-row {
    flex-wrap: wrap;
  }

  .team-profile-name.founder {
    margin-bottom: 40px;
  }

  .div-block-6, .div-block-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .video-blog-grids {
    flex-direction: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._3-crds-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .button-wrap {
    margin-left: 10%;
  }

  .padding-section-small-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .track-wrapper {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .video-controls.hide-mobile-landscape {
    display: none;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lower-video-controls {
    margin: auto;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

  .control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .fullscreen {
    display: none;
  }

  .video-controls-alt.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._w-overlay-menu {
    width: 100%;
  }

  .link-menu {
    font-size: 2em;
  }

  .c-main-nav {
    padding: 20px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gradient-heading {
    font-size: 4rem;
  }

  .team_item {
    height: 100%;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .employee-name {
    font-size: 1.125rem;
  }

  .team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-image-square---brix.float-image {
    min-height: 402px;
  }

  .right-content-v2---brix {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    font-size: 30px;
    line-height: 35px;
  }

  .text-size-medium.grey {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .text-size-medium.grey.no-bm {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-medium.grey {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-section-medium.grey.contact-us {
    padding: 0 10px;
  }

  .padding-section-medium.grey.team {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .section.offerings.no-top-margin, .section.offerings.no-top-margin.btm-mrg {
    padding-bottom: 0;
  }

  .section.btm-mrgn {
    padding-bottom: 20px;
  }

  .layout41_component {
    grid-template-columns: 1fr;
  }

  .layout41_component.signup.no-tm.white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-center {
    font-size: 40px;
    line-height: 45px;
  }

  .layout227_component {
    grid-template-columns: 1fr;
  }

  .layout169_content.grey {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout169_component {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .layout169_component.btm-mrg-100.top-mrgn {
    margin-top: 40px;
  }

  .layout169_component.top-margin-margin {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .divider-section {
    background-position: 50% 100%;
  }

  .divider-section.contact {
    z-index: 90;
    margin-bottom: -86px;
  }

  .divider-section.contact.dec-line-btm {
    background-position: 0%;
    margin-top: -91px;
  }

  .divider-section.rotate {
    background-position: 0%;
  }

  .footer {
    background-position: 100%;
  }

  .div-for-columns {
    margin-top: 62px;
  }

  .feedback {
    padding-top: 100px;
  }

  .header2 {
    font-size: 40px;
    line-height: 48px;
  }

  .success-message-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4 {
    margin-bottom: 60px;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-2 {
    width: auto;
  }

  .form-block-2.btm-mrgn {
    padding-bottom: 75px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._4-cars-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._5-cards-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .headline-section {
    text-align: center;
  }

  ._3-crds-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-wrap {
    margin-left: 0%;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .video-title {
    font-size: .9rem;
  }

  .video-title-wrapper, .video-title-wrapper-alt {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .link-menu {
    font-size: 2.5em;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .container-4 {
    padding-right: 24px;
  }

  .content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-image-video_wrapper {
    width: 15rem;
    height: 20rem;
  }

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

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team_list {
    grid-template-columns: 1fr;
  }

  .polaroids-wrapper {
    transform: scale(.6);
  }

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

  .author-image-square---brix.float-image {
    min-height: 350px;
  }
}

#w-node-ee1e9f8d-73e4-85b7-0983-cd8e46809574-8ec44389 {
  justify-self: center;
}

#w-node-ee1e9f8d-73e4-85b7-0983-cd8e46809587-8ec44389 {
  justify-self: end;
}

#w-node-_05fd4d1a-8b02-68d4-171b-1c0d114072de-8ec44389 {
  place-self: start;
}

#w-node-df4dce74-f388-c55a-e5e3-ac5fd2cea78e-8ec44389, #w-node-df4dce74-f388-c55a-e5e3-ac5fd2cea78f-8ec44389, #w-node-df4dce74-f388-c55a-e5e3-ac5fd2cea790-8ec44389, #w-node-df4dce74-f388-c55a-e5e3-ac5fd2cea791-8ec44389, #w-node-df4dce74-f388-c55a-e5e3-ac5fd2cea792-8ec44389, #w-node-_8f3373de-b8c9-e2c0-f36a-0837bc67e1f9-8ec44389, #w-node-_8f3373de-b8c9-e2c0-f36a-0837bc67e1fb-8ec44389, #w-node-_8f3373de-b8c9-e2c0-f36a-0837bc67e1fd-8ec44389, #w-node-_8f3373de-b8c9-e2c0-f36a-0837bc67e1ff-8ec44389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1cb6c5b-ddea-b510-212e-c9b22bc30375-8ec44389 {
  justify-self: stretch;
}

#w-node-c36a2c71-c334-61dc-3149-84bf2f6648d7-8ec44389 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c36a2c71-c334-61dc-3149-84bf2f6648f0-8ec44389 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c36a2c71-c334-61dc-3149-84bf2f664900-8ec44389 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c36a2c71-c334-61dc-3149-84bf2f664919-8ec44389, #w-node-c36a2c71-c334-61dc-3149-84bf2f664932-8ec44389 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c44b0002-837e-0164-73b2-d025e67cb49b-8ec4438a {
  place-self: start;
}

#w-node-c44b0002-837e-0164-73b2-d025e67cb4a0-8ec4438a {
  justify-self: stretch;
}

#w-node-_2b992813-a1c4-626e-3afc-2ad2a233ad68-a233ad64 {
  justify-self: center;
}

#w-node-_2b992813-a1c4-626e-3afc-2ad2a233ad7f-a233ad64 {
  justify-self: end;
}

#w-node-_6fd2efb2-11e3-bb80-9e78-7f30e7342679-8ec4438b, #w-node-_62cbe466-2fce-ca06-8147-3ade0d0a262c-8ec4438b, #w-node-_4d337371-8add-9342-d84b-f338fa989af9-8ec4438b, #w-node-_4d337371-8add-9342-d84b-f338fa989afe-8ec4438b, #w-node-_5f029007-e63d-bfb1-b603-c70f3957e73e-8ec4438b, #w-node-_5f029007-e63d-bfb1-b603-c70f3957e743-8ec4438b, #w-node-_1177ca7f-8d7e-6d30-b0d3-3767f1222989-8ec4438b, #w-node-_1177ca7f-8d7e-6d30-b0d3-3767f122298e-8ec4438b, #w-node-_2b07e423-8547-e937-f756-9fa7d7c3be9e-8ec4438b, #w-node-_2b07e423-8547-e937-f756-9fa7d7c3bea3-8ec4438b, #w-node-_0465c3aa-4adf-4ca1-1359-6b977166c229-8ec4438b, #w-node-_0465c3aa-4adf-4ca1-1359-6b977166c22e-8ec4438b, #w-node-_51f21508-fd39-49fd-76d1-eee97b5246eb-8ec4438b, #w-node-_51f21508-fd39-49fd-76d1-eee97b5246f0-8ec4438b {
  place-self: start;
}

#w-node-_64313f88-fae9-5b3b-4d0d-2ba3b0a44884-8ec4438b, #w-node-d8f13139-e84d-3edf-8b83-2539b77d6d23-8ec4438d, #w-node-_9d75638a-64db-ee4c-1119-740a843e8d52-8ec4438f, #w-node-_0d2561c8-0d57-5269-50ef-c9ce525818c2-8ec44390 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c36a2c71-c334-61dc-3149-84bf2f6648d7-8ec44389, #w-node-c36a2c71-c334-61dc-3149-84bf2f6648f0-8ec44389, #w-node-c36a2c71-c334-61dc-3149-84bf2f664900-8ec44389, #w-node-c36a2c71-c334-61dc-3149-84bf2f664919-8ec44389 {
    grid-column: span 1 / span 1;
  }

  #w-node-c36a2c71-c334-61dc-3149-84bf2f664932-8ec44389 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c36a2c71-c334-61dc-3149-84bf2f664932-8ec44389 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}