@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype"), url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk Variablefont Wght;
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk Variablefont Wght;
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk Variablefont Wght;
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color-light: #fdf4de;
  --dark-blue: #083049;
  --dark-red: #6e2e2e;
  --sectra: "Gt Sectra Fine", Arial, sans-serif;
  --red: #fe0009;
  --paragraph-dark: #565659;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --grotesk: "Hostgrotesk Variablefont Wght", Arial, sans-serif;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px #e6e6e6;
  padding-left: 20px;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: var(--bg-color-light);
  width: 100%;
  padding: 16px 5%;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-button-navigation.flex {
  background-color: var(--dark-blue);
  color: var(--bg-color-light);
  text-transform: uppercase;
  background-image: url('../images/Group-185-1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding: 8px 40px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.udesly-button-navigation.flex:hover {
  background-position: 85%;
  min-width: 300px;
  padding-left: 55px;
  transform: scale(1.05);
}

.udesly-button-navigation.flex.mini {
  background-color: var(--dark-red);
  background-image: url('../images/Vector.svg');
  background-position: 85%;
  background-size: 10px;
  min-width: 150px;
  padding: 8px 32px;
  font-size: 14px;
}

.udesly-button-navigation.flex.mini:hover {
  background-color: var(--dark-blue);
  background-position: 80%;
  padding-left: 25px;
}

.udesly-button-navigation.flex.mini.blue {
  background-color: var(--dark-blue);
  text-transform: none;
  background-image: url('../images/Group-185-1.svg');
  background-size: 20px;
  min-width: 220px;
}

.udesly-button-navigation.flex.mini.blue.red {
  background-color: var(--dark-red);
}

.udesly-button-navigation.flex.larger {
  background-color: var(--dark-red);
  min-width: 400px;
}

.udesly-button-navigation.flex.larger:hover {
  background-color: var(--dark-red);
}

.udesly-button-navigation.flex.large {
  min-width: 350px;
}

.udesly-button-navigation.flex.connected {
  background-color: var(--dark-red);
  background-image: url('../images/Group-185-2.svg');
  min-width: 240px;
}

.udesly-button-navigation.flex.connected:hover {
  background-image: url('../images/Group-185-2.svg');
  background-position: 90% 60%;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-content-container {
  display: flex;
}

.body {
  background-color: var(--bg-color-light);
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-family: var(--sectra);
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 500;
  line-height: 125%;
}

.udesly-display-large.udesly-text-extrabold.left {
  text-align: left;
}

.udesly-display-large.bold {
  color: var(--dark-red);
  font-weight: 700;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large.udesly-max-width-480 {
  max-width: 480px;
  margin-left: 60px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

.udesly-paragraph-large.udesly-max-width-480.small {
  max-width: 380px;
  height: auto;
  font-size: 22px;
  position: relative;
}

.udesly-paragraph-large.udesly-max-width-480.small.tiny {
  max-width: 500px;
  margin-left: 0;
}

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

.default---container.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: min(100vh, 900px);
  margin-top: 140px;
  display: flex;
  position: relative;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.udesly-grid-two-column.space {
  margin-bottom: 40px;
}

.udesly-media-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-left: 60px;
  display: flex;
}

.udesly-media-wrapper.center {
  margin-top: 0;
  margin-left: 0;
}

.udesly-media-wrapper.center.space {
  margin-top: 40px;
}

.udesly-numbers-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin-top: 92px;
  display: flex;
}

.udesly-button-media {
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  flex: none;
  transition: all .25s ease-out;
  overflow: hidden;
}

.udesly-button-media:hover {
  transform: translate(0, -2px);
}

.udesly-hero-image {
  z-index: 999;
  background-image: url('../images/Untitled-design---2026-02-12T154705.245.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 50%;
  height: 600px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 64px 0% 0% auto;
}

.udesly-hero-image.larger {
  height: min(120vh, 1080px);
}

.udesly-hero-image.larger.right {
  left: 0%;
  right: auto;
}

.udesly-hero-image.larger.why {
  background-image: url('../images/descent-1.png');
}

.udesly-hero-image.about {
  pointer-events: none;
  background-image: url('../images/Sun_Radial_Rays_Cleaned-1.png');
  background-position: 100% 0;
  top: 0;
}

.udesly-hero-image.about.directory {
  z-index: auto;
  background-image: url('../images/Mark-Generation_edited-1.png');
  max-width: 100%;
}

.udesly-hero-image.home {
  background-image: url('../images/Untitled-design---2026-02-12T151932.587.png');
}

.default---section {
  background-color: #0000;
  margin-bottom: 50px;
  padding: 50px 5%;
  position: relative;
}

.default---section.udesly-2-columns {
  background-color: #0000;
  margin-bottom: 140px;
  padding-top: 150px;
  padding-bottom: 56px;
}

.default---section.udesly-2-columns.spacinh {
  padding-top: 0;
}

.default---section.udesly-2-columns.less {
  padding-top: 60px;
}

.default---section.padding {
  margin-top: 200px;
}

.default---section.padding.none {
  margin-top: 100px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block {
  z-index: 0;
  background-color: #e5c28d;
  width: 276px;
  height: 678px;
  position: absolute;
  top: 0%;
  right: 0;
}

.div-block.larger {
  width: 438px;
  height: 600px;
  top: 30%;
}

.div-block.larger.red {
  background-color: var(--dark-red);
  width: 200px;
  height: 400px;
  top: 40%;
}

.div-block.left {
  width: 250px;
  height: 300px;
  top: 45%;
  left: 0;
  right: auto;
}

.side-image {
  position: absolute;
  top: -29%;
  left: 0%;
}

.side-image.tabs {
  top: 0%;
  left: -2%;
}

.side-image.tabs.sticky {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0%;
  left: 0%;
}

.side-image.center {
  top: -20%;
  left: 29vw;
}

.left-align-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  right: -10%;
}

.left-align-feature.stretch {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.left-align-feature.stretch.full {
  width: 100%;
  right: auto;
}

.left-align-feature.spacing {
  margin-top: 100px;
}

.left-align-feature.spacing._100 {
  margin-bottom: -40px;
  right: auto;
}

.left-align-feature._50 {
  width: 90%;
  margin-top: 0;
}

.left-align-feature._50.down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
}

.left-align-feature.no-margin {
  width: 100%;
  margin-bottom: 20px;
}

.left-align-feature._100 {
  width: 100%;
  right: auto;
}

.heading {
  color: var(--red);
  margin-top: 10px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
}

.heading.dark-red {
  color: var(--dark-red);
}

.section {
  position: relative;
}

.line-1px {
  background-color: var(--red);
  width: 25%;
  height: 1px;
}

.logo-holder {
  width: 150px;
}

.logo-holder.larger {
  width: 200px;
}

.logo {
  width: 100%;
}

.feature-description {
  text-align: center;
  width: 60%;
}

.feature-description._80 {
  text-align: left;
  width: 100%;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.feature-description._80._1 {
  text-align: center;
  width: 60%;
}

.feature-description._80.spaceing {
  color: var(--dark-blue);
  margin-bottom: 20px;
}

.feature-description._80.spaceing.light {
  color: var(--bg-color-light);
}

.large-description {
  color: var(--red);
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 145%;
}

.div-block-2 {
  margin-top: 20px;
  margin-left: 60px;
}

.italic-text {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.image {
  height: 811px;
  position: absolute;
  top: 0%;
  left: -10%;
}

.tabs-menu {
  background-color: var(--red);
  border-radius: 114px;
  width: 320px;
  padding: 4px;
}

.current-tab {
  background-color: var(--red);
  color: var(--bg-color-light);
  border-radius: 114px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.current-tab.w--current {
  background-color: var(--bg-color-light);
  color: var(--dark-blue);
  border-radius: 114px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-span {
  text-transform: lowercase;
  font-style: italic;
}

.text-block {
  text-transform: uppercase;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.second-tab {
  background-color: var(--red);
  color: var(--bg-color-light);
  border-radius: 114px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.text-field {
  background-color: #f0ddbf;
  border-radius: 114px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
}

.sign-up {
  background-color: var(--dark-blue);
  color: var(--bg-color-light);
  text-transform: uppercase;
  background-image: url('../images/Group-185.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 114px;
  padding: 12px 60px 12px 20px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  transition: all .3s;
}

.sign-up:hover {
  background-position: 80%;
  padding-left: 30px;
  padding-right: 50px;
}

.tabs-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tabs-2.left {
  align-items: flex-start;
}

.italic-text-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-3 {
  background-color: var(--red);
  width: 300px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -68px;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.snap-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.p-xs-start {
  padding-top: 1em;
}

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

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
  object-fit: contain;
  height: 800px;
  position: static;
  left: 15%;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-img._1 {
  z-index: 4;
  object-fit: contain;
  height: 800px;
  left: 15%;
}

.teaser-img._1.smaller {
  height: 700px;
}

.teaser-section {
  width: 100%;
  height: 150vh;
  margin-top: 100px;
  position: relative;
  top: 0;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 30px;
}

.teaser-column {
  width: 50%;
  position: relative;
  left: -10%;
}

.teaser-column._1 {
  width: 100%;
  position: sticky;
  left: 0%;
}

.teaser-column.nomargin {
  left: -5%;
}

.p-teaser-img-wrap {
  height: 800px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.teaser-copy--testimonial {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: -100px;
  display: flex;
  position: absolute;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-2 {
  color: var(--red);
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-2.subtitle {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
}

.section-2 {
  aspect-ratio: auto;
  object-fit: scale-down;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.section-2.model3 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-image: none;
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-2.modely, .section-2.models, .section-2.modelx {
  text-align: center;
  background-image: none;
  flex-direction: row-reverse;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 44px;
  display: flex;
}

.container {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  max-width: none;
  margin: 91px 60px;
  padding-top: 0;
  display: flex;
}

.container.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
}

.fixbug {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 70px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.textwrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-2 {
  background-image: linear-gradient(to bottom, var(--dark-red), var(--dark-red));
  border-radius: 100rem;
}

.scroll_wrap {
  height: 100vh;
  position: relative;
  overflow: visible;
}

.scroll_section {
  text-align: center;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll_section.is-active {
  visibility: visible;
  height: 100vh;
  top: 0%;
  bottom: auto;
}

.image-3 {
  background-image: linear-gradient(#6e2e2e, #6e2e2e);
  border-radius: 100rem;
  width: 100%;
  height: 60vh;
}

.image-3._2 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.image-3.no-backgrounf {
  opacity: 0;
  background-image: none;
  border-radius: 0;
  height: auto;
  position: static;
  left: -143px;
}

.image-3.no-backgrounf.custom {
  opacity: 100;
  width: auto;
  height: 60vh;
  position: absolute;
  left: 0;
}

.teaser-copy--signup {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: -100px;
  display: flex;
  position: absolute;
}

.teaser-right-stage {
  width: 80%;
  height: 100vh;
  position: sticky;
  left: 0;
}

.teaser-right-stage._1 {
  width: 100%;
  position: sticky;
  left: 0%;
}

.teaser-left {
  width: 50%;
  position: sticky;
  top: 0;
  left: -10%;
}

.teaser-left._1 {
  width: 100%;
  position: sticky;
  left: 0%;
}

.teaser-grid-2 {
  align-items: stretch;
  display: flex;
}

.tabs-menu-2 {
  background-color: #fe0009;
  border-radius: 114px;
  width: 320px;
  padding: 4px;
  display: flex;
  flex-direction: row;
}

.tabs-menu-2.width {
  width: 350px;
}

.teaser-section-2 {
  margin-top: 200px;
}

.sign-up-2 {
  color: #fdf4de;
  text-transform: uppercase;
  background-color: #083049;
  background-image: url('../images/Group-185.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 114px;
  padding: 12px 60px 12px 20px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  transition: all .3s;
}

.sign-up-2:hover {
  background-position: 80%;
  padding-left: 30px;
  padding-right: 50px;
}

.text-block-3 {
  color: #fe0009;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-3.subtitle {
  color: #083049;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
}

.italic-text-3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.heading-2 {
  color: #fe0009;
  margin-top: 10px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
}

.text-block-4 {
  text-align: center;
  text-transform: uppercase;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.teaser-copy-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: -100px;
  display: flex;
  position: relative;
}

.current-tab-2 {
  color: #fdf4de;
  background-color: #fe0009;
  border-radius: 114px;
  width: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.current-tab-2.w--current {
  color: #083049;
  background-color: #fdf4de;
  border-radius: 114px;
  width: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.teaser-copy-wrap-signuo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: -100px;
  display: flex;
  position: relative;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

.c-card._1 {
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: sticky;
  top: 180px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: var(--bg-color-light);
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.div-block-4 {
  position: absolute;
}

.angel-section {
  height: 160vh;
  position: relative;
  overflow: hidden;
}

.angel-stage {
  justify-content: center;
  align-items: center;
  height: 160vh;
  display: flex;
  position: sticky;
  top: 10px;
}

.angel-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.angel-left {
  z-index: 2;
  transform-origin: 0 100%;
  object-fit: contain;
  width: 55vw;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: clip;
}

.angel-right {
  z-index: 3;
  transform-origin: 100% 100%;
  object-fit: contain;
  width: 55vw;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.angel-copy {
  z-index: 3;
  opacity: 0;
  color: var(--paragraph-dark);
  text-align: center;
  width: 400px;
  position: relative;
}

.heading-3 {
  color: var(--bg-color-light);
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.text-block-5 {
  color: var(--bg-color-light);
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
}

.text-block-5.link {
  color: #d8a95c;
  text-transform: uppercase;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.angel-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.angel-link:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transform: scale(1.1);
}

.rt-category-cards-text {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-testimonial-v-four {
  padding-top: 33px;
}

.rt-testimonial-rating-block {
  height: 26px;
  position: relative;
  overflow: hidden;
}

.rt-testimonial-rating-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-right: 1px solid #c3c3c3;
  flex: 0 32%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 38px;
}

.rt-user-about {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-user-designation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.rt-section-five-text-image {
  flex: 1;
  max-width: 230px;
  margin-top: 20px;
}

.rt-rating-text {
  color: #191b1d;
  font-weight: 500;
}

.rt-rating-text.rt-three-rating, .rt-rating-text.rt-four-rating, .rt-rating-text.rt-two-rating {
  position: absolute;
  transform: translate(0, 100%);
}

.rt-rating-text.rt-one-rating {
  font-weight: 400;
}

.rt-testimonial-slides {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-slide-nav {
  display: none;
}

.rt-designation {
  color: var(--\<unknown\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
}

.rt-testiminials {
  flex: 0 68%;
  justify-content: flex-end;
  align-items: center;
}

.rt-home-two-section-five-heading {
  max-width: 330px;
  margin-bottom: 35px;
}

.rt-testimonial-mask {
  width: 100%;
  height: 300px;
  padding-left: 140px;
}

.rt-left-arrow-block {
  background-color: #d4d3d2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 76px;
  transition: opacity .35s;
  display: flex;
  top: auto;
  bottom: 1%;
  right: auto;
}

.rt-left-arrow-block:hover {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-left-arrow-image {
  width: 40px;
  transform: rotate(180deg);
}

.rt-user-block {
  flex: none;
  max-width: 67px;
}

.rt-home-two-testimonial-wrap {
  border-top: 1px solid #c3c3c3;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

.rt-testimonial-wrapper {
  overflow: hidden;
}

.rt-testimonial-slide {
  vertical-align: baseline;
  height: 200px;
}

.rt-user-line {
  background-color: #c3c3c3;
  width: 32px;
  height: 1px;
}

.rt-user-image {
  border-radius: 100%;
}

.rt-right-arrow-block {
  background-color: #d4d3d2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 76px;
  transition: opacity .35s;
  display: flex;
  inset: auto 0% 1px 1%;
}

.rt-right-arrow-block:hover {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-user-profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  margin-top: 30px;
}

.rt-body-font-color {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-300 {
  font-size: 20px;
  line-height: 20px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---testimonial-v3-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 548px;
  overflow: hidden;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---card-testimonial-v3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-content-testimonial-v3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 88px;
  display: flex;
}

.brix---slider-mask-testimonial-v3 {
  box-shadow: 0 2px 10px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  height: 100%;
}

.rt-category-cards-text-2 {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-testimonial-v-four {
  padding-top: 33px;
}

.rt-testimonial-rating-block-2 {
  height: 26px;
  position: relative;
  overflow: hidden;
}

.rt-testimonial-rating-section-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-right: 1px solid #c3c3c3;
  flex: 0 32%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 38px;
}

.rt-user-about-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-user-designation-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.rt-section-five-text-image-2 {
  flex: 1;
  max-width: 230px;
  margin-top: 20px;
}

.rt-rating-text-2 {
  color: #191b1d;
  font-weight: 500;
}

.rt-rating-text-2.rt-three-rating, .rt-rating-text-2.rt-four-rating, .rt-rating-text-2.rt-two-rating {
  position: absolute;
  transform: translate(0, 100%);
}

.rt-rating-text-2.rt-one-rating {
  font-weight: 400;
}

.rt-testimonial-slides-2 {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-slide-nav-2 {
  display: none;
}

.rt-designation-2 {
  color: var(--\<unknown\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
}

.rt-testiminials-2 {
  flex: 0 68%;
  justify-content: flex-end;
  align-items: center;
}

.rt-home-two-section-five-heading-2 {
  max-width: 330px;
  margin-bottom: 35px;
}

.rt-testimonial-mask-2 {
  width: 100%;
  padding-left: 140px;
}

.rt-left-arrow-block-2 {
  background-color: #d4d3d2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 76px;
  transition: opacity .35s;
  display: flex;
  top: -22%;
  bottom: auto;
  right: 5%;
}

.rt-left-arrow-block-2:hover {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-left-arrow-image-2 {
  transform: rotate(180deg);
}

.rt-user-block-2 {
  flex: none;
  max-width: 67px;
}

.rt-home-two-testimonial-wrap-2 {
  border-top: 1px solid #c3c3c3;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rt-testimonial-wrapper-2 {
  overflow: hidden;
}

.rt-user-line-2 {
  background-color: #c3c3c3;
  width: 32px;
  height: 1px;
}

.rt-user-image-2 {
  border-radius: 100%;
}

.rt-right-arrow-block-2 {
  background-color: #d4d3d2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 76px;
  transition: opacity .35s;
  display: flex;
  inset: -22% 0% auto auto;
}

.rt-right-arrow-block-2:hover {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-user-profile-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  margin-top: 30px;
}

.rt-body-font-color-2 {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 0;
}

.brix---text-301 {
  font-size: 20px;
  line-height: 20px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---heading-h2-size-2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: auto;
}

.brix---testimonial-v3-image-wrapper-2 {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 548px;
  overflow: hidden;
}

.brix---paragraph-default-2 {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-left-2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--800);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto 0;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale(1.1);
}

.brix---btn-slider-arrow-right---top-right-2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--800);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto 0% 35%;
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale(1.1);
}

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

.brix---card-testimonial-v3-2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: #0000;
  border-radius: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-content-testimonial-v3-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
  display: flex;
}

.brix---card-content-testimonial-v3-2._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.brix---slider-mask-testimonial-v3-2 {
  border-radius: 24px;
  height: 300px;
}

.brix---slider-mask-testimonial-v3-2.taller {
  border-radius: 0;
  height: auto;
}

.div-block-5 {
  position: absolute;
  bottom: 7%;
  left: 5.5%;
}

.div-block-5.line {
  background-color: var(--red);
  width: 400px;
  height: 2px;
  bottom: 10%;
  left: 40%;
}

.div-block-5.repositioned {
  letter-spacing: 2px;
  font-size: 18px;
  bottom: 0%;
  left: 0%;
}

.text-block-6 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
}

.line {
  background-color: var(--red);
  width: 600px;
  height: 2px;
  margin-left: 20px;
  position: absolute;
  bottom: 28.3%;
  left: 42%;
}

.line.gold {
  background-color: #d1ab67;
  width: 1000px;
  bottom: 33%;
  left: 25%;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.phone-screen {
  position: relative;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #cacaca;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.second, .phone-screen_img.fourth {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.phone-screen_img.first {
  background-image: none;
}

.position-relative {
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  display: block;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.phone-mock {
  background-color: #cacaca;
  border-radius: 2em;
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.section-2 {
  background-image: none;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.phone-mock_tab {
  background-color: #cacaca;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 50%;
  height: 6%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-6 {
  z-index: -1;
  background-color: var(--dark-red);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Untitled-design---2026-02-13T150833.802.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
}

.scrolling-tabs {
  background-color: var(--dark-red);
  height: 400vh;
  margin-bottom: 0;
  position: relative;
}

.div-block-7 {
  background-color: var(--dark-red);
  width: 100%;
  height: 50vh;
  position: sticky;
  top: 50vh;
  bottom: auto;
}

.div-block-8 {
  max-width: 55vw;
  position: absolute;
  inset: 0 0 0% auto;
}

.top-half {
  z-index: 999;
  background-color: var(--bg-color-light);
  width: 100%;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 60px;
  position: relative;
  top: 0;
}

.heading-4 {
  color: var(--dark-red);
  margin-left: 0;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.heading-4.space {
  margin-bottom: 60px;
}

.heading-5 {
  color: #d8a95c;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-7 {
  max-width: 400px;
  margin-left: 0;
  font-size: 18px;
  line-height: 22px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 60px;
}

.cross-icon {
  opacity: .5;
  width: 40px;
}

.cross-icon.current {
  opacity: 100;
}

.tab-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  height: 100%;
  margin-left: 30px;
  padding-top: 30px;
  display: flex;
  position: absolute;
  left: 100px;
}

.heading-6 {
  color: #d1ab67;
  text-transform: uppercase;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.text-block-8 {
  font-size: 18px;
}

.text-block-9 {
  color: var(--bg-color-light);
  max-width: 500px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.section-marker {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20%;
}

.section-marker._20 {
  top: 50%;
}

.section-marker._40 {
  top: 60%;
}

.section-marker._60 {
  top: 70%;
}

.section-marker._80 {
  top: 80%;
}

.section-4 {
  height: 100vh;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -200px;
}

.image-4 {
  width: 50%;
  position: relative;
}

.tab-1 {
  z-index: auto;
  background-color: var(--dark-red);
  width: 100%;
  height: 50vh;
  margin-left: 0;
  padding-left: 140px;
  display: flex;
  position: absolute;
  top: 0;
}

.tab-2, .tab-3, .tab-4 {
  z-index: auto;
  background-color: var(--dark-red);
  opacity: 0;
  width: 100%;
  height: 50vh;
  padding-left: 140px;
  position: absolute;
  top: 0;
}

.image-5 {
  width: 50vw;
  position: absolute;
  top: 2vh;
  right: 0;
}

.div-block-12 {
  width: 50px;
  height: 50vh;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cross-container {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  width: 50px;
  height: 50vh;
  margin-left: 60px;
  display: flex;
  position: sticky;
  inset: 50vh auto auto 0%;
}

.icon-cross {
  opacity: .05;
  width: 50px;
}

.icon-cross._2, .icon-cross._3, .icon-cross._4 {
  opacity: .5;
}

.icon-cross._1 {
  opacity: 1;
}

.div-block-14 {
  max-width: 600px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 80px;
}

.heading-7 {
  color: #d1ab67;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.text-block-10 {
  color: var(--bg-color-light);
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.section-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}

.section-5.large {
  min-height: 900px;
  padding-bottom: 60px;
}

.div-block-15 {
  max-width: 500px;
}

.description {
  margin-bottom: 60px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.max-width {
  width: 100%;
}

.left-bottom {
  pointer-events: none;
  background-image: url('../images/St.-Joseph-of-Arimathea-Duotone-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 900px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-bottom.book-cover {
  background-image: url('../images/Group-177.png');
  height: 600px;
  bottom: 5%;
  right: 5%;
}

.image-6 {
  object-fit: contain;
}

.dark {
  background-color: var(--dark-blue);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.dark.custom {
  background-color: var(--bg-color-light);
}

.div-block-16 {
  width: 50%;
  margin-left: 0;
  margin-right: 100px;
}

.small {
  height: 800px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.small.brix---card-content-testimonial-v3-2 {
  height: auto;
  position: absolute;
  top: -20vh;
  left: -11%;
}

.small.brix---card-content-testimonial-v3-2.extra {
  top: 0;
  left: 0%;
}

.section-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6.smaller {
  padding-top: 0;
  padding-bottom: 0;
}

.image-7 {
  max-width: 500px;
}

.div-block-17 {
  height: 115px;
  position: relative;
  margin-top: -265px;
  margin-bottom: 125px;
  z-index: 1;
  transform: rotate(-5deg);
}

.div-block-17.about-us {
  margin-top: -265px;
}

.text-block-11 {
  color: #d8a95c;
  text-align: center;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 110px;
  font-style: italic;
  line-height: 115px;
}

.heading-8 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.div-block-18 {
  text-align: center;
  max-width: 300px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
}

.div-block-18._350 {
  max-width: 350px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---mg-bottom-0 {
  color: #9eacb6;
  margin-bottom: 0;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
}

.brix---mg-bottom-0.right {
  color: #9eacb6;
  text-align: right;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--dark-blue);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
}

.brix---footer-link {
  color: #9eacb6;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--bg-color-light);
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---grid-footer-subscribe-1-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brix---grid-footer-v5 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .3fr auto;
  margin-top: 40px;
}

.brix---instagram-link-wrapper {
  border-radius: 14px;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-link-image {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

.brix---instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.brix---social-icon-square-30px {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  margin-bottom: 20px;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---footer-bottom-v5 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.div-block-19 {
  text-align: right;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.div-block-20.right {
  justify-content: flex-end;
  margin-top: -40px;
  margin-left: 0;
  margin-right: 180px;
}

.image-8 {
  width: 600px;
  position: relative;
}

.image-8.directory {
  width: 800px;
  position: absolute;
  left: -200px;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.div-block-21.relative {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 600px;
  position: relative;
}

.text-block-12 {
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-12.max-400 {
  max-width: 400px;
}

.text-block-13 {
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
}

.carousel-container {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: background-color .5s cubic-bezier(.47, 0, .745, .715);
  position: relative;
  overflow: hidden;
}

.carousel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.carousel-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out, z-index linear, transform .5s ease-in-out;
  display: flex;
  position: relative;
}

.card-header {
  width: 100%;
  max-width: 25.125rem;
  position: relative;
}

.card-text {
  color: #0a0c0a;
  margin-top: 2.375rem;
  margin-bottom: 5.625rem;
  font-size: 1.5rem;
}

.card-header-figure {
  height: 100%;
  padding-top: 112%;
  position: relative;
  overflow: hidden;
}

.swiper.tinyflow-slider {
  width: 100%;
  height: 100%;
}

.project-slider-buttons-group {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-header-content-text {
  color: #0a0c0a99;
  font-size: .875rem;
  line-height: 1;
}

.card-button-icon {
  font-size: 1.125rem;
}

.card-body-quote {
  font-size: 2.375rem;
  display: block;
}

.project-slider {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  display: flex;
}

.arrow {
  color: #fff;
  background-color: #0a0c0a;
  border-style: none;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1), color .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.arrow:hover, .arrow:focus-visible, .arrow[data-wf-focus-visible] {
  color: #000;
  background-color: #0000;
}

.card-header-content-title {
  color: #0a0c0a;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.card-body {
  flex: 1;
  align-self: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 10.625rem;
}

.arrow-background {
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  inset: 0%;
}

.card-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0a0c0a;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.card-button-text {
  font-weight: 500;
  text-decoration: underline;
}

.card-header-figure-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.card-header-content {
  border-radius: 1rem;
  padding: 1.5rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}

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

.carousel-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.carousel-item-2 {
  aspect-ratio: 2.25 / 3;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  transition: opacity .5s ease-in-out, z-index linear, transform .5s ease-in-out;
  display: flex;
  position: absolute;
}

.team-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  right: auto;
  overflow: hidden;
}

.team-content-panel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  width: 70%;
  height: 100%;
  padding-right: 60px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.team-content-panel.active {
  opacity: 1;
}

.team-name {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 20px;
}

.job-title {
  color: var(--red);
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bio-rich-text {
  font-size: 13px;
  line-height: 16px;
}

.heading-9 {
  font-size: 20px;
}

.text-block-14 {
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
}

.section-7 {
  height: 100vh;
}

.carousel-sticky-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

.carousel-section {
  height: 240vh;
}

.bold-text {
  font-size: 24px;
}

.text-block-15 {
  z-index: 999;
  color: var(--dark-blue);
  margin-top: 40px;
  margin-left: 100px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  position: static;
  top: 20px;
  overflow: visible;
}

.div-block-22 {
  background-image: url('../images/Bottom_Three_Groups_Roughened_Edges_edited-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.image-9, .image-10 {
  width: 100%;
}

.container-4 {
  max-width: 700px;
}

.heading-10 {
  color: #d8a95c;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-11 {
  color: var(--dark-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-weight: 700;
}

.rich-text-block {
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.carousel-item {
  width: 23vw;
  height: 45vh;
  position: absolute;
  overflow: hidden;
}

.carousel-overlay {
  opacity: .5;
  pointer-events: none;
  background-color: #918360;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-2 {
  padding-right: 5px;
  font-style: italic;
}

.heading-12 {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-weight: 700;
}

.text-block-16 {
  min-width: 0;
  max-width: 500px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-16.spacing {
  margin-bottom: 20px;
}

.text-block-17 {
  color: #d8a95c;
  letter-spacing: 1.5px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-13 {
  color: var(--dark-red);
  margin-top: 10px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 42px;
}

.div-block-23 {
  margin-top: 0;
  position: absolute;
  top: 10px;
}

.text-block-18 {
  max-width: 400px;
}

.div-block-24 {
  background-image: url('../images/Group-167.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95%;
  height: 55px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.div-block-24.reverse {
  background-image: url('../images/Group-167-1.svg');
  bottom: 20px;
}

.tab-wrapper {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 50vh;
}

.trigger-1, .trigger-2, .trigger-3, .trigger-4 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.sticky-tab-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-25 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.div-block-25.left {
  left: 20px;
  right: auto;
}

.text-span-3 {
  text-transform: lowercase;
  padding-right: 5px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-span-4 {
  padding-right: 5px;
  font-weight: 300;
}

.link-2, .text-span-5 {
  color: #9eacb6;
}

.left {
  transform: translate(80px);
}

.ncf-f_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.ncf-f_range-label-tick {
  background-color: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%)rotate(45deg);
}

.ncf-f_slider-wrapper {
  width: 100%;
  position: relative;
}

.ncf-f_sort {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: .5rem;
}

.ncf-f_drag-handle {
  cursor: grab;
  background-color: #f7f7f7;
  border: 1px solid #57595e;
  border-radius: 6px;
  width: 2rem;
  height: 1.125rem;
  position: absolute;
  top: -.45rem;
  transform: translate(80px);
}

.ncf-f_drag-handle.right {
  transform: translate(160px);
}

.ncf-f_guide-headline {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 125%;
}

.ncf-f_draghandle-left {
  transform: translate(7px);
}

.ncf-f_component-wrapper {
  background-color: #f5f5f5;
  padding: 2rem 5%;
}

.ncf-f_range-label {
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 5px 6px;
  display: none;
  position: absolute;
  inset: auto auto 100% 50%;
  transform: translate(-50%);
}

.ncf-f_range-label.dragged {
  display: block;
}

.cru-ncf-f_empty-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-column: span 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.filter-outer-wrapper {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.box-divider {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.ncf-f_pagination-button {
  cursor: pointer;
  background-color: #e2e2e2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.ncf-f_style-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-f_slider-number {
  width: 2.75rem;
}

.cru-ncf-f_list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  transition: opacity .2s;
  display: block;
  overflow: hidden;
}

.top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.right-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.panel-logo-top {
  color: #333;
}

.left-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.filter-panel {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
}

.cru-ncf-f_styleguide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.ncf-f_empty-state-wrapper {
  width: 100%;
  height: 100%;
}

.ncf-f_list-load-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.ncf-f_filter-checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  transition: all .2s;
  display: flex;
}

.filter-inner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.logo-headline-wrapper {
  flex-flow: column;
  display: flex;
}

.ncf-f_slider-bar-active {
  background-color: #111;
  width: 80px;
  max-width: 100%;
  height: 100%;
  transform: translate(80px);
}

.ncf-f_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.camera-type-headline {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.ncf-f_pagination-page {
  cursor: pointer;
  background-color: #e2e2e2;
  border: 0 solid #e2e2e2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.ncf-f_pagination-page.page-active {
  color: #fff;
  background-color: #000;
}

.collection-item {
  background-color: #0000;
}

.ncf-f_filter-options-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-f_search {
  cursor: auto;
  border: 1px solid #57595e;
  border-radius: 12px;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .5rem;
  transition: all .2s;
}

.ncf-f_search:hover {
  border-radius: 18px;
}

.ncf-f_search:focus-visible, .ncf-f_search[data-wf-focus-visible] {
  border-color: #57595e;
  border-radius: 20px;
}

.cru-ncf-f_list-item-wrapper {
  flex: 1;
}

.ncf-style-heading-wrapper {
  margin-bottom: 1rem;
}

.cms-filter-and-search-icon {
  border-radius: 8px;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.ncf-f_slider-bar {
  box-sizing: content-box;
  background-color: #dcdde0;
  border-radius: 7px;
  flex: 1;
  height: .3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: block;
  position: relative;
}

.ncf-f_filter-reset {
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.ncf-custom-checkbox {
  border: 1px solid #57595e;
  width: .825rem;
  height: .825rem;
  margin-top: 0;
  margin-right: .5rem;
}

.ncf-custom-checkbox:hover {
  background-color: #e7e7e7;
}

.ncf-custom-checkbox.w--redirected-checked {
  background-color: #222;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #222;
}

.ncf-f_tag-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-f_filter-chip {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #2c2c2c;
  cursor: pointer;
  background-color: #f0ddbf;
  border: 1px #b3b3b3;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  transition: all .2s;
  display: flex;
}

.ncf-f_filter-chip.filter-tag-active {
  background-color: var(--dark-red);
  color: var(--bg-color-light);
  border-color: #333;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
}

.number-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.ncf-f_filter-chip-fav {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1rem .5rem .75rem;
  transition: all .2s;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.ncf-f_pagination-dots {
  cursor: pointer;
  background-color: #e2e2e2;
  border: 0 solid #e2e2e2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.ncf-guide-main-headline {
  font-size: 32px;
}

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

.ncf-f_-price-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #57595e;
  border-radius: 12px;
  align-items: center;
  max-width: 100%;
  padding: .75rem;
  display: flex;
  position: relative;
}

.cru-ncf-f_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.ncf-f_pagination-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.div-block-26 {
  background-color: #f0ddbf;
  border-radius: 20px;
  padding: 8px 15px;
}

.div-block-26:active, .div-block-26:focus, .div-block-26:lang(en) {
  background-color: var(--dark-red);
  color: var(--bg-color-light);
}

.instructions-delete {
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.ncf-link {
  color: #3330ff;
}

.ncf-f_element-title {
  text-transform: uppercase;
  font-size: 12px;
}

.ncf-f_favorit-button {
  cursor: pointer;
  background-color: #ebebeb;
  background-image: url('../images/Heart-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 6px;
  width: 2rem;
  height: 2rem;
}

.ncf-f_favorit-button.favorite-active {
  color: #fff;
  background-image: url('../images/Heart.svg');
  background-position: 50%;
  background-size: auto;
}

.ncf-f_item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cru-ncf-f_list-item-embed {
  background-color: #ff6c6c;
  border-radius: 4px;
}

.filter_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.filter_search {
  color: #b9fd3b;
  background-color: #242424;
  background-image: url('../images/search-icon-white.svg');
  background-position: 16px 52%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3.25rem;
  font-size: 1rem;
}

.filter_search.helper {
  color: var(--dark-blue);
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 2px solid #6e2e2e;
  padding-left: 1.5rem;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
}

.fs-checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-example_helper_icon {
  width: 1.5rem;
  margin-right: .75rem;
}

.rangeslider_input {
  display: none;
}

.fs-checkbox-5_dot {
  z-index: 2;
  background-color: #a1a1a1;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.fs-example_helper_wrapper {
  color: #111;
  background-color: #00e4ff1a;
  border: 1px solid #00e4ff;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.radio_button {
  border: 2px solid #4c4c4c;
  border-radius: 999rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  outline-offset: -1px;
  background-color: #b9fd3b80;
  background-image: none;
  border-width: 4px;
  border-color: #242424;
  outline: 2px solid #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
}

.radio_button.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.radio_button.helper {
  width: 10rem;
  height: 2rem;
  position: relative;
}

.filter_results {
  background-color: #242424;
  border-radius: .25rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem;
  display: flex;
}

.filter_empty_icon {
  width: 4rem;
  line-height: 0;
}

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

.filter_form_block {
  width: auto;
  margin-bottom: 0;
  padding-right: 60px;
  position: sticky;
  top: 40px;
}

.filter_tags_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filter_tags_item:hover {
  background-color: #4c4c4c;
}

.filter_tags_item.helper {
  background-color: #f0ddbf;
}

.filter_dropdown_list.w--open {
  background-color: #414141;
  border-radius: .25rem;
  margin-top: .25rem;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.fs-checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs-checkbox-5_button:focus-visible, .fs-checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

.filter_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.filter_list.is-1-col {
  grid-template-columns: 1fr;
}

.filter_dropdown_link {
  color: #a1a1a1;
  cursor: pointer;
  border-bottom: 1px solid #242424;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.filter_dropdown_link:hover {
  background-color: #4c4c4c;
}

.filter_dropdown_link.w--current {
  color: #828282;
  background-color: #313131;
}

.rangeslider_fill {
  background-color: #b9fd3b;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-example_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 2rem;
  display: flex;
}

.filter_dropdown_toggle {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_dropdown_toggle:hover {
  background-color: #4c4c4c;
}

.radio_field {
  color: #b7b7b7;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.radio_field:hover {
  color: #e1e1e1;
}

.radio_field.is-list-emptyfacet {
  opacity: .5;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.cms_list-item {
  max-width: 40rem;
}

.filter_results_text {
  font-size: .9375rem;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-color-light);
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.rangeslider_track {
  background-color: #4c4c4c;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filter_tags_remove {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.4rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .325rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
}

.filter_results_span {
  color: #a1a1a1;
  text-align: center;
  background-color: #111;
  border-radius: .25rem;
  min-width: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
}

.radio_color {
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-right: .5rem;
}

.radio_color.is-gray {
  background-color: #8d8c8c;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-black {
  background-color: #000;
  margin-right: .5rem;
}

.radio_color.is-cream {
  background-color: #ffe198;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-green {
  background-color: #43a247;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

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

.radio_color.red {
  background-color: #e05058;
  background-image: linear-gradient(#0000001f, #ffffff1f);
}

.radio_color.is-yellow {
  background-color: #f0c435;
  background-image: linear-gradient(#0000001f, #ffffff26);
}

.filter_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fs-example_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.fs-example_helper_key {
  border: 1px solid #111;
  border-radius: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 500;
  display: inline-block;
}

.filter_tags_text {
  text-transform: capitalize;
}

.filter_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filter_tags {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center start;
  align-items: center;
  min-height: 3.625rem;
  display: flex;
}

.filter_select {
  color: #fff;
  cursor: pointer;
  background-color: #414141;
  border: 1px #000;
  border-radius: .25rem;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.fs-example_helper_text {
  outline-offset: 3px;
  border-radius: .25rem;
  outline: 1px solid #00eaff;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline-block;
}

.filter_block_title {
  color: var(--red);
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
  position: absolute;
  left: 10%;
}

.fs-checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filter_clear-all {
  color: #a1a1a1;
  text-align: center;
  background-color: #414141;
  border-radius: .25rem;
  padding: .75rem 1rem;
  text-decoration: none;
}

.filter_clear-all:hover {
  background-color: #4c4c4c;
}

.cms_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms_list.helper {
  grid-template-columns: 1fr;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

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

.hide {
  display: none;
}

.filter_clear {
  color: #a1a1a1;
  background-color: #414141;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .25rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.filter_clear:hover {
  background-color: #4c4c4c;
}

.filter_empty {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #b7b7b7;
  text-align: center;
  background-color: #242424;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  padding: 3rem;
  display: flex;
}

.filter_empty.helper {
  background-color: #0000;
  background-image: url('../images/chair_only_edited-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40rem;
  min-height: 40rem;
}

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

.fs-checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox-5_mask {
  z-index: 1;
  opacity: 1;
  background-color: #4c4c4c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.section_fs-example {
  background-color: #0000;
  padding-bottom: 5rem;
  position: relative;
}

.filter_tags_label {
  color: #8f8f8f;
  margin-right: 1rem;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #b9fd3b;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #b9fd3b;
  width: 1.2rem;
  height: 1.2rem;
}

.filter_facet-count {
  margin-left: auto;
  font-size: .875rem;
}

.div-block-27 {
  color: #2c2c2c;
  background-color: #f0ddbf;
  border-radius: 20px;
  width: auto;
  padding: 8px 12px;
}

.div-block-27.dark-red {
  background-color: var(--dark-red);
  color: var(--bg-color-light);
  justify-content: center;
  width: 100%;
  min-width: 80px;
  max-width: none;
  height: 2rem;
  padding: 3px 5px;
  font-size: 10px;
  display: flex;
  overflow: visible;
}

.advisor-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f0ddbf;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 14rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advisor-card:active {
  height: 30rem;
}

.image-11 {
  border-radius: .5rem;
  width: 13rem;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-14 {
  margin-top: 10px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.image-12 {
  background-color: var(--dark-red);
  border-radius: 100rem;
  width: 2rem;
  height: 2rem;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
  position: static;
  inset: 0% 0% auto 12%;
}

.div-block-29 {
  position: relative;
}

.div-block-30 {
  width: 100%;
  display: flex;
  overflow: visible;
}

.collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  overflow: visible;
}

.text-block-19 {
  width: 5rem;
}

.collection-item-2 {
  width: 100%;
}

.collection-list-wrapper {
  overflow: visible;
}

.div-block-31 {
  background-color: var(--dark-red);
  border-radius: 20px;
  min-width: auto;
  padding: 5px 10px;
}

.collection-item-3 {
  color: var(--bg-color-light);
  text-align: center;
  width: auto;
}

.collection-list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 80rem;
  display: flex;
  overflow: visible;
}

.collection-list-2.hidden {
  opacity: 0;
  width: 24rem;
  display: flex;
  position: absolute;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.text-block-20 {
  margin-left: 0;
}

.div-block-33 {
  justify-content: flex-end;
  display: flex;
  position: absolute;
}

.div-block-34 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-block-21 {
  margin-top: 0;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-35 {
  width: 20rem;
}

.text-block-22 {
  margin-top: 20px;
  font-size: 13px;
  line-height: 16px;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
  inset: auto auto 5% 2%;
}

.div-block-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  height: auto;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  display: flex;
  position: absolute;
  inset: 15rem 0% auto auto;
}

.text-block-23 {
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-24, .text-block-25, .text-block-26 {
  font-size: 16px;
  font-weight: 500;
}

.checkbox-field {
  position: relative;
}

.checkbox {
  padding: 4px 8px;
}

.specialty-identifier {
  display: none;
}

.checkbox-2 {
  width: 1px;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: relative;
}

.checkbox-label {
  padding-left: 5px;
  position: relative;
}

.check {
  background-color: #0000;
  border-radius: 20px;
  padding: 0;
}

.check:hover, .check:active {
  background-color: #0000;
}

.check:focus {
  color: #333;
  background-color: #0000;
}

.collection-list-3 {
  grid-column-gap: 5px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  display: flex;
}

.bio-full {
  width: 55%;
  position: absolute;
  top: 15rem;
}

.bottom-content {
  justify-content: space-between;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 2%;
}

.bio-fully {
  width: 20rem;
}

.text-block-27 {
  color: var(--dark-blue);
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.collection-list-4 {
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  background-color: #f0ddbf;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-style: solid;
  border-color: #6e2e2e36;
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  background-color: #f0ddbf;
  border-radius: 10px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-style: solid;
  border-color: #6e2e2e36;
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gt Sectra Fine, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-center {
  text-align: center;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---paragraph-default-4 {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 0;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--bg-color-light);
  border-radius: 9px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-2 {
  color: var(--dark-red);
  text-align: left;
  font-family: Gt Sectra Fine, Arial, sans-serif;
}

.div-block-38 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  background-color: #d1ab67;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border: 4px solid var(--dark-red);
}

.radio-button.start {
  border: 4px solid var(--dark-red);
  background-color: #0000;
  margin-top: 0;
}

.radio-button.start.w--redirected-checked {
  background-color: #d1ab67;
}

.radio-button-label {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Hostgrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.radio-button-field {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    align-items: center;
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .udesly-display-large.udesly-text-extrabold.slight-shift, .udesly-display-large.udesly-text-extrabold.slight-shift-copy {
    margin-left: -30px;
  }

  .side-image.center {
    left: 32.2vw;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 80px;
  }

  .brix---grid-2-columns-instagram {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-20.right {
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-right: 0;
  }

  .text-block-15 {
    width: auto;
    margin-left: 160px;
  }

  .cms_list.helper {
    justify-items: center;
  }

  .filter_empty.helper {
    background-color: #0000;
    background-image: url('../images/chair_only_edited-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40rem;
    min-height: 40rem;
  }

  .advisor-card {
    cursor: pointer;
    height: 36rem;
  }

  .div-block-36 {
    display: flex;
    position: static;
  }

  .italic-text-4 {
    color: var(--dark-blue);
    font-family: Gt Sectra Fine, Arial, sans-serif;
    font-size: 32px;
    line-height: 44px;
  }

  .bio-full {
    width: 50%;
    position: absolute;
    top: 14rem;
  }

  .bottom-content {
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
    display: flex;
    position: absolute;
    bottom: 2%;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .side-image.center {
    left: 37vw;
  }

  .line.gold {
    margin-left: 100px;
  }

  .text-block-15 {
    margin-left: 400px;
  }

  .bottom-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

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

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-hero-image {
    max-width: none;
    height: 520px;
    position: static;
  }

  .default---section.udesly-2-columns {
    margin-bottom: 0;
    padding-top: 80px;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy--testimonial {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .teaser-copy--signup {
    flex-direction: column;
    height: auto;
  }

  .teaser-right-stage, .teaser-left {
    width: 100%;
  }

  .teaser-grid-2 {
    flex-direction: column;
  }

  .teaser-copy-wrap, .teaser-copy-wrap-signuo {
    flex-direction: column;
    height: auto;
  }

  .rt-testimonial-rating-section {
    display: none;
  }

  .rt-section-five-text-image {
    max-width: 200px;
    margin-top: 30px;
  }

  .rt-testiminials {
    margin-top: 10px;
  }

  .rt-home-two-section-five-heading {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .rt-testimonial-mask {
    padding-left: 0;
  }

  .rt-left-arrow-block {
    top: 0%;
    right: 8%;
  }

  .rt-section-five-image {
    height: auto;
  }

  .rt-right-arrow-block {
    top: 0%;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 310px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---slider-mask-testimonial-v3 {
    position: static;
  }

  .rt-testimonial-rating-section-2 {
    display: none;
  }

  .rt-section-five-text-image-2 {
    max-width: 200px;
    margin-top: 30px;
  }

  .rt-testiminials-2 {
    margin-top: 10px;
  }

  .rt-home-two-section-five-heading-2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .rt-testimonial-mask-2 {
    padding-left: 0;
  }

  .rt-left-arrow-block-2 {
    top: 0%;
    right: 8%;
  }

  .rt-section-five-image-2 {
    height: auto;
  }

  .rt-right-arrow-block-2 {
    top: 0%;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    max-width: 310px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    inset: auto 39.5% -90px auto;
  }

  .brix---card-content-testimonial-v3-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---slider-mask-testimonial-v3-2 {
    position: static;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .small {
    display: none;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom-v5 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-text {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }

  .project-slider-buttons-group {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .card-body-quote {
    font-size: 1.8rem;
  }

  .project-slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .arrow {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }

  .card-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }

  .section-spacing.project {
    padding-left: 0;
    padding-right: 0;
  }

  .cru-ncf-f_list-item-wrapper {
    padding-right: 0;
  }

  .cru-ncf-f_item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .fs-example_layout {
    grid-template-columns: 1fr;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

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

  .filter_tags {
    margin-top: .5rem;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .default---section.udesly-2-columns {
    padding-top: 60px;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .rt-section-five-text-image {
    display: none;
  }

  .rt-testiminials {
    flex: 0 auto;
  }

  .rt-left-arrow-block {
    display: none;
    right: 12%;
  }

  .rt-right-arrow-block {
    display: none;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3 {
    padding: 32px 32px 40px;
  }

  .rt-section-five-text-image-2 {
    display: none;
  }

  .rt-testiminials-2 {
    flex: 0 auto;
  }

  .rt-left-arrow-block-2 {
    display: none;
    right: 12%;
  }

  .rt-right-arrow-block-2 {
    display: none;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---text-301 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-v3-2 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3-2 {
    padding: 32px 32px 40px;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .sticky-container {
    height: auto;
  }

  .container-2 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .phone-mock {
    box-shadow: none;
    width: 150%;
  }

  .section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_tab {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .card-header {
    order: -1;
    max-width: none;
  }

  .card-header-figure {
    padding-top: 70%;
  }

  .project-slider-buttons-group {
    flex-flow: row;
    order: 1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .card, .project-slider {
    flex-flow: column;
  }

  .card-body {
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-icon.arrow-icon-right, .arrow-icon.arrow-icon-left {
    transform: rotate(-90deg);
  }

  .top-wrapper {
    flex-flow: wrap;
  }

  .filter-panel {
    width: 100%;
  }

  .filter-inner-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    display: flex;
  }

  .cru-ncf-f_list-item-wrapper {
    height: 50vh;
    overflow: scroll;
  }

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

  .filter_tags {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }
}

@media screen and (max-width: 479px) {
  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .default---container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-numbers-wrapper {
    margin-top: 40px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rt-testimonial-mask {
    max-width: 94vw;
  }

  .rt-testimonial-slide {
    padding-right: 15px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .rt-testimonial-mask-2 {
    max-width: 94vw;
  }

  .rt-testimonial-slide-2 {
    padding-right: 15px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---testimonial-v3-image-wrapper-2 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-v3-2 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    display: none;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .container-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-header-figure {
    padding-top: 100%;
  }

  .card-header-content {
    bottom: .625rem;
    left: .625rem;
  }

  .ncf-f_sort {
    width: 100%;
  }

  .top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .right-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .left-wrapper {
    flex-flow: column;
    width: 1005px;
  }

  .cru-ncf-f_styleguide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ncf-f_filter-reset {
    padding: 6px 12px;
  }

  .cru-ncf-f_item-list {
    height: auto;
  }

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

  .fs-example_layout {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }
}

#w-node-_64f0ba05-9617-aaa1-efa9-18ab220b543a-80092c89, #w-node-db274115-4fee-0a9f-d761-81e10ed71962-80092c89, #w-node-_4bed1b01-deae-321a-29b4-b5d191d7f3db-91d7f39e, #w-node-_4bed1b01-deae-321a-29b4-b5d191d7f3e3-91d7f39e, #w-node-_6863dfd9-e3f4-59f8-b085-dc965d969538-67ed3e93, #w-node-_7fe71a16-7596-1159-f7bd-94edf6d11388-67ed3e93, #w-node-ea01f4d9-8c17-6c40-68a4-ebc95524f986-87b6f96e, #w-node-_3969c143-588a-7c9a-e21b-9d72ff1415d2-87b6f96e, #w-node-_27626f86-b86f-1ba6-fa24-c768089124dc-86726db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e253f7-7740-934a-9c37-30596056a85b-86726db2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34e253f7-7740-934a-9c37-30596056a85f-86726db2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4bed1b01-deae-321a-29b4-b5d191d7f3ad-91d7f39e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bed1b01-deae-321a-29b4-b5d191d7f3ad-91d7f39e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34e253f7-7740-934a-9c37-30596056a85b-86726db2 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype'), url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk Variablefont Wght';
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk Variablefont Wght';
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk Variablefont Wght';
  src: url('../fonts/HostGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}