:root {
  --1: #dab24c;
  --2: #b1833f;
  --gold: #c09e36;
  --gold-2: #63421c;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.paragraph-small {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small.text-color-tertiary {
  color: #6b5843;
}

.nav-menu-button-ghost {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

.nav-menu-button-ghost:hover {
  background-color: #fff3;
}

.nav-menu-button-ghost.w--open {
  background-color: #0000;
}

.nav-menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: 4px;
  width: 16px;
  height: 2px;
}

.nav-menu-line.line-middle {
  top: 50%;
}

.nav-menu-line.line-bottom {
  bottom: 0;
}

.nav-text-link {
  color: #6b5843;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration-color .3s, text-underline-offset .3s, color .3s;
}

.nav-text-link:hover {
  color: #487f6a;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.nav-menu-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: grid;
}

.header-dashboard-button {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: -16px;
}

.text-link-accent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f6d551;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.header-background-video {
  width: 100%;
  height: 100%;
}

.nav-menu-ghost {
  background-color: #0000;
  padding-top: 8px;
  padding-left: 3%;
  padding-right: 3%;
}

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

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

.header-gradient-overlay {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #0003, #0006);
  position: absolute;
  inset: 0%;
}

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.nav-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  position: relative;
}

.nav-dropdown-link {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

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

.paragraph-x-large {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-x-large.text-color-inverse, .paragraph-x-large.text-color-primary {
  color: #fff;
}

.paragraph-x-large.newpara {
  font-size: 16px;
}

.nav-badge-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  display: flex;
}

.nav-link-featured {
  text-decoration: none;
}

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

.nav-ghost {
  background-color: #0000;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-dropdown-trigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-text-link-small {
  color: var(--1);
  text-transform: capitalize;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

.nav-text-link-small:hover {
  color: var(--1);
}

.nav-menu-image {
  border-radius: 12px;
  width: 100%;
  max-width: 288px;
  overflow: hidden;
}

.background {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.header-section-video {
  height: 90vh;
  padding-top: 250px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-subheading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
}

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

.column-2x-small.column-left {
  justify-content: center;
  align-items: flex-start;
}

.header-content-video {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-brand {
  flex: none;
  padding-left: 0;
}

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

.nav-dropdown-content {
  padding-top: 8px;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #dab24c, var(--2));
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #2a5144;
}

.header-title-video {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-container-ghost {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-divider-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8px;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.15;
}

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

.nav-divider.hide-tablet {
  inset: auto 0% 0%;
}

.nav-links-featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.h6-heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

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

.header-dashboard {
  z-index: 1;
  background-color: #584837;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

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

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

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

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

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

.buttons.newbtn {
  margin-top: 20px;
}

.button-text {
  color: #fff;
  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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

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

.ths07-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.ths07-hero-slide-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.ths07-hero-slide-title-wrapper.newflex {
  flex-flow: column;
}

.ths07-divider-black {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-left: 0;
  margin-right: 25px;
}

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

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

.paragraph-large-4.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.navigation-list-wrapper-2 {
  background-color: #aa1f1e;
  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-2.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;
}

.ths07-hero-slide-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 834px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.ths07-hero-slide-image-overlay {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 35px;
  display: flex;
}

.ths07-hero-slide-paragraph {
  color: #e5e5e5;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  max-width: 570px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.ths07-navigation-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths07-hero-slider-arrow {
  z-index: 5;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  transition: opacity .2s ease-in-out;
  display: flex;
  inset: auto auto 8% 0%;
}

.ths07-hero-slider-arrow:hover {
  opacity: .8;
}

.ths07-hero-slider-arrow.ths07-right-arrow {
  justify-content: flex-end;
  inset: auto 0% 8% auto;
}

.ths07-hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  position: relative;
  overflow: hidden;
}

.wrap-v-small-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.wrap-v-small-6.align-v-center {
  justify-content: flex-start;
  align-items: center;
}

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

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

.button-texts {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  min-width: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.chevron {
  margin-right: 5px;
}

.paragraph-regular-15 {
  color: #fff;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.ths07-bg-line-block {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.ths07-hero-slide-title {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ths07-hero-slide-title.newsub {
  color: #000;
}

.ths07-slide-bg-blocks-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 110vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.ths07-hero-slider-nav {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0% 2%;
}

.navigation-arrow-2 {
  background-color: #aa1f1e;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.ths07-logo {
  width: 250px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.ths07-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper.btnwrapper1 {
  margin-top: 20px;
}

.ths07-hero-slide {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-54-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.ths07-hero-slide.header3 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/bf147d9a-4eb0-4be3-b788-2175fdbca04f.jpg');
}

.ths07-hero-slide.header2 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/Untitled-Design-50-1.png');
}

.ths07-hero-slide.slide1 {
  background-image: linear-gradient(#000000e6, #fff0), url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
}

.ths07-hero-slide.slide2 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/468293842_534690109403179_8570664963499671135_n.jpeg');
}

.ths07-hero-slide.slide3 {
  background-image: linear-gradient(#000000e6, #ffffff54), url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
}

.ths07-hero-slider-arrow-icon {
  width: 100px;
  margin-left: 20px;
}

.ths07-hero-slider-arrow-icon.ths07-rotated {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(-180deg);
}

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

.ths07-heading-h1 {
  z-index: 9;
  color: #e5e5e5;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.ths07-heading-h1.h2 {
  font-size: 38px;
}

.text-block-37 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.image-2 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.ths07-hero-slide-content-wrapper {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ths07-nav-link-hover-dor {
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 28px auto 0%;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ths07-brand {
  color: #e5e5e5;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

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

.ths07-page-wrapper {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.ths07-nav-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.ths07-nav-link:hover {
  color: #fff;
}

.ths07-nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.feature-image-center {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 240px;
  display: flex;
}

.title-center {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-regular {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular.text-color-tertiary {
  color: #6b5843;
}

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

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

.section-large {
  background-color: #111;
  padding: 96px 5% 40px;
  position: relative;
}

.section-large.background-secondary {
  background-color: #f0eee4;
}

.paragraph-large {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.feature-item-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  padding: 32px;
  display: flex;
}

.text-accent-brand {
  color: #487f6a;
  white-space: nowrap;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: italic;
}

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

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

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

.paragraph-regular-16 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

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

.h2-heading-2._35 {
  font-size: 45px;
}

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

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

.content-image-wrapper {
  border-radius: 24px;
  max-width: 392px;
  height: 100%;
  overflow: hidden;
}

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

.icon-regular-15 {
  color: var(--1);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-15.newic {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

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

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

.paragraph-small-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 64px;
  display: flex;
}

.paragraph-regular-17 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular-17.text-color-tertiary {
  color: #6b5843;
}

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

.section-large-2 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-secondary {
  background-color: #111;
  padding-top: 60px;
}

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

.service-image {
  border-radius: 12px;
  min-height: 280px;
  max-height: 320px;
  overflow: hidden;
}

.paragraph-large-5 {
  color: #6b5843;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.text-link-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.service-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #202020;
  background-image: linear-gradient(357deg, #000c, #fff0), url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex-flow: column;
  padding: 250px 16px 16px;
  display: flex;
}

.service-card.card2 {
  background-image: linear-gradient(359deg, #000000b3, #fff0), url('../images/484020455_639466275345440_2439882198806125993_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
}

.service-card.card3 {
  background-image: linear-gradient(356deg, #000000b3, #fff0), url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
}

.h6-heading-2 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.divider-secondary {
  background-color: #ccc3a3;
  flex: none;
  width: 100%;
  height: 1px;
}

.divider-secondary.small {
  height: .5px;
}

.text-span-3 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.background-color {
  z-index: 0;
  background-color: #e7e7e7;
  position: absolute;
  inset: 0%;
}

.background-color.background-olive {
  background-color: #3b413a;
}

.h5-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-content-03 {
  z-index: 1;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-slider-nav-active {
  background-color: #dab24c;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  cursor: pointer;
  border-radius: 32px;
  width: 32px;
  height: 8px;
}

.testimonial-slider-nav-05 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  display: flex;
}

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

.paragraph-regular-18 {
  color: #454545;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.paragraph-regular-18.text-color-tertiary {
  color: #6d6d6d;
}

.subheading-regular {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

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

.code-embed {
  display: none;
}

.testimonial-quotes-05 {
  position: absolute;
  inset: -5% -5% auto auto;
}

.testimonial-header-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.testimonial-slider-button {
  width: 24px;
  display: none;
}

.section-regular {
  background-color: #f6f6f6;
  padding: 64px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.background-light {
  background-color: #111;
  padding-top: 80px;
}

.testimonial-slider-nav-inactive {
  background-color: #f6f6f6;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  cursor: pointer;
  border: 1px #b0b0b0;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.paragraph-x-large-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.testimonial-avatar-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.badge-secondary-small {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

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

.icon-button-primary-large {
  color: #fff;
  background-color: #286efb;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary-large:hover {
  background-color: #1843dc;
}

.hide {
  display: none;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-2.text-balance {
  color: #fff;
  text-wrap: balance;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.h1-heading-2.text-color-inverse {
  color: #fff;
  font-size: 50px;
}

.h1-heading-2.text-color-inverse.newtxt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-outline-small {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.testimonial-slider-03 {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

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

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #1843dc;
}

.testimonial-grid-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.testimonial-slide {
  margin-right: 24px;
}

.icon-button-outline-small {
  color: #454545;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.image-cover-2 {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-card-03 {
  border: 1px none var(--2);
  background-color: #222;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar-03 {
  border-radius: 12px;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.testimonial-card-bottom-05 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

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

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.wrap-v-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.label-medium {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

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

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

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

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

.flex-block.newf1, .flex-block.newf2 {
  width: 100%;
  min-width: 225px;
  max-width: none;
}

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

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

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

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

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

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

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

.text-span-4, .bold-text-2 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: #fff;
  font-size: 22px;
}

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

.paragraph-regular-19.newdesc {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  background-color: var(--1);
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #fff;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.gallery-thumb-cover-2 {
  box-shadow: 0 2px 5px 0 var(--1);
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

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

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-3.newheading {
  color: #fff;
  text-align: center;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small.background-secondary.newsec.newsec1.invs1.ml {
  background-color: #111;
  background-image: none;
}

.text-block-43 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

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

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

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

.testimonial-wrapper-3 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image4 {
  background-image: url('../images/491835982_667369839221750_4508121832386969920_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/481994967_635769069048494_8286643587214429746_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/481692462_632323979393003_58819728340766983_n.jpg');
}

.lightbox-link-3.image6 {
  background-image: url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/509260419_18014752019720158_6417602477307608299_n.jpg');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/491409974_667370769221657_4663066733270377968_n.jpg');
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/SnapInsta.to_435460882_2110614852629655_8671265153456998167_n.jpg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/468293842_534690109403179_8570664963499671135_n.jpeg');
}

.lightbox-link-3.image5 {
  background-image: url('../images/496017311_18010200602720158_7350666077464804662_n.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.success-message-2 {
  text-align: center;
  background-color: #86c1a0;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-regular-7 {
  background-color: #1d1d1d;
  background-image: linear-gradient(#000c, #0000007a 100%, #0003), url('../images/Untitled-Design-51.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

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

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

.column-regular-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.paragraph-large-6.text-color-tertiary {
  color: #fff;
}

.contact-card-2 {
  background-color: #f3f3f3;
  background-image: url('../images/66cefd0d13fbae388da077c0_team-bg.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  padding: 55px 24px 45px;
  box-shadow: 0 2px 5px #0003;
}

.contact-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.h1-heading-3 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

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

.column-x-large-2.column-space-between {
  justify-content: space-between;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.contact-text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #aa1f1e;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  min-height: 100%;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
  display: block;
}

.contact-text-area:hover {
  transform: translate(4px, -4px);
}

.contact-text-area:active, .contact-text-area:focus {
  border-color: #333647;
}

.contact-text-area::placeholder {
  color: #000;
}

.max-width-x-small {
  width: 100%;
  max-width: 100%;
}

.contact-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.column-large-3.column-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #aa1f1e00;
  border-radius: 8px;
  padding: 25px;
}

.contact-text-field {
  color: #000;
  background-color: #fff0;
  border: 1px #22242f;
  border-bottom: 1px solid #aa1f1e;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 0;
  padding: 20px 24px 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .45s;
}

.contact-text-field:hover {
  transform: translate(4px, -4px);
}

.contact-text-field:active {
  border-color: #333647;
}

.contact-text-field:focus {
  border-color: #45485f;
}

.contact-text-field::placeholder {
  color: #000;
}

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

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.cta-card-block {
  background-color: #fff0;
  border-radius: 8px;
  padding: 64px 2% 64px 0%;
}

.text-block-44 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.image-3 {
  z-index: 1;
  filter: brightness(8%);
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-3.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

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

.blog-card-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: url('../images/95295648_116444030045545_7527624278724837376_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  padding: 150px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-row:hover {
  background-color: #fff;
}

.blog-card-row.newcard2 {
  box-shadow: 0 2px 5px 0 var(--1);
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/468417091_485111687315551_8190322358249381202_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.blog-card-row.newcard {
  background-image: linear-gradient(354deg, #000000e6, #fff0), url('../images/123137539_190194059337208_5000139447131576488_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.icon-right-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  display: flex;
}

.blog-description-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  font-size: 12px;
  display: flex;
}

.h2-heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.content-paragraph {
  color: #000;
  margin-bottom: 25px;
}

.content-paragraph.newtestx {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #3f90c9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

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

.code-embed-3 {
  display: none;
}

.blog-featured-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 4fr;
  width: 100%;
  height: 100%;
}

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

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

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.caption-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-x-small.text-color-tertiary {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

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

.blog-card-featured {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  background-color: #f9f9fa;
  background-image: linear-gradient(#000000e6, #fff0), url('../images/461723610_1025781326005045_8481252206777855323_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  width: 200px;
  padding: 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.blog-card-featured:hover {
  background-color: #fff;
}

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

.review-section {
  background-color: #f5f5f6;
  background-image: linear-gradient(#0a1236e0, #2b68cc00), url('../images/328444536_1833152047058317_2029437816332928085_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding: 80px 0% 80px 5%;
  position: relative;
}

.review-section.newcta {
  background-image: linear-gradient(#00000073 100%, #fff), linear-gradient(#0a1236e0, #2b68cc00), url('../images/497460718_683185797640154_7238653401673104773_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 400px;
  display: grid;
}

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.text-span-6 {
  font-size: 30px;
}

.text-span-6.nrwt {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
}

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

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  color: var(--1);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.newimg1 {
  filter: invert();
}

.outline-wrapper {
  border-bottom: 1px #e6e6e7;
  border-right: 1px #e6e6e7;
}

.html-embed-2 {
  border-radius: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.title-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.paragraph-regular-20.newdesc {
  color: #fff;
  margin-top: 10px;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 2px 5px #0003;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 20px;
}

.contact-map-large {
  border-top: 1px #e6e6e7;
  border-left: 1px #d0d0d2;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

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

.contact-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #252527;
  cursor: pointer;
  border-top: 1px #e6e6e7;
  border-left: 1px #e6e6e7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.contact-card:hover {
  background-color: #f5f5f6;
}

.subheading-regular-2 {
  color: #fff;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.icon-inner {
  background-color: #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
}

.paragraph-small-3 {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

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

.card-white {
  z-index: 2;
  background-color: #222;
  border-radius: 8px;
  padding: 20px 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-block-45 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.text-block-45.newblock {
  color: #000;
  font-weight: 700;
}

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

.icon-regular-16.newicon {
  color: #fff;
  width: 30px;
  height: 30px;
}

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

.contact-form-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  box-shadow: 0 2px 5px 0 var(--1);
  background-color: #222;
  border-radius: 16px;
  flex-flow: column;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 24px;
  display: flex;
}

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

.checkbox {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  width: 16px;
  height: 16px;
  margin: 2px 10px 2px 2px;
}

.checkbox.w--redirected-checked {
  background-color: #286efb;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-color: #286efb;
}

.text-link-brand {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
}

.overlay-olive {
  z-index: 2;
  background-image: radial-gradient(circle, #3b413a00, #45454580);
  position: absolute;
  inset: 0%;
}

.title-center-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-background {
  z-index: 1;
  opacity: .69;
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-text-field {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-field:focus {
  border-color: #286efb;
}

.form-text-field::placeholder {
  color: #6d6d6d;
}

.checkbox-label {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 124px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area:focus {
  border-color: #286efb;
}

.form-text-area::placeholder {
  color: #6d6d6d;
}

.paragraph-x-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #6d6d6d;
}

.background-2 {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: #6d6d6d;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label.text-color-red {
  color: #f42a2a;
}

.noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.contact-icon-primary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.subheading-small {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small.text-underline {
  text-decoration: underline;
}

.paragraph-x-large-3 {
  color: #454545;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-x-large-3.text-color-inverse {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.icon-x-small-3 {
  flex: none;
  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;
}

.max-width-large {
  width: 100%;
  max-width: 588px;
}

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

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

.head-secondary {
  background-color: #f6f6f6;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #fff;
  border-radius: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
}

.section-contact {
  background-color: #111;
  padding: 30px 3% 96px;
  position: relative;
  overflow: hidden;
}

.divider-quaternary {
  background-color: #f6f6f6;
  flex: none;
  width: 100%;
  height: 1px;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #1843dc;
}

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

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

.contact-bottom-image {
  z-index: 0;
  height: 790px;
  position: absolute;
  bottom: -395px;
}

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

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

.form-text-area-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--1);
  color: #fff;
  background-color: #222;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  min-height: auto;
  margin-bottom: -8px;
  padding: 80px 12px 0 44px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.form-text-area-2:focus {
  border-color: #f3f3f5;
}

.form-text-area-2::placeholder {
  color: #fff;
}

.text-color-accent {
  color: #ff6c0a;
}

.contact-form-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
}

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

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

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-map-inner {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.form-success-message {
  text-align: center;
  background-color: #d6ffe6;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
}

.contact-map-link {
  border: 8px solid #fff;
  border-radius: 8px;
}

.form-field-label {
  color: #36393f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.noise-texture-2 {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.h6-heading-3 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-text-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-field-2:focus {
  border-color: #f3f3f5;
}

.contact-text-field-2::placeholder {
  color: #6b7280;
  font-weight: 400;
}

.contact-text-field-2.form-icon-left {
  border-bottom-style: solid;
  border-bottom-color: var(--1);
  color: #fff;
  background-color: #222;
  border-radius: 0;
  padding-left: 44px;
}

.contact-text-field-2.form-icon-left::placeholder {
  color: #fff;
}

.section-regular-8 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.contact-badge {
  color: #6b7280;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: auto auto 8px 8px;
}

.form-input-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.form-input-icon.nl {
  width: 22px;
  height: 22px;
}

.form-input-icon.newicon1 {
  justify-content: flex-start;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-top: 65px;
}

.form-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

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

.form-error-message {
  text-align: center;
  background-color: #fee1e1;
  padding: 12px 24px;
  font-size: 14px;
}

.divider-small {
  background-color: #cfd2d6;
  width: 100%;
  max-width: 384px;
  height: 1px;
}

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

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

.text-link {
  color: #23272f;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #fe5b25;
}

.text-link.text-color-gray-600 {
  color: #525f75;
}

.form-select {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 16px;
  box-shadow: 0 1px 2px #23272e14;
}

.form-select:focus {
  border-color: #b1bbc8;
}

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

.contact-feature-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f7f9;
  border: 1px solid #edeff3;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.contact-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 638px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.contact-form-block-outline {
  border: 1px solid #edeff3;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 24px;
}

.contact-feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.section-regular-9 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-9.background-gray-50 {
  background-color: #f6f7f9;
}

.field-label-2 {
  color: #525f75;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-x-small-2 {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.form-text-field-2 {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .3s;
  box-shadow: 0 1px 2px #23272e14;
}

.form-text-field-2:hover {
  border-color: #d5d9e2;
}

.form-text-field-2:focus {
  border-color: #8896aa;
}

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

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

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

.form-select-field {
  color: #525f75;
  background-color: #0000;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.paragraph-regular-21.text-color-gray-800 {
  color: #394151;
}

.form-checkbox {
  cursor: pointer;
  border: 1px solid #d5d9e2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s;
}

.form-checkbox:hover {
  border-color: #8896aa;
}

.form-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Check.svg');
  border: 1px solid #525f75;
  border-radius: 100%;
}

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

.h3-heading {
  color: #000;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.contact-icon-wrapper {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.button-secondary-large {
  background-color: #23272f;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-secondary-large.w--current {
  background-color: #343a46;
  border-color: #434e60;
}

.contact-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.form-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-large {
  color: #23272f;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

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

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  width: 100%;
  max-width: 820px;
}

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

.image-4 {
  width: 300px;
  margin-bottom: 20px;
}

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

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

.link-block {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

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

.footer-text-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: var(--1);
}

.footer-icon-button {
  background-color: var(--1);
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #030711;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button:hover {
  background-color: #aa1f1e;
  transform: translate(3px, -3px);
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-company-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 306px;
  display: flex;
}

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

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

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

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
  margin-bottom: 65px;
}

.section-footer {
  background-color: #161616;
  padding: 80px 3% 20px;
  position: relative;
}

.footer-logo {
  width: auto;
  height: auto;
}

.footer-main {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

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

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

.paragraph-regular-22 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-22.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.image-5 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

.link-block-3 {
  text-decoration: none;
}

.bold-text-9 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lesson-play-button {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  inset: auto;
}

.lesson-badge {
  color: #6b5843;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

.lesson-pagination-link {
  color: #6b5843;
  border: 1px solid #ccc3a3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.lesson-pagination-link.w--current {
  color: #2f261d;
  background-color: #fff;
  border-color: #fff;
}

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

.avatar-x-large {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.lesson-description {
  padding: 8px;
}

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

.subheading-large-2 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  color: #fff;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.75;
}

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

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.lesson-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f7f2;
  background-image: url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.lesson-card.card2 {
  background-image: linear-gradient(344deg, #0000008c, #fff0), url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 400px;
}

.lesson-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2-heading-5 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

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

.lesson-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.lesson-header-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-verified {
  color: #487f6a;
  width: 20px;
  height: 20px;
}

.section-large-3 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-3.background-secondary {
  background-color: #111;
}

.lesson-lightbox {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-8 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.header__humburger-wrap, .header__humburger {
  display: none;
}

.btn {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  min-width: 176px;
  padding: 25px 30px 22px;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  border-color: #fff;
}

.btn.btn--slim {
  border-color: #ffffff4d;
  padding-top: 17px;
  padding-bottom: 14px;
}

.btn.btn--slim:hover {
  border-color: #fff;
}

.btn.btn--hero {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  min-width: 280px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.btn--hero:hover {
  color: #000;
}

.header__login {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.menu {
  display: none;
}

.content {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.header__nav-link {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: #fff;
}

.header-absolute {
  z-index: 90;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 50px 0% auto;
}

.btn__ico {
  filter: none;
  background-image: url('../images/ico_btn-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-top: -20px;
  margin-bottom: -20px;
  transition: all .2s;
  display: inline-block;
}

.hero__h1-span1 {
  display: inline-block;
  position: relative;
}

.hero__elem {
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.hero__elem.mod--6 {
  background-color: #fff;
  width: 35px;
  height: 35px;
  inset: 50px auto auto 245px;
}

.hero__elem.mod--14 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 190px 0 auto auto;
}

.hero__elem.mod--2 {
  z-index: 1;
  inset: auto auto 0 26px;
}

.hero__elem.mod--9 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: auto auto 0 245px;
}

.hero__elem.mod--12 {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 243px auto auto 160px;
}

.hero__elem.mod--4 {
  background-image: url('../images/hero_elem-03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 204px;
  height: 204px;
  inset: auto auto 3px 0%;
}

.hero__elem.mod--8 {
  width: 69px;
  height: 137px;
  inset: auto 169px 70px auto;
}

.hero__elem.mod--11 {
  z-index: 1;
  background-image: url('../images/hero_elem-04.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 34px;
  inset: auto 0 0 auto;
}

.hero__elem.mod--5 {
  width: 171px;
  height: 85px;
  inset: 0 0 auto auto;
}

.hero__elem.mod--7 {
  inset: 120px auto auto 245px;
}

.hero__elem.mod--10 {
  inset: auto 6px 0 auto;
}

.hero__elem.mod--1 {
  width: 200px;
  height: 199px;
  top: 0;
  bottom: auto;
}

.hero__elem.mod--13 {
  background-color: #fff;
  width: 35px;
  height: 35px;
  inset: 120px 0 auto auto;
}

.hero__elem.mod--3 {
  z-index: 2;
  background-color: #fff;
  width: 120px;
  height: 35px;
  inset: 250px auto auto 0;
}

.hero__h1-span2 {
  background-color: #fff;
  width: 200px;
  height: 12px;
  margin-left: -89px;
  margin-right: 54px;
  display: inline-block;
  position: relative;
  top: 44px;
}

.hero__over-heading {
  color: #878f9a;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 18px;
}

.hero__elements {
  z-index: 0;
  width: 484px;
  height: 532px;
  position: relative;
}

.main {
  background-image: url('../images/Noise_1Noise.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

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

.hero__elem-circle2 {
  background-image: url('../images/hero_elem-10.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(0);
}

.hero__heading {
  letter-spacing: -.01em;
  white-space: nowrap;
  margin-bottom: 70px;
}

.hero__elem-circle1-wrap {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero__elem-circle1-wrap.mod--2 {
  top: auto;
}

.hero__h1-span3 {
  display: inline-block;
  position: relative;
}

.hero__elem-circle1 {
  background-image: url('../images/hero_elem-circle2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0;
}

.hero__elem-circle1.mod--1 {
  background-image: url('../images/hero_elem-circle1.svg');
  background-position: 50% 0;
  top: 1px;
  bottom: auto;
}

.hero__elem-circle1.mod--2 {
  bottom: 1px;
}

.page-wrap {
  display: none;
}

.hero__elem-circle3 {
  background-image: url('../images/hero_elem-08.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  transform: rotate(0);
}

.section {
  background-image: url('../images/Noise_1Noise.png');
  background-position: 0 0;
  background-size: auto;
  padding: 80px;
  position: relative;
}

.section.section--hero {
  z-index: 3;
  padding-top: 240px;
  padding-bottom: 136px;
  overflow: hidden;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 48px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero__elem-cube {
  border: 35px solid #fff;
  flex: none;
  width: 158px;
  height: 158px;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 90px;
  display: flex;
  position: relative;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6b5843;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #487f6a;
}

.nav-tooltip {
  color: #2f261d;
  transition: color .3s;
}

.nav-tooltip:hover {
  color: #487f6a;
}

.tooltip-script {
  display: none;
}

.nav-slide-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

.nav-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #111;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 650px;
  padding: 8px;
  display: grid;
}

.nav-dropdown-medium {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-info-card {
  z-index: 2;
  background-color: #f8f7f2;
  background-image: linear-gradient(180deg, var(--1), var(--2));
  border-radius: 8px;
  flex-flow: column;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  inset: auto 8px 8px;
}

.lottie-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.nav-menu-button {
  border: 1px solid #ccc3a3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  overflow: hidden;
}

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

.nav-link {
  color: #6b5843;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link:hover {
  color: #487f6a;
}

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

.row-small-3.row-space-between {
  justify-content: space-between;
  align-items: center;
}

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

.nav-brand-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-dropdown-list-medium {
  background-color: #0000;
}

.nav-dropdown-list-medium.w--open {
  top: 60px;
}

.hamburger-menu-animation {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation {
  background-color: #f8f7f2;
  padding: 24px 5%;
  overflow: visible;
}

.divider-primary {
  background-color: #f0eee4;
  flex: none;
  width: 100%;
  height: 1px;
}

.nav-image {
  box-shadow: 0 2px 5px 0 var(--1);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.h6-heading-4 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.h6-heading-4.text-color-tertiary {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-regular-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

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

.nav-link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-block-46 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

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

.blog-dot {
  background-color: #c4cad4;
  border-radius: 4px;
  width: 4px;
  height: 4px;
}

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

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

.grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.blog-post-image {
  aspect-ratio: 8.4 / 4.8;
  border-radius: 24px;
  overflow: hidden;
}

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

.row-x-small-2.row-center {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-regular-23 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-23.text-weight-semibold {
  font-weight: 600;
}

.subheading-large-3 {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small.text-color-red-500 {
  color: #e57361;
}

.section-regular-10 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-10.background-off-white {
  color: #111;
  background-color: #111;
}

.blog-author-large {
  background-color: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 99px;
  flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.blog-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.rich-text {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

.h3-heading-4 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading-4.text-color-gray-900 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.column-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.blog-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #454f5f;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.blog-card-outline:hover {
  background-color: #fff;
  box-shadow: 0 2px 8px #c4cad43d;
}

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

.blog-image-small {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px #c4cad43d;
}

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

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

.paragraph-small-5 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-back-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5e53a2;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: transform .3s;
  display: flex;
}

.blog-back-button:hover {
  transform: translate(-4px);
}

.subheading-small-2 {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-x-small-4 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.blog-author {
  background-color: #f3f4f6;
  border: 1px solid #f3f4f6;
  border-radius: 99px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

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

.blog-dot-large {
  background-color: #c4cad4;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}

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

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

.row-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-space-between.child-wrap {
  flex-flow: wrap;
}

.blog-social-link {
  color: #7d8ba1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.blog-social-link:hover {
  color: #22272f;
}

.heading-4, .heading-5, .heading-6 {
  color: #fff;
}

.heading-7 {
  color: #bba0a0;
}

.paragraph, .heading-8, .heading-9 {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.bold-text-10 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  background-image: linear-gradient(180deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 1280px) {
  .content-paragraph.newtestx {
    max-width: 500px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr 3.25fr;
  }

  .blog-card-featured {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .testimonal-review-stars-s {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-button-ghost {
    padding: 12px;
  }

  .nav-menu-card {
    grid-template-columns: 1fr 1fr;
  }

  .nav-ghost {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-image {
    max-width: none;
  }

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

  .nav-container-ghost {
    justify-content: space-between;
    align-items: center;
  }

  .nav-divider-wrapper {
    bottom: 0;
  }

  .nav-left, .nav-divider.hide-tablet {
    display: none;
  }

  .navigation-content {
    width: 100%;
  }

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

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

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

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

  .chevron {
    margin-right: 20px;
  }

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

  .title-center {
    margin-bottom: 48px;
  }

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

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

  .content-image-wrapper {
    width: 100%;
    max-width: none;
    height: 580px;
  }

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

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

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

  .testimonial-slider-03 {
    max-width: none;
  }

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

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .contact-grid-3, .heading-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 34px;
  }

  .button-primary {
    width: 100%;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .column-regular-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-card-featured {
    width: auto;
  }

  .review-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .flex-block-7 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    grid-template-columns: 1.75fr 1.25fr;
  }

  .contact-map-button {
    padding: 24px;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

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

  .contact-map-large {
    height: 600px;
  }

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

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

  .form-block {
    align-items: center;
  }

  .form-grid {
    order: 9999;
  }

  .contact-form-block {
    align-items: center;
  }

  .section-regular-8 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

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

  .header__humburger-wrap {
    cursor: pointer;
    margin-right: -5px;
    display: block;
    position: relative;
  }

  .header__humburger {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .header__humburger-line {
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 2px;
    min-height: 2px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .header__humburger-line.mod--1 {
    top: 0;
  }

  .header__humburger-line.mod--2 {
    width: 70%;
    left: auto;
  }

  .header__humburger-line.mod--3 {
    bottom: 0;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .menu__nav-link {
    color: #fff;
    text-transform: uppercase;
    background-image: url('../images/dash_1dash.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }

  .menu__nav-link.mod--last {
    margin-bottom: -1px;
  }

  .menu__content {
    z-index: 1;
    background-color: #1d2228;
    background-image: radial-gradient(circle farthest-side at -30% 140%, #c1182280, #c1182200 64%), radial-gradient(circle farthest-side at 130% -40%, #c1182280, #c1182200 64%), url('../images/Noise_1Noise.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 125px 32px 80px;
    display: flex;
    position: relative;
  }

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

  .header__login {
    text-align: center;
    margin-right: 72px;
  }

  .menu__nav {
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .menu {
    z-index: 89;
    height: 100vh;
    position: fixed;
    inset: 0% 0% 0;
    overflow: hidden;
  }

  .header__col.col--3, .header__col.col--2 {
    display: none;
  }

  .header-absolute {
    padding-left: 32px;
    padding-right: 32px;
    top: 20px;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero__elements-wrap {
    margin-right: -280px;
  }

  .hero__content {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-card {
    min-width: auto;
  }

  .nav-dropdown-medium {
    width: 100%;
    display: block;
  }

  .nav-link {
    width: 100%;
  }

  .nav-dropdown-list-medium.w--open {
    position: relative;
    top: 0;
  }

  .navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-center {
    background-color: #f8f7f2;
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fff;
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 12px;
  }

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

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

@media screen and (max-width: 767px) {
  .nav-menu-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 4px;
  }

  .nav-menu-image {
    max-height: 240px;
  }

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

  .nav-links-featured {
    padding: 4px;
  }

  .button-wrapper {
    margin-top: 45px;
  }

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

  .h2-heading, .h2-heading-2, .h2-heading-3 {
    font-size: 48px;
  }

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

  .h5-heading {
    font-size: 28px;
  }

  .h1-heading-2 {
    font-size: 56px;
  }

  .testimonial-card-03 {
    flex-flow: column;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid-3 {
    grid-template-columns: 1fr;
  }

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

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .content-paragraph {
    margin-bottom: 60px;
  }

  .blog-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .contact-bottom-image {
    display: none;
  }

  .contact-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .column-large-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-feature-row {
    grid-template-columns: 1fr;
  }

  .contact-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .footer-company-details {
    max-width: none;
  }

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

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

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

  .h2-heading-5 {
    font-size: 48px;
  }

  .menu__content {
    padding-top: 105px;
  }

  .btn {
    font-weight: 400;
  }

  .logo-img {
    max-width: 52px;
  }

  .hero__elem.mod--6 {
    width: 20px;
    height: 20px;
    top: 35px;
    left: 139px;
  }

  .hero__elem.mod--14 {
    width: 22px;
    height: 22px;
    top: 140px;
  }

  .hero__elem.mod--2 {
    max-width: 90px;
    left: 12px;
  }

  .hero__elem.mod--9 {
    width: 22px;
    height: 22px;
    left: 140px;
  }

  .hero__elem.mod--12 {
    width: 22px;
    height: 22px;
    top: 140px;
    left: 88px;
  }

  .hero__elem.mod--4 {
    width: 110px;
    height: 110px;
  }

  .hero__elem.mod--8 {
    width: 40px;
    height: 80px;
    bottom: 35px;
    right: 100px;
  }

  .hero__elem.mod--11 {
    width: 100px;
    height: 22px;
  }

  .hero__elem.mod--5 {
    width: 110px;
    height: 55px;
  }

  .hero__elem.mod--7 {
    top: 68px;
    left: 140px;
  }

  .hero__elem.mod--10 {
    max-width: 75px;
    right: 13px;
  }

  .hero__elem.mod--1 {
    width: 110px;
    height: 110px;
    bottom: 163px;
  }

  .hero__elem.mod--13 {
    width: 20px;
    height: 20px;
    top: 68px;
  }

  .hero__elem.mod--3 {
    width: 64px;
    height: 17px;
    top: 142px;
  }

  .hero__h1-span2 {
    width: 120px;
    height: 8px;
    margin-left: -16px;
    margin-right: 28px;
    top: 25px;
  }

  .hero__over-heading {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero__elements {
    width: 280px;
    height: 290px;
    margin-right: 0;
  }

  .hero__elem-circle2 {
    width: 80px;
  }

  .hero__heading {
    margin-bottom: 40px;
    font-size: 52px;
  }

  .hero__elem-circle1-wrap {
    height: 55px;
  }

  .hero__elem-circle1 {
    width: 110px;
    height: 110px;
  }

  .hero__elem-circle3 {
    height: 110px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--hero {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .hero__elements-wrap {
    justify-content: flex-start;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .hero__elem-cube {
    border-width: 20px;
    width: 92px;
    height: 92px;
  }

  .hero__content {
    max-width: 100%;
  }

  .nav-slide-image {
    max-height: 350px;
  }

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

  .nav-content {
    padding: 0;
  }

  .subheading-x-small {
    margin-right: 8px;
    display: inline;
  }

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

  .paragraph-x-small-4 {
    margin-right: 8px;
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-small {
    color: #fff;
  }

  .nav-button-ghost {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    border-style: none;
    display: none;
  }

  .paragraph-x-large {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }

  .paragraph-x-large.text-color-inverse {
    text-align: left;
    margin-top: -50px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .paragraph-x-large.text-color-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }

  .paragraph-x-large.newpara {
    font-size: 16px;
    font-weight: 300;
  }

  .nav-ghost {
    display: block;
  }

  .background {
    background-image: url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header-content-video {
    align-items: center;
  }

  .button-secondary {
    background-color: #a0831b;
    background-image: linear-gradient(180deg, var(--1), var(--2));
    color: #fff;
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .header-title-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-heading.text-color-inverse {
    color: #fff;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .h6-heading {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    font-weight: 700;
  }

  .nav-menu-links {
    grid-template-columns: 1fr;
  }

  .buttons {
    width: 100%;
  }

  .ths07-hero-section {
    min-height: 100vh;
  }

  .ths07-divider-black {
    background-color: #fff;
  }

  .ths07-hero-slide-content-block {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 55px;
  }

  .icon-regular-8 {
    color: #d12120;
    margin-right: 5px;
  }

  .ths07-hero-slide-paragraph {
    margin-top: 10px;
    line-height: 27px;
  }

  .ths07-hero-slider-arrow {
    opacity: 100;
    width: auto;
    padding-left: 10px;
    display: none;
    bottom: 10%;
  }

  .ths07-hero-slider-arrow.ths07-right-arrow {
    padding-right: 10px;
    bottom: 10%;
  }

  .ths07-hero-slider {
    min-height: 100vh;
  }

  .paragraph-regular-15 {
    text-align: left;
    width: 260px;
    font-size: 15px;
  }

  .ths07-hero-slide-title {
    text-align: center;
  }

  .ths07-hero-slide-title.newsub {
    max-width: 300px;
  }

  .ths07-slide-bg-blocks-wrapper {
    min-height: 110vh;
  }

  .ths07-hero-slider-nav {
    bottom: 5%;
  }

  .ths07-header {
    height: 100%;
    display: none;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .ths07-hero-slide {
    background-image: radial-gradient(circle, #00000073, #0003), url('../images/484525749_638422538783147_6664903257577249816_n.jpg');
    padding-left: 20px;
    padding-right: 20px;
  }

  .ths07-hero-slide.slide1 {
    background-image: radial-gradient(circle, #00000073, #0003), url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
  }

  .ths07-hero-slide.slide2 {
    background-image: radial-gradient(circle, #00000073, #0003), url('../images/497000061_18010200131720158_8730144555210012941_n.jpg');
  }

  .mask-2 {
    padding-bottom: 0;
  }

  .ths07-heading-h1 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-39 {
    color: #fff;
  }

  .image-2.newimg2 {
    z-index: 3;
  }

  .button-filler {
    background-color: #191919;
  }

  .ths07-nav-link {
    display: none;
  }

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

  .feature-image-center {
    background-image: url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    height: 289px;
  }

  .feature-image-center.img2 {
    background-image: url('../images/482055570_636479472310787_7132960658945036154_n.jpg');
  }

  .feature-image-center.img3 {
    background-image: url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
  }

  .h2-heading {
    font-size: 38px;
    font-weight: 400;
  }

  .section-large {
    background-color: #111;
    padding-bottom: 30px;
  }

  .section-large.background-secondary {
    background-color: #111;
  }

  .paragraph-large {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  .feature-item-large {
    padding: 16px;
  }

  .text-accent-brand {
    color: #ad8c30;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f7ce52, #63421c);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .column-regular {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bold-text {
    color: #fff;
    font-size: 35px;
  }

  .column-x-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-regular-16 {
    color: #ebc14d;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .h2-heading-2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
  }

  .h2-heading-2._35 {
    font-size: 30px;
  }

  .content-image-wrapper {
    max-width: none;
    height: 400px;
  }

  .icon-regular-15.newic {
    color: #d8ae4b;
  }

  .h2-heading-3 {
    color: #fff;
    font-weight: 600;
  }

  .section-large-2.background-secondary {
    background-color: #111;
    padding-top: 30px;
  }

  .service-card {
    background-image: linear-gradient(#0000, #000000b3), url('../images/490472751_667363955889005_6076281751527799837_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 250px;
    padding-bottom: 10px;
  }

  .service-card.card2 {
    background-image: linear-gradient(#0000, #000000b3), url('../images/484020455_639466275345440_2439882198806125993_n.jpg');
  }

  .service-card.card3 {
    background-image: linear-gradient(#0000, #000000b3), url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
  }

  .text-span {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .text-span-2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f8d15c, #99722b);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .text-span-3 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .h5-heading {
    color: #fff;
  }

  .testimonial-content-03 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: auto;
  }

  .testimonial-slider-nav-active {
    background-color: #cda447;
  }

  .testimonial-card-background {
    background-color: #222;
  }

  .section-regular.background-light {
    background-color: #111;
  }

  .testimonial-mask-03 {
    height: auto;
  }

  .testimonial-slider-nav-inactive {
    background-color: #cda447;
  }

  .paragraph-x-large-2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }

  .row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h1-heading-2.text-balance {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
  }

  .h1-heading-2.text-color-inverse {
    font-size: 30px;
  }

  .h1-heading-2.text-color-inverse.newtxt {
    text-align: center;
    margin-bottom: 20px;
  }

  .button-primary-large {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .testimonial-slide {
    height: auto;
  }

  .testimonial-card-03 {
    background-color: #1b1a1a;
    border-style: none;
    height: auto;
  }

  .testimonial-card-bottom-05 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .testimonial-avatar-wrapper {
    margin-bottom: 15px;
  }

  .label-medium {
    color: #fff;
    font-size: 18px;
  }

  .flex-block-5 {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    position: relative;
  }

  .flex-block.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    max-width: 100%;
    position: static;
  }

  .flex-block.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .text-span-4 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .paragraph-regular-19.newdesc {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .badge-regular.gray {
    background-color: #0057be;
    background-image: linear-gradient(180deg, var(--1), var(--2));
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-7 {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
  }

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

  .h3-heading-3.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small.background-secondary.newsec.newsec1.invs1.ml {
    background-color: #111;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .text-block-43 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .lightbox-link-3.image4 {
    background-image: url('../images/491835982_667369839221750_4508121832386969920_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/481994967_635769069048494_8286643587214429746_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/481692462_632323979393003_58819728340766983_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image6 {
    background-image: url('../images/490355144_667384739220260_4880647569175931176_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image1.ani {
    background-image: url('../images/509260419_18014752019720158_6417602477307608299_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image1.ani.a1 {
    background-image: url('../images/491409974_667370769221657_4663066733270377968_n.jpg');
    box-shadow: 0 2px 5px #d2a749;
  }

  .lightbox-link-3.image3.an {
    background-image: url('../images/SnapInsta.to_435460882_2110614852629655_8671265153456998167_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image3.an.a3 {
    background-image: url('../images/491467215_667369369221797_8690515629163829734_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .lightbox-link-3.image5 {
    background-image: url('../images/496017311_18010200602720158_7350666077464804662_n.jpg');
    box-shadow: 0 2px 5px #d4ac4b;
  }

  .text-span-5 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-2 {
    font-size: 24px;
  }

  .contact-card-2 {
    padding-top: 45px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 5px #0003;
  }

  .h1-heading-3 {
    font-size: 45px;
  }

  .column-large-3.column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    filter: brightness(7%);
  }

  .image-3.newimg2 {
    z-index: 3;
  }

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

  .blog-card-row {
    flex-flow: column;
  }

  .blog-card-row.newcard2 {
    background-image: linear-gradient(354deg, #0009, #fff0), url('../images/468293842_534690109403179_8570664963499671135_n.jpeg');
    padding-top: 300px;
    box-shadow: 0 2px 5px #d8ae4b;
  }

  .blog-description-row {
    justify-content: center;
    align-items: center;
  }

  .h2-heading-4 {
    font-size: 30px;
  }

  .content-paragraph {
    margin-bottom: 15px;
  }

  .content-paragraph.newtestx {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }

  .button-primary {
    width: 100%;
    transition-duration: .45s;
  }

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

  .blog-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .container-large-6 {
    width: 350px;
    max-width: none;
  }

  .button-right-icon {
    width: auto;
    transition-duration: .45s;
  }

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

  .blog-card-featured {
    background-image: linear-gradient(#000000e6, #fff0), url('../images/337372222_5934527533291351_6321978824413189051_n.jpg');
    width: 100%;
  }

  .review-section {
    flex-flow: column;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .review-section.newcta {
    background-image: linear-gradient(#00000073 100%, #fff), url('../images/497460718_683185797640154_7238653401673104773_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .flex-block-7 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-group-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .text-span-6 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
  }

  .text-span-6.nrwt {
    font-size: 30px;
  }

  .contact-map-button {
    top: 220px;
  }

  .button-link-small {
    color: #fff;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .icon {
    color: var(--1);
  }

  .outline-wrapper {
    border-bottom-style: none;
    border-right-style: none;
  }

  .html-embed-2 {
    margin-top: 10px;
    position: relative;
  }

  .title-center-2 {
    margin-bottom: 56px;
  }

  .paragraph-regular-20.newdesc {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }

  .contact-map-large {
    height: auto;
  }

  .section-regular-3 {
    background-color: #111;
    background-image: none;
  }

  .contact-card {
    background-image: linear-gradient(180deg, var(--1), #94713d);
    border-top-style: none;
    border-left-style: none;
  }

  .subheading-regular-2, .paragraph-small-3 {
    color: #fff;
  }

  .card-white {
    background-color: #222;
    padding: 16px;
  }

  .icon-regular-16, .bold-text-8 {
    color: #fff;
  }

  .contact-form-large {
    box-shadow: 0 2px 5px 0 var(--1);
    background-color: #222;
    padding-bottom: 50px;
  }

  .paragraph-x-large-3.text-color-inverse {
    font-size: 16px;
    font-weight: 300;
  }

  .head-secondary {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    color: #fff;
  }

  .section-contact {
    background-color: #111;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-primary-large-2 {
    width: 100%;
  }

  .text-span-7 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .form-text-area-2 {
    color: #fff;
    background-color: #222;
    border-bottom-style: solid;
    border-bottom-color: #d1a749;
    border-radius: 0;
    min-height: auto;
    padding-left: 44px;
  }

  .form-text-area-2::placeholder {
    color: #fff;
    font-size: 14px;
  }

  .column-large-5 {
    grid-auto-flow: row;
    display: flex;
  }

  .contact-text-field-2.form-icon-left {
    color: #fff;
    background-color: #222;
    border-bottom-style: solid;
    border-bottom-color: #d1a749;
    border-radius: 0;
  }

  .contact-text-field-2.form-icon-left::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .form-input-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    max-width: 20px;
    height: 20px;
  }

  .form-input-icon.nl {
    max-width: 16px;
    height: 16px;
  }

  .form-input-icon.newicon1 {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form-block-outline {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-secondary-large {
    box-shadow: none;
    background-image: linear-gradient(#dab24c, #b1833f);
    border-style: none;
  }

  .button-secondary-large:hover {
    box-shadow: none;
  }

  .contact-card-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .footer-text-link {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-text-link:hover {
    color: var(--1);
  }

  .footer-icon-button {
    background-color: #dab24c;
    background-image: linear-gradient(180deg, var(--1), var(--2));
  }

  .footer-links.newfooterlink1 {
    margin-top: 10px;
  }

  .icon-regular-18 {
    color: #d12120;
    margin-right: 5px;
  }

  .icon-regular-18.new14.neq {
    color: #dab24c;
  }

  .footer-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer {
    background-color: #222;
    border-top: 1px solid #dab24c;
    padding-bottom: 20px;
  }

  .footer-logo {
    display: flex;
  }

  .paragraph-x-small-3.text-color-gray-500 {
    text-align: center;
  }

  .paragraph-regular-22 {
    text-align: left;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .button-primary-3 {
    width: 100%;
  }

  .h2-heading-5 {
    font-size: 33px;
  }

  .section-large-3.background-secondary {
    padding-top: 40px;
  }

  .text-span-8 {
    background-image: linear-gradient(180deg, var(--1), var(--2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu__nav-link {
    color: #fff9;
    background-image: url('../images/ico_arrow-hover.svg'), url('../images/dash_1dash.png');
    background-position: 100%, 0 100%;
    background-repeat: no-repeat, repeat-x;
    background-size: auto, auto;
  }

  .menu__nav-link:hover {
    color: #fff;
    background-image: url('../images/ico_arrow.svg'), url('../images/dash_1dash.png');
  }

  .menu__content {
    background-color: #111;
    background-image: none;
  }

  .btn {
    font-size: 13px;
  }

  .btn.btn--slim {
    min-width: 150px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .btn.btn--hero {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 19px;
  }

  .menu__btns-wrap {
    justify-content: space-between;
    padding-left: 30px;
  }

  .header__login {
    margin-right: 20px;
  }

  .menu {
    display: none;
  }

  .logo-img {
    max-width: none;
    margin-left: -29px;
  }

  .page-wrap {
    display: block;
  }

  .hero__btn-wrap {
    width: 100%;
  }

  .hero__elements-wrap {
    justify-content: center;
  }

  .hero__content {
    max-width: none;
  }

  .nav-buttons {
    display: none;
  }

  .blog-post-image {
    border-radius: 16px;
  }

  .blog-card-outline {
    padding: 16px;
  }

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

#w-node-aa110b23-9053-4652-62b1-c63080cfe5f9-abab9352 {
  justify-self: end;
}

#w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-abab9352, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-abab9352, #w-node-dd05d580-f48c-5975-f5db-1545d060747d-d060747a, #w-node-dd05d580-f48c-5975-f5db-1545d0607483-d060747a, #w-node-dd05d580-f48c-5975-f5db-1545d0607485-d060747a, #w-node-_14c25a7a-c88f-1967-8db7-730e8d2dccb4-8d2dcc93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa110b23-9053-4652-62b1-c63080cfe5f9-cdf234fb {
  justify-self: end;
}

#w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-cdf234fb, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-cdf234fb, #w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-0c3a2f4c, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-0c3a2f4c, #w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-8a58f9a1, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-8a58f9a1, #w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-4321b612, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-4321b612, #w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-ec2fbfbd, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-ec2fbfbd, #w-node-_377162f4-e7d6-aebd-4ba3-5f247d14e518-a25b9d87, #w-node-e1143077-958d-1e8d-31d6-8848265d6ba6-a25b9d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a60be15c-2943-bebf-59e9-341c4805600a-abab9352, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-abab9352, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-abab9352 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #form.w-node-cb3ce4c6-716f-5f5d-e435-c9eb742e8ccc-742e8ccc {
    order: 9999;
  }

  #w-node-a60be15c-2943-bebf-59e9-341c4805600a-cdf234fb, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-cdf234fb, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-cdf234fb, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-0c3a2f4c, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-0c3a2f4c, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-0c3a2f4c, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-8a58f9a1, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-8a58f9a1, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-8a58f9a1, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-4321b612, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-4321b612, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-4321b612, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-ec2fbfbd, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-ec2fbfbd, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-ec2fbfbd, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-a25b9d87, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-a25b9d87, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-a25b9d87 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a60be15c-2943-bebf-59e9-341c4805600a-abab9352, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-abab9352, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-abab9352 {
    grid-column: span 1 / span 1;
  }

  #form.w-node-cb3ce4c6-716f-5f5d-e435-c9eb742e8ccc-742e8ccc {
    order: -9999;
  }

  #w-node-a60be15c-2943-bebf-59e9-341c4805600a-cdf234fb, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-cdf234fb, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-cdf234fb, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-0c3a2f4c, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-0c3a2f4c, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-0c3a2f4c, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-8a58f9a1, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-8a58f9a1, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-8a58f9a1, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-4321b612, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-4321b612, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-4321b612, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-ec2fbfbd, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-ec2fbfbd, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-ec2fbfbd, #w-node-a60be15c-2943-bebf-59e9-341c4805600a-a25b9d87, #w-node-_68fe38c7-9464-345d-1c37-999e6a08dd38-a25b9d87, #w-node-_5f80e8ec-a9a0-93d9-6b1f-ea60baa5983a-a25b9d87 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa110b23-9053-4652-62b1-c63080cfe5f9-abab9352, #w-node-aa110b23-9053-4652-62b1-c63080cfe5f9-cdf234fb {
    order: -9999;
  }
}


