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

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

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

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

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

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

@font-face {
  font-family: Carlasans;
  src: url('../fonts/CarlaSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --color: #193150;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

.header-detail-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-details-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.navigation-dropdown-image {
  border: 2px solid #060606;
  border-radius: 14px;
  overflow: hidden;
}

.circle-progress-inner {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  padding: 0;
}

.circle-progress-inner.w--current {
  width: 14px;
  height: 14px;
}

.circle-progress-inner.active {
  background-color: #fff;
}

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

.navigation-dropdown-menu {
  display: none;
  overflow: hidden;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.navigation-button-group {
  border: 1px solid #0000;
  align-items: center;
  display: flex;
}

.navigation-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.header-wrapper {
  color: #fff;
  position: relative;
}

.header-gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(#060606, #06060640 16% 63%, #060606 97%);
  position: absolute;
  inset: 0%;
}

.header-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.circle-progress-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.circle-progress-corner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.circle-progress-corner.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  inset: auto auto 0% 0%;
}

.circle-progress-corner.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  inset: auto 0% 0% auto;
}

.circle-progress-corner.top-right {
  justify-content: flex-end;
  align-items: flex-start;
  inset: 0% 0% auto auto;
}

.navigation-dropdown-inner {
  padding-top: 40px;
}

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

.navigation-link-button {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 99px;
  align-items: center;
  padding: 4px 12px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.navigation-link-button:hover {
  border: 1px solid #fff;
}

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

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

.icon-arrow-hidden {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.navigation-button {
  grid-column-gap: 4px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 99px;
  align-items: center;
  padding: 4px 16px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c7622b;
  border-color: #c7622b;
}

.navigation-dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navigation-bar {
  z-index: 999;
  border-bottom: 1px solid #ffffff80;
  padding: 40px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.header-content-top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.header-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.header-slide-section {
  z-index: 2;
  background-color: #060606;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 160px 5% 80px;
  display: flex;
  position: relative;
}

.wrap-v-regular {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.header-slide-mask {
  width: 100%;
}

.navigation-dropdown-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #060606;
  border: 1px solid #060606;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.navigation-dropdown-button:hover {
  background-color: #c7622b;
  border-color: #c7622b;
}

.header-slide-navigation {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-circle-detail {
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  text-decoration: none;
  display: flex;
}

.header-background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.navigation-menu-button {
  color: #060606;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

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

.header-image-oval {
  border: 1px solid #060606;
  border-radius: 999px;
  overflow: hidden;
}

.navigation-contact-links {
  border: 1px solid #0000;
  align-items: center;
  display: flex;
}

.accent-circle {
  background-color: #c7622b;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}

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

.navigation-burger-lottie {
  width: 24px;
  height: 24px;
}

.icon-x-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-circle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  text-transform: uppercase;
  background-color: #060606;
  border: 1px solid #060606;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-circle:hover {
  background-color: #c7622b;
  border-color: #c7622b;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.header-slide-link {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.header-slide-link.w--current {
  background-color: #0000;
}

.header-content-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.circle-progress-line {
  border: 2px solid #0000;
  border-color: #fff #0000 #0000 #fff;
  border-radius: 50%;
  flex: none;
  width: 200%;
  height: 200%;
}

.circle-progress-line.three {
  border-top-width: 2px;
  border-top-color: #0000;
  border-bottom-color: #fff;
}

.circle-progress-line.four {
  border-top-width: 2px;
}

.circle-progress-line.two {
  border-color: #0000 #fff #fff #0000;
  border-top-width: 2px;
}

.circle-progress-line.one {
  border-left-width: 2px;
  border-left-color: #0000;
  border-right-color: #fff;
}

.slider-arrow-hidden, .slide-nav-hidden {
  display: none;
}

.header-details-group {
  width: 100%;
  max-width: 400px;
  display: flex;
}

.navigation-title {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

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

.navigation-dropdown-link {
  width: 100%;
  text-decoration: none;
}

.header-slider-embed {
  display: none;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.header-content {
  grid-column-gap: 194px;
  grid-row-gap: 194px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.search-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #2a514c;
  letter-spacing: -.02em;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.search-dropdown-toggle:hover {
  color: #282c25;
}

.header-carousel-bottom {
  height: 300px;
  margin-top: 120px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

.text-color-red-500 {
  color: #d74747;
}

.h1-heading {
  background-image: linear-gradient(23deg, var(--color), #617b9c);
  color: #000;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-heading.newcolor {
  background-image: linear-gradient(23deg, #10554e, #55836f);
}

.search-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #cbd0c8;
  border-radius: 6px;
  padding: 8px;
  display: flex;
}

.search-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-dropdown-list {
  background-color: #f7f6f2;
}

.search-dropdown-list.w--open {
  background-color: #f7f6f2;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  min-width: 160px;
  padding: 4px;
  overflow: hidden;
}

.success-message {
  color: #2a514c;
  background-color: #cbd0c8;
  border-radius: 8px;
  margin-bottom: 0;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.search-dropdown-link {
  color: #2a514c;
  letter-spacing: -.02em;
  background-color: #f7f6f2;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
}

.search-dropdown-link:hover {
  background-color: #e0e3de;
}

.search-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 32px;
}

.error-message {
  background-color: #fbeeee;
  border-radius: 12px;
  padding: 16px;
}

.max-width-regular {
  width: 100%;
  max-width: 524px;
}

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

.button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2a514c;
  text-align: center;
  background-color: #e0e3de;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #cbd0c8;
}

.button-secondary:active {
  background-color: #b6bdb2;
}

.search-text-field {
  color: #000;
  letter-spacing: -.02em;
  background-color: #f7f6f2;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.search-text-field::placeholder {
  color: #788471;
}

.header-carousel-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.code-embed {
  display: none;
}

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

.header-section {
  background-color: #f7f6f2;
  background-image: url('../images/Untitled-Design-6-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 92px;
  overflow: hidden;
}

.header-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-carousel-card {
  align-items: center;
  width: 290px;
  height: 100%;
  transition: transform .3s;
  box-shadow: 0 16px 32px -16px #282c25;
}

.header-carousel-card:hover {
  transform: translate(0, -10px);
}

.header-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: absolute;
}

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

.header-carousel-overlay-bottom {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f7f6f2, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.overline-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.icon-x-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #181818;
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .75rem;
}

.swiper-bullet {
  text-align: center;
  background-color: #181818;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: #f4f4f4cc;
}

.section_slider {
  position: relative;
  top: -15vh;
  overflow: hidden;
}

.swiper-drag.is-slider-main {
  background-color: #f4f4f4cc;
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.swiper-slide.is-places {
  flex: none;
  width: 25%;
  height: auto;
  position: relative;
}

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

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider_places {
  position: relative;
}

.padding-global {
  background-color: #eceae7;
  background-image: url('../images/Untitled-Design-12_1.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.newpadding {
  background-color: #f6ece2;
  margin-top: -22px;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-main_arrow {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #f4f4f41a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .3s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%)rotate(180deg);
}

.swiper-main_arrow:hover {
  background-color: #f4f4f433;
}

.swiper-main_arrow:active {
  transform: scale(.97)translate(-50%)rotate(180deg);
}

.swiper-main_arrow.swiper-next {
  left: auto;
  right: 0;
  transform: translate(50%)rotate(0);
}

.swiper.is-places {
  overflow: visible;
}

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

.slider_places-bottom-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  display: flex;
}

.places-card_content {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.logo-text.newlogo-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#916b24, #e5ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 2rem;
}

.logo-text.newlogo-text.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.section_hero {
  position: relative;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.places-card {
  background-color: #181818;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.navbar2_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  margin-top: 60px;
  margin-bottom: -19px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.places-card_image-overlay {
  background-image: linear-gradient(to top, #181818, #1110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Carla, Arial, sans-serif;
  display: grid;
}

.section_hero-bg-overlay {
  background-image: linear-gradient(65deg, #11111140, #1110), linear-gradient(#1110, #111);
  position: absolute;
  inset: 0%;
}

.navbar2_link {
  color: #f4f4f4cc;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
}

.navbar2_link:hover {
  color: #fff;
}

.navbar2_link.w--current {
  color: #111;
}

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

.places-card_country-text {
  opacity: .6;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .625rem;
}

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

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4f4f4;
  text-align: center;
  background-color: #f4f4f41a;
  border-radius: 10rem;
  padding: .75rem 1.375rem;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #f4f4f433;
}

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

.button.is-link.is-alternate {
  color: #f4f4f4cc;
  background-color: #0000;
}

.button.is-link.is-alternate:hover {
  color: #fff;
}

.places-card_heading-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #916b24, #e6ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.places-card_heading-text.newcolor {
  background-image: linear-gradient(211deg, #327a73, #55836f);
}

.places-card_desc-text {
  opacity: 1;
  margin-top: 0;
  font-size: 15px;
}

.section_hero-bg-scroll-overlay {
  opacity: 0;
  background-color: #111;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.places-card_image-wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.preloader {
  z-index: 2000;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero_wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.hero_content {
  width: 100%;
  max-width: 34rem;
}

.body {
  color: #513126;
  font-family: Montserrat, sans-serif;
}

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

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

.header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  transition: background-color .3s;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #916b24;
  background-image: linear-gradient(#10554e, #55836f);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.button-primary.color1 {
  background-image: linear-gradient(#193150, #617b9c);
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

.text-color-green {
  color: #86c1a0;
}

.paragraph-large-2 {
  color: #9c9eab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-large-2.text-color-gray-50 {
  color: #dedfe3;
  max-width: 700px;
  font-weight: 300;
}

.section-large {
  background-color: #000;
  background-image: linear-gradient(#00000070 100%, #fff), url('../images/IMG_2258-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 220px 5%;
}

.header-feature-card {
  grid-row-gap: 10px;
  background-color: #111218;
  background-image: url('../images/Book-Large-1_1Book Large 1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 200px 24px 20px;
  display: flex;
}

.header-feature-card.card1 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #fff), url('../images/download.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.header-feature-card.card2 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #000), url('../images/Snapinsta.app_469681114_18470405758021185_646375949382270946_n_1080.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.header-feature-card.card3 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #fff), url('../images/Untitled-design-27.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.display-heading.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.header-card-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 64px;
}

.badge {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-graphic-right {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-color-yellow {
  color: #f4d452;
}

.header-content-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 121px;
  display: flex;
}

.header-graphic-left {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dba672;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  color: #fff;
  border-color: #fff;
}

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

.header-title-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
}

.text-color-red {
  color: #ed5a5a;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
}

.places-card_desc-text-2 {
  opacity: 1;
  color: #fffc;
  margin-top: .5rem;
  font-size: 15px;
  font-weight: 400;
}

.text-size-medium {
  color: #617b9c;
  font-size: 1.125rem;
}

.text-size-medium.newcolor {
  color: #487a69;
}

.layout7_image {
  width: 100%;
  height: 100%;
}

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

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

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

.margin-bottom.margin-xxlarge.text-align-center-2 {
  margin-bottom: 40px;
}

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

.button-2 {
  color: #fefaf7;
  text-align: center;
  background-color: #c47a5f;
  border: 1px #513126;
  border-radius: 200px;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #513126;
  background-color: #0000;
  border-style: solid;
  transition: background-color .2s;
}

.button-2.is-secondary:hover {
  color: #fefaf7;
  background-color: #c47a5f;
  border-color: #c47a5f;
}

.button-2.is-alternate {
  color: #fefaf7;
  background-color: #513126;
}

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

.layout7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f4f4f4;
  text-align: center;
  background-color: #f4f4f41a;
  border-radius: 8px;
  padding: .75rem 1.375rem;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
}

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

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

.button-3.is-link.is-alternate {
  color: #f4f4f4cc;
  background-color: #0000;
}

.button-3.is-link.is-alternate:hover {
  color: #fff;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.section_header1.background-color-gray.section-light-wave {
  background-color: #f0e9e1;
  background-image: url('../images/Section-Wave-Light.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-highlight {
  background-image: url('../images/Title-Highlight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 10rem;
  min-width: 4rem;
  height: 10rem;
  min-height: 4rem;
}

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

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

.testimonial7_arrow {
  background-color: #fefaf7;
  border: 1px solid #513126;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  background-color: #0000;
}

.footer7_logo-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fefaf7;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

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

.footer7_link {
  color: #fefaf7;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.contact29_map {
  width: 100%;
  height: 100%;
}

.navbar11_logo-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-left: 0;
  display: flex;
}

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

.footer7_legal-link {
  color: #fefaf7;
  font-size: .875rem;
  text-decoration: underline;
}

.contact29_map-wrapper {
  border-radius: 25px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact29_tab-pane {
  height: 100%;
}

.testimonial7_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_link {
  padding: .5rem 1rem;
}

.navbar11_link.w--current {
  color: #513126;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.testimonial7_arrow-icon {
  color: #513126;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.navbar11_menu-button {
  padding: 0;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.contact29_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.padding-top.padding-medium.top-border-accent {
  border-top: 1px solid #c47a5f;
}

.navbar11_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fefaf7c2;
  border-bottom: 1px solid #513126;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact29_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.contact29_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #617b9c;
}

.contact29_tabs-link.newlll.w--current {
  border-left-color: #3a7162;
}

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

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.section_cta29 {
  position: relative;
}

.navbar11_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.heading-style-h5 {
  font-family: Bacasime Antique, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.banner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #1b31518c;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
  position: relative;
}

.banner.newcolor {
  background-color: #487a694d;
}

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

.badge-banner {
  background-color: var(--color);
  background-image: linear-gradient(150deg, #617b9c, var(--color));
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

.badge-banner.newcolor {
  background-color: #457867;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.quote-paragraph {
  z-index: 5;
  color: #513126;
  max-width: 380px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.container-2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.title-large {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #3a2d25;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.title-large.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.slider-title {
  color: #cba34b;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.slide-wrapper {
  background-color: #333;
  background-image: url('../images/Untitled-Design-7.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  padding: 30px;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-square {
  border-radius: 10px;
  height: 290px;
  overflow: hidden;
}

.title-paragraph {
  color: #513126;
  font-size: 18px;
  line-height: 32px;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 860px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-heading-wrap {
  text-align: center;
  max-width: 620px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  background-color: #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: none;
  right: -24px;
}

.right-arrow:hover {
  background-color: #494949;
}

.right-arrow:active {
  opacity: .8;
}

.left-arrow {
  background-color: #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  left: -24px;
}

.left-arrow:hover {
  background-color: #494949;
}

.left-arrow:active {
  opacity: .8;
}

.author-wrapper {
  margin-top: 60px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  bottom: -60px;
}

.slide-base {
  margin-right: 60px;
}

.quote-mark {
  position: absolute;
  inset: 0% 0% auto auto;
}

.author-role {
  color: #8e8e8e;
  font-size: 16px;
  line-height: 24px;
}

.mask {
  overflow: visible;
}

.testimonial-section {
  background-color: #eceae7;
  background-image: url('../images/Untitled-Design-12_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 230px 5% 220px;
  overflow: hidden;
}

.heading {
  color: #617b9c;
  font-family: Carlasans, Arial, sans-serif;
}

.heading.newcolor {
  color: #55836f;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.section-regular {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

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

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

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

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

.paragraph-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #59595f;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.subheading-regular {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #513126;
  letter-spacing: -.12px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular.text-color-secondary {
  color: #617b9c;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
}

.subheading-regular.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.container-regular-2 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

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

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
}

.heading-2 {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 30px;
  padding-bottom: 22px;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 50px;
}

.heading-2.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.heading-3 {
  color: #617b9c;
  font-family: Carlasans, Arial, sans-serif;
}

.heading-3.newcolor {
  color: #55836f;
}

.heading-4 {
  color: #617b9c;
  font-family: Carlasans, Arial, sans-serif;
}

.heading-4.newcolor {
  color: #55836f;
}

.section-bk {
  background-color: #fff;
  background-image: linear-gradient(#00000082 100%, #fff), url('../images/unnamed-22.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 90px 5% 130px;
}

.section-tittle {
  color: #212127;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

.section-tittle.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 38px;
}

.section-tittle.white.newcolor {
  background-image: linear-gradient(9deg, #10554e, #55836f);
}

.col-sm-12 {
  width: 90%;
}

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

.button-texts {
  z-index: 1;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.col-md-11 {
  width: 50%;
  margin-right: 40px;
  padding-right: 50px;
  position: relative;
}

.buttons {
  color: #fff;
  background-color: #d60f2b;
  border: 1px #bbb;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.button-text {
  color: #cacaca;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  flex: 1;
  padding-top: 13px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}

.button-filler {
  background-color: #031927;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.col-img-overlap-parent {
  flex-direction: row;
  display: flex;
  position: relative;
}

.img-ovelap {
  background-image: url('../images/unnamed-15.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 40%;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 7px 7px 30px #0003;
}

.lines {
  background-color: #617b9c;
  width: 30%;
  height: 2px;
}

.lines.newcolor {
  background-color: #487a69;
}

.vertical-text {
  color: #cacaca;
  text-align: right;
  letter-spacing: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: 10% -15% auto auto;
  transform: rotate(-90deg);
}

.vertical-text._3 {
  font-family: Carla, Arial, sans-serif;
  top: 25%;
  right: -30%;
}

.paragraphs-white {
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.big-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.counter-three {
  color: #ffeae7;
  text-align: right;
}

.counter-item-title {
  line-height: .9em;
}

.grid-about-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 30px;
}

.button-decoration {
  color: #66160a;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/caft.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-decoration:hover {
  color: #ffeae7;
  background-image: url('../images/craft_hover.svg');
}

.about-counter-decoration {
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-image {
  border-radius: 20px;
}

.about-title {
  margin-bottom: 50px;
  position: relative;
}

.counter-one {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #ffeae7;
  align-items: center;
  display: flex;
}

.about-section.section-spacing-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-description {
  margin-bottom: 30px;
}

.grid-about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.about-info {
  position: relative;
}

.decoration.two {
  z-index: -1;
  height: 60px;
  position: absolute;
  inset: 17% auto auto 31%;
  transform: rotate(14.53deg);
}

.decoration.three {
  z-index: -1;
  height: 60px;
  position: absolute;
  inset: auto auto 4% 38%;
  transform: rotate(14.53deg);
}

.container-3 {
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.small-text {
  font-size: 15px;
}

.counter-two {
  color: #ffeae7;
  text-align: right;
  margin-bottom: 30px;
}

.about-counter {
  color: #f9f5f5;
  background-color: #66160a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  position: relative;
}

.about-decoration {
  z-index: -1;
  position: absolute;
  inset: auto 41% auto 37%;
  transform: rotate(38.82deg);
}

.about-image-wrap {
  position: relative;
}

.about-decoration-bottom {
  margin-bottom: -13px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.counter-title {
  margin-bottom: 0;
  font-size: 24px;
}

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

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

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

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

.content-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section-regular-2 {
  background-color: #eceae7;
  background-image: url('../images/Untitled-Design-12_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.image-fill {
  width: 100%;
  height: auto;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-image-wrapper {
  background-color: #fff0;
  max-width: 488px;
  height: auto;
}

.h3-heading {
  background-image: linear-gradient(175deg, var(--color), #617b9c);
  color: #0a0a0a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading.newcolor {
  background-image: linear-gradient(175deg, #10554e, #55836f);
}

.content-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.paragraph-x-large-2 {
  color: #617b9c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-x-large-2.text-color-white {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.overline {
  color: #617b9c;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-white {
  color: #fff;
  letter-spacing: 2px;
}

.overline.newoverline {
  color: #fff;
}

.overline.newoverline1 {
  text-align: center;
}

.overline.newoverline1._12 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.overline.newoverline1.newcolor, .overline.newcolor {
  color: #487a69;
}

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

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

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0a0a0a;
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 55px;
  font-family: Carla, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary-2.newcolor {
  background-image: linear-gradient(#10554e, #487a69);
}

.gallery-card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  height: 100%;
  padding: 48px;
  transition: flex-basis .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.gallery-card:hover {
  flex-basis: 40%;
}

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

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

.gallery-gradient {
  background-image: linear-gradient(0deg, #000, #0000);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.gallery-card-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 500px;
  margin-top: -45px;
  display: flex;
}

.gallery-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.section-regular-3 {
  background-color: #eceae7;
  background-image: url('../images/Untitled-Design-8.svg'), url('../images/Untitled-Design-12_1.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-3.new11111 {
  background-image: url('../images/Untitled-Design-4.svg'), url('../images/Untitled-Design-12_1.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

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

.h3-heading-2 {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #0a0a0a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading-2.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.h4-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.h4-heading.text-color-white {
  color: #fff;
  margin-bottom: -17px;
  font-family: Carlasans, Arial, sans-serif;
  font-weight: 500;
}

.gallery-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.bold-text {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 25px;
}

.bold-text.newcolor {
  background-image: linear-gradient(349deg, #10554e, #55836f);
}

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

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-4.text-color-black {
  color: #617b9c;
}

.paragraph-small-4.text-color-black.newcolor {
  color: #487a69;
}

.vertical-divider {
  background-color: #cbd0c8;
  width: 1px;
  height: 16px;
}

.paragraph-regular-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-3.text-color-gray-700 {
  color: #50584b;
}

.contact-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 64px;
}

.text-color-red-501 {
  color: #d74747;
}

.footer-social-link {
  color: #b6bdb2;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #45877e;
}

.contact-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #2a514c;
  background-image: linear-gradient(2deg, #916b24, #e5ae7d);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #376d65;
}

.button-primary-large:active {
  background-color: #45877e;
}

.button-primary-large.newcolor {
  background-image: linear-gradient(2deg, #10554e, #487a69);
}

.subheading-regular-2 {
  color: #282c25;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#916b24, #e5ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-link-icon {
  color: #2a514c;
  background-color: #e0e3de;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.contact-content-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 590px;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.section-regular-4 {
  background-color: #eceae7;
  background-image: url('../images/Untitled-Design-12_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 40px 5%;
  position: relative;
}

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

.field-label {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

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

.row-x-small.align-center {
  align-items: center;
}

.contact-file-upload {
  color: #282c25;
  text-align: center;
  background-color: #f7f6f2;
  border: 1px dashed #cbd0c8;
  border-radius: 8px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s;
}

.contact-file-upload:hover {
  border-color: #45877e;
}

.h4-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 5px #0003;
}

.icon-regular-3 {
  color: #617b9c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular-3.newcolor {
  color: #487a69;
}

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

.contact-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-link:hover {
  background-color: #fff;
}

.contact-links-grid {
  grid-template-rows: auto;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field {
  color: #513126;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #cbd0c8;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s;
}

.text-field:hover {
  border-color: #b6bdb2;
}

.text-field:focus {
  border-color: #53a297;
}

.text-field::placeholder {
  color: #513126;
}

.text-field.text-area {
  min-height: 150px;
}

.slider-mask {
  overflow: visible;
}

.hide {
  display: none;
}

.icon-button-outline {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #262626;
  border: 1px solid #d4d4d4;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.icon-button-outline.newcolor {
  background-image: linear-gradient(#10554e, #487a69);
}

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

.container-large-5.relative {
  position: relative;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider-overlay {
  z-index: 1;
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #fff, #0000);
  inset: 0% 0% 0% auto;
}

.section-regular-5 {
  background-image: url('../images/Untitled-Design-8.svg'), url('../images/Untitled-Design-12_1.png');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  padding: 40px 5% 80px;
  position: relative;
  overflow: hidden;
}

.section-regular-5.new1111 {
  background-image: url('../images/Untitled-Design-4.svg'), url('../images/Untitled-Design-12_1.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

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

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.h3-heading-3 {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #0a0a0a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading-3.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.gallery-slider-button {
  width: auto;
  inset: auto auto 0% 0%;
}

.gallery-slider-button.right {
  inset: auto 0% 0% auto;
}

.slide {
  margin-right: 32px;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  background-image: linear-gradient(#916b24, #e5ae7d);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.button-primary-right-icon.newcolor {
  background-image: linear-gradient(#10554e, #487a69);
}

.paragraph-regular-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-4.newregualr {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.cta-button {
  margin-top: 48px;
}

.h3-heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}

.h3-heading-4.newheading {
  font-size: 38px;
}

.h3-heading-4.newheading.newcolor, .h3-heading-4.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.section-large-2 {
  background-image: linear-gradient(#00000063 100%, #0f0f0f40 100%, #fff), url('../images/Untitled-Design-13_1.png'), url('../images/IMG_3235.jpeg');
  background-position: 0 0, 50%, 50% 100%;
  background-size: auto, cover, cover;
  padding: 120px 5%;
  position: relative;
}

.cta-shape-left {
  pointer-events: none;
  height: 314px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-shape-right {
  pointer-events: none;
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-large.newwraper {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-x-small-4 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.social-link {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  padding: 4px;
}

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

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

.paragraph-small-5 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-5.text-color-tertiary {
  color: #617b9c;
}

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

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

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

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.footer-section {
  background-color: #fdfcfa;
  background-image: url('../images/Untitled-Design-12_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 10px 5%;
  position: relative;
}

.footer-divider-small {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.social-inner {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.footer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #eceae7;
  background-image: linear-gradient(#00000073 100%, #fff), url('../images/Summer-Wedding-at-Planet-Bluegrass-in-Lyons-Colorado.jpg');
  background-position: 0 0, 50% 52%;
  background-size: auto, cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding: 36px 32px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.icon-regular-4 {
  color: #617b9c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4.newcolor {
  color: #487a69;
}

.icon-regular-4.newk {
  width: 20px;
}

.icon-regular-4.newkl, .icon-regular-4.nk1 {
  width: 22px;
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #617b9c;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #617b9c;
  border-bottom: 1px solid #617b9c;
}

.footer-link.newcolor {
  color: #487a69;
}

.text-field-outline {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-field-outline:focus {
  border-color: #ff5805;
}

.text-field-outline::placeholder {
  color: #59595f;
}

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

.h5-heading {
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.h5-heading.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.footer-link-small {
  color: #617b9c;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-small:hover {
  color: #252527;
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.container-regular-4 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular-5 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-5.text-color-tertiary {
  color: #513126;
}

.paragraph-regular-5.text-color-tertiary.newk {
  color: #fff;
}

.paragraph-regular-5.text-color-tertiary.nwk {
  color: #617b9c;
  font-family: Carla, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-regular-5.text-color-tertiary.nwk.newcolor {
  color: #487a69;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  background-image: linear-gradient(#916b24, #e5ae7d);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-primary-3.newcolor {
  background-image: linear-gradient(#10554e, #487a69);
}

.checkbox-label {
  color: #fff;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-brand {
  text-decoration: none;
}

.brand-divider {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.testimonial-quote-background {
  justify-content: flex-start;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-small-2 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-slider-right {
  background-color: #ea7462;
  background-image: linear-gradient(#916b24, #e5ae7d);
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: -24px;
  display: flex;
}

.testimonial-slider-right.newcolor {
  background-image: linear-gradient(#10554e, #487a69);
}

.testimonial-slider-left {
  background-color: #fff;
  background-image: linear-gradient(274deg, #916b24, #e5ae7d);
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: -24px;
  display: flex;
}

.testimonial-slider-left.newcolor {
  background-image: linear-gradient(274deg, #10554e, #487a69);
}

.testimonial-slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-card-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fafafa;
  background-image: url('../images/Untitled-Design-1.svg');
  background-position: 100% 100%;
  background-size: cover;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-author-avatar {
  width: 96px;
  height: 96px;
}

.testimonial-large-slide {
  margin-right: 32px;
}

.paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-gray {
  color: #5c5c5c;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.h6-heading.newcolor {
  color: #487a69;
}

.testimonial-large-mask {
  overflow: visible;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.star-icon {
  color: #faae4b;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.star-icon.star-gray {
  color: #e6e6e6;
}

.h3-heading-5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.text-color-primary {
  color: #ea7462;
}

.title-wrap-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.overline-2.text-color-primary {
  color: #617b9c;
  font-size: 12px;
}

.section-large-3 {
  background-image: url('../images/Untitled-Design-14_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 200px 5% 100px;
  display: none;
  position: static;
}

.testimonial-bottom-row-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragrah-small {
  color: #513126;
  font-size: 14px;
  line-height: 1.8;
}

.icon-regular-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.blog-card-heading-wrapper {
  border-bottom: 1px solid #d5d5d5;
}

.blog-card-heading-wrapper:last-child {
  border-bottom-width: 0;
}

.blog-card-bg-container {
  width: 100%;
  padding-bottom: 56px;
  padding-left: 44px;
  padding-right: 44px;
  position: absolute;
}

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-2.hero-home {
  padding-top: 60px;
  padding-bottom: 50px;
}

.author-container {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.blog-card-bg-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

.blog-card-bg-date-container {
  align-items: center;
  display: flex;
}

.display-4 {
  color: #131313;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.blog-bg-title {
  color: #fff;
  text-decoration: none;
}

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

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

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

.line-rounded-icon.clock-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 23px;
  line-height: 26px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

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

.grid-2-columns.hero-top {
  grid-column-gap: 40px;
  grid-template-columns: 1.8fr 1fr;
}

.blog-card-details-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.badge-primary {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #131313;
  border-radius: 6px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.badge-primary.small {
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
}

.badge-primary.small.white {
  font-weight: 700;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._01.blog-card-bg-author-image {
  margin-right: 8px;
}

.blog-card-heading {
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: opacity .3s, transform .3s, color .3s;
}

.blog-card-heading:hover {
  opacity: .8;
  transform: translate(6px);
}

.blog-card-bg-badge-wrapper {
  margin-bottom: 20px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.blog-card-bg-overlay {
  z-index: -1;
  background-image: linear-gradient(#0000 40%, #000);
  position: absolute;
  inset: 0%;
}

.blog-card-bg {
  border-radius: 12px;
  align-items: flex-end;
  min-height: 526px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mg-top-12px {
  margin-top: 12px;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ea7462;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-image-xl {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 360px;
  box-shadow: 0 2px 5px #0003;
}

.blog-image-small {
  object-fit: cover;
  border-radius: 12px;
  width: 160px;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular-7 {
  color: #513126;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.blog-item-small {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #383838;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h3-heading-6 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#916b24, #e5ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.h3-heading-6.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.blog-item-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383838;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.h5-heading-2 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#916b24, #e5ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carla, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.h5-heading-2.newheading2 {
  font-size: 18px;
}

.h5-heading-2.newheading2.newcolor, .h5-heading-2.newcolor {
  background-image: linear-gradient(#10554e, #55836f);
}

.section-large-4 {
  background-image: url('../images/Untitled-Design-14_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 40px 5% 80px;
  position: relative;
}

.icon-x-small-5 {
  color: #513126;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog-grid-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  color: #513126;
}

.text-block-5 {
  color: #fff;
  font-family: Carlasans, Arial, sans-serif;
  font-size: 16px;
}

.text-block-6 {
  font-family: Carlasans, Arial, sans-serif;
  font-size: 16px;
}

.drp-combo_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: contrast(110%) blur(2px);
  backdrop-filter: contrast(110%) blur(2px);
  background-color: #a7a7a700;
  background-image: linear-gradient(135deg, #ffffff24, #ffffff0f);
  border-radius: 0;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.drp-combo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: #f7f6f2;
  border: 1px solid #ccc;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px 1rem;
  display: grid;
  position: relative;
}

.drp-combo_input-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
}

.drp-combo_input-label {
  color: #666;
  margin-bottom: 0;
  font-size: .88rem;
  font-weight: 400;
}

.drp-combo_input {
  background-color: #f7f6f2;
  border: 0 solid #000;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.drp-combo_input-range {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.drp-combo_divider {
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.drp-combo_button {
  background-color: #2946ff;
  border-radius: .5rem;
  width: 100%;
  max-width: 10rem;
  margin-left: auto;
}

.testimonial-icon {
  background-color: #c19157;
  background-image: linear-gradient(180deg, var(--color), #617b9c);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.testimonial-icon.icon-green {
  background-color: #86c1a0;
}

.testimonial-icon.newcolor {
  background-color: #487a69;
}

.testimonial-background {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.text-color-orange-500 {
  color: #e59661;
}

.testimonial-tab-link {
  color: #adb5bd;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: color .3s ease-out;
  display: flex;
  position: relative;
}

.testimonial-tab-link:hover {
  color: #fff;
}

.testimonial-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.testimonial-block-grid {
  grid-template-columns: 1fr;
}

.testimonial-block {
  border-left: 4px solid #617b9c;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: flex;
}

.testimonial-block.green-border {
  border-left-color: #86c1a0;
}

.testimonial-block.newcolor {
  border-left-color: #487a69;
}

.text-color-gray-400 {
  color: #ced4da;
}

.h5-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.h5-heading-3.text-color-white {
  color: #fff;
  font-family: Carla, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.h5-heading-3.text-color-white.text-weight-medium {
  font-weight: 500;
}

.container-large-7 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.background-overlay {
  background-image: linear-gradient(#000000a8 100%, #fff);
  position: absolute;
  inset: 0%;
}

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

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-large-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-large-3.text-color-white {
  color: #fff;
}

.paragraph-large-3.text-color-gray-600 {
  color: #6d767e;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #fff;
  border-radius: 100px;
  height: 2px;
  transition-property: width;
  transition-duration: .125s;
}

.column-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.tab-progress-bar-base {
  bottom: 0%;
  left: 0%;
  right: 0%;
  inset-block: auto 0;
  inset-inline: 0;
  background-color: #fff3;
  border-radius: 100px;
  width: 100%;
  height: 2px;
  margin-inline: auto;
  position: absolute;
  top: 0;
}

.testimonial-content-grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  position: relative;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.paragraph-regular-8.text-color-gray-400 {
  color: #ced4da;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.testimonial-quote-line {
  background-color: #fff;
  border-radius: 4px;
  width: 24px;
  height: 2px;
}

.testimonial-tab-content {
  background-color: #22262a;
  height: 100%;
  min-height: 520px;
  padding: 64px 64px 180px;
  position: relative;
}

.max-width-small-2 {
  width: 100%;
  max-width: 450px;
}

.tabs {
  border-radius: 0;
  overflow: hidden;
}

.overline-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.tabs-menu {
  z-index: 9;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.section-regular-6 {
  padding: 0 0%;
  position: relative;
  overflow: hidden;
}

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

.icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.d-130-right-arrow {
  position: absolute;
  transform: skew(-25deg);
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.d-130-arrow-bg {
  background-color: #bf000d;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: skew(25deg);
}

.heading-h5 {
  color: #0b2a40;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.d-130-read-more-link-block {
  justify-content: flex-end;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.paragraph-regular-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.icons-content-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 140px 140px 140px;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.content-text-wrap {
  width: 100%;
  max-width: 550px;
}

.text-block-7 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.overline-3 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-3.text-color-purple {
  color: #8870d7;
}

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

.card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 14px -3px #0000001a;
}

.section-regular-7 {
  padding: 96px 5%;
  display: none;
  position: relative;
}

.content-image {
  width: 100%;
  max-width: 560px;
}

.hero-image-block {
  background-image: url('../images/pexels-daria-rem-1977047.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.icon-wrapp {
  width: 60px;
}

.content-divider {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.red-span {
  color: #ff7b00;
}

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

.text-block-8 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

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

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

.google-reviews-wrapper-2 {
  align-items: center;
  height: 20px;
  display: flex;
}

.section-3 {
  background-color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-3.hero-section {
  background-image: linear-gradient(#061d29e6, #061d29e6), url('../images/christian-buehner-DItYlc26zVI-unsplash.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: none;
}

._138-scroll-down-text {
  color: #09031acc;
  font-weight: 400;
}

._138-mouse-down-2 {
  width: 35px;
  position: relative;
}

.column-2 {
  flex: 1;
  padding: 20px;
}

.container-4 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subheading {
  color: #fff;
  max-width: 420px;
  font-size: 20px;
}

.flex-block {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/unnamed-32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-height: 425px;
  padding: 5% 5% 3% 2%;
}

.flex-block.new2 {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/unnamed-29.webp');
}

.flex-block.new2.f4 {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/unnamed-30.webp');
}

.flex-block.new2.f5 {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/IMG_3953-1.jpeg');
}

.flex-block.f3 {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/unnamed-20.webp');
}

.flex-block.new3 {
  background-image: linear-gradient(346deg, #334b6b, #fff0), url('../images/IMG_3851.jpeg');
}

.flex-block-2 {
  width: 100%;
  height: 100%;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

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

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

.icon-regular-33.new14.neq {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

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

.nav-menu-item {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  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;
}

.navigation-list-wrapper-5 {
  background-color: var(--color);
  background-image: linear-gradient(180deg, var(--color), #5b7595);
  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;
}

.navbar-brand {
  height: 100%;
}

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

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

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

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

.logo-2 {
  margin-top: -40px;
  margin-bottom: -35px;
  margin-right: -20px;
}

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

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

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

.text-block-70 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.text-block-60 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 9px;
  font-size: 12px;
  font-weight: 500;
}

.cal-link {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

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

.navbar-open {
  display: none;
}

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

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

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

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

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

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

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

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

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

.text-block-66 {
  color: #122766;
  font-size: 18px;
  font-weight: 600;
}

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

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

.link-block-6 {
  background-color: var(--color);
  background-image: linear-gradient(145deg, var(--color), #5c7697);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .45s;
  display: flex;
  position: absolute;
}

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

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

.text-span-21 {
  background-image: linear-gradient(180deg, #567090, var(--color));
  color: #122766;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

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

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

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

.rich-text-block {
  font-size: 16px;
  line-height: 22px;
}

.badge-secondary-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--color);
  color: #122766;
  background-image: linear-gradient(#5d7798, #1c3553);
  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;
}

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

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

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

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

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

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

.text-block-68 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

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

.text-block-69 {
  color: #122766;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.text-block-67 {
  color: #122766;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

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

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 448px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .grid-about-details, .grid-about {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .decoration.two {
    left: 34%;
  }

  .decoration.three {
    left: 40%;
  }
}

@media screen and (max-width: 991px) {
  .icon-arrow-hidden {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .navigation-dropdown-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-slide-section {
    padding-bottom: 40px;
  }

  .header-slide-navigation {
    flex-flow: row;
  }

  .navigation-contact-links, .header-details-group {
    display: none;
  }

  .icon-regular {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

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

  .header-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: row-reverse wrap-reverse;
  }

  .swiper-slide.is-places {
    width: 33.3333%;
  }

  .swiper-main_arrow {
    display: none;
  }

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

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

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

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

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

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .header-card-grids {
    grid-template-columns: 1fr;
  }

  .header-graphic-right {
    max-height: 380px;
  }

  .header-graphic-left {
    display: none;
  }

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

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

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

  .layout7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fefaf7;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

  .contact29_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

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

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

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

  .testimonial-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .contact-map-button {
    padding: 24px;
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .contact-map-button-inner {
    padding: 16px;
  }

  .section-tittle {
    font-size: 34px;
  }

  .grid-about-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .decoration.two {
    left: 42%;
  }

  .decoration.three {
    bottom: 4%;
    left: 50%;
  }

  .about-decoration {
    inset: 0% auto auto 0%;
  }

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

  .gallery-card {
    padding: 32px;
  }

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

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

  .form-block-2 {
    align-items: center;
  }

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

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

  .footer-section {
    padding-top: 72px;
  }

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

  .footer-contact {
    max-width: none;
  }

  .testimonial-card-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .testimonial-large-mask {
    width: 100%;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .grid-2-columns.hero-top {
    grid-template-columns: 1.3fr;
  }

  .blog-card-heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .blog-card-bg {
    min-height: 440px;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-large-3.text-color-gray-600 {
    color: #6d767e;
  }

  .testimonial-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

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

  .icons-content-grid {
    grid-template-columns: 140px 140px 140px;
    margin-bottom: 30px;
  }

  .content-image {
    max-width: none;
  }

  .hero-image-block {
    background-position: 50%;
  }

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

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

  .column-2 {
    width: auto;
  }

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

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

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

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

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

  .logo-2 {
    object-fit: cover;
  }

  .navbar-2 {
    top: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .navigation-button, .navigation-contact-links {
    display: none;
  }

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

  .header-carousel-bottom {
    margin-top: 64px;
  }

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

  .header-section {
    padding-top: 72px;
  }

  .swiper-slide.is-places {
    width: 50%;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .navbar2_button-wrapper {
    font-size: .875rem;
  }

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

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

  .hero_wrap {
    text-align: center;
    align-items: center;
  }

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

  .header-card-grids {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .header1_component {
    grid-row-gap: 3rem;
  }

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

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

  .contact29_map {
    height: 20rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

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

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

  .navbar11_component {
    min-height: 4rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

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

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

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .badge-banner {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial-heading-wrap {
    margin-bottom: 100px;
  }

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

  .left-arrow {
    inset: -64px 0% auto -72px;
  }

  .contact-map-wrapper {
    aspect-ratio: auto;
  }

  .h2-heading {
    font-size: 40px;
  }

  .decoration.two {
    top: 30%;
    left: 0%;
  }

  .decoration.three {
    bottom: -2%;
    left: 0%;
  }

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

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

  .h3-heading {
    font-size: 36px;
  }

  .gallery-card-row {
    flex-flow: column;
    height: 810px;
  }

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

  .h3-heading-2 {
    font-size: 36px;
  }

  .h4-heading {
    font-size: 32px;
  }

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

  .h4-heading-2 {
    font-size: 32px;
  }

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

  .h3-heading-3 {
    font-size: 36px;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

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

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

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

  .footer-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h5-heading {
    font-size: 28px;
  }

  .brand-divider, .testimonial-slider-left {
    display: none;
  }

  .testimonial-card-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .testimonial-author-avatar {
    width: 56px;
    height: 56px;
  }

  .testimonial-author-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: row;
  }

  .h3-heading-5 {
    font-size: 40px;
  }

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

  .blog-card-bg-container {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-2.hero-home {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .text-100 {
    font-size: 14px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns.hero-top {
    grid-row-gap: 20px;
  }

  .badge-primary {
    padding: 12px 10px;
  }

  .blog-card-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3-heading-6 {
    font-size: 40px;
  }

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

  .drp-combo_block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-tab-link {
    width: 50%;
  }

  .h5-heading-3 {
    font-size: 28px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .testimonial-tab-content {
    padding: 32px 32px 272px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

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

  .h2-heading-3 {
    font-size: 44px;
  }

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

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

  .section-3.hero-section {
    height: auto;
    padding-top: 8em;
  }

  .column-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-4 {
    width: 94%;
  }

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

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

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

@media screen and (max-width: 479px) {
  .header-detail-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navigation-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .header-circle-detail {
    width: 132px;
    height: 132px;
  }

  .button-circle {
    width: 132px;
    height: 132px;
    font-size: 16px;
  }

  .search-submit-wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .search-form {
    flex-flow: column;
    padding-right: 8px;
  }

  .swiper-drag-wrapper.is-slider-main {
    height: .625rem;
  }

  .swiper-slide.is-places {
    width: 100%;
  }

  .swiper-bullet-wrapper.is-slider-main {
    display: none;
  }

  .navbar2_component {
    display: block;
  }

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

  .main-wrapper {
    display: block;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text {
    margin-bottom: 0;
  }

  .button-group.is-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .header-button-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary.color1 {
    background-image: linear-gradient(180deg, var(--color), #617b9c);
  }

  .paragraph-large-2.text-color-gray-50 {
    font-size: 14px;
  }

  .section-large {
    display: block;
  }

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

  .header-content-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .places-card_desc-text-2 {
    margin-bottom: 0;
  }

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

  .layout7_component, .header1_component {
    grid-template-columns: 1fr;
  }

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

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

  .contact29_map-wrapper {
    height: 500px;
  }

  .contact29_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

  .banner {
    display: none;
    position: static;
  }

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

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

  .title-paragraph {
    color: #617b9c;
  }

  .quote-mark {
    display: none;
  }

  .heading-grid, .button-grid-small {
    grid-template-columns: 1fr;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .html-embed-2 {
    position: relative;
  }

  .heading-2 {
    line-height: 55px;
  }

  .section-bk {
    flex-flow: column;
    margin-bottom: 420px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .section-tittle.white {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .col-md-11 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .col-img-overlap-parent {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .img-ovelap {
    width: 100%;
    top: 118%;
  }

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

  .grid-about-details {
    grid-template-columns: 1fr;
  }

  .decoration.two {
    height: 40px;
  }

  .decoration.three {
    height: 30px;
    bottom: 3%;
  }

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

  .section-regular-2 {
    display: block;
  }

  .paragraph-x-large-2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
  }

  .button-primary-2 {
    font-size: 14px;
  }

  .gallery-card {
    padding: 24px;
  }

  .gallery-card-row {
    height: auto;
    margin-top: 0;
    margin-bottom: 21px;
  }

  .section-regular-3 {
    display: none;
  }

  .section-regular-3.new11111 {
    display: block;
  }

  .paragraph-regular-3 {
    color: #617b9c;
    font-size: 16px;
    font-weight: 300;
  }

  .section-regular-4 {
    padding-top: 0;
    display: block;
  }

  .contact-form-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .gallery-lightbox-link-tall, .gallery-lightbox-link {
    height: 330px;
  }

  .section-regular-5 {
    display: none;
  }

  .section-regular-5.new1111 {
    display: block;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .paragraph-regular-4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
  }

  .h3-heading-4 {
    text-align: center;
    font-size: 35px;
  }

  .h3-heading-4.newheading {
    text-align: left;
    padding-left: 0;
  }

  .section-large-2 {
    display: block;
  }

  .title-wrapper-large.newwraper {
    margin-left: 0;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-grid, .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-section {
    display: block;
  }

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h5-heading {
    font-size: 21px;
  }

  .testimonial-slider-right {
    background-image: linear-gradient(180deg, var(--color), #5a7495);
  }

  .paragraph-regular-6, .h6-heading {
    color: #000;
  }

  .testimonial-large-mask {
    width: 100%;
  }

  .section-large-3 {
    display: block;
  }

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

  .section-2.hero-home {
    padding-bottom: 0;
  }

  .author-container {
    margin-right: 16px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .badge-primary {
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.small {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .blog-card-bg {
    min-height: 366px;
  }

  .title-center-large {
    text-align: center;
  }

  .blog-image-small {
    width: 100%;
    margin-bottom: 16px;
  }

  .blog-item-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-large-4 {
    display: block;
  }

  .testimonial-block {
    padding-left: 16px;
  }

  .section-regular-6 {
    display: block;
  }

  .h2-heading-3 {
    font-size: 33px;
    font-weight: 800;
  }

  .d-130-arrow-bg {
    background-color: #1d4f81;
    width: 180px;
    transform: skew(25deg);
  }

  .heading-h5 {
    color: #fff;
  }

  .d-130-read-more-link-block {
    background-color: #161616;
    border-radius: 6px;
    width: 240px;
    margin-top: 20px;
  }

  .d-130-read-more-link-block.newbtn {
    background-color: #161616;
    flex-flow: row;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .icons-content-grid {
    flex-flow: column;
    grid-template-columns: 250px;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .text-span {
    color: #1d4f81;
  }

  .text-block-7 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .text-block-7.new11 {
    margin-right: 40px;
  }

  .overline-3.text-color-purple {
    color: #1d4f81;
    margin-bottom: 0;
    font-weight: 700;
  }

  .card {
    background-color: #1d4f81;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .card.newcard {
    background-color: #161616;
  }

  .section-regular-7 {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .hero-image-block {
    min-height: 345px;
    box-shadow: none;
    background-image: url('../images/das.svg');
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .red-span {
    color: #5a8dbf;
    text-shadow: 0 1px 20px #0003;
  }

  .image-46 {
    max-width: 15%;
  }

  .nombre-etoile-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .text-block-8 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .people-image-2 {
    max-width: 30%;
    margin-left: 0;
  }

  .google-reviews-wrapper-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .section-3.hero-section {
    background-image: linear-gradient(0deg, #1d4f8175, #fff0), linear-gradient(#0000004d, #fffcfc00), linear-gradient(0deg, #000000cf 2%, #000000c4 23%, #fff0), url('../images/Epoxy-Flake-1-800x675.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, cover;
    justify-content: center;
    align-items: center;
    padding-top: 13em;
    padding-bottom: 6em;
    display: flex;
  }

  ._138-scroll-down-text {
    color: #fffc;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .heading-5 {
    color: #fff;
    text-shadow: 0 1px 1px #0003;
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
  }

  ._138-mouse-down-2 {
    mix-blend-mode: screen;
    width: 45px;
  }

  .column-2 {
    border-top: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2.new1 {
    border-top-style: none;
    margin-top: 17px;
  }

  .icon-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: -50px;
    display: flex;
  }

  .hero-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block {
    height: 100%;
    min-height: 400px;
    max-height: 424px;
    padding-bottom: 6%;
    padding-left: 5%;
  }

  .flex-block.f3 {
    max-height: none;
  }

  .flex-block.new3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-height: none;
  }

  .flex-block-2 {
    width: 100%;
    height: 100%;
  }

  .icon-regular-33 {
    color: #d12120;
    margin-right: 5px;
  }

  .nav-menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff5c;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .nav-menu-wrapper-3 {
    background-color: #122766;
    background-image: linear-gradient(156deg, var(--color), #617b9c);
    margin-right: 75px;
    display: none;
  }

  .navigation-list-wrapper-5 {
    background-color: #0c6c0d00;
    background-image: none;
  }

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

  .navbar-close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff2b;
    border: 2px solid #ffffff1a;
    border-radius: 100%;
  }

  .nav-divider {
    display: none;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .logo-2 {
    flex: none;
    margin-bottom: 0;
  }

  .navbar-2 {
    margin-top: 55px;
    padding-bottom: 15px;
  }

  .text-block-70 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .text-block-60 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .cal-link {
    display: none;
  }

  .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-open {
    width: 55px;
    height: 55px;
  }

  .nav-link-3 {
    letter-spacing: 1px;
  }

  .navigation-toggle-3 {
    padding-left: 8px;
  }

  .navigation-content-2 {
    padding-left: 0;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    align-items: center;
  }

  .video-block {
    height: 400px;
  }

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

  .link-block-6 {
    width: 75px;
    height: 75px;
    position: absolute;
    inset: auto;
  }

  .h2-heading-9 {
    color: #000;
    font-size: 35px;
  }

  .f-blog-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .f-section-large {
    z-index: 5;
  }

  .f-blog-wrapper {
    display: block;
  }

  .background-video {
    width: 100%;
  }
}

#w-node-_48615ebe-993e-b881-8206-e4d645aa81f7-5d9ff635 {
  justify-self: center;
}

#w-node-ad308712-a0a3-c8f0-a23b-7f41456339b5-5d9ff635 {
  justify-self: end;
}

#w-node-_2817d9ce-2b19-0c37-9678-5f9704254d2a-5d9ff636 {
  justify-self: center;
}

#w-node-_2817d9ce-2b19-0c37-9678-5f9704254d31-5d9ff636 {
  justify-self: end;
}

#w-node-_48615ebe-993e-b881-8206-e4d645aa81f7-5d9ff636 {
  justify-self: center;
}

#w-node-_48615ebe-993e-b881-8206-e4d645aa8212-5d9ff636, #w-node-_48615ebe-993e-b881-8206-e4d645aa8216-5d9ff636, #w-node-_48615ebe-993e-b881-8206-e4d645aa821a-5d9ff636, #w-node-cbea6c4f-dd50-8c41-9899-18d92c6d55dc-5d9ff636, #w-node-acff925f-fc4d-02b8-1a82-f2604cb3a0dd-5d9ff636, #w-node-acff925f-fc4d-02b8-1a82-f2604cb3a0e2-5d9ff636 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bebdda48-6472-f134-4370-e1ef01532298-5d9ff636 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad308712-a0a3-c8f0-a23b-7f414563396d-5d9ff636 {
  align-self: center;
}

#w-node-ad308712-a0a3-c8f0-a23b-7f4145633985-5d9ff636, #w-node-ad308712-a0a3-c8f0-a23b-7f41456339b5-5d9ff636 {
  justify-self: end;
}

#w-node-_48615ebe-993e-b881-8206-e4d645aa81f7-482828f1 {
  justify-self: center;
}

#w-node-_120e3a40-76d1-3a84-17de-520fe1f7f870-482828f1, #w-node-_120e3a40-76d1-3a84-17de-520fe1f7f887-482828f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad308712-a0a3-c8f0-a23b-7f41456339b5-482828f1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f553aae5-3532-bdf4-b23f-8d8c9055e8b3-5d9ff635 {
    justify-self: center;
  }

  #w-node-_48615ebe-993e-b881-8206-e4d645aa821a-5d9ff636 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f553aae5-3532-bdf4-b23f-8d8c9055e8b3-5d9ff636 {
    justify-self: center;
  }

  #w-node-ad308712-a0a3-c8f0-a23b-7f4145633985-5d9ff636 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f553aae5-3532-bdf4-b23f-8d8c9055e8b3-5d9ff635 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Carla';
  src: url('../fonts/CarlaSansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla';
  src: url('../fonts/CarlaSansSemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla';
  src: url('../fonts/CarlaSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carla';
  src: url('../fonts/CarlaSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carlasans';
  src: url('../fonts/CarlaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}