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

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

.paragraph-x-small {
  font-size: 12px;
  line-height: 20px;
}

.header-layout-small {
  border: 1px solid #d0d0d2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 42%;
  padding: 64px 5%;
  display: flex;
}

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

.banner {
  background-color: #ff5805;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

.header-layout-wrapper {
  background-image: none, none, none;
  background-position: 0 0, 50% 100%, 50%;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: 219px, auto, cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
}

.navigation-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-layout {
  border: 1px solid #d0d0d2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 766px;
  padding: 64px 5%;
  display: flex;
}

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

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

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

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

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

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

.banner-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  padding: 16px 5%;
}

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

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

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-brand {
  color: #ff5805;
}

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

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-layout-inner {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  min-height: 720px;
  display: flex;
  position: relative;
}

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

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.header-section-small {
  padding: 8px 5%;
  position: relative;
}

.navigation-link {
  color: #434347;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-card-image {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.header-overlay {
  z-index: 2;
  mix-blend-mode: hard-light;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #e1dbc7 20%, #f1efe500);
  position: absolute;
  inset: 0%;
}

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

.nav-dropdown-list-small.w--open {
  padding-top: 32px;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #af9536;
  background-image: linear-gradient(#ddab3b, #966c1f);
  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-2:hover {
  background-color: #584837;
}

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

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

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

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

.paragraph-x-large {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

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

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

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

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

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

.nav-text-link-small {
  color: #6b5843;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s;
}

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

.header-background {
  pointer-events: none;
  mix-blend-mode: overlay;
  background-color: #393939;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

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

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

.navigation-absolute {
  background-color: #0000;
  padding: 24px 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-menu-left {
  width: 100%;
}

.header-orbit {
  position: absolute;
  top: 10%;
}

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

.header-background-image {
  object-fit: cover;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.h1-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: capitalize;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.15;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  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: color .3s;
  display: inline-flex;
}

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

.header-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-section {
  background-color: #f1efe5;
  justify-content: center;
  align-items: flex-end;
  min-height: 90vh;
  padding: 96px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.nav-card-text {
  color: #f6d551;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

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

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

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

.nav-ghost {
  background-color: #0000;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  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-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;
}

.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;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  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: 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;
}

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

.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: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.content-04-right {
  inset: 0% 10% auto auto;
}

.pattern.content-04-left {
  inset: auto auto -195px 0%;
}

.content-author-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #73737f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}

.subheading-small {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.button-subtle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #eeeef0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.button-subtle:hover {
  background-color: #e7e7ea;
}

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

.section-large.overflow-hidden {
  display: none;
  overflow: hidden;
}

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

.paragraph-small-2 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-2.text-color-tertiary {
  color: #73737f;
}

.paragraph-small-2.text-color-primary {
  color: #1a1925;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.content-card-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7f8;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 348px;
  padding: 8px;
  display: flex;
}

.card-image {
  aspect-ratio: 3.32 / 2.4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.content-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

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

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

.content-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

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

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

.row-small.wrap-children {
  flex-wrap: wrap;
}

.paragraph-regular-2 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

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

.button-primary-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-3:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 32px 32px;
  display: flex;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

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

.feature-card-grid {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 8px 8px auto auto;
}

.button-secondary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary-2:hover {
  background-color: #51515e;
}

.feature-image-wrapper {
  display: flex;
  position: relative;
}

.paragraph-small-3 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-image {
  object-fit: fill;
  border: .72px solid #eeeef0;
  border-radius: 24px;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

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

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

.feature-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eeeef0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 68px 24px 28px;
  display: flex;
  position: relative;
}

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

.feature-dashboard {
  flex: none;
  width: 40vw;
  position: absolute;
  -webkit-mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  mask-image: linear-gradient(#000 70%, #0000), linear-gradient(to right, #000 70%, #0000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

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

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

.h3-heading-2 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

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

.paragraph-regular-3 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.button-ghost-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost-2:hover {
  background-color: #eeeef0;
}

.icon-pattern {
  z-index: -1;
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4px auto auto -4px;
}

.logo-wrap {
  max-width: 410px;
}

.grey-circle {
  background-color: #ffffff40;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.footer-link-block {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.company-logo {
  width: 180px;
}

.footer-links-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.25fr 1.75fr 3.25fr;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

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

.footer-section-2 {
  background-color: #111;
  padding: 80px 3% 10px;
  display: none;
}

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

.grey-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 10px;
}

.footer-link {
  color: #fffc;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

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

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

.icon-regular-27.newicon {
  margin-left: 11px;
}

.icon-regular-27.newicon.nicon1 {
  margin-left: 0;
  margin-right: 10px;
}

.company-logo-link {
  margin-bottom: 40px;
}

.footer-links-title {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.cta-map-2 {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.social-icon {
  opacity: .7;
  width: 34px;
}

.legal-wrapper {
  justify-content: space-between;
  align-items: center;
  display: none;
}

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

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

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

.contact {
  color: #ffffffe6;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.contact-wrap {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.button-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #e3ba50;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.icon-5 {
  color: #e3ba50;
  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;
}

.text-span-10 {
  color: #e3ba50;
  text-decoration: underline;
}

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

.code-embed-6 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-6.new41 {
  width: 100%;
}

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

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

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

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

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

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

.contact-map-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.text-block-43 {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-43.newph {
  font-size: 20px;
}

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

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

.brix---color-neutral-813 {
  color: #6e7191;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---icon-pagraph-wrapper {
  color: #6e7191;
  align-items: flex-start;
  display: flex;
}

.brix---grid-footer-logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

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

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

.brix---icon-mg-top {
  margin-top: 4px;
}

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

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

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

.brix---footer-col-title {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-bottom-v2 {
  color: #6e7191;
  text-align: left;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.required {
  color: #7e48ea;
  font-size: 14px;
}

.testimonial-row {
  justify-content: center;
  align-items: stretch;
  width: 105vw;
  max-width: 1280px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -5vw;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.avatar-circle {
  background-color: #f2f3f8;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 14px;
}

.feature-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-large-2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 60px;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.layout-wrapper {
  grid-column-gap: 63px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.link._2 {
  color: #3b9c8a;
}

.avatar-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #7e47ea;
  border-radius: 20px;
}

.button-primary-4 {
  color: #4a545e;
  background-color: #58dbc2;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

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

.layout2_content {
  max-width: 32rem;
  margin-top: 140px;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 35rem;
  overflow: visible;
}

.counterup {
  color: #58dbc2;
  text-align: right;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-small-16 {
  color: #000;
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.card-testimonial-large {
  color: #02044a;
  text-align: left;
  letter-spacing: -.03em;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 380px;
  max-width: 380px;
  height: 100%;
  min-height: 140px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 20px 8px #4a545e24;
}

.feature-header-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-2 {
  border-radius: 9px 0 0 9px;
}

.header-card-title {
  color: #07090d;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.playbuttonwrapper {
  color: #fff;
  background-color: #58dbc2;
  background-image: linear-gradient(#074ebf, #47b3e9);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 45% 50% 50% 45%;
}

.feature-wrapper {
  border-left: 1px solid #4a545e57;
  margin-left: 0;
  padding-left: 40px;
}

.form-newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.author-name-2 {
  color: #4a545e;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.submit-button-2 {
  color: #fff;
  background-color: #58dbc2;
  border-radius: 20px;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: #6c37d6;
}

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

.feature-header {
  grid-column-gap: 83px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

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

.header-image {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.tab-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #2e3c54;
  border-radius: 8px 8px 0 0;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tab-button.w--current {
  color: #2e3c54;
  background-color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: -1px 0 10px #4a545e40;
}

.icon-square-01 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.h4-heading-copy {
  color: #2e3c54;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.helptext {
  color: #4a545e;
  letter-spacing: -.02em;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.feature-content-wrapper {
  margin-left: 19px;
}

.text-field-2 {
  border: 2px solid #58dbc2;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-2:hover, .text-field-2:active, .text-field-2:focus {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-2::placeholder {
  color: #ccc;
}

.header-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  background-image: linear-gradient(#0852c1, #1aa2e9);
  border: 4px #4a545e;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  position: absolute;
  inset: auto auto 5% 5%;
  overflow: hidden;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.header-grid {
  grid-column-gap: 39px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.text-field-large {
  border: 2px solid #58dbc2;
  border-radius: 10px;
  min-height: 150px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-large:hover {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large::placeholder {
  color: #ccc;
}

.tabs-content {
  border-radius: 0 12px 12px;
  box-shadow: -8px 8px 10px -4px #4a545e40;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.paragraph-standard {
  color: #4a545e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

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

.form-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.layout2_image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: -68px;
  display: flex;
  position: relative;
}

.icon-2 {
  color: #1ba7eb;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.icon-2.newicon1 {
  width: 45px;
  height: 45px;
}

.feature-icon {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
}

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

.formimagewrapper {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.section-feature {
  padding: 40px 5%;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #58dbc2;
  background-image: linear-gradient(#005fb1, #1ba7eb);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.button:hover {
  background-color: #44bea7;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.margin-bottom-08.text-weight-medium {
  font-weight: 500;
}

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

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

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

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.feature-title {
  color: #000;
  letter-spacing: -.02em;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 34px;
}

.paragraph-large {
  color: #2e3c54;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

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

.form-wrap {
  background-color: #fff;
  border-radius: 0 9px 9px 0;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
}

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

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

.header-tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 73px;
  display: flex;
}

.display-normal {
  color: #262626;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.star-wrapper-2 {
  margin-bottom: 14px;
}

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

.padding-vertical-2.padding-xhuge.custom {
  padding-bottom: 0;
}

.review-name {
  color: #fff;
  margin-top: -15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.container-features {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.feature-details {
  color: #4a545e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.header-image-graphic {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  box-shadow: 1px 1px 10px #4a545e47;
}

.container-large-4 {
  background-color: #58dbc226;
  background-image: linear-gradient(#074ebf, #1ba7eb);
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5% 80px 60px;
  display: flex;
  position: relative;
}

.feature-card-01 {
  border-bottom: 1px #e5e5e5;
  border-right: 1px #e5e5e5;
  flex-direction: row;
  align-items: center;
  padding: 32px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  max-width: 450px;
  font-weight: 400;
}

.star {
  width: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.pricing-feature-list {
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
}

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

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

.button-feature {
  color: #2e3c54;
  background-color: #0000;
  border: 1px solid #58dbc2;
  border-radius: 7px;
  margin-top: 32px;
  padding: 10px 32px;
  font-weight: 700;
}

.button-feature:hover {
  background-color: #58dbc2;
}

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

.author-social {
  color: #67718e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

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

.form-container-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
  position: static;
  top: 0;
}

.section-header {
  background-image: radial-gradient(circle at 50% 0, #58dbc233, #0000 89%), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-18.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  padding: 100px 5% 20px;
  display: flex;
  position: relative;
}

.bold-text-4 {
  font-size: 35px;
  font-weight: 900;
}

.form-section-2 {
  background-color: #2e3c54;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 3% 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-layout2 {
  background-color: #2e3c54;
  background-image: linear-gradient(84deg, #074ebf, #0f5d97 0%, #074ebf 0%, #4ebcf1);
}

.section-large-2 {
  padding: 100px 5% 110px;
  position: relative;
}

.button-link {
  color: #3b9c8a;
  background-color: #0000;
  font-weight: 700;
  text-decoration: underline;
}

.button-link.noleft {
  color: #fff;
  padding-left: 0;
}

.button-link.noleft.primarycolor {
  color: #58dbc2;
}

.layout3_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 19.5rem;
}

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

.feature-card-2 {
  color: #f4f4f6;
  background-color: #fff;
  border-top: 10px solid #19a2e7;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px #4a545e2b;
}

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

.form-heading-2 {
  color: #2e3c54;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 26px;
  line-height: 38px;
}

.h4-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.h4-heading.white {
  color: #fff;
  font-size: 40px;
}

.section-testimonial {
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 5% 100px;
  position: relative;
  overflow: hidden;
}

.form-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-field-icon {
  color: #4a545e;
  border: 1px solid #e4e6f1;
  border-radius: 8px 0 0 8px;
  width: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s;
}

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

.text-field-icon:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-icon::placeholder {
  color: #b6b9ce;
}

.placeholder-image-tall {
  object-fit: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.testimonial-wrapper {
  width: 100%;
}

.hero-heading {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 57px;
}

.feature-section {
  background-color: #0000;
  padding: 40px 5%;
  position: relative;
}

.pricing-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.text-span-11 {
  border-bottom: 20px #58dbc2;
  box-shadow: inset 0 -20px #58dbc2;
}

.tabs-menu-button {
  margin-bottom: 0;
}

.tab-pane {
  background-color: #fff;
  border-radius: 0 12px 12px;
  padding: 24px;
}

.feature-header-block-copy {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.title-wrap-2 {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.tabs-standard {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-form-block {
  flex: 0 auto;
  margin-bottom: 0;
}

.field-wrap {
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.testimonial {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-icon-arrow {
  margin-right: 8px;
}

.navigation-list-dropdown {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-dropdown.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  margin-left: -220px;
  position: absolute;
  top: 100px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #c4cad43d;
}

.navigation-toggle {
  color: #4a545e;
  align-items: center;
  height: 100%;
  padding: 4px 26px 4px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  color: #58dbc2;
}

.navigation-toggle.w--open {
  color: #746bb3;
}

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

.navigation-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.logo-link-large {
  margin-right: 24px;
}

.navigation-2 {
  z-index: 10;
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 20px 5%;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 10px 20px -15px #4a545e5c;
}

.navigation-dropdown-small {
  height: 100%;
  font-weight: 600;
  position: static;
}

.button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-menu-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-button {
  color: #2e3c54;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 16px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.navigation-button:hover {
  color: #fff;
  background-color: #58dbc2;
}

.navigation-link-2 {
  color: #4a545e;
  white-space: nowrap;
  background-color: #0000;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #58dbc2;
}

.navigation-link-2.w--current {
  color: #642eff;
}

.section-regular-2 {
  background-color: #000;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-17.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 260px 5% 80px;
  position: relative;
}

.header-accent-card {
  position: absolute;
}

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

.header-column {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-x-large-4.text-color-gray-500 {
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}

.text-color-purple-500 {
  color: #8f6ee7;
}

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

.subheading-large {
  color: #e3e3e3;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

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

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

.header-accent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button-ghost-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: inline-flex;
}

.button-ghost-large:hover {
  background-color: #3d3d3da3;
  border-color: #ffffff14;
}

.button-ghost-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-ghost-large.icon-right {
  padding-right: 12px;
}

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

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #36178c7a;
  border-color: #ffffff1f;
}

.button-primary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-large.icon-right {
  background-image: linear-gradient(#0854c2, #1a9fe8);
  border-style: none;
  padding-right: 12px;
}

.header-avatars {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

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

.header-avatar-circle {
  background-color: #edeff2;
  border: 4px solid #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.header-avatar-circle.grouped {
  margin-left: -16px;
}

.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 {
  color: #e3e3e3;
  background-color: #ffffff14;
}

.header-logos {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.h2-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a78eec, #8f6ee7 28%, #7e58e478);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .45s, color .3s;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #f4f4f500;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

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

.nav-link-2.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 6px;
  display: flex;
}

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

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

.nav-dropdown-list-2, .nav-dropdown-list-2.w--open {
  background-color: #0000;
}

.nav-center {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.brand-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-dropdown-slot {
  min-width: 300px;
  min-height: 150px;
  padding-top: 12px;
}

.nav-dropdown-slot.medium {
  min-width: 570px;
}

.button-circle {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  box-shadow: 0 1px 1px #0000000d;
}

.button-group-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #f4f4f500;
  width: 100%;
  padding: 24px 5%;
  position: absolute;
}

.nav-container-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fafafa00;
  border: 1px #fff;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

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

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

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

.button-2 {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #daecff;
  border: 1px solid #90cbff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.nav-image-card {
  border: 4px solid #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 170px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 100px 30px #0000, 0 70px 27px #00000003, 0 40px 24px #0000000a, 0 17px 17px #00000012, 0 4px 9px #00000014;
}

.nav-dropdown-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.nav-menu-button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.nav-dropdown-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.nav-dropdown-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  border-radius: 8px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  background-color: #fafafa;
}

.nav-feature-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  background-color: #fafafa;
  border-radius: 12px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-logo-2 {
  width: 110px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.nav-right-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

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

.nav-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

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

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

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

.button-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

.badge-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #71717b;
  white-space: nowrap;
  background-color: #fff;
  border: 1px #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.nav-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.nav-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.contact-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

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

.brand-review-divider {
  background-color: #eaedf0;
  width: 2px;
  height: 18px;
}

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

.contact-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
}

.gradient-block-regular {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 238px;
  display: flex;
  position: absolute;
}

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

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

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

.gradient-yellow-small {
  filter: blur(70px);
  background-color: #e5cb61;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.paragraph-small-19 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-19.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-19.text-color-gray-600 {
  color: #6d767e;
}

.div-block-5 {
  display: flex;
}

.gradient-pink-small {
  filter: blur(50px);
  background-color: #e56161;
  border-radius: 100px;
  width: 73px;
  height: 73px;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.form-field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

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

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

.contact-card-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.account-form-button {
  flex-direction: column;
  display: flex;
}

.section-x-large {
  padding: 0 5% 80px;
  position: relative;
  overflow: hidden;
}

.form-text-field {
  letter-spacing: -.02em;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.form-text-field:focus {
  border-color: #6173e5;
}

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

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

.h6-heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1;
}

.contact-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  max-width: 486px;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-dark-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  background-image: linear-gradient(#0c59c4, #199ee7);
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-dark-large:hover {
  background-color: #353b41;
}

.gradient-blue-small {
  filter: blur(130px);
  background-color: #6173e5;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-large-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.contact-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

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

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

.button-secondary-3 {
  color: #189ae5;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-card-2 {
  outline-offset: 0px;
  background-color: #fff;
  background-image: linear-gradient(#0a53c1, #1aa3e9);
  border-radius: 24px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.contact-card-2:hover {
  outline-offset: 0px;
  background-color: #e9eced;
  outline: 1px solid #e9eced;
}

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

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

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

.heading-wrapper-large {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-large-3 {
  padding: 120px 5%;
  position: relative;
}

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

.contact-text {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-800 {
  color: #323c3e;
}

.grid-three-column {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -143px;
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.legal-link-light {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.legal-link-light:hover {
  color: #c9c9c9;
}

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

.footer-side-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  margin-top: 108px;
  display: flex;
}

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

.footer-links-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-top-line {
  background-color: #ff4b0f;
  background-image: linear-gradient(#fff, #0000 50%);
  width: 100%;
  height: 8px;
  position: absolute;
  inset: -8px 0% auto;
  box-shadow: 0 1px 2px #ff4b0fa3, 0 0 0 1px #ff4b0f, 0 1px 2px #000000a3, 0 0 0 1px #000;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.footer-links-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer-logo {
  height: auto;
}

.footer-side {
  border-right: 1px #292929;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 32px;
}

.subheading-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-small-2.text-color-white {
  color: #fff;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  padding-top: 75px;
  padding-bottom: 48px;
  display: flex;
}

.text-field-dark {
  background-color: #0000;
  border: 1px solid #292929;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
}

.text-field-dark:focus {
  border-color: #ff4b0f;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-section-dark {
  background-color: #000;
  background-image: linear-gradient(125deg, #0a53c1, #3488e0);
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.error-message {
  color: #8f2400;
  background-color: #ffd1c2;
  border-radius: 10px;
}

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

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

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

.success-message-2 {
  background-color: #f5f5f5;
  border-radius: 10px;
}

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

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

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.footer-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-submit-button {
  text-align: center;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3;
}

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

.text-block-45 {
  color: #fff;
}

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

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.footer-block {
  background-color: #f5f5f5;
  background-image: linear-gradient(#0b54c2, #2176d1);
  border-radius: 24px;
  width: 100%;
  max-width: 1208px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 64px 14px;
  position: relative;
}

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

.paragraph-small-21 {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.footer-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
}

.footer-button:hover {
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-legal-link {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

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

.footer-divider {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 10px;
}

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

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.footer-company-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

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

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

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

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

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

@media screen and (min-width: 1440px) {
  .section-regular {
    padding-bottom: 155px;
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }
}

@media screen and (max-width: 991px) {
  .header-layout-small {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    padding: 8px 5% 16px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .header-layout-wrapper {
    background-image: none, none, linear-gradient(#0006, #0006), none;
    background-position: 0 0, 50% 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat-x, repeat, no-repeat;
    background-size: 219px, auto, auto, cover;
  }

  .navigation-container {
    position: static;
  }

  .navigation-brand-divider {
    display: none;
  }

  .menu-button {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .header-layout-inner {
    flex-flow: column;
    min-height: auto;
  }

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

  .nav-dropdown-list-small.w--open {
    padding-top: 0;
    position: static;
  }

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

  .nav-link {
    width: 100%;
  }

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

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

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

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

  .nav-dropdown {
    width: 100%;
  }

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

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

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

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

  .button-secondary-2 {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .feature-image-wrapper {
    display: none;
  }

  .feature-dashboard {
    width: 100%;
    position: static;
  }

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

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

  .column-3x-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-links-grid {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

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

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top-border-bottom, .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .header-card {
    left: 32px;
  }

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

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

  .grid-feature-wrapper, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

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

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

  .pricing-feature-list {
    grid-template-columns: 1fr;
  }

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

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

  .placeholder-image-tall {
    max-width: none;
    height: 360px;
  }

  .navigation-list-dropdown.w--open {
    box-shadow: none;
    height: 400px;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .navigation-2 {
    position: relative;
  }

  .navigation-dropdown-small {
    width: 100%;
  }

  .button-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-button-2 {
    color: #746bb3;
    border-radius: 16px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #5e53a2;
    border-color: #fff;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link-2 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

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

  .nav-dropdown-list-2 {
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .nav-dropdown-slot.medium {
    min-width: auto;
  }

  .navbar {
    padding-bottom: 8px;
  }

  .nav-container-large {
    padding-right: 16px;
  }

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

  .nav-menu-button-2 {
    background-color: #000;
  }

  .nav-menu-button-2.w--open {
    background-color: #5caefe;
  }

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 24px;
    flex-flow: column;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

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

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

  .button-dark-large {
    display: flex;
  }

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

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-link-badge {
    align-items: center;
  }

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

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

  .footer-side {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .footer-navigation-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  .header-layout-small, .header-layout {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .navigation-buttons, .banner-block.hide-mobile {
    display: none;
  }

  .nav-card-image {
    max-height: 250px;
  }

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

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

  .nav-2-menu-links {
    padding: 0 4px;
  }

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

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

  .content-card-large {
    max-width: none;
  }

  .background-2 {
    display: none;
  }

  .content-component {
    flex-flow: column;
    align-items: stretch;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

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

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

  .social-links-grid {
    margin-bottom: 20px;
  }

  .cta-map-2 {
    height: 20rem;
  }

  .legal-wrapper {
    flex-direction: column;
  }

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

  .contact-map-right {
    aspect-ratio: auto;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-top-border-bottom, .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .testimonial-row {
    width: auto;
    margin-bottom: 0;
    left: 0;
  }

  .card-testimonial-large {
    margin-left: 0;
    margin-right: 24px;
  }

  .feature-header {
    margin-bottom: 60px;
  }

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

  .h4-heading-copy {
    font-size: 44px;
  }

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

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

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

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

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

  .feature-card-01 {
    border-right-style: none;
  }

  .pricing-feature-list {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .h4-heading {
    font-size: 44px;
  }

  .section-testimonial {
    padding-bottom: 60px;
  }

  .placeholder-image-tall {
    height: 400px;
  }

  .testimonial-wrapper {
    padding: 20px 32px 60px 0;
    display: flex;
    overflow: auto;
  }

  .navigation-button {
    display: none;
  }

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

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

  .header-logos {
    grid-column-gap: 24px;
  }

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

  .contact-content {
    max-width: none;
  }

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

  .contact-card {
    padding: 24px;
  }

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

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

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

  .footer-side-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

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

  .footer-side {
    border-bottom: 1px solid #292929;
    border-right-style: none;
    padding-right: 0;
  }

  .footer-main {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer-block {
    padding: 56px 32px;
  }

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

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

@media screen and (max-width: 479px) {
  .icon {
    width: 15px;
    height: 15px;
  }

  .icon-x-small {
    width: 25px;
    height: 25px;
  }

  .button-primary-2 {
    color: #fff;
    background-image: linear-gradient(#005fb1, #1ba7eb);
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .h1-heading-2 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
  }

  .header-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 75px;
  }

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

  .nav-buttons {
    display: none;
  }

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

  .text-span {
    color: #0077cb;
  }

  .subheading-small {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }

  .section-large.overflow-hidden {
    display: block;
  }

  .paragraph-small-2.text-color-tertiary {
    color: #000;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-small-2.text-color-primary {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }

  .h3-heading {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }

  .badge-secondary {
    background-image: linear-gradient(#056dbc, #179de3);
  }

  .paragraph-regular-2 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .text-span-2 {
    color: #056dbc;
  }

  .paragraph-small-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card {
    background-image: linear-gradient(#0265b6, #1aa2e7);
  }

  .h3-heading-2.text-balance {
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
  }

  .paragraph-regular-3 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-span-3 {
    color: #ddaa3c;
    text-decoration: underline;
  }

  .company-logo {
    width: 200px;
  }

  .footer-links-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .paragraph-small-15 {
    text-align: center;
  }

  .footer-section-2 {
    background-color: #1a256e;
    background-image: linear-gradient(#1a256ef2 19%, #263175f2 100%, #293377f2 100%, #48518b 100%, #7f85ae 100%, #fff), url('../images/IMG_6783-3.JPEG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 60px 5% 15px;
    display: block;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .grey-divider {
    margin-top: -80px;
  }

  .footer-link {
    color: #fff;
    font-weight: 400;
  }

  .social-links-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .icon-regular-27.newicon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 15px;
  }

  .icon-regular-27.newicon.nicon1 {
    width: 22px;
    height: 22px;
    margin-left: 0;
    margin-right: 16px;
  }

  .company-logo-link {
    display: flex;
  }

  .footer-links-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .cta-map-2 {
    height: 18rem;
    margin-top: 10px;
  }

  .footer-link-column {
    text-align: left;
  }

  .section-regular {
    padding-top: 50px;
    display: block;
  }

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

  .icon-5 {
    color: #e3ba50;
  }

  .paragraph-x-large-3 {
    line-height: 26px;
  }

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

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

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

  .contact-map-card {
    background-image: linear-gradient(#d9a73a, #a27724);
    width: auto;
    max-width: none;
    right: 12px;
  }

  .button-grid-small {
    grid-template-columns: 1fr;
  }

  .h2-heading-6 {
    font-family: Merriweather, serif;
    font-style: italic;
  }

  .text-block-43 {
    font-size: 16px;
  }

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

  .brix---link-icon-left.n1tetx {
    margin-right: 0;
  }

  .brix---footer-top-border-bottom {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .brix---footer-middle {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .brix---link-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .brix---link-text.nre1 {
    font-size: 14px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---container-default-5 {
    background-color: #111;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brix---mg-bottom-24px-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---footer-col-title {
    color: #fff;
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-44 {
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
  }

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

  .layout-wrapper {
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-primary-4 {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }

  .image {
    min-height: 20rem;
  }

  .counterup {
    font-size: 3rem;
  }

  .card-testimonial-large {
    min-width: 310px;
    max-width: none;
  }

  .image-2 {
    object-fit: cover;
  }

  .header-card-title {
    font-size: 16px;
  }

  .playbuttonwrapper {
    width: 80px;
    height: 80px;
    top: 42%;
    left: 40%;
  }

  .feature-wrapper {
    padding-left: 0;
  }

  .form-newsletter-wrapper {
    flex-direction: row;
  }

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

  .header-image {
    height: 320px;
  }

  .icon-square-01 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .h4-heading-copy {
    font-size: 20px;
  }

  .helptext {
    text-align: left;
  }

  .feature-content-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-grid {
    grid-row-gap: 47px;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .section-feature {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .feature-grid-2 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .header-tab-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .header-image-graphic {
    object-position: 0% 50%;
  }

  .container-large-4 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card-01 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 0 20px;
    display: flex;
  }

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

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

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

  .section-header {
    padding-top: 60px;
  }

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

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

  .layout3_image {
    min-height: 10rem;
  }

  .feature-card-2 {
    padding-left: 20px;
  }

  .h4-heading, .h4-heading.white {
    font-size: 35px;
  }

  .form-wrapper-small {
    flex-direction: column;
    align-items: center;
  }

  .text-field-icon {
    min-height: 70px;
    padding-right: 20px;
  }

  .placeholder-image-tall {
    height: 200px;
    margin-bottom: 0;
  }

  .hero-heading {
    text-align: left;
    font-size: 35px;
    line-height: 50px;
  }

  .feature-section {
    padding-bottom: 60px;
  }

  .tabs-menu-button {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .navigation-2 {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-4 {
    color: #58dbc2;
    font-size: 2rem;
  }

  .header-column {
    margin-top: 155px;
  }

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

  .header-logos {
    display: none;
  }

  .h2-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .button-group-2 {
    flex-flow: column;
    width: 100%;
  }

  .nav-menu-button-2 {
    background-color: #1895e3;
    width: 50px;
    height: 50px;
  }

  .nav-menu-button-2.w--open {
    background-color: #1896e3;
  }

  .nav-menu {
    opacity: 0;
    display: none;
  }

  .contact-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

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

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

  .button-dark-large {
    width: 100%;
  }

  .footer-legal-wrapper {
    align-items: center;
  }

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

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-block {
    padding: 48px 24px;
  }

  .footer-navigation {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .footer-company-wrapper {
    flex-direction: column;
  }
}

#w-node-_63c78dad-8446-cba0-b442-6dbbbbebcb1e-49c284ee, #w-node-_63c78dad-8446-cba0-b442-6dbbbbebcb51-49c284ee, #w-node-_680fcd90-b115-ebfb-303b-44b4afcc8a56-49c284ee, #w-node-_680fcd90-b115-ebfb-303b-44b4afcc8a58-49c284ee, #w-node-_680fcd90-b115-ebfb-303b-44b4afcc8a5a-49c284ee, #w-node-_680fcd90-b115-ebfb-303b-44b4afcc8a5c-49c284ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_074fe4db-34f1-f04c-a011-17544a9a573c-49c284ee, #w-node-_074fe4db-34f1-f04c-a011-17544a9a5745-49c284ee {
  justify-self: auto;
}

#w-node-_074fe4db-34f1-f04c-a011-17544a9a575c-49c284ee, #w-node-_074fe4db-34f1-f04c-a011-17544a9a577a-49c284ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_074fe4db-34f1-f04c-a011-17544a9a578e-49c284ee {
  place-self: stretch start;
}

#w-node-_85d086a0-9792-26a4-379b-0a87839e2eaa-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2ebe-49c284ee {
  place-self: center;
}

#w-node-_85d086a0-9792-26a4-379b-0a87839e2ec8-49c284ee, #w-node-a8277361-df6c-7b81-87cd-0f8ac80641d5-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2ed4-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2eda-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2ee0-49c284ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86328cd4-d6ad-8d9e-76d1-79fdc2047c05-49c284ee, #w-node-_86328cd4-d6ad-8d9e-76d1-79fdc2047c14-49c284ee, #w-node-_86328cd4-d6ad-8d9e-76d1-79fdc2047c23-49c284ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_85d086a0-9792-26a4-379b-0a87839e2ed4-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2eda-49c284ee, #w-node-_85d086a0-9792-26a4-379b-0a87839e2ee0-49c284ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


