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

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

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

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

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

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

:root {
  --a78463: #a78463;
  --dark-color: #191d23;
  --c49e7b: #c49e7b;
  --black: #111419;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  background-color: #191d23;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1, h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hallengerseriffont, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-size: .57em;
  line-height: 1.8;
}

label {
  z-index: 0;
  color: var(--a78463);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  transition: all .4s;
  display: block;
  position: absolute;
  inset: .9em auto auto 0%;
}

.container {
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
}

.container.nav-bar {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-left: 8em;
  padding-right: 8em;
  display: block;
  position: relative;
}

.container.hero {
  z-index: -1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: row;
  align-items: flex-end;
  width: 1920px;
  max-width: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 40em 7em 0;
  display: flex;
  position: relative;
}

.container.menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  height: 100%;
  padding-top: 5em;
  padding-left: 11.5em;
  display: flex;
}

.container.hero-mobile {
  z-index: 3;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: row;
  align-items: flex-end;
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 40em 7em 0;
  display: flex;
  position: relative;
}

.container.sub-hero-mobile, .container.sub-hero {
  width: 1920px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10em;
  padding-left: 7em;
  padding-right: 7em;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid.nav-bar {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.grid.menu {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.grid.hero, .grid.hero-mobile {
  justify-content: space-between;
}

.grid_item {
  width: 100%;
  padding: 1em;
  display: flex;
}

.grid_item.nav-menu-left {
  align-items: flex-start;
  width: 45%;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid_item.nav-logo {
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 0;
  display: flex;
  position: relative;
}

.grid_item.nav-menu-right {
  z-index: 0;
  justify-content: flex-end;
  align-items: baseline;
  width: 45%;
  padding: 2em 0 1em;
  display: flex;
  position: static;
}

.grid_item.heading-hero {
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.grid_item.app-notification {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  margin-top: -3%;
  display: flex;
  position: relative;
}

.grid_item.text-subhero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 10em;
  display: flex;
  overflow: visible;
}

.grid_item.menu {
  flex-direction: column;
  width: 100%;
  padding-top: 5em;
  padding-left: 0;
}

.grid_item.phone-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5em;
  padding-bottom: 3em;
  padding-left: 0;
  display: flex;
}

.grid_item.menu-copy {
  justify-content: space-between;
  padding: 2em 0;
  display: flex;
}

.grid_item.menu-up-links {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.grid_item.menu-mobile, .grid_item.mobile-menu-phone {
  display: none;
}

.grid_item.app-notification-mobile {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  margin-top: -3%;
  display: flex;
  position: relative;
}

.grid_item.heading-hero-mobile {
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.grid_item.scroll-icon-mobile, .grid_item.scroll-icon {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-top: -6%;
  padding-left: .3em;
  display: flex;
  position: relative;
}

.section {
  background-color: var(--dark-color);
}

.section.nav-bar {
  z-index: 100;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #191d2300;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.hero {
  z-index: 25;
  position: relative;
}

.section.mobile {
  display: none;
}

.nav_logo {
  width: 200px;
}

.nav_logo.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav_logo-img {
  width: 20em;
  position: static;
}

.menu_link {
  text-decoration: none;
}

.menu_link.arrow-dropdown {
  z-index: 0;
  flex-wrap: nowrap;
  margin-left: 3.5em;
  margin-right: 3.5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu_link.arrow-dropdown._1st {
  margin-left: 0;
}

.menu_link.arrow-dropdown.bewh12 {
  margin-right: 0;
}

.menu_p {
  color: #fff;
  letter-spacing: .1em;
  padding-left: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  position: static;
  top: 15px;
}

.menu_p.first {
  padding-left: 0;
  font-size: .8em;
}

.div-block {
  flex-direction: row;
  margin-left: 3.5px;
  display: flex;
}

.image {
  width: 1.2em;
  padding-left: .52em;
}

.button_menu {
  background-color: var(--a78463);
  background-image: linear-gradient(103deg, #3963c0, #50b027);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 3em;
  margin-left: 3.5em;
  text-decoration: none;
  display: flex;
}

.button_menu.newbtn1 {
  background-image: linear-gradient(176deg, #3963c0, #50b027);
  margin-top: 20px;
  margin-left: 0;
}

.text-button {
  color: #fff;
  letter-spacing: .1em;
  font-family: Euclidsquare, sans-serif;
  font-size: 1em;
}

.arrow-button {
  width: 1.2em;
  padding-left: .5em;
  display: none;
}

.image-hero {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.hero-gradient {
  z-index: 2;
  background-image: linear-gradient(261deg, #191d238c 100%, #191d231a 100%, #191d2300);
  width: 100%;
  height: 100%;
  padding-top: 200px;
  position: absolute;
  inset: 0%;
}

.h-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hallengerseriffont, sans-serif;
  font-size: 15.63em;
  font-weight: 400;
  line-height: .9;
}

.heading-residence {
  color: var(--c49e7b);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Wondergardenscript, sans-serif;
  font-size: 20.52em;
  font-weight: 400;
  line-height: 1;
}

.image-mask {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 51em;
  padding-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.app-wrapper {
  background-color: #f7f0ec;
  border-radius: 50vw;
  justify-content: flex-start;
  align-items: center;
  width: 19em;
  height: 4.9em;
  display: flex;
}

.round-app {
  background-image: url('../images/02.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50vw;
  width: 3.7em;
  height: 3.7em;
  margin-left: .68em;
  margin-right: 1.25em;
}

.app-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.app-name {
  color: var(--a78463);
  letter-spacing: .07em;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.6;
}

.app-price {
  color: var(--dark-color);
  letter-spacing: .07em;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.7;
}

.scroll-round-wrapper {
  border: 1px solid var(--c49e7b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.9em;
  height: 10.9em;
  display: flex;
  position: relative;
}

.text-subhero {
  color: var(--c49e7b);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  font-family: Euclidsquare, sans-serif;
  font-size: 1.35em;
  font-weight: 300;
  display: flex;
}

.page-wrapper {
  z-index: 4;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.details-wrapper {
  z-index: 4;
  background-color: #191c24;
  flex-direction: column;
  justify-content: space-between;
  width: 28em;
  height: 35em;
  padding-top: 3em;
  padding-bottom: 5em;
  padding-left: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-3-3em {
  height: 3.3em;
}

.footer-copy {
  z-index: 3;
  text-align: left;
  font-family: Euclidsquare, sans-serif;
  font-size: .83em;
  position: relative;
}

.footer-copy.left {
  color: #8e8e8e;
  letter-spacing: .1em;
  font-size: .7em;
}

.footer-copy.right {
  color: #8e8e8e;
  text-align: right;
  letter-spacing: .1em;
  font-size: .7em;
}

.text-span-4 {
  color: #fff;
  letter-spacing: .1em;
}

.siv-studio {
  text-decoration: none;
}

.menu-open {
  z-index: 200;
  color: #181d23;
  background-color: #181d2300;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link {
  text-decoration: none;
  position: relative;
}

.menu-heading {
  font-size: 5em;
  line-height: 1.2;
}

.menu-heading.progres {
  opacity: .05;
  display: block;
}

.address-menu {
  z-index: 3;
  text-align: left;
  letter-spacing: .05em;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  position: relative;
}

.address-p-big-menu {
  z-index: 3;
  color: var(--c49e7b);
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: .5em;
  font-family: Euclidsquare, sans-serif;
  font-size: 1em;
  position: relative;
}

.adress-wrapper-menu {
  padding-right: 8em;
}

.menu-close {
  border: 1px solid var(--c49e7b);
  background-color: #a7846300;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 11em;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.menu-p-hide {
  color: #fff;
  letter-spacing: .1em;
  font-family: Euclidsquare, sans-serif;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.menu-p-hide.first {
  padding-left: 0;
  font-size: .8em;
}

.text-button-hide {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.button-hide {
  color: #fff;
  letter-spacing: .1em;
  font-family: Euclidsquare, sans-serif;
  font-size: 1em;
  position: absolute;
  inset: 0%;
}

.overlay-skew {
  z-index: 0;
  opacity: 1;
  background-color: #181d23;
  position: absolute;
  inset: 0%;
}

.menu-close-real {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 11.5em;
  height: 11.5em;
  margin-right: -5.5em;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.menu-interior-link {
  text-decoration: none;
}

.overlay-screen {
  z-index: 150;
  background-color: #191d23c9;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.h1-wrapper {
  z-index: 1;
  flex-direction: column;
  line-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.residence-wrapper {
  z-index: 1;
  width: 28em;
  margin-top: 1%;
  margin-left: -5%;
  position: relative;
  overflow: hidden;
}

.span-text._10-min {
  color: #fff;
}

.lottie-big-button {
  width: 10.9em;
  height: 10.9em;
  display: block;
  position: absolute;
}

.page-wrapper-mobile {
  z-index: 2;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-mask-mobile {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 50em;
  padding-bottom: 0;
  position: absolute;
  overflow: hidden;
}

.app-wrapper-mobile {
  background-color: #f7f0ec;
  border-radius: 50vw;
  justify-content: flex-start;
  align-items: center;
  width: 19em;
  height: 4.9em;
  display: flex;
}

.p-wrapper-mobile {
  width: 100%;
  padding-top: 6.25em;
}

.h1-wrapper-mobile {
  z-index: 1;
  flex-direction: column;
  line-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-residence-mobile {
  color: var(--c49e7b);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Wondergardenscript, sans-serif;
  font-size: 20.52em;
  font-weight: 400;
  line-height: 1;
}

.residence-wrapper-mobile {
  z-index: 1;
  width: 28em;
  margin-top: 1%;
  margin-left: -5%;
  position: relative;
  overflow: hidden;
}

.splide {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.splide.slider1 {
  width: 70%;
  overflow: hidden;
}

.faq_trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.logo-sticky {
  opacity: 1;
  flex: none;
  align-self: auto;
  width: 4em;
  display: none;
  position: static;
  inset: 0%;
}

.sticky-logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1.4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  background-color: var(--dark-color);
  opacity: 1;
  border-bottom: 1px solid #1b2027;
  height: 6em;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-text {
  display: none;
}

.in-curand {
  color: #969696;
  font-family: Wondergardenscript, sans-serif;
  font-size: 10em;
  line-height: .6;
  position: absolute;
  inset: 0% 0% 0% 6%;
}

.lottie-menu-close {
  width: 11.1em;
  height: 11.1em;
  margin-left: -.5%;
  position: absolute;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn:hover {
  background-color: var(--black);
}

.scroll-round-wrapper-2 {
  border: 1px solid #c49e7b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.9em;
  height: 10.9em;
  display: flex;
  position: relative;
}

.text-subhero-2 {
  color: #c49e7b;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  font-family: Euclidsquare, sans-serif;
  font-size: 1.35em;
  font-weight: 300;
  display: flex;
}

.p-wrapper {
  width: 100%;
  padding-top: 6.25em;
}

.section-2 {
  background-color: #191d23;
}

.heading-style-1 {
  z-index: 999;
  text-align: center;
  letter-spacing: -1px;
  font-size: 56px;
  position: relative;
}

.filter-form-field-liner {
  background-color: #fff6;
  width: 1px;
}

.filter-form-button {
  background-color: #ff5a3c;
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  transition: background-color .4s;
}

.filter-form-button:hover {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-form-field-block {
  min-width: 267px;
}

.filter-form-field-block.is-2 {
  min-width: 210px;
}

.filter-form-field-block.is-3 {
  min-width: 142px;
}

.search-input {
  display: none;
}

.hero-filter-form {
  margin-bottom: 0;
}

.hero-certre-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.hero-filter-block {
  margin-top: 32px;
  position: relative;
}

.hero-filter-form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.hero-title-block {
  max-width: 750px;
}

.filter-form-button-block {
  display: none;
}

.search-filter-block {
  margin-bottom: 0;
}

.form-select-field {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  background-image: url('../images/select-arrow-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 0 12px 32px;
  font-size: 14px;
  font-weight: 300;
}

.form-select-field.is-2 {
  background-image: url('../images/property-icon.svg'), url('../images/select-arrow-icon.svg');
  background-position: 0 45%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.form-select-field.is-1 {
  background-image: url('../images/loaction-icon.svg'), url('../images/select-arrow-icon.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.form-select-field.is-3 {
  background-image: url('../images/category-icon.svg'), url('../images/select-arrow-icon.svg');
  background-position: 0 45%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.hero-filter-form-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000042;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  position: relative;
}

.form-field-label {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
}

.faq-dropdown-question-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-size-large {
  color: #000;
  font-family: Euclidsquare, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.text-size-large.text-weight-normal {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-large.text-color-white-0-8 {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

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

.faq-icon-line {
  background-color: #141414;
  border-radius: 32px;
  width: 16px;
  height: 2px;
}

.faq-icon-line.is-2 {
  position: absolute;
  transform: rotate(90deg);
}

.subtitle-dot {
  background-color: #ff5a3c;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.faq-dropdown-ans-block {
  overflow: hidden;
}

.faq-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.subtitle-text {
  color: #ff5a3c;
  font-weight: 300;
}

.faq-dropdown-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.section-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.section-heading-block.v-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.section-heading-block.v-flex.mobile-align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.faq-heading-block {
  position: sticky;
  top: 10%;
}

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

.faq-dropdown-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.section-gap {
  background-color: #fff;
  padding: 80px 40px;
}

.section-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-title-block.max-w-471 {
  max-width: 420px;
}

.section-title-block.max-w-280 {
  max-width: 280px;
}

.faq-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-style-h2 {
  color: #000;
  font-size: 4.8em;
}

.heading-style-h2.text-color-white.mobile-align-center {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.7em;
}

.section-summary-block.max-w-420 {
  max-width: 420px;
  margin-right: 40px;
}

.section-summary-block.max-w-474 {
  max-width: 450px;
  margin-right: 40px;
}

.section-summary-block.max-w-370 {
  max-width: 370px;
  margin-right: 40px;
}

.section-summary-block.max-w-440 {
  max-width: 440px;
  margin-right: 40px;
}

.faq-dropdown-ans-inner {
  max-width: 600px;
  padding-top: 12px;
}

.our-values-card-arrow-block {
  color: #fff;
  margin-left: auto;
}

.our-values-cards-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ffffff29;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-4.text-color-white {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
}

.our-values-card-icon-block {
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.our-values-card-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.our-values-section {
  background-color: #141414;
}

.our-values-card-arrow {
  display: flex;
}

.our-values-card-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a78463;
  background-image: linear-gradient(162deg, #427dd2, #4ba73d);
  border-right: 1px #ffffff29;
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.our-values-card-block.last {
  border-right-style: none;
}

.our-values-card-block.last.bottom-last {
  background-image: linear-gradient(316deg, #427dd2, #4ca83b);
}

.our-values-card-block.is-2.mobile-last {
  background-image: linear-gradient(69deg, #427dd2, #4eab31);
}

.our-values-card-icon {
  display: flex;
}

.section-summary {
  font-weight: 300;
}

.contact-form-text-field {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
}

.contact-form-text-field:focus {
  border-color: #ff5a3c;
}

.contact-form-text-field:focus-visible, .contact-form-text-field[data-wf-focus-visible] {
  color: #141414;
}

.contact-form-text-field::placeholder {
  font-size: 14px;
}

.contact-form-text-field.lg {
  min-height: 156px;
  padding-top: 12px;
}

.contact-form-title-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-location-code {
  width: 100%;
  height: 100%;
}

.contact-location-block {
  border-radius: 8px;
  width: 100%;
  max-width: 40%;
  overflow: clip;
}

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

.contact-section {
  background-color: #f8f9fa;
}

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

.primary-button {
  color: #fff;
  background-color: #ff5a3c;
  border-radius: 12px;
  padding: 16px 26px;
  text-decoration: none;
  transition: background-color .4s;
}

.primary-button:hover {
  background-color: #141414;
}

.primary-button.form {
  min-width: 220px;
}

.contact-form-button-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-form-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-form-block {
  width: 100%;
  max-width: 60%;
}

.contact-content-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.contact-form-field-label {
  color: #141414;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.button-primary {
  color: #1e1e1e;
  letter-spacing: .04em;
  background-color: #fff;
  border-radius: 40px;
  padding: 12px 113px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-2.thiner {
  color: #fff;
  margin-bottom: 56px;
  font-weight: 400;
}

.heading-2.white {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.5em;
}

.wide-container {
  width: 100%;
  max-width: 1276px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.section-3.image-background {
  background-image: linear-gradient(60deg, #000, #fff0), url('../images/ModernDesertVista-101.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 40vh;
}

.last-section-text-container {
  max-width: 416px;
}

.projects-heading {
  width: 100%;
  max-width: 424px;
}

.projects-heading.for-last-section {
  max-width: 350px;
}

.last-section-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.why-choose-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-size-large-2 {
  color: #000;
  font-size: 18px;
}

.why-choose-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.why-choose-image-block {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  display: flex;
  position: relative;
  overflow: clip;
}

.lightbox-icon-block {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.why-choose-lightbox {
  z-index: 2;
  position: absolute;
}

.why-choose-image {
  height: 100%;
}

.section-gap-2 {
  background-color: #fff;
  padding: 80px 40px;
}

.why-choose-list-item {
  background-image: url('../images/List-Icon-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 36px;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-style-h2-2 {
  color: #000;
}

.lightbox-icon {
  display: flex;
}

.why-choose-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.why-choose-overlay-block {
  pointer-events: none;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.content-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.content-header-line {
  background-color: var(--a78463);
  background-image: linear-gradient(#3863c2, #4fb027);
  border-radius: 3px;
  width: 42px;
  height: 6px;
  margin-bottom: 24px;
}

.content-image-wrap {
  flex-direction: column;
  position: relative;
}

.content-grid {
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-flow: row;
  place-items: center start;
  margin-bottom: 100px;
}

.content-section {
  background-color: #fff;
  padding: 100px 3% 20px;
  overflow: hidden;
}

.content-image-card {
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  inset: -10% auto auto -20%;
  box-shadow: 0 4px 50px #3333330d;
}

.content-image-card.small-card {
  max-width: 50%;
  left: -5%;
}

.content-paragraph {
  color: #000;
  margin-bottom: -21px;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.content-image {
  float: right;
  object-fit: fill;
  border-radius: 20px;
  max-width: 100%;
  position: relative;
}

.content-number {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.content-number-wrap {
  color: gray;
  font-size: 20px;
  line-height: 24px;
}

.content-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.content-numbers {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #f0dfcd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #234d91;
  border: 2px solid #3f458400;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  background-color: #3f4584;
}

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

.section_subheader {
  color: #f0dfcd;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #234d91;
  border-radius: 8px;
  margin-bottom: .5rem;
  padding: 3px 10px 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

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

.section_header-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.services-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

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

.services_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 2px solid #f6ada3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 50vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
  box-shadow: 0 3px 8px 4px #f6ada359;
}

.services_card.card-2 {
  box-shadow: none;
  border-color: #427dd2;
  top: 23%;
}

.services_card.card-4 {
  box-shadow: none;
  border-color: #4faa35;
  top: 29%;
}

.services_card.card-3 {
  box-shadow: none;
  border-color: #427dd2;
  top: 26%;
}

.services_card.card-1 {
  box-shadow: none;
  border-color: #4faa35;
  top: 20%;
}

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

.services_card-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.services_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.text-size-medium {
  color: #000;
  font-family: Euclidsquare, sans-serif;
  font-size: 1.125rem;
}

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

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

.section_services {
  background-color: #fff;
}

.gh-section {
  max-width: none;
  padding-top: 40px;
  padding-bottom: 20px;
}

.gh-section.bg-light-blue {
  background-color: #ebfcf6;
  min-height: 600px;
  position: static;
}

.gh-section.bg-light-blue.gh-section-image-right {
  background-color: #fff;
  position: relative;
}

.slider-ourpillars-of-quality {
  -webkit-text-fill-color: inherit;
  background-color: #ebfcf6;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 0;
  height: 640px;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.div-block-6 {
  max-width: 700px;
}

.columns-6 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gh-section-pillars-tab-pane {
  min-height: 600px;
}

.tab-wrapper {
  text-align: center;
  min-height: 0;
  position: relative;
}

.text-block-7 {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
}

.tabs-menu {
  color: #bcbec0;
  background-color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
  display: block;
}

.tabs-menu.gh-hide {
  display: none;
}

.tab-next-2 {
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/right-arrow-green-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80px;
  height: 80px;
  margin-right: -5px;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto 0% 30% auto;
}

.tab-next-2:hover {
  color: #0000;
  text-decoration: none;
}

.tab-next-2.our-pillars-of-quality-next-button {
  right: -4%;
}

.tab-next-2.gh-section-pillars-next-button {
  left: auto;
  right: -4%;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.left-arrow {
  display: none;
}

.tabs {
  text-align: center;
  margin-bottom: 0;
}

.icon-3 {
  color: #fff;
  background-color: #0000;
  width: 120px;
  height: 100px;
  inset: 0% auto 0% 1%;
}

.gh-section-heading {
  text-align: left;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
}

.right-arrow {
  inset: 0% 0% 0% auto;
}

.tab-link-tab-1 {
  color: #bcbec0;
  background-color: #0000;
  font-size: 24px;
  font-weight: 600;
}

.tab-link-tab-1:hover {
  color: #1c8270;
}

.tab-link-tab-1.w--current {
  color: #1c8270;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #1c8270;
}

.gh-slider-pillars {
  min-height: 600px;
  display: none;
  position: static;
}

.paragraph-3 {
  text-align: left;
  max-width: 600px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

.slide-nav-2 {
  background-color: #ebfcf6;
  display: none;
  position: static;
  inset: 0%;
  overflow: visible;
}

.column-13 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  position: static;
}

.text-block-8 {
  text-align: left;
  padding-bottom: 25px;
}

.div-block-10 {
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  padding: 60px 40px 60px 52px;
  position: absolute;
  inset: 52% auto auto 7%;
}

.div-block-10.gh-slider-inner-text-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 46%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-10.gh-slider-inner-text-block.gh-slider-inner-text-block2 {
  padding-top: 40px;
  padding-bottom: 40px;
  top: 47%;
}

.gh-slider-nav-right {
  position: absolute;
  inset: 29% -5% 0% auto;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 600;
}

.column-15 {
  background-image: url('../images/pillar-client-experience-image.png');
  background-position: 0 0;
  background-size: auto;
}

.column-15.pillar-image-development, .column-15.gh-slider-image-learning-development {
  background-image: url('../images/pillar-learning-development-image.png');
}

.column-15.gh-slider-image-whole-person, .column-15.pillar-image-client {
  background-image: url('../images/pillar-whole-person-image.png');
}

.column-14 {
  background-image: url('../images/pillar-client-experience-image.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  border-radius: 80px 0 0;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 25px;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.paragraph-4.newh1 {
  max-width: 600px;
  line-height: 1.5;
}

.heading-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-span-5 {
  font-family: Hallengerseriffont, sans-serif;
  font-weight: 400;
}

.heading-4 {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.bold-text {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 35px;
  font-weight: 400;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3a68b7, #50ab31);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3b68b7, #4faa35);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3b68b6, #4fad2f);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-9 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

.text-block-10 {
  color: #000;
  font-family: Varela, sans-serif;
}

.text-block-11 {
  color: #000;
  font-family: Euclidsquare, sans-serif;
}

.footer3_link {
  color: #fff;
  font-family: Euclidsquare, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color .3s;
}

.footer3_link:hover {
  color: #b0b0b0;
}

.footer3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.footer3_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.container-medium {
  z-index: 1;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer3_link-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer3_main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer3_socials {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer3_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  text-decoration: none;
  display: flex;
}

.footer3_section {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/ModernDesertVista-101.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 3rem 5% 5px;
  position: relative;
}

.footer3_social-link {
  color: #fff;
  background-color: #ffffff3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: color .3s;
  display: flex;
}

.footer3_social-link:hover {
  color: #b0b0b0;
}

.heading-style-h3 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hallengerseriffont, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer3_logo {
  opacity: .48;
  color: #0d00ff;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-mask-image: linear-gradient(#000 25%, #0000 100%);
  mask-image: linear-gradient(#000 25%, #0000 100%);
}

.text-wobble-script {
  display: none;
}

.footer3_links-list {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer3_group-title {
  color: #fff;
  font-family: Hallengerseriffont, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%;
}

.text-block-12 {
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

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

.form_block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-style-h1.text-balance {
  color: #000;
  text-wrap: balance;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
}

.contact_icon-wrapper {
  background-image: linear-gradient(#3964bd, #4ca837);
  border: 1px solid #d4d4d8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact_details-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  max-width: 24rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form_label {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  position: static;
}

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

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #00c950;
}

.form_message-error {
  text-align: center;
  background-color: #ffe3e1;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.form_field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

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

.text-size-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.text-size-small.text-color-secondary {
  color: #3f3f46;
}

.text-size-medium-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-medium-2.text-color-secondary {
  color: #3f3f46;
}

.text-size-medium-2.text-weight-semibold {
  font-weight: 600;
}

.contact_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.75rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

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

.contact_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.container-medium-2.z-index-1 {
  z-index: 1;
  position: relative;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px #e4e4e7;
  border-bottom: 1px solid #489859;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
  transition: background-color .3s, border-color .3s;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  background-color: #fafafa;
  border-color: #00c950;
}

.form_input::placeholder {
  color: #50555f;
}

.form_input.is-text-area {
  border-radius: 0;
  min-height: 10rem;
}

.form_submit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3a67b6;
  background-image: linear-gradient(#4aa048, #3b69b5);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-family: Euclidsquare, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-flex;
}

.button-2:hover {
  background-color: #00c950;
}

.contact_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.section-medium {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.heading-style-h2-3 {
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 1.4;
}

.iphone-wrapper_left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #eeeded;
  border-radius: 8px;
  padding: 13px 28px 14px;
  font-weight: 600;
  transition: all .2s;
  transform: skew(-4deg);
}

.button-3:hover {
  background-color: #641414;
  border-color: #000;
  transform: scale(1.03);
}

.button-3.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 11px 22px;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon:hover {
  border-color: #eeeded;
  transform: skew(-4deg)scale(1.03);
}

.button-3.is-icon.is-orange {
  background-color: #641414;
  border-color: #641414;
  height: 53px;
  box-shadow: 1px 4px 19px 3px #652a2a40;
}

.button-3.is-icon.is-orange:hover {
  transform: skew(-4deg)scale(1.03);
  box-shadow: 1px 4px 19px 3px #652a2a80;
}

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

.button-3.is-secondary:hover {
  transform: skew(-4deg)scale(1.03);
}

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

.text-color-grey {
  color: gray;
  -webkit-text-stroke-color: #8e8f93;
}

.titel-content_wrapper {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.duplicate-this-2 {
  justify-content: space-between;
  display: flex;
}

.duplicate-this-2._2 {
  margin-top: 50px;
}

.image-6 {
  z-index: 2;
  width: 153px;
  position: absolute;
  inset: 0% auto auto 81px;
}

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

.icon-embed-large-3.small {
  width: 4rem;
  height: 4rem;
}

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

.section_content-abo {
  color: #000;
  background-image: none;
  background-position: 50% 0;
  background-size: contain;
}

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

.section-horizontal-slider_wrapper {
  margin-top: 30px;
}

.topblock {
  color: #000;
  background-color: #eeeded;
  display: inline-block;
}

.topblock.text-size-small {
  border-radius: 100px;
  padding: 9px 25px 10px;
}

.topblock.text-size-small.text-weight-medium.white {
  color: #eeeded;
  background-color: #000;
}

.text-block {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.image-9 {
  width: 22px;
  height: 25px;
  margin-top: 1px;
}

.div-block-15 {
  z-index: 5;
  opacity: 1;
  background-image: linear-gradient(to top, #00000082, #0000 38%);
  border-radius: 41px;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 28px;
  padding-right: 31px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  background-color: #000;
  background-image: url('../images/Rectangle-3660_1Rectangle 3660.webp');
  background-position: 0 0;
  background-size: contain;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 648px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 20px 9px #43434370;
}

.background-video {
  z-index: 1;
  border-radius: 33px;
  width: 290px;
  height: 628px;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.lightbox-play-icon-8 {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.iphone-wrapper_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  display: flex;
  position: relative;
}

.iphone-wrapper_right.right {
  align-items: flex-end;
  padding-top: 125px;
}

.popup-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-section_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 87px;
  padding-top: 85px;
  display: flex;
}

.padding-global-2 {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

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

.cta_images {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  display: flex;
}

.cta_content-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-h2-4 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.cta_image {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_image.is-bottom-right {
  aspect-ratio: 1.5;
  width: 40%;
}

.cta_image.is-top-right {
  z-index: 6;
  width: 25%;
}

.cta_image.is-center-right {
  aspect-ratio: 1 / 1.15;
  width: 50%;
}

.cta_image.is-top-left {
  width: 45%;
}

.cta_image.is-bottom-left {
  z-index: 0;
  aspect-ratio: 1;
  width: 35%;
}

.cta_image-row {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_image-row.is-center {
  justify-content: flex-start;
  align-items: center;
  margin-top: -20%;
  margin-bottom: -10%;
}

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

.cta_background-lines {
  object-fit: cover;
  object-position: 0% 100%;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
  -webkit-mask-image: linear-gradient(to top left, #000 10%, #0000 60%);
  mask-image: linear-gradient(to top left, #000 10%, #0000 60%);
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large.column-left {
  justify-content: center;
  align-items: flex-start;
}

.section-medium-2 {
  background-color: #fafafa;
  background-image: linear-gradient(#000, #fff0), url('../images/ModernDesertVista-12.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 4rem 5%;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

.logo {
  margin-bottom: 0;
  margin-right: -20px;
}

.quote-wrapper {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.about-feature {
  align-items: center;
  width: 255px;
  display: flex;
}

.icon-button-outline {
  color: #292929;
  overflow-wrap: normal;
  background-color: #98d539;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #98d539;
  transform: translate(4px, -4px);
}

.navigation-toggle-3 {
  color: #fff;
  margin-left: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-3:hover {
  color: #fff;
}

.nombre-etoile {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-large-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-60 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
}

.image-58 {
  filter: invert();
}

.navigation-list-wrapper-5 {
  background-color: #98d539;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-5.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-weight-medium-3 {
  color: #fff;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.icon-right-2 {
  color: #20a470;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-600 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.author-wrapper {
  align-items: center;
  display: flex;
}

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

.bold-text-47 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.button-grid {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-menu-item {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 17px;
  font-weight: 600;
}

.overline-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-heading {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.header-gradient-overlay-2 {
  z-index: 1;
  background-color: #0000004d;
  background-image: linear-gradient(45deg, #000000d9, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-dropdown-1 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.icon-small-5 {
  color: #20a470;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button-right-icon {
  color: #3f90c9;
  text-align: center;
  white-space: nowrap;
  background-color: #98d539;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-height: 48px;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  color: #fff;
  background-color: #98d539;
  transform: translate(4px, -4px);
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.chevron-2 {
  margin-top: 20.5px;
  margin-right: 5px;
}

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

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.layout-col2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  display: grid;
}

.checkbox-2 {
  background-color: #ff5b2e;
  width: 24px;
  height: 24px;
}

.checkbox-2.margin-left {
  background-color: #98d539;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-right: 0;
  display: flex;
}

.paragraph-small-17 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  max-width: 450px;
  font-size: 14px;
  font-weight: 300;
}

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0%;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

.navmenu-tablet-only {
  display: none;
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.header-column-2 {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.navbar-brand {
  height: 100%;
}

.navbar-brand.w--current {
  width: 150px;
}

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.background {
  z-index: 0;
  pointer-events: none;
  height: 100%;
  min-height: 750px;
  position: absolute;
  inset: 0%;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav-menu-wrapper-3 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.navbar-open {
  display: none;
}

.button-link-text-absolute {
  position: absolute;
}

.overline-regular {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.container-17 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.icon-regular-22 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-22.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-22.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.icon-x-small {
  color: #98d539;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-logo-tablet {
  max-width: 180px;
}

.sub-heading-large {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.people-image {
  margin-left: 0;
}

.user-avatar {
  border-radius: 100px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 20px;
  overflow: hidden;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #98d539;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 185px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .45s;
}

.button-secondary-small:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.header-section-search {
  background-image: linear-gradient(#0000 100%, #fff), url('../images/unnamed-73.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 150vh;
  padding: 250px 5% 80px;
  display: none;
  position: relative;
}

.container-large-21 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

.google-reviews-wrapper {
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.grid-two-column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.link-block-5 {
  background-color: #389709;
  background-image: linear-gradient(#38980a, #4280c6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .45s;
  display: flex;
  position: absolute;
}

.link-block-5:hover {
  transform: scale(1.3)translate(0, -6px);
}

.text-block-65 {
  color: #389709;
  font-family: Euclidsquare, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  z-index: 5;
  background-color: #fff;
  margin-bottom: -21px;
  padding: 92px 5% 0;
  position: relative;
}

.icon-small-6 {
  color: #389709;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.paragraph-large-13 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-68 {
  color: #389709;
  font-family: Euclidsquare, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.video-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-span-21 {
  color: #389709;
  text-decoration: underline;
}

.icon-large-6 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.f-blog-wrapper {
  position: relative;
}

.f-margin-bottom-67 {
  margin-bottom: 64px;
}

.video-block {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-large-25 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-66 {
  color: #389709;
  font-family: Euclidsquare, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-67 {
  color: #fff;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-large-5 {
  padding: 0 0% 128px;
  position: relative;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.video-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.column-regular-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-11.column-left {
  justify-content: center;
  align-items: flex-start;
}

.f-blog-thumbnail-xl {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.badge-secondary-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #389709;
  background-color: #389709;
  background-image: linear-gradient(175deg, #427ecc, #4ba545);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.h2-heading-9 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.video-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f800;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.max-width-small-5 {
  width: 100%;
  max-width: 396px;
}

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

.f-blog-grid {
  grid-column-gap: 70px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
}

.column-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  color: #000;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-5 {
  color: #000;
}

.paragraph-6 {
  color: #000;
  font-family: Euclidsquare, sans-serif;
  font-size: 15px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  color: #000;
}

.paragraph-15 {
  color: #000;
  font-size: 16px;
}

.paragraph-16 {
  color: #000;
}

.paragraph-17 {
  color: #000;
  font-family: Euclidsquare, sans-serif;
  font-size: 16px;
}

.heading-5, .paragraph-18 {
  color: #000;
}

.image-59 {
  margin-top: -30px;
  margin-bottom: -20px;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: -8px;
}

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-2.text-color-gray-500 {
  color: #fff;
  font-size: 14px;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #fff;
}

.privacy_section {
  background-color: #fff;
  margin-top: 0;
  padding: 0 20px 100px;
}

.container-15 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "."
  / 1.25fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy_content_wrapper {
  background-color: #fff0;
  border: 1px #6969691a;
  border-radius: 20px;
  padding: 100px 40px 24px;
  overflow: visible;
}

.intro_wrapper {
  text-align: center;
}

.paragraph_centered {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph_centered-2 {
  text-align: center;
}

.code-embed-6 {
  text-align: left;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
}

.text-block-23 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-23.newtxt1 {
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

.header-column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.column-large-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.column-x-large-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  width: 40px;
  height: 40px;
  display: flex;
}

.header-grid-lead-2 {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
}

.flex-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 35px;
}

.code-embed-11 {
  width: 100%;
}

.flex-block-11 {
  margin-left: 2px;
}

.code-embed-12 {
  width: 20px;
  height: 20px;
}

.flex-block-22 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.image-64 {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.image-64.newdivf {
  background-color: #1d84fd;
}

.flex-block-23 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-23.newf1, .flex-block-23.newf2 {
  width: 100%;
}

.hero-paragraph {
  color: #fff;
  max-width: 550px;
  margin-top: -15px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.flex-block-24 {
  flex-flow: row;
}

@media screen and (min-width: 1280px) {
  .hero-title-block {
    max-width: 850px;
  }

  .section-title-block.max-w-471 {
    max-width: 450px;
  }

  .tab-next-2 {
    display: block;
  }

  .tab-next-2.gh-section-pillars-next-button {
    padding-left: 0;
    right: -4%;
  }

  .section_content-abo {
    background-image: url('../images/Group-3020.png');
    background-position: 50% 0;
    background-size: contain;
  }

  .section-horizontal-slider_wrapper {
    margin-top: 50px;
  }

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

  .header-section-search {
    padding-top: 200px;
  }

  .container-large-21 {
    margin-top: 180px;
  }

  .google-reviews-wrapper {
    margin-left: 0;
  }

  .grid-two-column-5 {
    place-items: center start;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-1 {
    letter-spacing: -2px;
  }

  .hero-certre-block {
    margin-top: 113px;
  }

  .hero-title-block {
    max-width: 950px;
  }

  .faq-content-block {
    max-width: 700px;
  }

  .section-title-block.max-w-471 {
    max-width: 471px;
  }

  .section-summary-block.max-w-420, .section-summary-block.max-w-474, .section-summary-block.max-w-370, .section-summary-block.max-w-440 {
    margin-right: 64px;
  }
}

@media screen and (min-width: 1920px) {
  .gh-section {
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gh-section.bg-light-blue.gh-section-image-right {
    min-height: auto;
  }

  .slider-ourpillars-of-quality {
    height: 673px;
  }

  .div-block-6 {
    max-width: 594px;
  }

  .gh-section-pillars-tab-pane {
    min-height: 650px;
  }

  .text-block-7 {
    font-size: 26px;
  }

  .tabs-menu {
    display: block;
  }

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

  .gh-section-heading {
    max-width: none;
    font-size: 42px;
    font-weight: 400;
  }

  .gh-slider-pillars {
    min-height: 672px;
  }

  .paragraph-3 {
    padding-top: 45px;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-8 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 35px;
  }

  .div-block-10 {
    left: 13%;
  }

  .div-block-10.gh-slider-inner-text-block {
    padding-top: 60px;
    padding-bottom: 60px;
    top: 45%;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .column-15 {
    background-image: url('../images/pillar-client-experience-image.png');
    background-size: cover;
    top: 5%;
  }

  .column-15.gh-slider-image-learning-development {
    background-image: url('../images/pillar-learning-development-image.png');
  }

  .column-15.gh-slider-image-whole-person {
    background-image: url('../images/pillar-whole-person-image.png');
  }

  .iphone-wrapper_left {
    width: 700px;
  }

  .icon-1x1-small {
    margin-bottom: 5px;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 2.5rem;
  }

  .container-medium-3 {
    max-width: 70rem;
  }

  .iphone-wrapper_right.right {
    width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .container.nav-bar {
    padding-top: 5em;
  }

  .container.menu {
    padding-top: 18.7em;
  }

  .container.hero-mobile {
    align-items: flex-end;
    height: 93vh;
    padding-bottom: 0;
  }

  .container.sub-hero-mobile {
    padding-top: 10em;
  }

  .grid.nav-bar {
    align-items: flex-start;
  }

  .grid.hero-mobile {
    position: relative;
  }

  .grid_item.nav-menu-left {
    display: none;
  }

  .grid_item.nav-logo {
    align-items: center;
    width: 70%;
  }

  .grid_item.nav-menu-right {
    display: none;
  }

  .grid_item.text-subhero {
    width: 60%;
  }

  .grid_item.phone-menu {
    flex-direction: column;
    padding-top: 3em;
    font-size: 2vw;
  }

  .grid_item.menu-copy {
    font-size: 1vw;
  }

  .grid_item.menu-up-links {
    display: none;
  }

  .grid_item.menu-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 15%;
    padding-left: 3.6em;
    display: flex;
    position: relative;
  }

  .grid_item.mobile-menu-phone {
    justify-content: center;
    align-items: center;
    width: 15%;
    display: flex;
  }

  .grid_item.app-notification-mobile {
    justify-content: flex-start;
    width: 40%;
    margin-top: 0%;
    font-size: 1vw;
    position: absolute;
    inset: auto 6% -33% auto;
  }

  .grid_item.heading-hero-mobile {
    width: 100%;
    padding-top: 0;
  }

  .grid_item.scroll-icon-mobile {
    margin-top: -19%;
  }

  .section.hero.mobile {
    display: block;
  }

  .section.mobile {
    display: none;
  }

  .nav_logo-img {
    width: 7em;
  }

  .hero-gradient {
    background-image: linear-gradient(to bottom, #191d23e6, #191d231a 50%, var(--dark-color));
  }

  .h-big.fade-up.tricks {
    font-size: 20em;
  }

  .app-wrapper {
    font-size: 1.4vw;
  }

  .page-wrapper {
    display: none;
  }

  .details-wrapper {
    padding-top: 2em;
    padding-left: 2em;
  }

  .footer-copy.left, .footer-copy.right {
    font-size: 1.2em;
  }

  .menu-open {
    z-index: 100;
    width: 80%;
    display: none;
  }

  .menu-heading {
    font-family: Hallengerseriffont, sans-serif;
    font-size: 5em;
    font-weight: 300;
    line-height: 1.5;
  }

  .adress-wrapper-menu {
    font-size: 1.7vw;
  }

  .menu-close {
    display: none;
  }

  .overlay-skew {
    z-index: 0;
  }

  .overlay-screen {
    z-index: 100;
  }

  .page-wrapper-mobile {
    display: block;
  }

  .line-1 {
    background-color: #fff;
    width: 3em;
    height: 2px;
    margin-bottom: 1em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1vw;
    position: absolute;
  }

  .line-2 {
    background-color: #fff;
    width: 3em;
    height: 2px;
    margin-top: 1em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1vw;
    position: absolute;
  }

  .image-4 {
    height: 2.5em;
  }

  .phone-wrapper-menu {
    border: 1px solid var(--c49e7b);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    padding: 0;
    font-size: 1vw;
    display: flex;
  }

  .open-mobile {
    z-index: 1;
    border: 1px solid var(--c49e7b);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .close-menu-mob {
    z-index: 1;
    border: 1px solid var(--c49e7b);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    padding-right: 0;
    font-size: 1vw;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .close-icon {
    width: 4em;
    height: 4em;
    padding-bottom: .7em;
    font-size: 1vw;
    position: static;
    inset: 0%;
  }

  .image-mask-mobile {
    height: 80vh;
  }

  .app-wrapper-mobile {
    font-size: 1.5vw;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .p-wrapper-mobile {
    padding-top: 3em;
    font-size: .8em;
  }

  .arrow-scroll-mobile {
    width: 2em;
  }

  .h1-wrapper-mobile {
    width: 50em;
  }

  .heading-residence-mobile {
    font-size: 23em;
    line-height: 1;
  }

  .residence-wrapper-mobile {
    width: 60em;
    margin-left: -17%;
  }

  .menu-box {
    position: relative;
  }

  .splide.slider1 {
    width: 100%;
    font-size: 1vw;
    overflow: visible;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-logo-wrapper, .div-block-16 {
    display: none;
  }

  .mobile-text {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .in-curand {
    line-height: .7;
    left: 6%;
  }

  .filter-form-field-block.is-2, .filter-form-field-block.is-3, .filter-form-field-block.is-1 {
    min-width: 150px;
  }

  .hero-title-block {
    max-width: 650px;
  }

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

  .section-title-block.max-w-471, .section-title-block.max-w-280 {
    max-width: 360px;
  }

  .section-summary-block.max-w-420, .section-summary-block.max-w-474, .section-summary-block.max-w-370, .section-summary-block.max-w-440 {
    max-width: 300px;
    margin-right: 0;
  }

  .our-values-cards-block {
    grid-template-columns: 1fr 1fr;
  }

  .our-values-card-block {
    border-bottom: 1px solid #ffffff29;
  }

  .our-values-card-block.last.bottom-last {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .our-values-card-block.is-2.mobile-last {
    border-right-style: none;
  }

  .paragraph-2 {
    font-size: 22px;
  }

  .paragraph-2.thiner {
    margin-bottom: 28px;
  }

  .heading-2 {
    line-height: 140%;
  }

  .section-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-3.image-background {
    min-height: 50vh;
  }

  .projects-heading.for-last-section {
    max-width: 460px;
    margin-bottom: 4px;
  }

  .last-section-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .why-choose-wrapper {
    flex-flow: column;
  }

  .why-choose-content-block {
    width: 100%;
  }

  .why-choose-image-block {
    width: 100%;
    max-width: 100%;
  }

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

  .content-image-card {
    inset: -50px -20% auto auto;
  }

  .content-number {
    font-size: 55px;
    line-height: 65px;
  }

  .content-number-wrap {
    margin-right: 30px;
  }

  .content-numbers {
    justify-content: space-between;
  }

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

  .services_card-content {
    padding: 2rem;
  }

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

  .gh-section-pillars-tab-pane {
    border-radius: 25px;
    min-height: 0;
  }

  .tab-wrapper {
    display: block;
  }

  .tab-next-2 {
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 0;
    display: block;
    bottom: 35%;
    right: -6%;
  }

  .div-block-10.gh-slider-inner-text-block {
    width: 85%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .column-15, .column-15.pillar-image-client {
    display: none;
  }

  .footer3_main {
    flex-flow: column;
  }

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

  .form_block {
    align-items: center;
  }

  .contact_details-card {
    max-width: none;
  }

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

  .contact_heading {
    max-width: none;
  }

  .iphone-wrapper_left {
    align-items: center;
    width: 100%;
    margin-right: 50px;
  }

  .titel-content_wrapper {
    margin-bottom: 25px;
  }

  .duplicate-this-2._2 {
    margin-top: 0;
  }

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

  .section_content-abo {
    background-color: #eeeded;
    background-image: none;
    background-size: auto;
  }

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

  .section-horizontal-slider_wrapper {
    flex-direction: row;
    width: 100vw;
    margin-left: -38px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
    overflow: scroll;
  }

  .iphone-wrapper_right {
    align-items: center;
    width: 100%;
    margin-right: 50px;
  }

  .iphone-wrapper_right.right {
    align-items: center;
    padding-top: 0;
  }

  .text-section_wrapper {
    margin-left: 38px;
  }

  .padding-global-2 {
    height: 100%;
  }

  .cta_images {
    max-width: 28rem;
  }

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

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .logo {
    object-fit: cover;
  }

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navigation-toggle-3 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-3.w--open {
    width: 100%;
  }

  .navigation-list-wrapper-5 {
    box-shadow: none;
  }

  .navbar-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .chevron-2 {
    margin-right: 20px;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navbar-2 {
    top: 24px;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

  .navigation-content {
    width: 100%;
  }

  .header-column-2 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

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

  .nav-menu-wrapper-3 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .header-section-search {
    padding-top: 200px;
    padding-bottom: 54px;
  }

  .google-reviews-wrapper {
    justify-content: flex-start;
  }

  .grid-two-column-5 {
    grid-template-columns: 1fr;
  }

  .section-large-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-component {
    grid-template-columns: 1fr;
  }

  .h2-heading-9 {
    font-size: 46px;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-15 {
    width: 90%;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

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

  .header-grid-lead-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .menu-open {
    display: none;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .heading-style-1 {
    letter-spacing: -.5px;
  }

  .filter-form-field-liner {
    display: none;
  }

  .filter-form-button {
    border-radius: 12px;
    width: 100%;
  }

  .hero-certre-block {
    margin-top: -191px;
  }

  .hero-filter-block {
    width: 100%;
    margin-top: 200px;
  }

  .hero-filter-form-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filter-form-button-block {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hero-filter-form-block {
    flex-flow: column;
    padding: 32px;
  }

  .faq-content-block {
    max-width: 100%;
  }

  .section-heading-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-heading-block {
    margin-bottom: 48px;
    position: static;
  }

  .section-title-block.max-w-471, .section-title-block.max-w-280 {
    max-width: 100%;
  }

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

  .section-summary-block.max-w-420, .section-summary-block.max-w-474, .section-summary-block.max-w-370, .section-summary-block.max-w-440 {
    max-width: 100%;
  }

  .our-values-cards-block {
    grid-template-columns: 1fr 1fr;
  }

  .our-values-card-block {
    border-bottom: 1px solid #ffffff29;
    border-right-style: solid;
    padding: 24px;
  }

  .our-values-card-block.last {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .our-values-card-block.is-2 {
    border-right-style: none;
  }

  .contact-location-block {
    order: -9999;
    max-width: 100%;
    display: flex;
  }

  .contact-form-block {
    max-width: 100%;
  }

  .contact-content-block {
    flex-flow: column;
  }

  .heading-2 {
    line-height: 130%;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .projects-heading.for-last-section {
    margin-bottom: 8px;
  }

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

  .content-image-wrap {
    align-items: flex-start;
    display: flex;
  }

  .content-grid {
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

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

  .content-image-card {
    right: -10%;
  }

  .content-number {
    font-size: 44px;
    line-height: 55px;
  }

  .content-number-wrap {
    font-size: 18px;
  }

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

  .services-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 5vh;
  }

  .services_card-content {
    padding: 1.5rem;
  }

  .services_image-wrapper {
    height: 25vh;
  }

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

  .container-2 {
    text-align: center;
  }

  .gh-section-heading {
    text-align: left;
  }

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

  .form_submit-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

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

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

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

  .nav-link-2 {
    font-size: 18px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .nav-logo-tablet {
    max-width: 145px;
  }

  .header-section-search {
    background-size: auto, auto, 250px, cover;
  }

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

  .footer-legal {
    flex-flow: column;
  }

  .privacy_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-15 {
    width: 90%;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-heading {
    font-size: 62px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero {
    height: 100%;
  }

  .container.menu {
    padding-left: 10.8em;
  }

  .container.hero-mobile {
    height: 73vh;
  }

  .grid {
    font-size: 1vw;
  }

  .grid.menu {
    align-items: flex-end;
    height: 100vh;
  }

  .grid_item.nav-logo {
    width: 50%;
  }

  .grid_item.text-subhero {
    width: 100%;
    padding-left: 1em;
    font-size: 3em;
  }

  .grid_item.menu {
    justify-content: center;
  }

  .grid_item.phone-menu {
    border-bottom: 1px #282f38;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .grid_item.menu-copy {
    border-top: 1px solid #282f38;
    padding-top: 3em;
  }

  .grid_item.menu-mobile {
    justify-content: flex-start;
    width: 15%;
    padding-top: 3em;
    padding-left: 1em;
  }

  .grid_item.mobile-menu-phone {
    justify-content: flex-end;
    padding-top: 3em;
  }

  .grid_item.app-notification-mobile {
    width: 100%;
    padding-top: 12em;
    padding-left: 2em;
    font-size: 1vw;
    position: relative;
    right: 0%;
  }

  .grid_item.scroll-icon-mobile {
    display: none;
  }

  .section.nav-bar {
    display: none;
    position: fixed;
  }

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

  .section.mobile {
    display: block;
  }

  .nav_logo {
    z-index: 11;
    position: relative;
  }

  .nav_logo.w--current {
    display: flex;
  }

  .nav_logo-img {
    width: 12em;
  }

  .button_menu.newbtn1 {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 5vw;
  }

  .text-button {
    font-size: .8em;
  }

  .hero-gradient {
    background-image: linear-gradient(180deg, #191d23e6, #191d2326 50%, var(--dark-color));
    inset: 0%;
  }

  .h-big.fade-up.tricks {
    font-size: 30em;
  }

  .image-mask {
    height: 100%;
  }

  .app-name {
    color: var(--c49e7b);
  }

  .app-price {
    color: #fff;
  }

  .page-wrapper {
    display: none;
  }

  .menu-open {
    width: 100%;
    display: none;
  }

  .menu-heading {
    font-family: Euclidsquare, sans-serif;
    font-size: 8em;
    font-weight: 300;
    line-height: 1.4;
  }

  .adress-wrapper-menu {
    padding-right: 0;
    font-size: 4vw;
  }

  .button-hide {
    font-size: .8em;
  }

  .overlay-screen {
    display: none;
  }

  .h1-wrapper {
    overflow: hidden;
  }

  .lottie-big-button {
    width: 20em;
    height: 20em;
  }

  .line-1 {
    width: 5em;
    height: 1px;
    margin-bottom: 0;
    position: static;
  }

  .line-2 {
    width: 5em;
    height: 1px;
    margin-top: 0;
    position: static;
  }

  .phone-wrapper-menu {
    font-size: 1.4vw;
  }

  .open-mobile {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.4vw;
  }

  .close-menu-mob {
    font-size: 1.4vw;
    display: flex;
    top: 0%;
    left: 0%;
  }

  .image-mask-mobile {
    height: 60vh;
  }

  .app-wrapper-mobile {
    background-color: #3a3635;
    font-size: 4vw;
  }

  .heading-residence-mobile {
    font-size: 36em;
  }

  .residence-wrapper-mobile {
    width: 60em;
    margin-left: 0%;
    position: absolute;
    inset: auto -19% 32% auto;
    overflow: hidden;
  }

  .menu-box {
    position: relative;
  }

  .div-block-7, .div-block-8 {
    font-size: 1.6vw;
  }

  .spacer-mobile-absolute {
    height: 7px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .splide.slider1 {
    width: 145%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-sticky {
    margin-top: -16px;
  }

  .sticky-logo-wrapper {
    align-items: center;
    display: none;
  }

  .div-block-16 {
    height: 16em;
    display: block;
  }

  .mobile-text {
    z-index: 10;
    justify-content: center;
    align-items: center;
    height: 15em;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-mobile-menu {
    color: #fff;
    font-family: Euclidsquare, sans-serif;
    font-size: 4em;
  }

  .in-curand {
    font-size: 20em;
    inset: -14% 0% 0% 6%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .heading-style-1 {
    letter-spacing: -.3px;
    margin-top: 50px;
    font-size: 35px;
  }

  .filter-form-field-liner {
    width: 100%;
    height: 1px;
    display: block;
  }

  .hero-certre-block {
    margin-top: -210px;
  }

  .hero-certre-block.hero {
    height: 100%;
    margin-top: -196px;
  }

  .hero-filter-block {
    margin-top: 150px;
  }

  .hero-filter-block.hero {
    margin-top: 120px;
  }

  .hero-filter-form-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hero-title-block {
    max-width: 330px;
  }

  .filter-form-button-block {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-large {
    font-size: 16px;
  }

  .section-gap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h2 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 12.9em;
  }

  .heading-style-h2.text-color-white.mobile-align-center {
    text-align: center;
    font-size: 9.5em;
  }

  .our-values-cards-block {
    grid-template-columns: 1fr;
  }

  .heading-style-4.text-color-white {
    margin-bottom: 0;
  }

  .our-values-card-block, .our-values-card-block.last, .our-values-card-block.last.bottom-last {
    border-right-style: none;
  }

  .contact-form-field-row {
    grid-template-columns: 1fr;
  }

  .primary-button.form {
    min-width: 100%;
  }

  .button-primary {
    padding: 10px 60px;
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 120%;
  }

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

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

  .projects-heading.for-last-section {
    margin-bottom: 10px;
  }

  .text-size-large-2 {
    font-size: 16px;
  }

  .lightbox-icon-block {
    width: 72px;
    height: 72px;
  }

  .content-heading {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 43px;
  }

  .content-image-wrap {
    justify-content: center;
    align-items: center;
    width: 226px;
  }

  .content-section {
    padding-bottom: 20px;
  }

  .content-image-card {
    max-width: 60%;
    inset: auto 4% -12% auto;
  }

  .content-image-card.small-card {
    max-width: 100%;
    margin-left: -18px;
    left: -1%;
  }

  .content-paragraph {
    font-family: Euclidsquare, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .content-image {
    max-width: 350px;
  }

  .content-number {
    text-align: center;
    padding-bottom: 15px;
    font-size: 60px;
  }

  .content-number-wrap {
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .content-numbers {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gh-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .tab-next-2 {
    opacity: .61;
  }

  .gh-section-heading {
    margin-top: 40px;
  }

  .paragraph-4.newh1 {
    text-align: center;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 9.5em;
  }

  .footer3_link {
    font-size: .9rem;
  }

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

  .footer3_social-link {
    background-image: linear-gradient(#499956, #3c6dab);
  }

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

  .heading-style-h2-3 {
    color: #000;
    max-width: 284px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1;
  }

  .iphone-wrapper_left {
    align-items: flex-start;
    width: auto;
    margin-right: 35px;
  }

  .button-3.is-icon.is-orange {
    box-shadow: none;
    background-color: #4486b3;
    background-image: linear-gradient(#4382bf, #4ea63f);
    border-style: none;
    margin-top: 20px;
  }

  .button-3.is-icon.is-orange:hover {
    box-shadow: none;
  }

  .button-3.is-secondary {
    padding: 10px 20px 11px;
  }

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

  .image-6 {
    width: 102px;
    left: 67px;
  }

  .icon-embed-large-3 {
    width: 4rem;
    height: 4rem;
  }

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

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

  .section-horizontal-slider_wrapper {
    width: 104.4vw;
    overflow: auto;
  }

  .topblock.text-size-small.text-weight-medium {
    padding: 5px 15px 7px;
  }

  .text-block {
    font-size: 20px;
  }

  .image-9 {
    width: 16px;
    height: 18px;
  }

  .div-block-15 {
    border-radius: 31px;
    padding-bottom: 22px;
    padding-right: 22px;
  }

  .div-block-14 {
    border-radius: 31px;
    width: 236px;
    height: 494px;
  }

  .background-video {
    border-radius: 24px;
    width: 221px;
    height: 478px;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: flex-start;
  }

  .iphone-wrapper_right {
    align-items: flex-start;
    width: auto;
    margin-right: 25px;
  }

  .iphone-wrapper_right.right {
    margin-right: 35px;
  }

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

  .text-section_wrapper {
    align-items: flex-start;
    width: 300px;
    margin-left: 25px;
    padding-right: 44px;
  }

  .padding-global-2 {
    background-color: #fff;
    display: block;
  }

  .text-block-13 {
    font-size: 4vw;
  }

  .heading-style-h2-4.text-balance {
    font-family: Hallengerseriffont, sans-serif;
    font-size: 2.4rem;
  }

  .section-medium-2 {
    background-image: linear-gradient(330deg, #000, #fff0), url('../images/ModernDesertVista-12.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-10 {
    margin-top: -30px;
    margin-bottom: -20px;
    margin-left: -39px;
  }

  .nav-link-2 {
    letter-spacing: 1px;
    font-family: Euclidsquare, sans-serif;
  }

  .logo {
    flex: none;
    max-width: 120%;
    margin-bottom: 0;
  }

  .navbar-close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff2b;
    border: 2px solid #ffffff1a;
    border-radius: 100%;
  }

  .navigation-toggle-3 {
    padding-left: 8px;
  }

  .nombre-etoile {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .text-block-60 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Euclidsquare, sans-serif;
    font-size: 18px;
  }

  .navigation-list-wrapper-5 {
    box-shadow: none;
    background-color: #0c6c0d00;
    background-image: none;
  }

  .testimonial-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-large.text-color-gray-600 {
    text-align: center;
    font-family: Euclidsquare, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-block-61 {
    letter-spacing: 1px;
    font-family: Euclidsquare, sans-serif;
    font-size: 18px;
  }

  .button-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .nav-menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff5c;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .h1-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .header-gradient-overlay-2 {
    background-color: #0000;
    background-image: linear-gradient(349deg, #d7a64300, #00000059), linear-gradient(#00000059 100%, #fff);
    height: 100%;
  }

  .navigation-dropdown-1 {
    width: 100%;
  }

  .button-right-icon {
    width: 100%;
    transition-duration: .45s;
  }

  .button-right-icon:hover {
    background-color: #98d539;
    transform: translate(0, -4px);
  }

  .image-46 {
    max-width: 15%;
  }

  .layout-col2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    align-items: center;
  }

  .navigation-content {
    padding-left: 0;
  }

  .bold-text-46 {
    color: #fff;
    text-shadow: 0 1px 1px #0003;
  }

  .background {
    height: 100%;
    min-height: auto;
  }

  .navigation-button-group {
    display: none;
  }

  .nav-menu-wrapper-3 {
    background-color: #98d539;
    background-image: linear-gradient(124deg, #3865c4, #50b126);
    margin-right: 75px;
    display: none;
  }

  .navbar-open {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 19%;
    width: 55px;
    height: 55px;
  }

  .container-17 {
    margin-top: -30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-regular-22 {
    color: #d12120;
    margin-right: 5px;
  }

  .nav-logo-tablet {
    max-width: 180px;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .menu-link-2 {
    font-family: Euclidsquare, sans-serif;
  }

  .header-section-search {
    background-image: linear-gradient(#0000 100%, #fff), url('../images/ModernDesertVista-101.webp'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto, auto;
    height: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
    display: block;
  }

  .google-reviews-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .grid-two-column-5 {
    grid-template-columns: 1fr;
  }

  .body {
    background-color: #fff;
  }

  .link-block-5 {
    width: 75px;
    height: 75px;
    position: absolute;
    inset: auto;
  }

  .f-section-large {
    z-index: 5;
  }

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

  .f-blog-wrapper {
    display: block;
  }

  .video-block {
    height: 400px;
  }

  .h2-heading-9 {
    color: #000;
    font-size: 35px;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .paragraph-x-small-2.text-color-gray-500 {
    text-align: center;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    display: flex;
  }

  .footer-legal-link-2 {
    font-size: 14px;
  }

  .privacy_section {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    width: 90%;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .privacy_content_wrapper {
    background-color: #fff0;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-21, .heading-22 {
    font-size: 35px;
  }

  .header-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .header-grid-lead-2 {
    grid-template-columns: 1fr;
    margin-top: 200px;
  }

  .flex-block-25 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .display-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
  }

  .flex-block-23.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .flex-block-23.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-ed3db583 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-ed3db583 {
  justify-self: end;
}

#w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de6-ed3db583 {
  order: -9999;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-1107f9ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-1107f9ca {
  justify-self: end;
}

#w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de6-1107f9ca {
  order: -9999;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-5d7130cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-5d7130cb, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-5d7130cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-ab81c224 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-ab81c224, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-ab81c224 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-cd0ab122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-cd0ab122, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-cd0ab122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-359001f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-359001f4, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-359001f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-2f03c074 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-2f03c074, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-2f03c074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-04789844 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-04789844, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-04789844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-93ef3970 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-93ef3970, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-93ef3970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-9067baae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-9067baae, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-9067baae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-3d06f237 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-3d06f237, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-3d06f237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-9d39dd09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a2d-9d39dd09, #w-node-_9acb5b81-9a82-5001-4bae-a7ea39e26a56-9d39dd09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0db0b592-86c0-3575-9862-b9b39bff55c6-f9a23511, #w-node-_0db0b592-86c0-3575-9862-b9b39bff55c6-b8dc6051 {
  grid-area: Content;
}

#w-node-_7861f517-d0c0-8919-f519-fb9bd57e002a-59e9ae9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84f58cf5-f1de-405d-6d6c-594283a8a4e9-59e9ae9d {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-ed3db583, #w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-1107f9ca {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b3dbbfd-3604-f9f9-a630-54383e4e53ac-ed3db583, #w-node-_9b3dbbfd-3604-f9f9-a630-54383e4e53c6-ed3db583, #w-node-_4cd47e28-2fef-74ee-0c5f-5926cdad8204-ed3db583, #w-node-b0a425aa-b5db-6bd3-3469-8798a3d09078-ed3db583, #w-node-dba90c8e-d437-a333-bc76-6b5fc2b2085d-ed3db583 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-ed3db583 {
    order: -9999;
  }

  #w-node-_6d41c17e-1585-a94a-6b43-0675527445d8-527445d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a472d6a6-c7ae-2e2d-d9d7-186a9a609de3-1107f9ca {
    order: -9999;
  }
}


@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hallengerseriffont';
  src: url('../fonts/HallengerSerifFont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidsquare';
  src: url('../fonts/EuclidSquare-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wondergardenscript';
  src: url('../fonts/WonderGardenScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}